Ich habe heute ein Stück Lindenstraße und Zschimmerstraße nachgetragen. Da ist noch viel zu tun.
Users' Diaries
Recent diary entries
Frazioni e strade di collegamento.
Добавих основните писти и ски съоръжения над Банско, за да пробвам как се визуализират. На картата изглеждат хубаво, за ралика от действителността :(
So, Monate sind vergangen, aber nun sind "Auf Periol", das Gewerbegebiet und das Neubaugebiet mehr oder weniger ok. Und das ganze wäre schon vor Wochen geschehen, wenn man GPS nicht 3 Tracks verschluckt hätte (na gut, "User related issue", hätte halt kontrolieren sollen, dass der Autolog-Eintrag in der INI-File wirklich auf "1" steht...).
Jetzt ist also nur noch der Liescher Berg offen. Ne Menge Wald und Wanderwege, mal sehen wie sich das im Herbst/Winter so macht...
Har mappet Venslevleddet og Kyndbyvej (4050 Skibby).
Har rettet tag-fejl på Svanholm Allé.
Added some local residential street names, a whole missing street and a post box. I can see myself buying a decent GPS gadget, this could be addictive.
Hallo @all,
ich habe einige fehlende Straßen und Wege in Gevelsberg,erfasst und Kartografiert. Gevelsberg-Börkey: Sunderweg(ergänzt), Reiderweg. Kalthöferholz und Pendler-Parkplatz an der BAB 1. Gevelsberg Berge: Bremmenstr. (ergänzt) Brockenbergstr., Krabbenheiderstr., Berchemalle (ergänzt). Wohngebiet "Bredde" und die Kirchwinkelstr. sowie einige Wege.
Uff, finished translating 533 string in Merkaartor, only 315 left - but that's for another day. I've also noticed some bugs in the i18n of it, reported a bug for one of them and we'll see if it gets accepted so that I could fix the rest...
Gestern wurden während einer Radtour fehlende Daten für die Damaschkestraße und die Stolzestraße erfasst. Ebenso für die Bauhofstraße und die Florian-Geier-Straße.
Die Daten waren leider nicht sehr genau. Haben aber ausgereicht, um die Straßen zu zeichnen, weil die Anschlußpunkte bekannt sind.
Im Bereich Anbindung Stolzestraße <> Weg neben der Hörsel wäre ich für weitere Daten dankbar.
Hi
Would like to arrange a meeting to discuss possible projects
• Hosting the State of the Map 2009 event
• mapping and sustainable transport
My telephone number is Cardiff 20644308
Email rob.hanna@ramblers.org.uk
Regards
Robert
Changed a small section of New Town Road to footway as it's currently under construction.
Construction should be finished sometime next year.
Today was a cold and overcast day, but this did not put me off wandering around the roads around green street (e7 UK), and finding 25 road names. This time was slightly different then before, as I had put an app on my phone, so that I could record a track with its GPS. I hadn't bothered before, as the areas have good yahoo images, but its nice to record where you have actually been.
I am working out from where I live, and have been tackling a big un-named block of roads around east ham. This was my 4th venture into the area which seems to have an amazing number of sari shops. The area of un-named roads just keeps going east, for a very long way, but now that I've mapped the west end of the block, I think I'll next map areas north and south of me.
I have of course mapped other areas before, but never bothered to write a diary.
My method has so far involved printing out the "no names" map of an area, and putting this in a A4 book. I can then wander around the area, adding details to the map that I find. I'm not sure how little pre-work is needed for this strategy. I guess I'll find out sooner or later!
I've given this phone app to another I work with, and asked them to turn in on, as they go around their area. Is this cheating? Well - I'm still doing the data entry! I've done a bit of sketching of the areal images too. Quite satisfying when you draw a lake, and a week later, someone has labelled it for you. Out of copyright maps are fun to use too - partly I think, because so much has changed since. But with local knowledge, handy for plotting old roads and features.
So I will conclude my first entry, wondering if I will add more in future.
Caricati tracciati GPX di Savona città. Mappate alcune vie non ancora presenti in centro città e sistemati alcuni nomi e sensi unici.
道路標識に末吉大通りが県道14号だと確実にかかれてたので、
[tag] highway :secondary -> primary
に格上げ& ref : 14 を追加。
道路標識の写真
http://www.flickr.com/photos/9062973@N05/2971971412/
こういう情報の担保とかとれた方がいいと思うんだけど。
つか国交相とか道路情報置いてないのか。。。
I have found an error but I guess I am too old to understand how to correct it.
If you go to "West Finchley" underground station, you will see a turning off Nether Street a few yards south of the station labelled Huntley Drive. It is an "L" shaped cul-de-sac (dead end).
Only the first part of the "L" shape is called Huntly Drive (note there is no "e" in Huntly so the "e" has to be removed.
The second leg of the street is not called Huntly Drive, it is called "Western Court". Western Court is not a block of flats but, irritatingly, is the name of an actual street.
I do apologise for not correcting it myself, I really have spent some time trying.
Andrew (age 69) Taylor.
I was wondering how to import some personal POI into JOSM. the OSM file structure (for Waypoints or nodes) is quite simple:
Example:
(be advised that I have removed "<" & ">" characters in all of the following lines in order to make the message readable ...)
osm version='0.5' generator='JOSM'
node id='-1' action='modify' visible='true' lat='29.62679425837321' lon='-68.38277511961724' /
tag k='amenity' v='restaurant' /
tag k='Tel' v='0123456789' /
tag k='note' v='Sea Food' /
tag k='name' v='Atlantic' /
/node
node id='-2' action='modify' visible='true' lat='11.712918660287082' lon='-28.076555023923447'
tag k='Year' v='1680' /
tag k='historic' v='castle' /
tag k='name' v='Fort' /
/node
/osm
I have written some simple formulas in Calc (Open Office), where I past all my POI data.
="node id='"&N2&"' action='modify' visible='true' lat='"&A2&"' lon='"&B2&"'" (A2 & B2 are my cells where my coordinates are)
="tag k='"&H2&"' v='"&I2&"' /" (H2 & I2 are my cells where the data like amenity ...etc are)
Now, just select the final data result, copy it in a Txt editor and save the file as UTF8 no BOM as text with OSM extension. Open the file in JOSM et voila.
Hope this tip can help someone else. I can share my Calc file if needed (.ods or .xls).
Remiguel
Добавих жп линията Хасково-Кърджали, както и третокласните пътища
[507], [5009], [5071]
и част от третокласния път [505]
I've had problem sending to talk-us so I'll try to put the info here.
Again, let's calm down a little bit. Were you around for the last
import? Did you see how I handled data conflicts in that one? Was
there a problem there that needs fixing this time around?"
Yes I think there were problems. There have been some diary entries bemoaning the fact that their edits had been blown away by the Tiger data upload.
Anfang Oktober begann ich, erste Daten mit JOSM zu bearbeiten und auf den Server zu speichern. Danach sendete ich einen Render-Request und binnen weniger Stunden standen meine Änderungen online.
ciao a tutti,
ho mappato qualche sentiero, sia sui colli euganei ( rocca pendice, il sentiero di accesso alla palestra di roccia e per la cima del monte pendice), sia sulle prealpi carniche ( casera pradut, sul versante nord del monte resettum) che in dolomiti ( rifugio vandelli da passo tre croci).
tutto molto bello... peccato però che non vengano poi visualizzati nella mappa.
Se scarico la zona con josm i sentieri sono regolarmente tracciati e taggati, forse è un problema di tags...
.. non è che sbaglio qualcosa....
fil