Tagged Questions
75
votes
10answers
15k views
OpenLayers vs Google Maps?
I have used Google Maps a couple of times, but what wondering about OpenLayers.
Before starting any kind of coding, here are a couple of questions that come to my mind,
Why would I use OpenLayers ...
7
votes
3answers
2k views
Min/max zoom level in OpenLayers
I'm using OpenLayers to display a map in a web page. I am using tiles from CloudMade, but the same issues occur with the Mapnik tiles from OpenStreetMap.
I'm trying to restrict the map so that the ...
6
votes
2answers
304 views
OpenLayers, and GeoJSON, not multiply marker on same coordinates
My code is showing markers from GeoJSON, when I'm haved zoomed into zoom-level 10,it load the GeoJSON-file, but how do I avoid to reput out the same markers?
Is there a way to check if there already ...
6
votes
5answers
620 views
performance difference between openlayers, decarta and google maps
We have recently been transitioning our company mapping system from Google map, first to deCarta and then to OpenLayers. We have found that OpenLayers and deCarta are remarkably slower than Google ...
6
votes
3answers
3k views
Javascript “unspecified error” in Open Layers
I am getting this error when the map loads.
The error is in the original, unmodified OpenLayers.js file on this line:
return!!(document.namespaces);
I have tried rewriting it to:
return ...
5
votes
1answer
2k views
Forcing an OpenLayers Markers layer to draw on top, and having selectable layers beneath
I have an OpenLayers map with a raster base layer, a vector layer and a markers layer in that order. They display fine, in the correct order with the markers on top of the vectors, great.
But when I ...
4
votes
1answer
463 views
How do I activate a feature + popup when clicking outside of a map in Openlayers?
I'm re-parsing the KML that's already been loaded onto the map similar to the example here:
http://openlayers.org/dev/examples/sundials.html and turning it into a clickable list that will center the ...
4
votes
2answers
5k views
Drawing a path with a line in OpenLayers using JavaScript
I have seen the examples presented here of how to draw a line but the examples only show how to do it with the mouse, by clicking.
What I want to do is draw the line manually using JavaScript given a ...
3
votes
2answers
54 views
How do i avoid eval() from converting 1e-1 to 0.1?
I'm using a thrid party javascript library that uses eval() so when i call one of it's functions with the "1e-1" value as a parameter i get 0.1 returned. How can i escape this or avoid it from parsing ...
3
votes
1answer
137 views
how to add 2+ layers in a group?
How can I add two or more layers in a group so that I can see them in layerswitcher categorised and can select or unselect all !?
Here is the code I have:
var line_1 = new ...
3
votes
1answer
198 views
Adding popup info in openlayers?
Im using this code to load a kml file over the map which in this case Im using OpenStreetMap.
I want to know how can I add a popup when clicking on the kml(road) so that it shows some information ...
3
votes
3answers
2k views
Openlayers - LayerRedraw() / Feature rotation / Linestring coords
TLDR: I have an Openlayers map with a layer called 'track' I want to remove track and add track back in. Or figure out how to plot a triangle based off one set of coords & a heading(see below).
...
3
votes
4answers
2k views
Interactive World Map, highlight countries on mouseover
I need to create an interactive world map on the front page of a site, the view portal will be about 650x200 pixels. The interactivity would include the following, mouse-over a country would highlight ...
3
votes
1answer
354 views
How can I use a Mapnik-Backgroundlayer with lat-lon layers in one map with OpenLayers?
I have an application with a map-client using OpenLayers. I want to use Mapnik-data as background-layer, as provided with the class OpenLayers.Layer.OSM.Mapnik. For that I have to switch to the ...
3
votes
1answer
4k views
Using an PNG or JPEG for Map with OpenLayers (Scale/Zoom Problem)
I am using an image to display my map with OpenLayers. My JS code looks like this:
map = new OpenLayers.Map('map');
var options = {numZoomLevels: 7,
isBaseLayer: true,
...
2
votes
0answers
15 views
Apply hash pattern to polygon in openlayers
I am creating a vector layer comprised of polygons from a KML file using Openlayers and I need to apply a "hash" pattern (diagonal striping) to the polygons. I know Openlayers doesn't natively ...
2
votes
2answers
20 views
Openlayers write and save a KML based on your map
Is it possible to write and save a KML from OpenLayers? Anyone know of an example of exporting one?
2
votes
2answers
16 views
OpenLayers Measure function crashing IE
Anyone experience any problems with IE crashing on an OpenLayers Measure call?
distCtrl = new OpenLayers.Control.Measure(OpenLayers.Handler.Path, { persist: true, handlerOptions: { layerOptions: { ...
2
votes
3answers
130 views
openlayers - wms - map not loading
I've created a simple site with a map where I'm connecting to a wms-server.
The problem is now, that the map isn't shown, just a view small pictures. Here is the site i've created:
...
2
votes
1answer
91 views
What is Openlayers.ProxyHost?
Actually am a newbie on this field.I didn't understand about Openlayers.ProxyHost.And i also don't know about Cross server thing??
2
votes
1answer
112 views
Openlayers: Marker on different vector layers
I have an OpenLayers map with two vector layers. Both of them contain marker.
With help of the following link, I managed to get a select-handler on both layers.
...
2
votes
2answers
404 views
OpenLayers Refresh Strategy Problems
I'm developing an application, part of which uses OpenLayers (calling a Geoserver-served WMS) displaying some frequently updated data (a vessel track - or more specifically, a series of points).
I ...
2
votes
1answer
160 views
Openlayers polygon doesn't 'finish' drawing
I am trying to draw a freeform polygon in openlayers using the following code:
drawPolygon = new OpenLayers.Control.DrawFeature(layer, OpenLayers.Handler.Polygon, {eventListeners:{"featureadded": ...
2
votes
2answers
327 views
Get distance in pixels between 2 LonLat objects in OpenLayers
I have 2 OpenLayers.LonLat objects, and I want to determine the distance in pixels for the current zoom between the 2. I'm using OpenLayers.Layer.getViewPortPxFromLonLat() to determine the x and y of ...
2
votes
1answer
558 views
Getting problem while creating OpenLayer circle
how to draw a circle in openlayer map? i have tried in diff way, but its not working.. please help me with code. I have used the following code.. but its creating polygon
var p1 = new ...
2
votes
1answer
417 views
OpenLayers Cluster Recalculate
So, I have a number of items clustered in OpenLayers.
I'm using a strategy that clusters the items based on their attributes.
I change an item's attribute.
How do I get the clustering strategy to ...
2
votes
2answers
511 views
Adding a absolutely-positioned DIV to the bottom of an OpenLayers Map?
I'm trying to position a static image legend in the bottom-right corner of an OpenLayers map on top of the map. I've tried with an absolutely positioned DIV, but it tends to get bumped around by other ...
2
votes
1answer
384 views
OpenLayers features redraw only after mouse moveend
In this case I use Map control from OpenLayers 2.10. On map I have base layer
which is OpenLayers.Layer.OSM and OpenLayers.Layer.Vector with custom features. Now when I move map using mouse the ...
2
votes
2answers
1k views
Openlayers Google Maps layers remain blank in Internet Explorer
I've created a map page using OpenLayers. The user can select a specific thematic overlay (noise levels) by period, noise source and year.
I wanted to allow the user to choose a base (or background) ...
2
votes
1answer
804 views
JavaScript function does not push object to a global array variable
EDITED: The problem is with the function 'find_callback', I want to insert each of the responses to a global array named responseArray. the response is an array of objects.
I'm trying to add markers ...
2
votes
2answers
2k views
openlayers pan zoom bar modification
i am new at openlayers and i want to learn how can i add pan zoom bar like http://maps.cloudmade.com/ zoombar. it shows some tag as building , country etc. when you on this pan...
2
votes
1answer
728 views
mouse drag on kml features with OpenLayers
Link: http://www1.qhoach.com/
When you drag, this map is panned... But if you drag on KML features (icon with circle), nothing happens
2
votes
4answers
684 views
Flash vs JavaScript for interactive maps
I am developing a web application that is supposed to display land traffic in real time in any part of the world. For a couple months I've been developing it using JavaScript and OpenLayers ...
2
votes
2answers
384 views
Overlay for plotting MGRS
I'm trying to plot MGRS lines over a map in an overlay using OpenLayers (JavaScript). Where I'm really having problems is identifying the strange squares (non-100kmx100km grids). Does anyone know ...
2
votes
2answers
1k views
Display WMS Layer Based on Zoom Level
I've been at this all day long and honestly I'm out of ideas. I have some WMS layers that I would like to display/not display depending on the current zoom level. Yes, I have went through the API ...
2
votes
1answer
2k views
OpenLayers Format JSON is Returning Empty responseText String
After a week of posting at the OpenLayers forum and not receiving responses to my questions, I have decided to look here. I have Googled and Googled and Googled and even found a wonderful tutorial ...
2
votes
2answers
1k views
OpenLayers: disable zooming on double-click
OpenLayers, by default, zooms in when a user double clicks a map.
What is the best way to disable this behavior?
2
votes
1answer
2k views
OpenLayers, Mapserver & Tilecache
I would like to improve the performance of my application that displays thematic maps using OpenLayers, Google Maps & MapServer with TileCache (http://tilecache.org). Therefore I followed the ...
2
votes
1answer
2k views
How to move OpenLayers Vector programmatically?
The API documentation for OpenLayers.Feature.Vector says that Vector itself has no methods at all.
I know how to let user move the Vector by adding OpenLayers.Control.DragFeature control to map. So ...
2
votes
2answers
1k views
Dragging markers with Ordnance Survey/Openlayers api
I've created a site link text using the api produced by the Ordnance Survey (I think this is called OpenSpace) which is based on OpenLayers. I've got it so you can click on the map to add a marker and ...
1
vote
1answer
66 views
Customizing markers in OpenStreetMap
I'm working with OpenStreetMap and have successfully added markers to the map that, when clicked, show a popup window.
I would like, if possible, to customize markers not only by changing the image, ...
1
vote
2answers
71 views
Center coordinates of a country in Javascript
I would like to get center coordinates of a country using Javascript. Is there any xml file that provides this kind of data, for use in a web application? I am basically trying to put data on the map ...
1
vote
0answers
187 views
SCRIPT5007: Unable to get value of the property 'div': object is null or undefined OpenLayers.js, line 452 character 403
We googled a lot about this error.But we didnt able to understand what we need to do to remove this error.We are using openlayers in our project.Its working fine in firefox and IE9.But in IE8 and IE7 ...
1
vote
2answers
128 views
How to prevent IE8 from caching OpenLayers map data (ASP.Net)
I'm working on an OpenLayers based map view using a dynamically generated KML file in C#/ASP.Net. In the code behind file I define query string parameters to the KML file call, which might look like ...
1
vote
0answers
94 views
Openlayer: remove multiple popups
I am trying to create a spatial survey using openlayers 2.11, but have some issues with a function for closing multiple popups.
I have followed this approach ...
1
vote
0answers
295 views
OpenLayers getFeatureInfo popup generates this.size is null
I am trying to create OpenLayers with popup feature info. I got the code from OpenLayers examples and only modified url to my local geoserver. The map is displaying, when i click on a feature the ...
1
vote
1answer
79 views
Is there a way to change the color of certain features in an openstreetmap using OpenLayers?
I'm using OpenLayers to display an openstreetmap. Is there a way to edit certain features on the map? For example changing the color of the water, removing the border between countries etc. If it can ...
1
vote
1answer
150 views
Open Layers point event
Does anyone have an example of how to use an event handler with open layers point?
Thanks
function mapCreate(lon,lat){
map = new OpenLayers.Map("map1");
var osm = new ...
1
vote
1answer
79 views
Control activates before button click
I have a custom toolbar that fires events on html button click, there is a problem with one where it's activated on init instead of after button click.. it seems to trigger the function on init.
The ...
1
vote
1answer
80 views
Disable popups for clustered points
i'm running a map-based service with a lot (few thousands) of marked places. I decided to use OpenLayers with cluster support.
Each point has it's popup with some basic informations about it. The ...