You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(For which I used a hand-made KML file with a very basic regex (.*)+\t(.*)+\t(.*)+\t(.*)+$ → <Placemark>\n<name>\2</name>\n<description>\3\n\1</description>\n<Point>\n<coordinates>\4</coordinates>\n</Point>\n</Placemark>, shame on me.)
The text was updated successfully, but these errors were encountered:
Is it possible to have WLM-IT monuments on https://maps.wikilovesmonuments.org/ ? They're identified by the presence of a P2186 statement, more precisely the query you find at https://www.wikidata.org/?curid=30576438#Statistics
7000 of them have coordinates, you can get a glimpse at
https://umap.openstreetmap.fr/it/map/monumenti-wlm-it-2019_351889
(For which I used a hand-made KML file with a very basic regex
(.*)+\t(.*)+\t(.*)+\t(.*)+$
→<Placemark>\n<name>\2</name>\n<description>\3\n\1</description>\n<Point>\n<coordinates>\4</coordinates>\n</Point>\n</Placemark>
, shame on me.)The text was updated successfully, but these errors were encountered: