Map Data Instance
API endpoint that allows maps to be viewed and edited.
Filter fields
You can filter the result set by providing the following query parameters:
points
-- Filter by the points, if present. Supports the standard geographic lookup typeslines
-- Filter by the lines, if present. Supports the standard geographic lookup typespolys
-- Filter by the polygons, if present. Supports the standard geographic lookup typespage
-- Filter by page. Allows for chained filtering on all of the filters available on the page resource, e.g.page__slug
.region
-- Filter by region. Allows for chained filtering on all of the filters available on the region resource, e.g.region__slug
.length
-- Filter by length of the geography. Supports the standard lookup types
Ordering
You can order the result set by providing the ordering
query parameter with the value of one of:
length
You can reverse ordering by using the -
sign, e.g. -length
.
GET /api/v4/maps/124/
https://de.localwiki.org/api/v4/maps/124/", "page": "https://de.localwiki.org/api/v4/pages/1223/", "region": "https://de.localwiki.org/api/v4/regions/1/", "points": { "type": "MultiPoint", "coordinates": [ [ -92.437820194004, 35.092558673359 ], [ -92.44229948314, 35.093871062801 ] ] }, "lines": null, "polys": null, "geom": { "type": "GeometryCollection", "geometries": [ { "type": "Point", "coordinates": [ -92.437820194004, 35.092558673359 ] }, { "type": "Point", "coordinates": [ -92.44229948314, 35.093871062801 ] } ] }, "length": 0.0 }{ "url": "