FruitsofThought / ngambomap

QGIS map of the Ng'Ambo area on Zanzibar
1 stars 0 forks source link

OSM: Redo Urban Typology Areas as multipolygons #4

Open batje opened 8 years ago

batje commented 8 years ago
  1. Right down corner of the map (Miembeni) is missing the urban typology
  2. Upper side of the map (Bwawani) is missing the urban typology
  3. Limited access area is missing too Amelie has all the updated information to correct the urban typologies info in osm.

To make working on this easier in Josm

`[timeout:25]; // gather results ( // query part for: “"urban:typology"=*” node["urban:typology"]; way["urban:typology"]; relation["urban:typology"]; ); // print results out meta;

; out meta;`

Make sure to tick the 'Download as new layer' box. This will download a new layer with only nodes/ways/relations that are marked with an urban:typology tag. You can edit things and re-upload. Please note there might be boundaries/ways that were supposed to be tagged but were not still in the OSM database. Please make sure to remove these as well!

The big note:

The way the typologies seem to have been done is by drawing each area as its own polygon. The real proper way would be for all areas to be a relation of type multipolygon where all the ways from corner to corner are the members of the relation. To do this:

Next All shared ways are duplicates at the moment, so you have to delete a lot. Use the validation tool to see how well you are doing.

Some quick notes:

MariekeOosterom commented 8 years ago

I changed all the issues with names from arch. typologies and styles. Now I wanted to start with the urban typologies, but when I use the query, I can't see the polygons. They are there in JOSM, but I just can't see them. (when I do crtl + A you can see that I selected things in the selection list on the right) Can you maybe tell me why? :)

batje commented 8 years ago

That will give you only everything that is tagged with 'urban:typology'