NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Goal: direct user to potlatch where they specify a closed path. Then get the points of that closed path for later use. User will not know much about OSM. This is being driven from a phone, so I want a web solution.

Interactively, I can accomplish this by creating the path; saving it; going to history; getting my changeset id and then use http://www.openstreetmap.org/browse/changeset/<changesetid>.

It feels like I need to setup my own potlatch server and modify it so I can pass a location and a changeset description in; then I can get changesets within a bounding box and look for my description.

Question: Am I using the right tool. Is there a better way.

Edit: Yes, I want to see the points. Here is a sample application: I want to have a phone scavenger hunt. The user is going to draw out the field/pitch/playspace on their phone; then I am going to scatter (electronically, not physically) prizes, clues or what not inside that field. Then they walk around and collect the prizes. I have the location of the phone and all my created items; I am looking for a way to allow a user to fence-in the application. I could do this on the phone; but I would rather do it on the web as the boundary they create could well be shared/re-used. (via OSM) Is that better?

asked 17 Apr '12, 13:53

ts2000's gravatar image

ts2000
1111
accept rate: 0%

edited 17 Apr '12, 17:23

Could you explain what you mean by "Then get the points of that closed path for later use". Is that for editing ? If not, do you just need the list of nodes for a special rendering on your phone app ? Edit and enhance your question, please. If it is not for editing, Potlach is not required and you have other means to retrieve the list of points.

(17 Apr '12, 15:19) Pieren

Your question isn't very clear, but it seems unlikely that Potlatch is the tool you want.

Potlatch is the web-based Flash editor on the osm.org website (and several other places). As it's written in Flash and designed for desktop screen sizes, it is unlikely to function well on phones.

permanent link

answered 17 Apr '12, 16:01

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×210
×16
×14

question asked: 17 Apr '12, 13:53

question was seen: 3,452 times

last updated: 17 Apr '12, 17:23

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum