forked from maposmatic/ocitysmap
Fork of ocitysmap repository at savannah.nongnu.org
License
hholzgra/ocitysmap
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 712 commits ahead of maposmatic:master.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Open City Street Map -------------------- ocitysmap generates a city street map, using the OpenStreetMap project's data and the Mapnik map renderer. The generated maps are vector graphics images, optionally including things like a street index and city grid. For example, for a simple Chevreuse rendering, run: ./render.py -t "Ceci n'est pas Paris" --osmid=-943886 Alternatively you may specify a bounding box rather than an OSM ID: ./render.py -t "Ceci n'est pas Paris" -b 48.7268,1.9946 48.6801,2.0742 This is useful when OpenStreetMap does not contain the administrative boundary of the city you want to render. To determine the OSM ID and/or the bounding box of cities from their name, please use the nominatim service: http://nominatim.openstreetmap.org/ By default, the maps are generated in PDF format with the street index at the bottom, with an additional CSV containing the street index. To see the available options to change this behavior, please run: ./render.py --help See INSTALL for installation instructions. This code is under AGPLv3 (GNU Affero General Public License 3.0) except the included OpenStreetMap logo under CC-BY-SA (Creative Common Attribution-Share Alike) license.
About
Fork of ocitysmap repository at savannah.nongnu.org
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 77.1%
- HTML 21.4%
- Shell 1.3%
- CSS 0.2%