0

I have installed openstreetmap-website according this https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md Now I can edit map but how to export data to pbf which I want to use in OSRM? Or exist simpler way to update OSRM from map editor?

asked 21 Aug '18, 10:32

Stremovskyy's gravatar image

Stremovskyy
21225
accept rate: 0%

edited 21 Aug '18, 10:33

Just download either the planet from the planet.openstreetmap.org, or obtain extracts prepared by Geofabrik on their download site. No need for the website or code: data for use by consumers is not usually accessed via an API.

(21 Aug '18, 10:39) SK53 ♦

I need to edit map and upload it to OSRM

(21 Aug '18, 10:42) Stremovskyy

One Answer:
3

The OSM backend uses https://github.com/zerebubuth/planet-dump-ng to create the planet pbf from the database.

In general you can poke around in https://github.com/openstreetmap/chef to see how various services are setup.

permanent link

answered 21 Aug '18, 11:09

maxerickson's gravatar image

maxerickson
11.4k1075161
accept rate: 30%

1

Thanks man!! you're best!! planet-dump-ng solved all my problems!

(23 Aug '18, 08:41) Stremovskyy

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:

×294
×287
×60
×51

question asked: 21 Aug '18, 10:32

question was seen: 2,046 times

last updated: 23 Aug '18, 08:41

powered by OSQA