Skip to content

Commit 8e6a84e

Browse files
committed
Doc: remove mention of Interlis write support
1 parent 4583dc3 commit 8e6a84e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

doc/source/drivers/vector/ili.rst

+2-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.. build_dependencies:: Xerces
1111

12-
| OGR has support for INTERLIS reading and writing.
12+
| OGR has support for INTERLIS reading.
1313
| `INTERLIS <http://www.interlis.ch/>`__ is a standard which has been
1414
especially composed in order to fulfill the requirements of modeling
1515
and the integration of geodata into contemporary and future geographic
@@ -37,16 +37,14 @@ limitations:
3737
Driver capabilities
3838
-------------------
3939

40-
.. supports_create::
41-
4240
.. supports_georeferencing::
4341

4442
.. supports_virtualio::
4543

4644
Model support
4745
-------------
4846

49-
Data is read and written into transfer files which have different
47+
Data is read from transfer files which have different
5048
formats in INTERLIS 1 (.itf) and INTERLIS 2 (.xtf). Models are passed in
5149
IlisMeta format by using "a_filename.xtf,models.imd" as a connection
5250
string.
@@ -84,12 +82,6 @@ Some possible transformations using :ref:`ogr2ogr`.
8482

8583
ogr2ogr --config OGR_STROKE_CURVE TRUE -SQL 'SELECT Rechtsstatus,publiziertAb,MetadatenGeobasisdaten,Eigentumsbeschraenkung,ZustaendigeStelle,Flaeche FROM "OeREBKRM09trsfr.Transferstruktur.Geometrie"' shpdir ch.bazl.sicherheitszonenplan.oereb_20131118.xtf,OeREBKRM09vs.imd OeREBKRM09trsfr.Transferstruktur.Geometrie
8684

87-
- Shape -> Interlis 2:
88-
89-
::
90-
91-
ogr2ogr -f "Interlis 2" LandCover.xml,RoadsExdm2ien.imd RoadsExdm2ben.Roads.LandCover.shp
92-
9385
- Importing multiple Interlis 1 files into PostGIS:
9486

9587
::

0 commit comments

Comments
 (0)