2

I will like to know if it is possible to configure a GeoServer WFS to serve tiles in this format:

'http://{s}.host:port/geoserver/..../{z}/{x}/{y}.json'

What I want to do is use "Leaflet GeoJSON Tile Layer" plug-in.

Thanks in advance for your help

Montana
  • 67
  • 1
  • 5

1 Answers1

2

Is it possible to setup a WFS in Geoserver to serve XYZ endpoint?

No, you would need to use a tool like TileStache to do that.

tmcw
  • 11,536
  • 3
  • 36
  • 45