dictionary - How to fetch map tiles on GeoServer from Leaflet? -


i'm trying fetch map tiles on geoserver leaflet using tilelayer, can't figure out how it.

that is, writing following line in script.

l.tilelayer('http://localhost:8080/geoserver/.../{z}/{x}/{y}.png').addto(map);

for example, if 1 wants fetch map tiles of "nyc_roads.zip" (nyc_roads.shp, nyc_roads.shx, nyc_roads.dbf, nyc_roads.prj) leaflet, should 1 do?

i've made workspace "nyc_roads" on geoserver, , can seen openlayers. how configure geoserver in order fetch map tiles leaflet? , "l.tilelayer(...)" going be?

i'd appreciate whatever inform me. thank you.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -