I believe the <extent></extent> in your grid should be space delimited - no 
commas. At least that's how I have things setup, for example...

<grid name="mn_utm">
    <metadata>
      <title>Standard Minnesota UTM Grid</title>
    </metadata>
    <extent>105000 4785000 809000 5489000</extent>
    <srs>epsg:26915</srs>
    <size>256 256</size>
    <resolutions>5500 2750 1375 687.5 343.75 171.875 85.9375 42.96875 21.484375 
10.7421875 5.37109375 2.685546875 1.3427734375</resolutions>
  </grid>

--Steve

-----Original Message-----
From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On 
Behalf Of Matej Mailing
Sent: Thursday, July 04, 2019 10:35 AM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Mapcache seeder question

This message may be from an external email source.
Do not select links or open attachments unless verified. Report all suspicious 
emails to Minnesota IT Services Security Operations Center.



Hello,
I am having issues with running Mapcache Seeder with extent options.
My grid is defined like:
  <grid name="SLOGRID">
    <size>256 256</size>
    <extent>373233,31868 625985,194134</extent>
    <srs>EPSG:3912</srs>
    <units>m</units>
    <resolutions>180000 90000 45000 22500 11250 5000 2500 1250 600 300
200 100 50 25 12 6 3 1 0.5 0.25 0.12 0.06</resolutions>
   </grid>

and when I try to run seeder with:
mapcache_seed -c mapcache.xml -t dof025 -g SLOGRID -z 3,10 -n 6 -e
533124,86639,544462,103589

I get an output 0 tiles needed to be seeded, exiting, which is
certainly not true since plenty of those do not exist in the cache
directory.

What am I missing?

Thanks,
Matej
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://gcc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fmapserver-users&amp;data=02%7C01%7Csteve.lime%40state.mn.us%7Ca8f92e6de3474b3eb52608d7009534a0%7Ceb14b04624c445198f26b89c2159828c%7C0%7C1%7C636978513162884312&amp;sdata=FdCj%2F%2F704BA8lCcJ7cO0t7erzHPXs56%2BpgCXLIugok8%3D&amp;reserved=0
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to