Vincent Mora

Results 11 issues of Vincent Mora

I came across this because of an attribute that is a windows path: ``` "documents": "..\Photos\17\f139p223.jpg" ``` When parsing with JSON.parse(..) the "\P" causes: ``` SyntaxError: JSON.parse: bad escaped character...

``` create type texture as (url text,uv float[][]); create table textured_geometry (gid serial primary key, geom geometry('MULTIPOLYGONZ',3946,3), name text, tex texture); insert into textured_geometry(geom, name, tex) values ('SRID=3946;MULTIPOLYGON Z (((0...

in wfs_geojson_display_results, the return value of ows_psql_id_column will be null in this case, it could be checked there or before to make sure the table has the appropriate structure

It would be nice to have the triangles as 3 indices referring to provided vertices instead of 3 vertices coordinates. My use case is to triangulate the pieces of a...

enhancement

A draft sql script is already there but not functional at the moment.

enhancement

Output for the simple example has been added in change-set 7f9cf64

enhancement

I guess python modules are not installed...

enhancement

If I remove columns with the trash icon, it works, but if I select a new collar, the deleted columns reapear.

bug

Test the case where a non-convex volume intersects a convex volume where the result should be 2 volumes. In Intersection3d.cpp we only take the first volume, I suspect a bug.