Opened 10 years ago

Closed 5 years ago

#5686 closed defect (wontfix)

Style strings in MapInfo TAB

Reported by: hgaitanis Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 1.11.0
Severity: normal Keywords:
Cc:

Description

While reading from TAB file and writing to new TAB file it is not possible to copy the styles for some point features. Point features with the following style strings are invisible in the new TAB:

SYMBOL(a:0,c:#00ff00,s:24pt,id:"mapinfo-sym-0,ogr-sym-1")
SYMBOL(a:0,c:#00ff00,s:24pt,id:"mapinfo-sym-35,ogr-sym-10")

I found that replacing 'mapinfo-sym-0,ogr-sym-1' with 'ogr-sym-6' and 'mapinfo-sym-35,ogr-sym-10' with 'ogr-sym-10' works.

I am using Python and the functions GetStyleString() and SetStyleString()

Change History (2)

comment:1 by hgaitanis, 10 years ago

Version: unspecified1.11.0

comment:2 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.