UNPKG

@openstreetmap/id-tagging-schema

Version:

The OpenStreetMap tagging model used by the iD editor

34 lines (33 loc) 1.01 kB
{ "key": "marker", "type": "typeCombo", "label": "Type", "strings": { "options": { "aerial": { "title": "Aerial", "description": "Designed to be visible from the air." }, "post": { "title": "Post", "description": "Raised marker mounted on a small pole or mast." }, "stone": { "title": "Stone", "description": "Markings directly etched or painted on a stone." }, "plate": { "title": "Plate", "description": "Flat marker mounted directly on walls or similar." }, "pedestal": { "title": "Pedestal", "description": "Raised marker mounted on a small base." }, "ground": { "title": "Ground", "description": "Flat marker laid in the ground." } } } }