Sanderd17's Comments
Post | When | Comment |
---|---|---|
Just finished the labyrinth of the drielandenpunt | Well, it has oneway paths (as the post said: fountains that block your way back) so if those parts are tagged as oneway, than it could work. |
|
What constitutes a track ? | If the maximum speed you can get on that road is very small because of the surface, I tag it as a track. So a track is something where a car can ride, but normal people don't want to ride there because of the bad road conditions. Most routers will avoid tracks or only use them for the last meters. |
|
Sports icons | A gym is not a sport, it's a place where you do sports. As such, it is probably best to tag it leisure=sports_centre: osm.wiki/Tag:leisure%3Dsports_centre If you want to, you can tag the possible sports separately. |
|
Sports icons | Sorry, forgot my link: osm.wiki/Map_Icons |
|
Sports icons | Please look here to find the current icons, the criteria for new icons (if you want to make a new one) and how to request that your icon appears on the map. |
|
How do I correct my wrong tags? | The noexit tag is useful for mapping two roads that are close but not connected. Otherwise armchair mappers could think they are connected and connect them. |
|
Getting rid of SPAM | A "report" button would also be handy. So admins can be notified quicker. |
|
TileDownloader | You know that there are some apps that have been blocked because they bulk downloaded tiles? The problem wasn't the downloading, but the problem was that the majority of tiles wasn't rendered yet. Nobody wants to see the see at zoom level 18 if there is nothing to see. A result of those apps was that 90% of the rendering queue were tiles that nobody will ever see. this caused serious slowdowns for the mappers who wanted to see their changes rendered. In what way is the application you give different? Won't it cause the same problems? |
|
Improving my home town map | Welcome to OSM. Don't be afraid to make mistakes. This is a community project, and if somebody sees a mistake, (s)he will correct it. As for your map, Germany is quite complete. But I do see that there is a lot of work to do: there are no addresses on the map (and that's worth many days of mapping). Maybe some task that is easier to do: Secondary ways like this: osm.org/browse/way/24545563 don't seem to have a maxspeed. Secondary ways without speed limit mean that you can drive quite fast. But I don't think this is the case here. I only mention these things for the case that you are bored and don't know what to map, there is stuff enough to map! Oh, and before I forget it: happy mapping and thanks for helping! |
|
Mijn dagboek. | Mods: you can consider this SPAM. |
|
blokeerd | Mods: you can consider this SPAM |
|
Westland motorrit | Wil je meehelpen aan openstreetmap? of wil je enkel reclame verspreiden? Als je bijvoorbeeld al je GPS tracks van de ritten zou uploaden zouden wij al tevreden zijn. Als je zelf aanpassingen aan de kaarten zou maken (bijvoorbeeld snelheidslimieten of andere dingen toevoegen), dan zouden wij natuurlijk heel tevreden zijn. Groeten,
|
|
vandaag voor het eerst | Welkom bij OpenStreetMap. Zoals je waarschijnlijk wel weet is OpenStreetMap voor kaarten wat Wikipedia als een encyclopedie is. Het is de bedoeling dat je zelf vanalles toevoegd. Op openstreetmap kan zowat alles met een locatie worden opgeslagen, van straten tot vuilinbakken en zelfs individuele bomen. Als je wil weten wat vaak op de karat gezet wordt, dan kan je op onze wiki kijken: osm.wiki/Map_Features Om de "tags" te zien in potlatch2 (de standaard editor) moet je in advanced mode gaan. Anders zie je vereenvoudigde voorstellingen van die tags. Als je vragen hebt mag je me altijd contacteren. Als je hier een vraag aan mij stelt is de kans groot dat ik het niet zie (aangezien ik er geen meldingen van krijg). Happy Mapping,
|
|
Bruxelles | Bienvenue chez OSM. OSM est come Wikipedia pour les cartes, si vous voyez quelque chose et c'est pas sur la carte, vous pouvez l'ajouter. Chez OSM, on ne collecte pas seulements les noms des rues, on peut ajoutez toutes sortes d'information. On peut ajouter des adresses, des restaurants, des magasins, des limites de vitesse, des routes pour les cyclistes ... en bref: tout qui a une location. Si vous avez des questions concernant OSM, n'hesitez pas à me contacter, je parle pas très bien le francais, mais j'espere que vous le comprenez. Maintenant, je suis en train de completer mon propre village, et cést presque finit pour mon norm. osm.org/?lat=50.94024&lon=3.06434&zoom=16&layers=M |
|
gate to private(?) streets | A gate is just a gate, sometimes there are gates to keep the cattle in a certain area, but people are allowed to open the gate. So in fact, the gate (and any barrier) should be tagged with the right access tag and the way too. |
|
osm is turning me into a botanist | maybe somehing like genus:50% = ganzania
I know this is done by biologists (not the tagging, but the usage of percentage): they throw a square meter in the area and then count what part of the surface is taken by what kind of plants. |
|
First edits! | Welcome to OSM, thank you for your edits. All parts of info make OSM a bit more complete. Until we're better then all other map providers :-P But watch out: it's addictive :-P happy mapping |
|
Paris, 9e et 10e arrondissements révisés | Merci beaucoup. Donc, quand quelqu'un a besoin d'une carte de Paris, je peux dire que tout les données sur OpenStreetMap (des 11 arondissements que vous avez revisez) sont correct mais peut-être pas 100% complète. Merci pour votre travail, je connais des gens pour qui ça sera très utile. |
|
Travelling Salesman Website | It seems that mapquest implements their own api. so you can just go to http://open.maquest.com (this uses openstreetmap data), there you can right-click on the map or search by address to enter locations. You set the first and last location like you want and finally, check the "Allow MapQuest to re-order stops" checkbox under driving options. It will take a while before you get your route. the Travelling Salesmen problem is an NP-complete problem. So it asks a lot of work, and the mapquest site is optimised to update all the time, not to do big calculations. So wait a bit before you force the site. I do not know if the mapquest site has an export feature or what export format you should like. But it is at least as good as what you got. |
|
Travelling Salesman Website | I do not know your technical skills, but mapquest has an api for this. You call e.g. and as response, you get a JSON file, including a field like "locationSequence":[0,2,1,3] which means that the best order of locations is 0-2-1-3, it will always begin with the first (0) and end with the last. It also contains a route description. I do not know if there is some website with an easy GUI that implemnts this feature. |