Skip to main content
Archived

Improve the support of MapInfo symbology / styles in databases

Related products:FME Form
  • November 2, 2016
  • 1 reply
  • 38 views

revesz
Supporter
Forum|alt.badge.img+21

MapInfo supports per row symbology in all supported databases (Oracle, SQL Server, PostGIS, SQL Light).

It would be nice if all these database readers and writers support MapInfo Symbology not just Oracle Spatial Object reader.

Storing the per row style is the same in all databases as in Oracle: the symbology string (which is the same as in MIF format) is stored in a column usually called MI_STYLE.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

lifalin2016
Influencer
Forum|alt.badge.img+40
  • Influencer
  • November 21, 2016

I built myself a "MapInfoStyleEncoder" transformer for this. It converts the available MapInfo themed style attributes into a MI_STYLE type text string. It supports "strict" and non-geometry-bound modes.

I'll upload it to the common repository as soon as this will accept Python based transformers.

 

mapinfostyleencoder.zip