Online SHPFile to GeoJSON
-
Use
http://shp2json.ronny.tw/api/downloadurl?url={shp zip file url}
to get file_id
-
Use
http://shp2json.ronny.tw/api/getshpfromfile?file_id={file_id}
to get shpfile list in zip file
-
Use
http://shp2json.ronny.tw/api/getgeojson?file_id={file_id}&shp_file={shp_file}
to get GeoJSON
- You can add source_srs paramter: twd97, twd97/121, twd97/119, twd67, twd67/119
- Or you can use proj.4 string format, Ex:
+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
Try it?