Tagged Questions
1
vote
1answer
19 views
GeoExt: Excluding some of the layers from the legend
Openlayers and GeoExt for producing a web map. The map has a legend panel generated by GeoExt. By default, GeoExt grabs the details of every layers from the map and create a legend for all the layers. ...
0
votes
0answers
123 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
...
1
vote
1answer
197 views
Legend labels for Vector layer symbols - how to name them (GeoEXT)
I'm coding with GeoExt and I have some problems trying to display the names of diferent features in a vector layer.
This is my code:
mapPanel = new GeoExt.MapPanel({
map: map
});
legendPanel = ...
1
vote
0answers
46 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: {
...
0
votes
0answers
72 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 ...
