Re: [mapguide-users] mgTileSeeder Zoom Levels (Gordon Luckett)

2021-03-15 Thread Gordon Luckett
Thanks Jackie, I am intensely using the mgTileSeeder and mgRest for a LeafletJS implementation. Batching the mgtileseeder with the scale up to 21 (like the recent build you made) and setting the range of zoom scales are invaluable. On Mon, Mar 15, 2021 at 8:12 AM Jackie Ng wrote: > Hi Gordon,

Re: [mapguide-users] mgTileSeeder Zoom Levels (Gordon Luckett)

2021-03-15 Thread Jackie Ng
Hi Gordon, Use a space delimiter. That is: --specific-zoom-levels 16 17 18 If you pass a specific list, you have to be explicit about the full list. If you are generating 16-21, you have to put all the numbers in that range ( --specific-zoom-levels 16 17 18 19 20 21) - Jackie You wrote: Hi

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-03-12 Thread Gordon Luckett
Hi Jackie, what parameters can I pass to mgTileSeeder --specific-zoom-levels? ie --specific-zoom-levels 16-21 --specific-zoom-levels 16,17,18 I am not sure how to pass the array on the command line? On Wed, Jan 27, 2021 at 4:24 PM GordonL wrote: > HI Jackie, that build works perfectly. > >

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-27 Thread GordonL
HI Jackie, that build works perfectly. I generated tiles up to level 21 and added them to QGIS to test. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-18 Thread Jackie Ng
I messed up how --specific-zoom-levels is setup. Try this build: https://ci.appveyor.com/api/buildjobs/xum4co5ub47il3o1/artifacts/artifacts%2FMgTileSeeder-win-x64-6.0.0.327.zip - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-13 Thread GordonL
Thanks Jackie, I get the following: Unhandled exception. System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-12 Thread Jackie Ng
Try this build of MgTileSeeder https://ci.appveyor.com/api/buildjobs/lc4743i3l6c7llsn/artifacts/artifacts%2FMgTileSeeder-win-x64-6.0.0.326.zip I added 2 new optional arguments for the xyz command: --max-zoom-level (the maximum zoom level. Default is 19) --specific-zoom-levels (an array of

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-11 Thread Jackie Ng
Oh I see. I thought XYZ layers only went up to 19 but according to this (https://wiki.openstreetmap.org/wiki/Zoom_levels) that is clearly not the case. Tracking the issue here: https://github.com/jumpinjackie/mapguide-maestro/issues/95 - Jackie -- Sent from:

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-08 Thread Gordon Luckett
I was hoping to generate xyz tiles from my MapGuide layers up to level 20. Currently the mgTileSeeder does 0-19. On Fri, Jan 8, 2021, 2:38 AM Jackie Ng wrote: > If you're having issues fetching OSM tiles it may be because public OSM I'm > pretty sure is rate-limited. > > - Jackie > > > > -- >

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-07 Thread Jackie Ng
If you're having issues fetching OSM tiles it may be because public OSM I'm pretty sure is rate-limited. - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list