Hi,

The TMS service in Geowebcache should follow the TMS specification. 
https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification. Start by making a 
test with the top:states demo layer before trying your own layers.

For checking which layers (TileMaps) are available through TMS make request
http://localhost:8080/geoserver/gwc/service/tms/1.0.0
Then select your TileMap and check the levels
http://localhost:8080/geoserver/gwc/service/tms/1.0.0/topp%3Astates@EPSG%3A4326@jpeg
Now you know the available zoom levels and corresponding base URL and you can 
build the request for a tile
http://localhost:8080/geoserver/gwc/service/tms/1.0.0/topp%3Astates@EPSG%3A4326@jpeg/0/0/0.jpeg

-Jukka Rahkonen-


-----Alkuperäinen viesti-----
Lähettäjä: Barbara Pilbin [mailto:barbara.pil...@gmail.com] 
Lähetetty: 6. toukokuuta 2018 5:09
Vastaanottaja: br...@frogmouth.net
Kopio: geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] Geoserver to serve tiles in {z}/{x}/{y}

Hi Brad, 

Thanks for your response. I am now feeling a tad bit silly. Is there a log you 
can point me to in order to see the requests that the TMS server on GeoServer/ 
geowebcache? 
When I say that I fail to get a result, I am basically switching out URLs.  I 
can get a Mapbox URL to work, but whenever I swap in the TMS service (bear with 
my language - it could be wrong) formatted in Z,X,Y I don’t see anything. 

A log location will probably help me figure out something. It is always 
possible that I have missed something in the documentation.

Yes, the demo page shows the layers.  In QGIS, I can reach the WMTS URL. I just 
need to get to the XYZ (or {z}/{x}/{y} format. 

Thanks,
Barbara

> On May 4, 2018, at 7:44 PM, <br...@frogmouth.net> <br...@frogmouth.net> wrote:
> 
> When you say "failed to get a result", can you say what happens instead? Do 
> you get an error message? Is there anything in the logs?
> 
> We have some documentation. In particular, the part on GeoWebCache 
> http://docs.geoserver.org/latest/en/user/geowebcache/webadmin/index.html  may 
> be useful. Does the "Demo page" show the layers you are trying to serve up?
> 
> Brad
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most engaging tech 
sites, Slashdot.org! http://sdm.link/slashdot 
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to