wavded / ogre

ogr2ogr geojson-focused web client
http://ogre.adc4gis.com
MIT License
266 stars 78 forks source link

convert geojson to shapefile encoding problem #65

Closed laokey closed 3 years ago

laokey commented 7 years ago

Hi, I want to convert a geojson object which has a chinese properties to a shpefile in http://ogre.adc4gis.com/, but when it covert success,i open the shapefile in ArcGIS,and find the properties is messy code.the geojson object like this:

{ "type": "FeatureCollection",
  "features": [{
    "type": "Feature",
    "geometry": { "type": "Point", "coordinates": [102.0, 0.5] },
    "properties": { "prop0": "你好" }
  }]
}

the result shapfile attibute Table in arcgis like this: image

Is there any method in ogr2or to convert geojson to shapefile in utf-8 format?thanks!

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 3 years ago

This issue was closed because it has been stalled for 5 days with no activity.