Tagged Questions
74
votes
10answers
14k 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
235 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
577 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
428 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
1answer
107 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
161 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
1k 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
342 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 ...
2
votes
1answer
45 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
76 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
92 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
311 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
134 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
264 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
370 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
444 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
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
777 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
644 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
653 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
369 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
983 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
1k 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
1answer
3k 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,
...
1
vote
1answer
37 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
56 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
2answers
86 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
1answer
60 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
102 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
65 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
71 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 ...
1
vote
1answer
147 views
Receive POST request in PHP from OpenLayers JavaScript
I have problems in receiving POST request in PHP. I'm using JavaScript to send data to a PHP page with POST request. The JavaScript is from OpenLayers.js, and the part that sends the request looks ...
1
vote
0answers
142 views
Properly Remove LoadMask Once GeoExt MapPanel is Completely Loaded
I would like to have a mask over the whole page which does not get removed until the entire page has completely loaded. More specifically, I have a map created with OpenLayers and GeoExt and I am ...
1
vote
1answer
73 views
OpenLayers EPSG900913->EPSG4326 conversion gives wrong results
I have a problem with converting pixel location from screen to degrees (EPSG4326).
The lon/lat value in EPSG900913 is correct, according to http://proj4js.org/ and google maps.
Some example values ...
1
vote
0answers
45 views
OpenLayers Adjusting Coordinates To 0,0
To be blunt, I'm new to OpenLayers. I have a database of WGS84 coordinates which I've loaded into a database. I've verified that this works by echoing latitudes and longitudes.
{
map = ...
1
vote
1answer
103 views
style: color and strokewidth in Openlayers?
I tried some ways but cant seem to find the proper one,
How can I ad a style to this layer:
var line_1 = new OpenLayers.Layer.Vector("Line nr 1", {
projection: ...
1
vote
1answer
169 views
OpenLayers => feature is null
This is my GeoJSON result. PasteBin
But when I load it, the result I get in firebug is feature is null. Why's that, are there any errors in my result? The coords in the JSON is written in projection ...
1
vote
0answers
142 views
OpenLayers JSON based result with popups
I've made the code so that I get yellow points on my map, the coords and some other facts is loaded from a external file.
Here's the resource file
var sites = [{id:1269209,geometry:{ ...
1
vote
4answers
68 views
OpenLayers is showing 720 degree around the globe
My current OpenLayers looks like the following:
It has twice as many continents as there should be.
I was trying to set Bounds to my map, but the entire map just refuses to render:
var map = new ...
1
vote
0answers
97 views
Openlayers, Geometry.Polygon unexpected identifier in Chrome
I have some code displaying polygons on a Openstreetmap with Openlayers. It works well in Firefox but does not work in Chrome or Safari.
The line of code Chrome is complaining about is:
var poly = ...
1
vote
1answer
51 views
Drawing a radius on olwidget in django
I'm using olwidget inside of django to draw some maps. In one of my forms, I ask the user for a location and a radius. The location is input using the OpenLayers map provided by olwidget, and the ...