Re: [gdal-dev] Question about ogr2ogr and geojson url

2015-09-16 Thread Jukka Rahkonen
Maxime Demers gmail.com> writes: > However, I have Failure Unable to open datasource with drivers... when trying to convert the geojson to shapefile from the url. > > ogr2ogr output.shp http://localhost:3000/711/points.geojson > > Can ogr2ogr convert dynamic geojson like I am trying to do, or

[gdal-dev] Question about ogr2ogr and geojson url

2015-09-16 Thread Maxime Demers
Hello, I am using nodejs on localhost to serve dynamic geojson at urls such http://localhost:3000/711/points.geojson The way I am serving the geojson from the server is like this: var geojson = {"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"LineStri