Custom Query (23 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 23)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#10 fixed Error-Handling of empty NAS-files warmerdam astrid.emde

Reported by astrid.emde, 13 years ago.

Description

Ticket was opened in the gdal-trac

http://trac.osgeo.org/gdal/ticket/3809

#11 fixed problems with delete of objects warmerdam astrid.emde

Reported by astrid.emde, 13 years ago.

Description

After the first import of the whole NAS data we just import update files (NBA-Verfahren) which contain the changes.

We noticed that objects are not deleted. A NAS-file is attached to this ticket with the DELETE statements

<wfs:Delete typeName="AX_Flurstueck">
	<ogc:Filter>
		<ogc:FeatureId fid="DENW44AL00000fVl20100730T092847Z" />
	</ogc:Filter>
</wfs:Delete>
#12 fixed column punktkennung character varying(15) - values from NAS are not transfered properly to the file astrid.emde

Reported by astrid.emde, 13 years ago.

Description

in some tables we have the column:

  • punktkennung character varying(15)

Tables:

  • ax_grenzpunkt
  • ax_netzpunkt
  • ax_besonderergebaeudepunkt
  • ax_besondererbauwerkspunkt
  • ax_besondereropographischerpunkt
  • and some more

This column is defined in the database schema as character varying(15). It can contain text or just numbers (the numbers can be larger then int4)

The following observation was made: incoming from NAS

<punktkennung>324065641000135</punktkennung>

result in the db column

1768582343

I try to set up an example.

1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.