You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
andshp-write-update
no use
how do we convert geoJson to shp file format ?
The text was updated successfully, but these errors were encountered: