The description of the types of features included in a map, usually displayed in the map layout.
4
votes
0answers
71 views
Make Graph (Data Management), Changing item names in legend
I'm having python produce a multi-series graph. How do you change the series name in the legend, the default being Vertical Bar, Vertical Bar1, Vertical Bar2....
Thanks for the help
...
4
votes
0answers
158 views
How to automatically format the legend labels? in QGIS
I have to do 10 maps (for a start) with "style" -> "graduate" with quantile mode.
I need to format the label of the different ranges so that the legend looks comprehensible:
Instead of having 1.0000 ...
2
votes
0answers
63 views
Map Package is not showing points on map
I am fairly new to GIS, but I am working on an interactive legend and I need to just be able to add a map package to the xaml and it place the points on the map. The legend seems to be working. All of ...
2
votes
0answers
95 views
How to do bivariate or multicriteria line symbolization in QGIS?
Bonjour,
je cherche à faire sur Qgis un tracé d'un itinéraire avec comme légende une couleur pour le type de route et la largeur du trait pour la fréquentation de cette route. J'ai vu qu'il était ...
2
votes
0answers
349 views
legend groups and layer position/order qgis 1.8
I'm tring to programmatically create layer sequence also using groups.
Simple python code:
layer = QgsVectorLayer("004cp000.shp", "004cp000", "ogr")
QgsMapLayerRegistry.instance().addMapLayer(layer)
...
2
votes
0answers
132 views
How to sort entries in raster legend?
How do I reorder the Value field in a raster? There is no up or down button in it.
1
vote
0answers
45 views
How to extract numbers from each vectors?
I'm trying to create custom legend for a layer where OpenLayers.Rule objects are created dynamically and added to a layer.
new OpenLayers.Rule({
symbolizer: {
...
1
vote
0answers
61 views
Segmentation Violation in ArcView 3.1 while performing UpdateLegend
I am loading a ".avl" legend file into ArcView 3.1 and I am plagued with a recurring Segmentation Violation Error when I execute the updatelegend command in the theme.
It looks like the legend file ...
1
vote
0answers
83 views
How to bring Legends of basemaps from ArcGIS online on map layout
I have used some base maps from ArcGIS online as background. We use a GP tool to print maps from this MXD online. So, how can I include the Legends of these base maps on my printed map? I did not see ...
1
vote
0answers
269 views
Create a color scale/legend for choropleth map using geotools (or other open source Java library)?
I'm experimenting with choropleth maps using geotools.
Is there an easy way to add a color scale to the map (using geotools itself or some other os library)? By a color scale I mean a bar that shows ...
0
votes
0answers
89 views
How to show a legend using Wax in OpenLayers?
I am trying to add a legend and tooltips to a map using wax. The map is really simple and it is working, but I do not get to show the legend nor the tooltips.
I am using this like reference
...
0
votes
0answers
34 views
How to change integer labels into strings for a raster layer and publish it as a map service to retrieve its legend?
In ArcGIS Desktop 10.1, I've got a raster layer that uses an internal colormap to draw its symbology in the TOC. The result is an integer value for each color symbol classification. I can edit ...
0
votes
0answers
11 views
How to represent scale in legend after using '1-Band Raster Colour Table V1.x' for DEM
I was able to represent the DEM by one of the nice colour ramps with the 1-Band Raster Colour Table V1.x plug-in. How can I correctly represent this colour ramp in the legend, as it contains 255 ...
0
votes
0answers
191 views
Leaflet L.LayerGroup and Legend for individual layer
I am using Leaflet.js and MapQuest maps; added base layer and added more than one layer using L.LayerGroup() after adding those layers using map.addLayer(LayerGroup); trying to add Legend for ...
0
votes
0answers
45 views
MapInfo - thematic legend disappears when made translucent
I have created a thematic map in MapInfo v11.
When I make the legend translucent (so that information underneath the coloured polygons is partly visible) the labels in the legend disappear! This ...
0
votes
0answers
13 views
Graduated Point Layer Not Graduated in Legend?
I have graduated symbol point layers -- but in the legend they are not graduated. Actually, the dots in the legend are so small you can hardly see them. Even if I graduated by color the dots in the ...
0
votes
0answers
70 views
Ask Arcgis Server with Openlayers Legend
I am trying to develop a Web GIS using ArcGIS Server, using the OpenLayers framework. However, I am having a problem displaying the legend when I choose one of the layers.
Has anyone encountered this ...