2803 MEDIA

Results 22 issues of 2803 MEDIA

Do you plan adding the quantiles with the calc command, It may be useful for designing choropleth maps for example.

I have this command: `mapshaper $dir_path/plu/$INSEE.json -clip $FILE -each "insee='$INSEE',parcelle='$NAME', area=Math.round(this.area)" -drop geometry -filter-fields insee,area,parcelle,partition,libelle,libelong -o $dir_path/convertpluparcelle/$FILENEW format=csv` How to access the this.properties of the $FILE? With -each I can...

I have a file with a structure different between features. For example I have in one feature data1, data2, data3 and on an another one data1,data2,data4 How can I use...

Is anybody had test the support of node v14? Thanks

I wonder if it's possible to use the positron style (I guess the mapnik.xml aka project.xml) for self osm hosted in docker like in this repo https://github.com/Overv/openstreetmap-tile-server/blob/master/Dockerfile. I try to...

Hi I have a simple geojson file like that: ``` "type": "FeatureCollection", "metadata": { "total": 2073, "name": "BEAL", "event": "birth" }, "features": [ { "type": "Feature", "properties": { "time": "1920-03-15"...

Do you think if it's possible to use this timeline with heat leaflet plugin (https://github.com/Leaflet/Leaflet.heat), I tried: ``` var timeline = L.timeline(datas, { getInterval: getInterval, return L.heatLayer(latlng, {maxZoom: valzoom}); },...

Hi I just notice that when I use chrome beta 67 and chrome canary on mac the script failed to display images. It works for the first 3 images but...

Hi I have an instance with a tiles server based on the switch2osm tutorial and I wonder if I can use pianoforte style with this installation (build with osm2pgsql). Thanks...

Hi I have the following awk command and I try to convert it to xsv but failed to split a string from a column with the tool `awk -F';' -vFPAT='([^;]*)|("[^"]*")'...