[OSM-dev] Is YOUR code 64 bit proof?

2012-12-27 Thread Frederik Ramm
Hi, another 62 million nodes and we'll have IDs of more than 2^31-1 which means than software using a simple, 32-bit, signed integer will not be able to process the data any longer. If you're using C or similar compiled languages and have used as simple int for your IDs, it is likely

[OSM-dev] Snapshot Server

2012-12-27 Thread Rob Nickerson
Hi All, I am a complete newbie when it comes to databases and the like so please bear with me... I am attempting to set up a snapshot server in order to feed UK Public Rights of Way data into Potlatch 2's merging tool. I am following Andy's guide at [1]. I am doing this in debian (raspberry pi

Re: [OSM-dev] Is YOUR code 64 bit proof?

2012-12-27 Thread Peter Körner
Hi mine is (although not yet in the master branch): https://github.com/MaZderMind/osm-history-splitter/compare/64bit https://github.com/MaZderMind/osm-history-renderer/compare/64bit I have a pull request for osmium pending which is required for these branches to be merged into master:

Re: [OSM-dev] Snapshot Server

2012-12-27 Thread Peter Körner
Hi Rob, Am 27.12.2012 15:41, schrieb Rob Nickerson: However, when I run rake db:migrate I get the following error: PG::Error: ERROR relation “geometry_columns” does not exist LINE 1: SELECT * FROM geometry_columns WHERE f_table_name='schema_migrations' Sounds like your database is missing

Re: [OSM-dev] Is YOUR code 64 bit proof?

2012-12-27 Thread Michael Bemmerl
Frederik Ramm schrieb: another 62 million nodes and we'll have IDs of more than 2^31-1 which means than software using a simple, 32-bit, signed integer will not be able to process the data any longer. This will be around the beginning of February 2013, so we'll have one more month to fix

Re: [OSM-dev] Snapshot Server

2012-12-27 Thread Paul Norman
Readme.md for snapshot-server is not quite accurate. I've got an updated readme at https://github.com/pnorman/snapshot-server/blob/patch-3/README.md that covers enabling PostGIS and hstore but Andy hasn't had time to update upstream. From: Rob Nickerson [mailto:rob.j.nicker...@gmail.com]

[josm-dev] Address Auto-Increment

2012-12-27 Thread Frederik Ramm
Hi, during some import discussion, someone mentioned that he would love JOSM to auto-increment house numbers. I have had a go at this, and added an auto-increment option to tagging presets in #5639. In the presets file you can now say text key=addr:housenumber text=House number