Tagged Questions
0
votes
1answer
89 views
Drawing pie charts with vectors on OpenLayers?
Is anyone got any examples of drawing pie charts with vectors as markers on OpenLayers ?
Cheers,
0
votes
1answer
147 views
Wrong coordinates in data when projecting in world map (qgis) [duplicate]
Possible Duplicate:
How to find the proper coordinate reference system with two sets of data using different measurements or too convert one system into another
I'm fairly new to the GIS ...
3
votes
1answer
82 views
Customizing opentripplanner webapp
I am using opentripplanner for an app development. I want to customize the webapp. It has many different maplayers (its using openlayers). I want to change some mapslayers, but i couldn't find in ...
2
votes
0answers
169 views
Openlayers text layer is not working
I am trying to load markers from a text file using openlayers text layer, but no marker is shown, text file and icons are in same directory. However I am able to show markers using marker layer. My ...
1
vote
2answers
250 views
Make Openlayers request WMS tiles only within a certain bounds
Is there a way to actually tell openLayers not to request tiles out of particular bounds?
I want the rest of map and other layers still accessible, so maxExtent on map is not an option for me. I ...
2
votes
1answer
449 views
How to design markers - raster or vector?
I have several layers that are point geometries. I am defining them custom markers symbols and such symbols have colors (red, yellow and green) to represent values.
Since there are several of them in ...
2
votes
1answer
646 views
OpenLayers: add a listener to a single polygon
I want to add a listener to a single polygon. Currently, I am trying to add one that makes a polygon opaque when you click on it, but I should be able to add any general listener. OpenLayers.Layer has ...
1
vote
1answer
405 views
Unproject Radius with Openlayers with CRS:84 Projection
I have made a Openlayers integrated map that lets you draw a circle, On completion of the circle I have told the map to give me , Bounds, Center Long and Lats, and lastly the radius. My problem is ...
2
votes
1answer
543 views
how to get Coodinates after Resizing a feature Openlayers
I'm trying to display the coordinates of a Feature or vector layer after I use the modify radio button to resize my vector, but it does not work, nor on my drag feature. I'm using ...
0
votes
1answer
573 views
How to stop or deactivate draw polygon control after the first polygon has been drawn in Openlayers
I want to only be able to draw one circle on my map and then disable the control. Below is my code, Any suggestions?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...
1
vote
1answer
1k views
Resizing and Reshaping features in Openlayers
Resizing and Reshaping features in Openlayers. I have a map with Openlayers and some controls to draw and modify Features.
I need to activate the Resize and Drag and Rotate check button fields as ...
0
votes
1answer
333 views
How do you convert the radius decimals of a circle in Openlayers to Kilometers [duplicate]
Possible Duplicate:
Unproject Radius with Openlayers with CRS:84 Projection
I allow a user to draw a circle in Openlayers.
I created an alert to show the radius of the circle.
I now need ...
0
votes
1answer
892 views
How to change events in the Oncomplete Drag function in Openlayers
below is code that works for Openlayers drag function:
drag = new OpenLayers.Control.DragFeature(polygonLayer, {
autoActivate: true,
onComplete: function() {alert('Are you sure this is the ...
0
votes
2answers
5k views
Openlayers How would i get a hover label over my polygon
make a hover/mouseover label for a polygon in Openlayers?
I made a map with draw, delete and drag polygon function.
Now I need to make a hover mouseover for this.
How to get a hover label for ...
1
vote
0answers
389 views
GeoNetwork opensource - Geoserver/Google Maps integration
I'm using GeoNetwork 2.6.4 and I would like to change the default base map to Geoserver, adding a Google Maps Satellite Layer.
Which is the best way? Any suggestions?
