Skip to content

Commit

Permalink
add test project for dxf export
Browse files Browse the repository at this point in the history
make layer editable
  • Loading branch information
tudorbarascu committed Jan 28, 2021
1 parent e55fdf4 commit 67bdbcf
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testdata/qgis_server/test_dxf_export.geojson
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "test_dxf_export",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3844" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 450000, 400000 ], [ 450100, 400000 ] ] } }
]
}

0 comments on commit 67bdbcf

Please sign in to comment.