0

Hi, I want to setup a local database on Windows environment where all edits and changes to the map would be made to the local database and also please tell me how to insert values into the database using any API like overpy in Python. Please share a suitable tutorial link in order to setup a local copy of the OSM db.

Thanks in advance.

asked 20 May, 10:40

rachnarai's gravatar image

rachnarai
1113
accept rate: 0%


One Answer:
0

See https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md as there is no support for directly installing on windows you will need to follow the instructions for installing with Vagrant.

Note: you are going to be totally alone in this, and it is very unlikely that an install with Vagrant will leave you with a production ready setup (obviously it should be OK for playing around).

permanent link

answered 20 May, 10:52

SimonPoole's gravatar image

SimonPoole ♦
40.0k13297634
accept rate: 19%

Hi Simon, Thanks for your reply. I've somewhat read the whole documentation and about APIs. I want to create a small Python App (I want all the changes and additional fields to be added into my local copy of OSM database) and after getting the user location I want to render all properties of that particular node over my map. So, what I've understood is: 1. Downloading a particular region's map. 2. and rendering the results using maperative. Simon pls tell me if I've understood everything correctly, will this be the approach?

(21 May, 11:31) rachnarai

Please open a fresh question explaining what you want to do / have in the end, as is it is not clear if you are not heading down a completely wrong path.

(22 May, 07:43) SimonPoole ♦

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:

×585
×104
×97
×53
×37

question asked: 20 May, 10:40

question was seen: 118 times

last updated: 22 May, 12:59

powered by OSQA