I have experience using GeoServer with OpenLayers but for this project I
need tight Python integration so I am trying the Folium package which is a
wrapper around Leaflet.js which I am not familiar with.
My problem is how to provide a correct URL for GeoServer so it replaces the
default Leaflet tileset (which comes from OpenLayers) with a tileset coming
from a locally installed GeoServer.

I have tried the following (The layer has the very original name of
TEST:TEST

http://localhost:8080/geoserver/tms/1.0.0/TEST:TEST@png/{z}/{x}/{y}.png
http://localhost:8080/geoserver/rest/tms/1.0.0/TEST:TEST@png/{z}/{x}/{y}.png

I have also tried wms instead of tms but nothing seems to work.

Obviously I am missing something obvious but maybe some kind soul can point
it out to.me

Simon Crown
_______________________________________________
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