can shp-write be able to run at NodeJs server environment ,if yes can we use the way they mention in documentation i refer this documentation this throws error
below is the format of GeoJson I'm using
const goeJson = { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [-73.985791, 40.748817], [-73.985852, 40.748192], [-73.985424, 40.748176], [-73.985363, 40.748801], [-73.985791, 40.748817] ] ] }, "properties": { "name": "Polygon Feature 1", "description": "This is the first polygon feature." } } ] }
i dont understand what part of code is wrong, i have tried with multiple version of shp-write shp-write and shp-write-update
no use
how do we convert geoJson to shp file format ?
can shp-write be able to run at NodeJs server environment ,if yes can we use the way they mention in documentation i refer this documentation this throws error below is the format of GeoJson I'm using
const goeJson = { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [-73.985791, 40.748817], [-73.985852, 40.748192], [-73.985424, 40.748176], [-73.985363, 40.748801], [-73.985791, 40.748817] ] ] }, "properties": { "name": "Polygon Feature 1", "description": "This is the first polygon feature." } } ] }
i dont understand what part of code is wrong, i have tried with multiple version of shp-writeshp-write
andshp-write-update
no use how do we convert geoJson to shp file format ?