📜  arcgis featurelayer 到 geojson - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:10.458000             🧑  作者: Mango

代码示例1
esri2geo.toGeoJSON(esriJSON, function (err, data) {
  // handle error, deal with data here
});
//This module is from https://github.com/calvinmetcalf/esri2geo