Opened 10 years ago

Closed 5 years ago

#5503 closed enhancement (wontfix)

empty attributes from AX_SonstigeEigenschaften_Flurstueck have to fill with null values

Reported by: 19216801 Owned by: jef
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: unspecified
Severity: normal Keywords: nas
Cc:

Description

when parsing ax_flurstueck empty fields have to be filled with null values:

  • kennungSchluessel
  • flaecheDesAbschnitts
  • angabenZumAbschnittFlurstueck
  • angabenZumAbschnittStelle
  • angabenZumAbschnittNummerAktenzeichen
  • angabenZumAbschnittBemerkung

Example to generate always 2 array values:

<sonstigeEigenschaften>

<AX_SonstigeEigenschaften_Flurstueck>

<kennungSchluessel>32-251</kennungSchluessel> <flaecheDesAbschnitts uom="urn:adv:uom:m2">6860.0</flaecheDesAbschnitts>

</AX_SonstigeEigenschaften_Flurstueck>

</sonstigeEigenschaften> <sonstigeEigenschaften>

<AX_SonstigeEigenschaften_Flurstueck>

<kennungSchluessel>32-232</kennungSchluessel> <flaecheDesAbschnitts uom="urn:adv:uom:m2">2970.0</flaecheDesAbschnitts> <angabenZumAbschnittFlurstueck>lS 2 b2 044 040</angabenZumAbschnittFlurstueck>

</AX_SonstigeEigenschaften_Flurstueck>

</sonstigeEigenschaften>

Change History (6)

comment:1 by Even Rouault, 10 years ago

Is it about the NAS driver ?

in reply to:  1 comment:2 by jef, 10 years ago

Keywords: nas added

Replying to rouault:

Is it about the NAS driver ?

yes

comment:3 by jef, 10 years ago

Cc: jef added
Owner: changed from warmerdam to jef

comment:4 by jef, 10 years ago

Cc: jef removed

comment:6 by Even Rouault, 5 years ago

Milestone: closed_because_of_github_migration
Resolution: wontfix
Status: newclosed

This ticket has been automatically closed because Trac is no longer used for GDAL bug tracking, since the project has migrated to GitHub. If you believe this ticket is still valid, you may file it to https://github.com/OSGeo/gdal/issues if it is not already reported there.

Note: See TracTickets for help on using tickets.