espena / sosicon

Design super-quality maps with raw data from the Norwegian Mapping Authority. Sosicon provides fast conversion from SOSI files to PostGIS or Shape.
GNU General Public License v3.0
44 stars 6 forks source link

Contours have no z-data after conversion #10

Open Rogestem opened 7 years ago

Rogestem commented 7 years ago

Contours have no z-data after conversion. What can be done to solve this?

arturmlribeiro commented 7 years ago

Maye you find the same problem that I found. the values are not numeric but text so when you want to get a z values, program cannot find it because is looking for a numeric value, but finds a text value! If so, you need to convert that field from text to numeric.. hope that can help you!