Thomas Gratier
Thomas Gratier
## Remontée 1: Quand on ajoute une URL via le paramètre `addLayer` puis qu'on fait "Partager", l'URL ne comprend pas le paramètre `addLayer` ## Remontée 2 Il faut aussi noter...
Point 2: piste "load balancer" semble se confirmer avec https://www.geo2france.fr/geoserver/hdf_common/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=Antennes__HdF_EnService_Agreg&STYLES=&TILED=true&WIDTH=256&HEIGHT=256&CRS=EPSG%3A3857&BBOX=939258.2035682462%2C5948635.289265556%2C1252344.2714243282%2C6261721.357121638 qui retourne à des moments la capture ci-dessous. 
Dirty code sample to do it. Borrowed code from `svg-pan-zoom` used in the Live Editor (e.g https://github.com/mermaid-js/mermaid-live-editor/blob/master/src/lib/components/View.svelte#L4 and https://github.com/mermaid-js/mermaid-live-editor/blob/master/package.json#L80) ```html #mySvgId { height: 90%; width: 90%; } import mermaid from...
Got the same issue. Using `encoding` block, I was able to solve the issue. Instead of getting `-F column=value1,value2`, I now get `-F column=value1 -F column=value2` in generated CURL calls....
To bypass the issue in practice as I can understand the "why" of the policy, host locally Maputnik or serve pmtiles as `x/y/z.mvt` ## Solution to use locally pmtiles with...
To compare both way of doing, you can look for: - GeoJSON http://labs.webgeodatavore.com/d3-workshop/demos/01-fond-carto-depts-france.html \* \* TopoJSON http://labs.webgeodatavore.com/d3-workshop/demos/02-fond-carto-depts-france-topojson.html It's not really a big deal between both. The biggest issue is to...
Not exactly cosmetic only. My explanation was about the behavior but when converting to PostgreSQL from the source using pure GDAL approach, you get a boolean for type not an...
Trying it, I encountered the same issue. It's because you need to run galley from the directory above `docs`. This `docs` directory must contain a `conf.py` file Imagine after install...
@kitmacleod I'm not sure it should be in the workshop but to answer https://medium.com/@ThomasG77/multiple-ways-to-add-layers-in-openlayers-2c9569beb948 . Feel free to comment on the blog post side to avoid polluting the tracker ;)...
Partagé à l'idée de faire ainsi car changer la structure d'une donnée employée de manière importante par des tiers = risque de tout casser dans leurs traitements automatiques J'envisage plutôt...