[OSM-dev] bug in tirex mapnik backend?

2015-12-16 Thread Stefano Salvador
Hi, I'm trying to set up a tile server with tirex but using the latest svn code the mapnik backend fails with a buffer overflow. Debugging the code it turns out that the offending code was the line 129 of metatilehandler.cc : memset(, 0, numtiles * sizeof(entry)); I modified it as:

Re: [OSM-dev] Tileserver restricted to a region, anyone?

2011-02-07 Thread Stefano Salvador
I am looking for either (a) an OpenLayers layer/code/configuration that will automatically direct requests for tiles outside a given area to another tileserver or (b) a mod_tile patch or clever Apache config snippet to do the redirects. Openlayers permits to overwrite the base method to

Re: [OSM-dev] rendering a cycle route

2010-06-24 Thread Stefano Salvador
Have a look at http://wiki.openstreetmap.org/wiki/HikingBikingMaps/RouteRendering to get started. Thank you Andy, this is exactly what I'm looking for. Bye, Stefano ___ dev mailing list dev@openstreetmap.org

[OSM-dev] keeping up to date an extract of planet.osm

2010-05-18 Thread Stefano Salvador
Hi, I've read everything I can find on wiki and ML about replicating the OSM DB, but I can figure out if it is possible to keep up to date only a part of the planet. I would like to set up a copy of OSM DB only for a small region and then keeping it up to date with the replicates, is this

Re: [OSM-dev] keeping up to date an extract of planet.osm

2010-05-18 Thread Stefano Salvador
Thanks for the fast reply If you intend to do it for a rather small area my area is about 150km x 150km, I'll make some test to see how much resources are neeeded. Bye, Stefano ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] Inserting OSM data

2010-03-22 Thread Stefano Salvador
Creating OSM files would be easy for us. But where would we sent them? Simply put them on our webserver and make an announcement on the osm list hey, we have some osm data to be merged/imported! Have fun!!? In my small part of world I do exactly so, local mailing list is our interface for such

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2010-01-29 Thread Stefano Salvador
Are there any objections to me disabling the old minute and hourly changesets and deleting their files from the planet server? I think that this broke OSM-Live web site: http://datenkueche.com/osmlive/ Bye, Stefano ___ dev mailing list

Re: [OSM-dev] JAVA-Lib similar OpenLayers

2009-09-14 Thread Stefano Salvador
does anybody know an JAVA-Library with similar features like OpenLayers Javascript-Lib? I would like to enhance our Java-Client to get maps from WMS-Servers. Thanks for your effort. I don't know if it fills your needs but take a look to this software: http://www.geomajas.org/ Bye, Stefano

Re: [OSM-dev] osmChange format for 0.6 upload

2009-09-06 Thread Stefano Salvador
On domenica 06 settembre 2009 03:25:11 Ian Dees wrote: I'm trying to implement a bulk uploader to coincide with my shp-to-osm app. On the 0.6 API wiki page [0] and the osmChange wiki page [1] the specification says that the changeset and version ids are required on every primitive operation. I

Re: [OSM-dev] dev servers down

2009-05-17 Thread Stefano Salvador
It seems that I'm stressing the server :-) now it reports: No space left on device - /home/edgemaster/apis/api06/log/development.log Stefano ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] best approach for mass upload

2009-05-17 Thread Stefano Salvador
My gut feeling would be to try something like this: open a changeset, then do 40 individual diff uploads of about 1,000 elements each, then close the changeset, and repeat. Thanks for the explanation, I'll try this approach Bye, Stefano ___ dev

[OSM-dev] best approach for mass upload

2009-05-16 Thread Stefano Salvador
Hi, I have done some tests for a mass upload of quite large set of data (about 40 elements) using the dev server. I'm using osmChange diff files and the upload API (changeset/id/upload). I noticed that the server takes forever to respond to the request, even if the transaction is

[OSM-dev] dev servers down

2009-05-15 Thread Stefano Salvador
Hi, It seems that the last commit on dev server (api06 and new06) has corrupted database.yml :-( could someone fix this ? Bye, Stefano ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[OSM-dev] confused about version

2009-05-14 Thread Stefano Salvador
Hi, I'm new to list and to OSM API. I'm writing a script for uploading some data using diff and OsmChange but I don't known how to fill version attribute of new nodes and ways. Probably I'm missing something basic. Bye, Stefano ___ dev mailing list