[OSM-dev] Warn data consumers about the need for 64-bit node numbers

2012-08-02 Thread Andrew
The last Licence working group meeting ( https://docs.google.com/document/pub?
id=1j4wiDqukbRGNDh9kC-cUL6j3t4NhlcVgancqieHywK0 ) discussed sending an 
announcement to our users ( https://hackpad.com/2L8xdm5nMkM#Upcoming-changes-to-
the-OpenStreetMap-licence ) that the licence is changing and encouraging them 
to 
reimport their data. Should we add a reminder that everyone will soon need to 
treat node numbers as 64-bit?

--
Andrew


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Warn data consumers about the need for 64-bit node numbers

2012-08-02 Thread Simon Poole
The author of the message is the CWG, the LWG was just asked to comment 
on it. And yes, at least a small hint that it may be a good idea could 
probably be sneaked in.


SImon

Am 02.08.2012 19:59, schrieb Andrew:

The last Licence working group meeting ( https://docs.google.com/document/pub?
id=1j4wiDqukbRGNDh9kC-cUL6j3t4NhlcVgancqieHywK0 ) discussed sending an
announcement to our users ( https://hackpad.com/2L8xdm5nMkM#Upcoming-changes-to-
the-OpenStreetMap-licence ) that the licence is changing and encouraging them to
reimport their data. Should we add a reminder that everyone will soon need to
treat node numbers as 64-bit?

--
Andrew


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Multiple Overpass dispatchers/databases on the same machine?

2012-08-02 Thread Samat K Jain
Is there a way to install multiple instances of Overpass on the same
machine?

I'd like to have an API endpoint for the world (w/out metadata), and
then another API endpoint for local use (w/ metadata). E.g.
http://example.com/world/interpreter?data=… and
http://example.com/local/interpreter?=data=….

I'm mostly everything figured out (e.g. database imports) except running
multiple instances of the dispatcher. And if I got that running, I
haven't figured out how to get the CGI scripts to communicate to that
other dispatcher.

Communication between CGI script and dispatcher happens over a shared
memory segment (in /dev/shm), but the name of these appear to be
hardcoded in src/overpass_api/core/settings.cc. Is there a way to
override these so I can run multiple copies of Overpass without having
to compile different copies?

-- 
Samat K Jain http://samat.org/ ▪ GPG: 0x4A456FBA

-- 
Samat K Jain http://samat.org/ ▪ GPG: 0x4A456FBA

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev