-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME
45 lines (30 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
===============================
=== OSMViz README ===
===============================
An OpenStreetMap Visualization Toolkit for Python
=== OSMViz License ===
OSMViz is released under the MIT license.
See LICENSE in this directory.
=== OpenStreetMap License ===
Tiles taken from the openstreetmap.org server
have a usage policy as outlined here:
http://wiki.openstreetmap.org/wiki/Tile_usage_policy
These tiles are (c) OpenStreetMap & contributors, CC-BY-SA.
OpenStreetMap: http://www.openstreetmap.org
CC-BY-SA: http://creativecommons.org/licenses/by-sa/2.0/
You can tell OSMViz to use any slippymap server provided
tiles that you wish, which may have its own usage policy.
=== About ===
OSMViz is a small set of Python tools for retrieving
and using Mapnik tiles from a Slippy Map server
(you may know these as OpenStreetMap images).
== Requirements ==
Python 2.5
Pygame and/or PIL
=== Installation ===
There is not really anything here for installing
this into your python library. You can put it there
manually if you wish, or just add the src directory
to your PYTHONPATH.
=== Help ===
See html/doc.html