This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

If I deploy Potlatch on my site, can I use google maps as a basemap?

0

I'm working on a project on HistoryPin, which already has google base maps uploaded to its site. I want to allow people to draw old railroad lines on the base map using Potlatch, and also upload GPS traces if possible.

asked 25 Jun '13, 19:10

yankwich's gravatar image

yankwich
1111
accept rate: 0%

edited 08 Apr '15, 04:15

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

8

Potlatch (1 and 2) is Free software, so you can do whatever you like with it without breaking its licence conditions. However, Google's terms of service probably will not allow you to derive a separate database of information from its maps and imagery unless you use its Map API at least.

If you do deploy a version of Potlatch for this project, it must not connect to OSM in any way, so you would need to provide your own servers to store your data on. This would have to run the OSM "Rails Port" as it's known, as Potlatch can't save data to any other type of server.

answered 25 Jun '13, 19:42

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.3k1785108
accept rate: 18%

edited 25 Jun '13, 19:46

6

http://www.google.co.uk/permissions/geoguidelines.html states "You may not use Google Maps or Google Earth as the basis for tracing your own maps or other geographic content."

(25 Jun '13, 21:29) EdLoach ♦

5

Potlatch 2 has a hard-coded block on sources of imagery which contain the string 'google.'. You can remove this by taking the relevant line out of potlatch2.mxml and recompiling.

answered 25 Jun '13, 22:41

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

Source code available on GitHub .