Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-21 Thread Uwe Dalluege
Hi Ede, thank for the tip! Now it works! Regards Uwe Am 21.10.2014 um 14:53 schrieb edgar.sol...@web.de: > hi Uwe, > > wouldn't the layernames not be the names you fetched via ogrinfo? e.g. > > AP_PPO or AX_BesondereFlurstuecksgrenze or AX_Wald > > ..ede > > On 21.10.2014 13:34, Uwe Dalluege w

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-21 Thread edgar . soldin
hi Uwe, wouldn't the layernames not be the names you fetched via ogrinfo? e.g. AP_PPO or AX_BesondereFlurstuecksgrenze or AX_Wald ..ede On 21.10.2014 13:34, Uwe Dalluege wrote: > Hi Jukka, > > this does not work: > > > D:\Arbeit\ALKIS_LoD1\Test> > ogr2ogr -f "JML" xxx.jml ALKIS_FHH_0008.xml

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-21 Thread Rahkonen Jukka (Tike)
Jml can take only one layer. Try command as ogr2ogr -f jml output.jml input.xml layer_name. -Jukka-- Lähettäjä: Uwe Dalluege Lähetetty: ‎21.‎10.‎2014 14:08 Vastaanottaja: Rahkonen Jukka (Tike);

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-21 Thread Uwe Dalluege
D:\Arbeit\ALKIS_LoD1\Test>ogrinfo ALKIS_FHH_0008.xml Had to open data source read-only. INFO: Open of `ALKIS_FHH_0008.xml' using driver `NAS' successful. 1: AP_PPO (Multi Point) 2: AP_PTO (Point) 3: AX_Baublock (Polygon) 4: AX_BauRaumOderBodenordnungsrecht (Polygon) 5: AX_BesondereFlurstueck

Re: [JPP-Devel] GDAL reads and writes JUMP JML now

2014-10-21 Thread Rahkonen Jukka (Tike)
Do you have several layers in your XML? What do you see with plain "ogrinfo your-file.xml"? -Jukka- Lähettäjä: Uwe Dalluege Lähetetty: ‎21.‎10.‎2014 12:42 Vastaanottaja: OpenJump develop and use