riccardoklinger / OSMquery

Query OSM data and add results to your ArcGIS project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding fields fails

riccardoklinger opened this issue · comments

The OSM data structure contains tags with numbers in the name, like "3drtype".
Adding fields for this tag fails as it is not supported in ArcGIS.
Maybe add an underscore in front?

Good point. I was pondering at some point if there may be other pitfalls than ":", but didn't think of this one. I think, ArcGIS default behaviour would be to add "F" (field) though? (like it adds "T" for incompatible FGDB table names) If we can verify this to be default, I suggest sticking to it.

here is an example query for the issue:
[out:json][timeout:60][date:"2018-09-13T13:38:13Z"];(node"building";way"building";relation"building";);(._;>;);out;>;

after contacting three persons, I would ussgest to use the underscore addition.
a "3dr:type" would then be: "_3drtype