LandmarkUpsert
slugstringrequired
Stable identifier. Posting the same slug replaces the existing record.
Example:
accra-mallnamestringrequired
Example:
Accra Mallname_localstring
Local language name (optional).
kindstringrequired
Example:
shopping_mallgeom_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-AAsourcestringrequired
Data source identifier (osm, survey, admin).
Example:
osmconfidenceinteger
Possible values: >= 0 and <= 100
Default value:
100Example:
95LandmarkUpsert
{
"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
}