NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi, it's the first time for me in this "vast world" and so I had to understand better a lot of concepts...

MY GOAL - import a map in JOSM ==> okay - create new building ==> okay (I think...I've also populate some label: address, building, name...) - I save my modification locally in a OSM file ==> Okay - Run GraphHopper as: java -jar graphhopper-web-0.5.0-with-dep.jar jetty.resourcebase=webapp config=config-example.properties osmreader.osm=mymap.osm

So, I see that for example if I modified in JOSM street nodes I see this modification in Graphhopper. But if I try i.e. to find in the search my new building (as address) I receive a "No area description found".

The same if for example I modify in JOSM the position of a build on the map.

What I misunderstanding? Every time I restart Graphhopper server and clear the "*-gh" directory... Is it because addressess / build name etc. are always taken "from the network" (from public servers)???

How to force GraphHopper to show and consider my modification?

I'm really confused... I'm sorry if this could be a dummy question :S :(

Thank you in advance.

asked 02 Feb '16, 23:56

The%20Hammer's gravatar image

The Hammer
11113
accept rate: 0%

Huh, you can get a Graphhoper java file and run it locally?

(03 Feb '16, 07:04) ivanatora
2

Yes, Graphhopper is Open Source. https://github.com/graphhopper/graphhopper

(03 Feb '16, 07:10) Frederik Ramm ♦

Graphhopper is only a routing engine. It finds shortest/best paths from A to B. It does not draw maps, and it does not search places. The Graphhopper example web site is a small web site that combines Graphhopper's routing with maps drawn by some other service on the web, and search provided by some other service on the web. If you want a 100% local solution, you will have to set up a search engine too (e.g. Nominatim), and a rendering engine (e.g. a tile server as discussed on switch2osm.org, or perhaps since your area is small enough to load in JOSM, you can render map tiles with Maperitive).

permanent link

answered 03 Feb '16, 07:14

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Hi, thank you!

After post this question, I work (at night....) at the problem and I understood about Nominatim and all the infrstructure behind it and behind OSM.

I think (this is a personal consideration) that OSM is a tool too broad (but obviously also powerful) than what I propose to do (an indoor map with simple routing office by office).

So, it's the time to "put all the cards on the table" and decide which tool (open source) use for this project. ;)

(03 Feb '16, 08:50) The Hammer

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×622
×21

question asked: 02 Feb '16, 23:56

question was seen: 3,447 times

last updated: 03 Feb '16, 08:50

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum