aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-09 11:04:49 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-09 11:04:49 +0000
commita26c462b8646254403d1c021ada0b73b6b882c63 (patch)
tree91f8973ea9268f81b0757abcd3ce8068d4301ce2
parent91e19f03edb37f94f5122a57720804a378e5c35f (diff)
add in tile server and geolocation service to service dependecies section
-rw-r--r--README.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.pod b/README.pod
index 873c351da..5919ddb8d 100644
--- a/README.pod
+++ b/README.pod
@@ -118,6 +118,13 @@ For most uses of FixMyStreet you'll also need access to a MaPit server with
data for the types of bodies you are reporting issues to. For more details on
how to install MaPit see the L<mapit pypi page|http://pypi.python.org/pypi/django-mapit/>
+You will also need a Tile Server to serve up Map tiles. FixMyStreet can use
+Google, Bing and OpenStreetMap Tile servers.
+
+Finally, you will need a geolocation service to turn addresses into longitude
+and latitudes. FixMyStreet currently includes code to use both Bing and Googles
+geolocation services.
+
=head1 DETAILED INSTALLATION INSTRUCTIONS
=head2 Unpacking the Code