I am importing ArcGIS vector layer field data into PostGIS for use in QGIS. The source format is ArcGIS MapServer JSON (I have written a Ruby tool specifically for this purpose).
I'd like to also import the rendering info - from the "drawingInfo" key. An example is at this MapServer location, also shown below.
I have seen the Q/A here: how-to-change-the-the-style-of-a-vector-layer-programmatically, so it appears at least theoretically possible.
Questions:
أكثر...
I'd like to also import the rendering info - from the "drawingInfo" key. An example is at this MapServer location, also shown below.
I have seen the Q/A here: how-to-change-the-the-style-of-a-vector-layer-programmatically, so it appears at least theoretically possible.
Questions:
- Is style data import (from JSON or other format) possible in QGIS
- Is there a way to programatically convert esri rendering types and styles to QGIS ones - is a mapping of available?
- Does a plugin perhaps already exist to do anything similar?
أكثر...