2012/1/30 Peter Körner <[email protected]>:
> I like it, but IÄve some questions:
>  - does the generated .osc-file only contain the items I personally marked
> as okay or all changes marked by anyone? How can I upload changes made by
> others under my username without violating the license? Would be better to
> couple it with a session, so only my own changes are uploaded by me.

It's now session based.

>  - Why do you display items where the proposed name:xx tag is identical to
> the existing name-tag?

Those shouldn't be displayed.

>  - Would you mind adding a not-okay button, which hides the item (at least
> for my session)?

Will add it later.

>  - How often is the list updated
>

The OSM wikipedia links and interlanguage links are fetched weekly.

______

I wonder why osm_id and tags don't match in planet_polygon:


osm_mapnik=> SELECT osm_id, name, tags->'wikipedia' AS wikipedia FROM
planet_polygon WHERE osm_id=-1685716;
  osm_id  | name  | wikipedia
----------+-------+-----------
 -1685716 | Utøya | Utøya
(1 row)

As if these name and wikipedia tags belong to relation 1685716.
Whereas they are actually properities of way 4171584
(http://www.openstreetmap.org/browse/relation/1685716,
http://www.openstreetmap.org/browse/way/4171584)

How should I then query for wikipedia tags from this OSM database?


--
Raul

_______________________________________________
Maps-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/maps-l

Reply via email to