Yeah, I didn't test custom tile schemes; I was happy to see standard Web 
Mercator TMS work.

----------------------------------------
From: "Jim Klassen" <[email protected]>
Sent: 12/17/21 1:02 PM
To: [email protected]
Subject: Re: [Geomoose-users] TMS layers in GeoMOOSE 3.x

The part I'm not sure about is if there is still support for custom tile grids. 
 At first glance it looks like only the default grid is supported (I don't see 
anything in GeoMoose 3 to override the OpenLayers tileGridFunction or specify a 
different tileGrid).

On 12/16/21 12:42 PM, Brent Fraser wrote:
Hi Mark.

i did some TMS testing a while back and used:

<!-- - - - - - - -  TYPE = "xyz -> TMS"   - - - - - - - - - - - - -->
<map-source name="TMS-tile"               type="xyz">
<layer name="imagery"/>
<url>http://localhost/gm3-demo-data/demo/tiles/TMS/MNDAKO075061_s3/{z}/{x}/{-y}.png</url>
</map-source>

Note the {-y} .  And the tiles I used are not in the standard gm3 demo data; I 
just put my test data there on my local machine.

Best Regards,
Brent Fraser

----------------------------------------
From: "Mark Volz" <[email protected]>
Sent: 12/16/21 11:12 AM
To: "[email protected]" <[email protected]>
Subject: [Geomoose-users] TMS layers in GeoMOOSE 3.x

Hello,

Can we add TMS layers to GeoMOOSE 3.x?   In the older version of GeoMOOSE I had 
used TMS to connect to MapCache.  Please let me know if I can access TMS layers 
and if I should do something different.

Thank You

GM 2.x code to access TMS:

<map-source name="Picto2020BackgroundTMS" type="tms" projection="EPSG:103749" 
tiled="true" width="512" height="512" units="ft" transitionEffect="resize" 
tileOrigin="new OpenLayers.LonLat(436450.000000,80000.000000)">
<layer name="LyonPictoPhotos2020"/>
<url>https://geomoose.lyonco.org/lyonmapcache/tms/</url>
<type>"jpg"</type>
</map-source>

Sincerely,
Mark Volz, GISP

_______________________________________________
Geomoose-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/geomoose-users
_______________________________________________
Geomoose-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/geomoose-users

Reply via email to