Marcos Dione
Marcos Dione
More info: ``` time ./bin/carto -a 3.0.6 -p=true -b ~/src/projects/osm/osm-carto/project.mml 2>&1 | awk '/^processing/ { layer=$3 }; /^Inheritance/ { print $3, layer }' | sort -n [...] 113ms amenity-points 120ms...
So `chomium`/`chrome`'s profiler is as bad as the command line one; that is, it provides no new information, just the same thing graphed in three ways: the bottom up, the...
When I used an unguarded `parseFloat()`, times went from 30s to 4m30s. Can you do the change and test locally? I should probably see if I should upgrade my node...
Sorry that I dissapeared, my family just expanded. @HolgerJeromin's change doesn't seem to make a change, I still get ~17s for the same version of osm-carto.
If you follow the link, you'll see I managed some progress :) The current wall I hit is: ``` TypeError: L.K.Config.project is undefined DataInspector.js:70:22 createSidebarPanel http://dionecanali.hd.free.fr/praetorian/diablo:6789/src/front/DataInspector.js:70 initialize http://dionecanali.hd.free.fr/praetorian/diablo:6789/src/front/DataInspector.js:36 NewClass http://dionecanali.hd.free.fr/praetorian/diablo:6789/node_modules/leaflet/dist/leaflet-src.js:301...
It seems like I managed to do it! Attached is the diff, in case anyone is interested. ``` diff --git a/src/Config.js b/src/Config.js index 8378846..845f99f 100644 --- a/src/Config.js +++ b/src/Config.js @@...
> Mapnik 3 in general allows variable substitutions everywhere In particular, as part of zoom filters: ` [feature = 'amenity_atm'][zoom >= @useful] { ... }` Should I open a new...
Done #42.
The right chip model is HT50F52352, and there doesn't seem to be any data sheets or detils anywhere, but the chip is being used by several models.
> No se si esto es porque se agrego google analytics Si. > Necesitabamos tener metricas sobre el uso de la pagina Si *realmente* necesitan eso (me pregunto qué valor...