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 ...
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 ...
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 ...
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
76 views

How to zoom with mouse in OpenLayers so that the mouse points to the same place before and after zooming (a la Google Maps)?

I'm having a tough time changing the zoom method of my OpenLayers map. If you were to go to Google Maps right now and double click on London on the map to zoom, the mouse cursor is pointing at London ...
2
votes
1answer
149 views

Getting Map resolution in google maps

How can i get the map resolution using google maps api that is in nature similar to the value that is got from openLayers map.GetResolution Any idea?
2
votes
1answer
648 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
654 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
878 views

OpenLayers Projections

I can succesfully do: point.transform(new OpenLayers.Projection("EPSG:900913"), new OpenLayers.Projection("EPSG:4326")); To a point that is in the google format (in meters), but when I want to do ...
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, ...
2
votes
2answers
1k views

How can I mix layers with different coordinate system in OpenLayers?

I'm using an OpenLayers-map and I want to use in it different mapservers, that use different coordinate systems. Can OpenLayers integrate it in the same map and automatically converts ...
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
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
1answer
311 views

Open Layers Minimum Zoom Out TMS Layer

Im trying to figure out how to set the minimum someone can zoom out. I dont want people to be able to zoom all the way out. Here is my code. { OpenLayers.ImgPath = ...
1
vote
1answer
293 views

adding a map overlay on a UK Ordnance Survey OpenSpace map

Does anyone have a code example of how to add an image overlay to an Ordnance Survey OpenSpace map? The documentation is not exactly comprehensive :) Thanks!
0
votes
0answers
20 views

WFS-T call to Geoserver not visualising POIs

I'd like to make a connection to Geoserver to edit several point of a layer via WFS-T. I tried this starting by different examples but the map doesn't visualise the points. I have an openstreetmap ...
0
votes
0answers
124 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 ...
0
votes
0answers
124 views

GeoExt (ExtJs + OpenLayers): bug in IE9 when try to change map_panel from container A to container B

Techonology: GeoExt, which combines ExtJS with OpenLayers I am trying to dynamically change the app layout by changing a map_panel from container A to container B, and vice verse; basically, for each ...
0
votes
0answers
84 views

Openlayer marker dont' move with zoom

I have a map with several Openlayers layers. I place a mark on the map (search address and zoom do it), but when I zoom, the mark doesn't move. Someone can help me please. This is the code: ...
0
votes
1answer
82 views

Openlayers WMS layer not zooming properly with Basemap

I'm using a WMS layer coming from Geoserver over a OSM basemap. When I'm at a particular zoom level (1:70) then the WMS layer is on right position over Basemap, but on zooming in to see individual ...
0
votes
1answer
86 views

OpenLayers Vector Features issue in IE

We are using OpenLayers Vector Layer with Features in our application.Every thing works fine in FireFox,but in IE we are not able to find vector layer on the map.We are using OpenLayers-2.9 version. ...
0
votes
2answers
262 views

How to override right click contextmenu on openlayers map?

I am the beginner of OpenLayers.I am trying to override right click context menu on the map.Is it possible.How?If anyone have sample or examples please let me know. Thanks for your help. Best ...
0
votes
0answers
171 views

Change the size of an OpenLayers.Control.OverviewMap

I create my OpenLayers.Control.OverviewMap with a given size but I would like to change it when certain conditions are met. I have tried two approaches with no luck... My first try was just changing ...
0
votes
1answer
409 views

How to show a Drupal Openlayers map in a colorbox?

We've been working on a project to show bus routes in a grid and have each column header link to the corresponding location on a map. We're on Drupal 6 and already have both the Colorbox and ...
0
votes
2answers
2k views

Adding custom markers dynamically to map using OpenLayers

As the title suggests, I want to be able to allow users to add custom markers on my map with some description for each marker. Any tips, links to any tutorials would be really useful. Thanks !
0
votes
2answers
135 views

clusters in geo mapping

In a map, I would like to cluster my results. So far I've only seen cluster tools that further zoom in. What I want is to have a fixed map and, that, if clicked, the cluster will open itself. I tried ...
0
votes
1answer
229 views

custom map service mapguide openlayers

Recently got started on MapGuide. Kind of lost. The amount of information available on the web is overwhleming. My requirement is to use custom maps of a campus and building and navigate from a ...
0
votes
1answer
417 views

OpenLayers - dynamic POI example does not work on my machine

OpenLayers has a good example which I would like to reuse: http://openlayers.org/dev/examples/dynamic-text-layer.html But when I download it and run on my machine, it does not work. It also does not ...
0
votes
2answers
616 views

Way to tell if a map tile image has loaded successfully using OpenLayers

Using OpenLayers, is there an easy way to tell if a map image has loaded correctly, perhaps using the “loadend” event? We are reading map tiles from GeoServer, and using OpenLayers to display them. ...
0
votes
1answer
1k views

Openlayers vector layer

I want to have a vector layer of the world, which shows the country borders, states and their names in English. Is there a layer that exists that I can control the colours? Cloudmade doesn't let me ...
0
votes
1answer
1k views

Creating a Box Control over an area of the map with OpenLayers

I am using OpenLayers to create a box of interest with my program. I am using this code: var control = new OpenLayers.Control(); OpenLayers.Util.extend(control, { draw: function () { ...
-1
votes
2answers
37 views

How to Build Map on Website

I Want to build website which containt map on homepage like http://maps.burningsilicon.net/ . But i confuse how to build it and what tools which i should use. Anyone can help me ? give me suggesstion ...