GeoJSON import name property
When I import a GeoJSON file all features are initially labelled "N/A". Is there a certain property within a feature's properties object that SAR Topo will use for the label? I regularly work with GeoJSON files containing tens or hundreds of features and labelling each individually is a real chore.
Comments
2 comments
The standard (rfc7946 at geojson.org) specified "id" as the identifier for a feature. I have run into your problem before trying to coordinate ARCGIS outputs with CALTopo. I forget what ARCGIS uses but CALTopo uses "title". My work-around was to use notepad and do a find-replace on whatever work was used to specify the name and change it to 'title'. Then CALTopo will populate it.
That's great, thanks. I'm generating GeoJSON from another file format so I will set up a field mapping to populate "title"
Please sign in to leave a comment.