This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] How can i combine multiple areas to one big area?

0
1

Hey Guys, i have the following problem.

When i do the this querry:

rel(area.niedersaschsen)["boundary"="postal_code"]["postal_code"~"^26"];)->.bereich26;

.bereich26 out geom;

I get all relations, whose postcode starts with 26. Now i want to combine all those single relations to one big area. Can anybody tell if this is possible and if, how can it be realised. Thanks in advance and sorry for my bad english.

asked 29 Apr '16, 14:21

Chriss85's gravatar image

Chriss85
11112
accept rate: 0%

closed 29 Apr '16, 15:18

mmd's gravatar image

mmd
5.7k15388

(29 Apr '16, 15:18) mmd

The question has been closed for the following reason “Duplicate Question” by mmd 29 Apr ‘16, 15:18

Source code available on GitHub .