perliedman / geojson-path-finder

Find shortest path through a network of GeoJSON
https://www.liedman.net/geojson-path-finder/
ISC License
301 stars 87 forks source link

openlayers #8

Closed trandinh135 closed 7 years ago

trandinh135 commented 7 years ago

Can I using your lib with openlayers and my geojson data

perliedman commented 7 years ago

@trandinh135 yes, definitely. There's nothing stopping you from using geojson-path-finder with any mapping library (or other library, for that matter). You can use it in the browser, with Leaflet, with OpenLayers, or you can use it on the server with Node.js. There's no graphical/UI elements in geojson-path-finder, so it isn't tied to anything in particular.