Delivery Zone Builder
Click points on the map or paste latitude and longitude lines to draw a delivery zone, pickup boundary or local service area. Preview the polygon on OpenStreetMap, customize the zone color, measure the approximate area and export GeoJSON or KML.
Delivery Zone Builder
Draw a delivery zone or service boundary on an OpenStreetMap preview and export it as GeoJSON or KML.
Click the map to add boundary points. This creates a drawn polygon, not a route-optimized delivery promise.
Delivery zone map preview
Same-day delivery zone
4 boundary points, 23.49 km2
Delivery zone measurements
Boundary points in delivery zone: 4
Estimated polygon area: 23.49 km2
Export formats available: GeoJSON polygon, KML polygon
Zone boundary points
Point 1: latitude 59.931000, longitude 10.710000
Point 2: latitude 59.943000, longitude 10.786000
Point 3: latitude 59.902000, longitude 10.810000
Point 4: latitude 59.882000, longitude 10.735000
GeoJSON polygon for the delivery zone
{
"type": "Feature",
"properties": {
"delivery_zone_name": "Same-day delivery zone",
"zone_color": "#1f7a4a",
"point_count": 4,
"export_note": "User-drawn delivery zone polygon."
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.71,
59.931
],
[
10.786,
59.943
],
[
10.81,
59.902
],
[
10.735,
59.882
],
[
10.71,
59.931
]
]
]
}
}