Leaflet / Leaflet

πŸƒ JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦
https://leafletjs.com
BSD 2-Clause "Simplified" License
41.28k stars 5.83k forks source link

Supporting WFS #5541

Closed gharibi closed 7 years ago

gharibi commented 7 years ago

Currently leaflet doesn't support WFS. There is a workaround for it, which is to invoke the WFS as GeoJSON and consume it.

Is there anyway to get this implemented?

IvanSanchez commented 7 years ago

As I told you already, go to leafletjs.com/plugins.html and search for WFS there.

gharibi commented 7 years ago

Sorry I just saw your message on StackOverFlow. I tried various frameworks and Leaflet-WFST is quite interesting https://github.com/Flexberry/Leaflet-WFST/blob/master/README.md. Thank you anyway.