#3488 closed defect (fixed)
v.in.ogr mangeling of column names when imporing OSM geojson extracts
Reported by: | alice | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.1 |
Component: | Vector | Version: | svn-releasebranch74 |
Keywords: | v.in.ogr | Cc: | |
CPU: | All | Platform: | Linux |
Description
I tried to import geojson extracts from http://overpass-turbo.eu/ with the query highway=* and type:way
for the area of Bonn. When importing it with v.in.ogr appeared:
Error in sqlite3_prepare(): duplicate column name: sloped_curb_end
This happens whenever changing the column names from name:name to name_name, and whenever name_name is already existing in the dataset, it stops and gives an error.
It would be nice to find a different solution while changing : of the initial column names, maybe with whenever changing a : into _ adding a 1 at the end of the new name in order to prevent the creation of duplicates.
Geojson file attached.
Attachments (1)
Change History (6)
by , 7 years ago
Attachment: | bonn_streets_OSM _EPSG4326.zip added |
---|
comment:2 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
Geojson sample data to reproduce error