Re: [OSM-dev-fr] OpenLayers.Format.OSM() et récup. user+timestamp sur 1 node.

2011-11-09 Thread ph ttv
Bonjour à tous, Bonjour Didier et merci de m'avoir répondu; Avant de mettre les mains dans le cambouis je vais tout de même reposer ma question une dernière fois sur la liste des utilisateurs d'Openlayers ... sait-on jamais ! @+ Titivi Le 08/11/2011 23:57, didier2020 a écrit : javascript je

Re: [OSM-dev-fr] OpenLayers.Format.OSM() et récup. user+timestamp sur 1 node.

2011-11-09 Thread Sylvain Perrinel
Tu peux en effet facilement modifier le fichier OSM.js : A la ligne 181, tu peux modifier la fonction getNodes comme suit pour récupérer la version et le timestamp. getNodes: function(doc) { 182 var node_list = doc.getElementsByTagName(node); 183 var nodes = {}; 184

Re: [OSM-dev-fr] OpenLayers.Format.OSM() et récup. user+timestamp sur 1 node.

2011-11-09 Thread ph ttv
Merci pour ta patience Sylvain ! Le 09/11/2011 17:19, Sylvain Perrinel a écrit : Oui dans ton exemple de test, tu utilises l'api OpenLayers depuis leur site web : http://www.openlayers.org/api/OpenLayers.js Evidemment j'ai choisi un exemple.html dont le lien n'avait pas été modifié : pardon

Re: [Potlatch-dev] [Talk-us] Address improvement through imports?

2011-11-09 Thread Andy Allan
On 5 November 2011 18:11, Michal Migurski m...@stamen.com wrote: You probably don't even need to fork it. I suspect you could get most of the way there with a custom P2 style, a custom map_features.xml, and Andy's awesome new snapshot stuff (which is expressly designed for manually bringing

Re: [OSM-dev] osmjs says 'Killed'

2011-11-09 Thread Martijn van Exel
Jochen, I compiled with the GC flag and can confirm that osmjs's memory usage is definitely still growing - much slower, but that is probably due to the garbage collection processes making the whole thing slow. I ran that US pbf again and it croaked when its memory footprint was about 50% in top.