Hi,
Is it possible from a WMS or WMTS service to get an endpoint to interact
with utfgrid data using this plugin (
https://github.com/consbio/Leaflet.UTFGrid)?

Do you perhaps have a sharable example?
I am struggling building the right url to pass to the plugin.

In WMTS?Request=GETCapabilities of the service I see:

http://domain/geoserver/gwc/service/wmts/rest/registrourbano:rt_tramofc_linea/{style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}?format=application/json;type=utfgrid
.

Thus, my best tries have been:

http://domain/geoserver/gwc/service/wmts/1.0.0/registrourbano:rt_tramofc_linea&STYLE=_null&@EPSG%3A900913/{z}/{x}/{y}?format=application/json;type=utfgrid

and

http://domain/geoserver/gwc/service/wmts/?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=registrourbano:rt_tramofc_linea&TILEMATRIXSET=EPSG:900913&TILEMATRIX=EPSG:900913:{z}&TILEROW={y}&TILECOL={x}&FORMAT=application/json;type=utfgrid

Second one works with OL as a client, but not with this leaflet plugin
apparently.

Is at least one of these two url correctly set?

Thanks a lot

-- 
Hugo Herrador Carrasco
SP (+34) 659 26 84 11
NL (+31) 644 757 732
[email protected]
_______________________________________________
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


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to