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

Where is the list of current Potlatch2 URL parameters?

2

I'm looking for somewhere which is updated with new versions of Potlatch2 that lists all the possible url parameters to help me set up closer integration with the HOT Tasking Server editing workflows.

asked 22 Feb '12, 11:10

samlarsen1's gravatar image

samlarsen1
1244512
accept rate: 50%

edited 22 Feb '12, 11:11


One Answer:

2

There's no definitive list that I'm aware of. However, most parameters are shown in the "potlatch2.html" example file, and I try to keep it up-to-date when new things are added.

https://github.com/systemed/potlatch2/blob/master/resources/potlatch2.html

answered 22 Feb '12, 11:52

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

1

So currently lat, lon & zoom are the only parameters accepted directly from the URL. All the others are able to be set but in a custom deployment of Potlatch2. Thanks for the clarification.

(22 Feb '12, 11:59) samlarsen1

Source code available on GitHub .