1
vote
1answer
23 views

How to combine use gradient symbols for layer properties excluding 0?

I want to visualize my data by using graduated symbols. Now, there are some objects with value "0", they should not be printed on the map (which I solved by using rule-based symbols). But, anyway, "0" ...
2
votes
1answer
67 views

Where did the texture fill option go in QGIS 1.9 Master?

In the previous version (1.8) of QGIS you could select to fill a polygon using a PNG or JPG image. This option seems to have gone from QGIS 1.9 Master. I can get it by selecting the "Old Symbology" ...
4
votes
3answers
242 views

How to style points in QGIS based on multiple attributes

While trying to find a useful way having earthquakes displayed, I noticed that it isn't that easy to manage. I'd like to be able to recognize the "Magnitude", "Date", and "Depth" from the style of ...
1
vote
1answer
49 views

Reordering Category Layers in QGIS

I was wondering if there is a way to reorganize the layers when applying a style based on a categorizing value? I have many values, but I would like to rearrange them alphabetically. In ArcMap there ...
2
votes
0answers
83 views

Is the ArcMap style database format available somewhere?

The *.style files are MS Access databases where each style type is a table. The table has one binary column where the actual style is written. Is this binary format available? I would like to import ...
2
votes
2answers
236 views

Is it possible to convert an ESRI style sheet to a font set?

This is related to Retain ESRI symbology in Mapinfo TAB As a workaround I am wondering if I can save all my ESRI symbology from the lyr files created using the script below to an ESRI style sheet and ...