Skip to main content
Question

How can I open an ESRI .style file?

  • August 20, 2020
  • 3 replies
  • 136 views

I downloaded some soil data from here. Included in the data is an ESRI shapefile and a .style file, which I can open in ArcMap to style my layer. However, I can't figure out how to open this file in FME. There doesn't seem to be the right format in the reader. Since I want to do this multiple times, I want to figure out how to automate the styling progress with FME to let's say create a kml-file with the correct styling in the end. Is there a way to open this file in FME?

 

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.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

It's a proprietary binary format so unfortunately the answer is no, you can't use this in FME.

This means that if you want to automatically style a KML you'll have to set that whole process up yourself.


  • Author
  • August 20, 2020

It's a proprietary binary format so unfortunately the answer is no, you can't use this in FME.

This means that if you want to automatically style a KML you'll have to set that whole process up yourself.

Thanks for the reply. Are ESRI .styles in general proprietary or is it just from this specific source?

Because if it is the .style format in general I would imagine there is a bigger use-case for my issue...


redgeographics
Celebrity
Forum|alt.badge.img+62

Thanks for the reply. Are ESRI .styles in general proprietary or is it just from this specific source?

Because if it is the .style format in general I would imagine there is a bigger use-case for my issue...

I think it's ESRI-specific and would be surprised if they'd open that up (vendor lock-in).