Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts to generate a locally hosted map server #19

Closed
GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment
Closed

Scripts to generate a locally hosted map server #19

GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

1) Figure out how to pull the .osm data for a given bounding box with 
co-ordinates specified
         as:  left-longitude, bottom-latitude, right-longitude, top-latitude
         or:  center-longitude, center-latitude, extent-degrees
         or:  center-longitude, center-latitude, extent-kilometres
       . Write a script to automate the retrieval
       . Read:  http://wiki.openstreetmap.org/wiki/Getting_Data
  2) Figure out how to do a Mapnik render of .png tiles from the .osm data
       . Write a script to render the data retrieved above
       . Read: http://wiki.openstreetmap.org/wiki/Rendering
               http://wiki.openstreetmap.org/wiki/Mapnik
           http://wiki.openstreetmap.org/wiki/Pyrender
  3) Figure out how to serve rendered .png tiles from the dashboard server
  4) Figure out how to do a CycleMap render
       . Read: http://www.opencyclemap.org/
  5) Put all the pieces together

Original issue reported on code.google.com by AntoineV...@gmail.com on 6 Jul 2009 at 8:24

@GoogleCodeExporter
Copy link
Author

Original comment by AntoineV...@gmail.com on 7 Dec 2009 at 12:25

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant