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,
>
> 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 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?
>
>
>
> --
> *Please Note: I no longer create new posts or post replies to any OSGeo
> mailing list through nabble. As a result, you may only see this message
> through mailing list archives or depending on your mailing list
> subscription settings, through daily message digests or automated
> notifications from the mailing lists.*
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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 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?



-- 
*Please Note: I no longer create new posts or post replies to any OSGeo
mailing list through nabble. As a result, you may only see this message
through mailing list archives or depending on your mailing list
subscription settings, through daily message digests or automated
notifications from the mailing lists.*
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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.
>
> 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
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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
CommandLine.Core.InstanceBuilder.<>c__1`1.b__1_6(SpecificationProperty
sp)
   at
CommandLine.Core.ReflectionExtensions.<>c__DisplayClass6_0`1.b__0(SpecificationProperty
specProp)
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at System.Collections.Generic.List`1.InsertRange(Int32 index,
IEnumerable`1 collection)
   at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection)
   at CommandLine.Core.InstanceBuilder.BuildMutable[T](Maybe`1 factory,
IEnumerable`1 specPropsWithValue, List`1 setPropertyErrors)
   at CommandLine.Core.InstanceBuilder.<>c__DisplayClass0_0`1.b__5()
   at CommandLine.Core.InstanceBuilder.Build[T](Maybe`1 factory, Func`3
tokenizer, IEnumerable`1 arguments, StringComparer nameComparer, Boolean
ignoreValueCase, CultureInfo parsingCulture, Boolean autoHelp, Boolean
autoVersion, IEnumerable`1 nonFatalErrors)
   at CommandLine.Core.InstanceChooser.MatchVerb(Func`3 tokenizer,
IEnumerable`1 verbs, IEnumerable`1 arguments, StringComparer nameComparer,
Boolean ignoreValueCase, CultureInfo parsingCulture, Boolean autoHelp,
Boolean autoVersion, IEnumerable`1 nonFatalErrors)
   at CommandLine.Core.InstanceChooser.<>c__DisplayClass0_0.b__0()
   at CommandLine.Core.InstanceChooser.Choose(Func`3 tokenizer,
IEnumerable`1 types, IEnumerable`1 arguments, StringComparer nameComparer,
Boolean ignoreValueCase, CultureInfo parsingCulture, Boolean autoHelp,
Boolean autoVersion, IEnumerable`1 nonFatalErrors)
   at CommandLine.Parser.ParseArguments(IEnumerable`1 args, Type[] types)
   at CommandLine.ParserExtensions.ParseArguments[T1,T2,T3,T4](Parser
parser, IEnumerable`1 args)
   at MgTileSeeder.Program.Main(String[] args) in
C:\projects\mapguide-maestro\MgTileSeeder\Program.cs:line 209
   at MgTileSeeder.Program.(String[] args)


with the following command:
mgTileSeeder xyz --url
"http://localhost/mapguide/mapagent/mapagent.fcgi?OPERATION=GETTILEIMAGE=1.2.0=OpenLayers=Anonymous=Library://Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition=Base+Layer+Group={y}={x}={z};
 
--max-zoom-level 21 --minx -87.7978 --miny 43.6868 --maxx -87.6645 --maxy
43.8037

Even if I remove the --max-zoom-level 21

thanks
gordon




--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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 zoom levels to walk through. Default is
to walk through from 0 to 19 or custom max zoom level)

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


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
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users