Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 418 Bytes

Postleitzahl

Sources

Overpass Turbo Query

/* all postcodes in belgium */
area["name"="België / Belgique / Belgien"][boundary=administrative]->.myarea;
rel(area.myarea)["boundary"="postal_code"];
out geom;