Matthieu Viry

Results 28 issues of Matthieu Viry

Let say I have a basemap with 5 features like this ID | Geometry | --- |----------| A | ... | B | ... | C | ... | D...

question

Magrit's web page is rather poorly referenced by search engines. On Google, (not connected to a Google account, in private browsing, in French language), when searching for "cartographie thématique", the...

enhancement

Following several discussions we were given ideas of things that could facilitate the reuse of Magrit (reuse in the sense: deploy it elsewhere, in other types of environment and possibly...

enhancement

The self-generated [documentation for geos crate](https://docs.rs/geos/4.0.0/geos/) is rather empty. Perhaps we should try to document the main structs (`CoordSeq`, `GGeom`) and put some examples to feed a bit the documentation.

This PR add support for the dataset open options (which are format-specific and usually used behind the `-oo` parameter when using *ogr2ogr*, *ogrinfo*, *gdalinfo*, etc.) in order to fix #41....

Hi, Are the "open options" of ogr2ogr supported? I tried to use them without success like this: ```js const input = await Gdal.open(citiesFile); const options = [ '-oo', 'AUTODETECT_TYPE=YES', '-oo',...

As in bertin.js ? ![mushroom](https://raw.githubusercontent.com/neocarto/bertin/main/img/mushroom.png)

question
v2

In waffle maps: - the variables used should be reorderable (order of appearance in the legend and order of appearance within a waffle). - the name of the variables should...

enhancement

~~Should a future release support the import of geopackage files?~~ ~~That would keep up with current practices.~~ ~~From a technical and UX point of view I think it's not too...

bug

What do you think about having a functionality to remove consecutive repeated coordinates (optionally within a specified tolerance) in geometries of this crate ? For example Postgis has [ST_RemoveRepeatedPoints](https://postgis.net/docs/ST_RemoveRepeatedPoints.html) (and...

enhancement
geo