Skip to content

objtype uses short codes ('n', 'w') instead of full names ('node', 'way') #31

@wazolab

Description

@wazolab

Problem

Feature properties.objtype uses short codes "n" and "w" instead of the expected full names "node", "way", "relation".

The LoCha component type ObjectType is defined as 'node' | 'way' | 'relation'.

Example

/api/0.1/projects/espana_navarra_aquitania_emergency/changes_logs.json, entry [3], feature bw155167573:

"objtype": "w"

Expected: "way"

Values found across all entries: "n", "w" (no "relation" / "r" observed).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions