GeoJSON import name property

thomaschristian

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.

0

Comments

2 comments

  • Comment author
    bran.damage

    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. 

    0
  • Comment author
    thomaschristian

    That's great, thanks. I'm generating GeoJSON from another file format so I will set up a field mapping to populate "title"

    0

Please sign in to leave a comment.