Skip to main content

LandmarkUpsert

slugstringrequired

Stable identifier. Posting the same slug replaces the existing record.

Example: accra-mall
namestringrequired
Example: Accra Mall
name_localstring

Local language name (optional).

kindstringrequired
Example: shopping_mall
geom_wktstringrequired

Landmark polygon in WKT format.

Example: POLYGON((-0.19 5.60, -0.18 5.60, -0.18 5.61, -0.19 5.61, -0.19 5.60))
region_codestringrequired

Ghana region code (e.g. GH-AA for Greater Accra).

Example: GH-AA
sourcestringrequired

Data source identifier (osm, survey, admin).

Example: osm
confidenceinteger

Possible values: >= 0 and <= 100

Default value: 100
Example: 95
LandmarkUpsert
{
"slug": "accra-mall",
"name": "Accra Mall",
"name_local": "string",
"kind": "shopping_mall",
"geom_wkt": "POLYGON((-0.19 5.60, -0.18 5.60, -0.18 5.61, -0.19 5.61, -0.19 5.60))",
"region_code": "GH-AA",
"source": "osm",
"confidence": 95
}