openpoimap.org in deutsch

gibt es http://openpoimap.org eigentlich auch in deutsch?

ich bin mir sicher etliche kommunen würden sowas nutzen wollen (eingebunden in ihre kommunen-webseite) und würden entsprechend auch in ihrem gebiet die entsprechenden einrichtungen eintragen und pflegen.

Nicht dieselbe, aber fast:
http://www.flosm.de/html/POI-Karte.html

Sowas ist relativ leicht umzusetzen.

Ich hatte mal testweise eine Karte gebastelt, in der ich Suchfunktion, POI, Öffnungszeitenauswertung und verschiedene Renderings ausprobiert hatte: http://www.be2art.de/osm/tourist.php
Wenn es Bedarf gibt, kann ich mich da auch nochmal ransetzen und das ganze etwas schöner machen und in sinnvolle Kategorien einteilen.

Ansonsten darf der Quellcode auch gerne Kopiert werden.

Moin,

ich habe vor einigen Jahren mal probiert ob man die Daten der OSM als Information für Touristen nehmen kann:
http://moenk.de/uploads/geoinformatik/Thomas-Moenkemeier-Bachelor-Thesis.pdf

Ist auch einfach zu programmieren, würde ich heute zwar etwas anders machen als damals, aber kann man machen.
In den Kommunen interessiert das aber niemand so wirklich, das macht Arbeit und bei Google ist ja eh alles drin.

LG,

-moenk

Dieses Github-Repository dürfte zur OpenPOIMap gehören. Ob die Karte code-seitig auf eine Lokalisierung vorbereitet ist, habe ich nicht genauer geprüft.

[
Excuse me for my reaction to this request in English - I’m more fluent in that language.
If you react to my message, you can keep writing in German, I can read and understand it.
]

I’m the developer of openpoimap and I think I’m best qualified to answer this question.

No, there is currently no German version, but it is easy to create one in two different ways:

1. Download the sourcecode from github and use it as a starting point for your own version which you then should run from your own server
2. If someone in the German community is willing to translate two lists of text (from English into German), I can incorporate those translations into the program and run that version from the current server (but with a different name). Also a small amount of on-screen text and instructions should be translated.

In addition to the above, a translation of the wiki is of course also useful. This is something that anyone who is interested to do so, can do right now.

If you can send a link to these files, I could have a look.

das sieht gut aus. bitte bitte ausbauen. besonders sollten aber auch die pop-ups nicht so wie bei osm aussehen, und die tag-keys im grunde auch übersetzt sind.

wenn http://openpoimap.org übersetzt wird ist es aber auch interessant.

Here is the first one
Here is the second one

Instructions are included in each file.

Once I received you translations, we better communicate in private mail to start the testing and adding the finishing touch.

Thanks for your help!

Here is the first iteration:
http://osm.mueschelsoft.de/translating-openpoimap-1-German.txt
http://osm.mueschelsoft.de/translating-openpoimap-2-German.txt
Btw, the query for theme parks has a bug - it asks for the wrong type of relation.

Kann sich jemand bitte meine Übersetzungen ansehen und korrigieren? Die erste Liste ist zur Zeit nicht alphabetisch sortiert, um einfacher mit dem englischen Original vergleichen zu können.
Den amenities arts_centre (“Veranstaltungsort”?) und food_court fehlt es noch an einer guten Übersetzung.

Gefällt mir auch sehr gut. Was mir aber ganz besonders gut gefällt, ist die Möglichkeit einen Suchbegriff frei einzugeben. Damit kann man dann nach eigentlich allem suchen, und nicht nur nach den vorgegebenen Kategorien.

Da fehlt noch das Zugriffsrecht.

Ups… jetzt passt das.

Thanks for that, I fixed it.

I also have now a working - German - version available and later today I shall post the link to it.
Sometimes it’s easier to see what’s wrong when you “use” it.

My comments on the translations in file -2-: (file 1 looks good):

naam: “Universität


”, "naam: “Reisebüro
” and “Überwachungskamera
” have extra

naam: “Picknick” should probably be “Picknickplatz”

{url: “?data=(waysport=gymnastics;nodesport=gymnastics;relsport=gymnastics);(._;>;);out center;”, naam: “Gymnastik”, zichtbaar: false} should probably be “Bodenturnen” or “Sportgymnastik”, but I am unsure there, as the wiki is not very clear.

Looking forward to the german version!

That is ok! This extra


is necessary to make the code work!

For now the first German version of OpenPoiMap can be found here:

http://mijndev.openstreetmap.nl/~marczoutendijk/openpoimap/DE/

Next part waiting for translation is the main layer selector:

And when you open the User Pois window, there is a short explanation of what it can be used for. You can come up with anything that makes sense for German users.

Please do test the current version and use it to refine the translation.

When a restaurant has an entrance that is mapped as a entrance=* node and also is part of the building way openpoimap will also display the poi icon on the entrance node.

See here: http://www.openstreetmap.org/way/197341017#map=19/52.38856/9.71673 :

Permalink doesn’t work (clicking http://mijndev.openstreetmap.nl/~marczoutendijk/openpoimap/DE/?map=restaurants&zoom=19&lat=52.38849&lon=9.71685&layers=00BFFFFFFTTF will show europe overview) , otherwise I could have directed you directly :wink: to the affected area.

Prima Arbeit! Ich habe noch einige Anmerkungen zur ersten Datei:

case “Matzger” : return “mapicons/butcher-2.png”; > Metzger
case “Cafe” : return “mapicons/cafetaria.png”; > Café
case “Capingplatz” : return “mapicons/camping-2.png”; > Campingplatz
case “Christliche Kirche” : return “mapicons/chapel-2.png”; > Kirche [eine Kirche ist per Definition christlich, es heißt ja auch nicht muslimische Moschee]
case “Food court” : return “mapicons/letter_f.png”; > [vielleicht eher] Gastromomiebereich
case “Monument/Gedenkstätte” : return “mapicons/memorial.png”; > wenn es auch noch historic=monument gibt, vielleicht lieber “Monument” weglassen?

lg
vademecum

anmerkungen von mir:

die Hauptkategorien obenlinks sollten auch in deutsch geschrieben sein;
wenn man in einer kategorie was ausgewählt hat und was aus einer anderen kategorie dazu schalten will sollte das erste nicht verschwinden;
der deutsche layer sollte als standard rein; luftbild layer (bing?) wäre auch cool;
der inhalt des pop-up fensters auch eingedeutscht, und nur das wichtigste angezeigt, zb. building=yes ist unnötig.

nett wie sich das alles entwickelt :slight_smile: