Do you want to clearly show which area, city, or region your map covers? You can do that with an area boundary. Follow these steps.
OpenStreetMap (OSM) is a global open map database used by Wolf Maps for interactive maps. In OSM, you can find the Relation code for your area.
Relation code. You need this code for the next step in Overpass Turbo.
Overpass Turbo lets you filter OSM data and download it as a file you can upload to Wolf Maps.
Relation code.[out:json][timeout:25];
(
relation(PASTE_RELATION_CODE_HERE);
);
out body;
>;
out skel qt;
Run (or Uitvoeren) in the top-left corner.Export -> GeoJSON and save the file.
Now you have a GeoJSON for your region, area, or city and you are ready to add it to your map in Wolf Maps.
Settings -> Map -> Boundary.Save.
Your map now shows the area boundary, so visitors immediately see which region it covers.
Sometimes you want to combine two or more areas into one shape. For example, when multiple municipalities collaborate. Note: for this workflow you need a ChatGPT Plus subscription.
Combine these GeoJSON polygons into one single GeoJSON file. Merge overlapping or adjacent areas into one shape, without internal lines. The result must be a valid `Polygon` or `MultiPolygon` containing only the outer boundary.