[OSM-newbies] How do I add an object in Potlach at specific coordinates?

Richard Fairhurst richard at systemeD.net
Thu Jul 24 14:05:12 BST 2008


Ævar Arnfjörð Bjarmason wrote:
> 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?

There is no way to do that in Potlatch - Deelkar is right in  
suggesting you use the API or JOSM.

However, you can press L in Potlatch to get a display of your current  
latitude and longitude, so in isolated cases you might find that useful.

cheers
Richard
-------------- next part --------------
Æ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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstreetmap.org/pipermail/newbies/attachments/20080724/2b770b13/attachment.pgp>
-------------- next part --------------
_______________________________________________
newbies mailing list
newbies at openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/newbies


More information about the newbies mailing list