Hello, I want to add a barrier in my graphhopper project and in my map, how can I do it? What is the code I have to add in my project and where? Thank you |
Hello, I want to add a barrier in my graphhopper project and in my map, how can I do it? What is the code I have to add in my project and where? Thank you |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 11 Feb '14, 12:54
question was seen: 2,053 times
last updated: 12 Feb '14, 09:38
Please provide more details. Do you want to add a barrier to OSM? Or do you want to make your project recognize barriers? What kind of barriers. What language are you using for your project? And so on.
according to http://graphhopper.com/#contact you can also ask in channels where the developer seems to be more active ...
Thank you everybody I have solved my problem, since I don't want to share the barrier I gained because it's only for my experimentation and the barrier that I will put in the graph are false, I want to do this only in pc and only modify a map that I have downloaded. To do that I open the pbf and I change a node with the tag k=barrier, v=bollard
Thank you everybody.