Ævar Arnfjörð Bjarmason schrieb:
What the subject says, I have a set of coordinates and I want to add
an object at that location in Potlach. Do I have to produce a GPX file
with markers at those locations or is there a way to do this in the
interface?

If you go through the hassle of creating a GPX file, why not use either the API directly, or maybe JOSM?

create an osm file like this

<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.5" generator="my own stuff">
  <node id="-1" lat="12.345" lon="6.789" mode="create" />
</osm>

Make sure you put *negative* ids, or you will overwrite stuff on the server.

--

Dirk-Lüder "Deelkar" Kreie
Bremen - 53.0952°N 8.8652°E

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
newbies mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/newbies

Reply via email to