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 ...
10
votes
2answers
497 views

Upgrade to Google Maps version 3, or go to OpenLayers?

I manage the development of some academic web mapping software for authoring collections of geographic data. It's a fairly simple interface for creating historic maps. The project is based on Google ...
6
votes
5answers
625 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 ...
5
votes
1answer
4k views

OpenLayers Google Maps Projection Problem w/ KML

This is my first time on stackoverflow and working with Openlayers & Google Maps. I've been browsing different forums & sites, including OpenLayers.org, to solve my issue. I've done searches ...
3
votes
1answer
101 views

Geocoding without Google API?

I cant find a way to convert an adress to a long/lat coordinate without using google geocoding API. Im working with Open Layers and Open Street Map and have to avoid google api because of the 2.500 ...
2
votes
1answer
588 views

OpenLayers: Adding more than one Google layer leads to white screen after map resize

While trying to create an OpenLayers map which would dynamically fill whole page, I run into a problem. Ater I minimize and then maximize browser window the map becomes blank. Actually, it can happen ...
2
votes
1answer
165 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
2answers
185 views

Show locations on a map in asp.net

in my asp.net application i need to display on a map (google map but i also have a shapefile of the roads ) the locations of about a thousand car accidents. This is my very first approach with this ...
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) ...
1
vote
1answer
644 views

KML layer in Openlayers doesn't work on localhost

I have strange problem with rendering KML file in OpenLayers. It seems to be easy, but it's not. I've started with an example from here OpenLayers example . I wanted to add my own KML. It didn't work. ...
1
vote
2answers
217 views

OpenLayers TimeLine Integration

i am developing an api which uses timemap library with openlayers.. i send my data in array and everything is good but when i zoom in or zoom out all points coordinate are changing.. the address of i ...
1
vote
2answers
755 views

OpenLayers zoom style like GoogleMaps

In GoogleMaps when users zooms In/Out using mouse wheel the point under cursor stays the same (its coordinates), but OpenLayers map has different approach - when zooming center of the map is constant. ...
1
vote
4answers
604 views

GIS API / shapefiles for startup (free or low cost)

Q1. I'm looking for suggestions on which GIS/Mapping API to use for a startup. The app will need geocoding, street level maps, location tagging, and displaying data on the map, but not much else. ...
1
vote
2answers
563 views

Using google maps API or OpenLayer to render a large non-map image

I have a large non-map image that I want to allow people to view on a browser at multiple zoom levels. I want to display the image in google maps API or openlayer so that people can zoom in/out and ...
1
vote
1answer
612 views

how to get co-ordinates of vector layer line points from openlayers?

I am not able to find out how to get lat-lon values of all the points in the drawn line in the openlayer vector layer, like this openlayer-example. please help me where to search...?
1
vote
1answer
599 views

IE and Chrome, does not print Google map base layer, FireFox does!

I am using GeoServer for extracting polygons from shapefile then I use them with OpenLayers JS API and project them on Google maps base layer. All set, everything works fine. I display 2 WMS layers ...
1
vote
1answer
296 views

Using the Google Maps API on a site with user login (free)

I'm planning to make a web app where users can register for free. The app will contain a map, and I will most probably use OpenStreetMap data. The problem I've encountered with open libs as for ...
1
vote
1answer
503 views

google mashup with state's county map

I wanted to create smth similar to this one Kansas county map where user would be able to click on the county (or even better cities of his/her interest...) and get some info. 1) How would that be ...
0
votes
0answers
43 views

Adding a Place in Google Maps through KML

Is it possible for me to do this: people will input the name of a place in my site's textbox and then upon submission, that place will be placed in the database, have my site's embedded google map ...
0
votes
0answers
50 views

Google Maps like button with OpenLayers or Javascript

can i create google maps like buttons which locate at the right of maps page...it consists Maps, Earth, Traffics, Photos vs.. when your mouse is on, it expands itself with good animation. i want to do ...
0
votes
1answer
55 views

how to make google maps like button?

i want to add button to my personal app. like google maps has at right side of maps which writing on it Map and on mouseover Earth. can i do this with openlayers control like ...
0
votes
0answers
33 views

Mapping API's for ASP.Net

I need to add a mapping api to an existing ASP.NET web application. The application needs to sit behind a firewall and will have a log-in system. The Google Maps/Earth API would be ideal however the ...
0
votes
0answers
24 views

Is there any possibility to play with history and measure(like openlayers and google maps) in Google earth?

We are trying to know that can we play with history(previous view and next view),measure in google earth like what we are doing in openalyers maps and google maps.For reference,Please have a look into ...
0
votes
0answers
83 views

Converting single large image to offline image pyramid solution for iPad

I'm struggling in trying to get a single large image (say, 5000x5000 and bigger) into an image pyramid that I can use effectively on the iPad offline. The closest I've come to this is to use ...
0
votes
1answer
55 views

Javascript OpenLayers: Google layer behavior with languages

I'm having problem with City names on the google layer. Depending on browser language it's automatically pick the names of Cities on this language. I have tried language setting here: ...
0
votes
1answer
66 views

OpenLayers - Using google maps

I'm creating a web application using Google Maps and OpenLayers, about comercial terms of Google Map, could I show positons of cellphone in real time? Is it against the terms? thanks!
0
votes
1answer
61 views

How to plot users' country information on a JavaScript Map as 'Pins' of data points against each country? Geocoding stuff

This is a simple 'how-to' question. I have users in my database with their country name. I want get this country information of all the users and show it on a JavaScript Map as 'Pins' of data points. ...
0
votes
0answers
113 views

Reverse geo coding like google maps in open layers

I wanted to implement address lookup in javascript for Najdi maps or in words Open Layers (I think so..), like in google maps reverse geo coding Also, I was not able to find any api documentation on ...
0
votes
2answers
299 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
1answer
414 views

openlayers for mobile device

a newbie question: in mobile web development using openlayers, which lib file do I need to include in the header? I mean, is it openlayers.js or openlayers.mobile.js? <script ...
0
votes
1answer
515 views

Openstreetmap Data with OpenLayers vs google maps?

I am trying to use a map provider. I wanted to know which of these is better. Until now, all the reading I have done indicates OSM data is better. Mainly for, It's OPEN & off-line usability. But ...
0
votes
1answer
177 views

How to match WMS layer (point or polygon layer) with a Google Map base layer using OpenLayers?

With OpenLayers, I'm trying to use a Google map layer as a base layer for a map which will display an overlay layer of custom data. My custom layer seems to have an offset related to the Google's ...
0
votes
1answer
211 views

OpenLayers: In what cases should I destroy the map

OpenLayers.Map has three functions that look like being used for freeing memory: destroy(), unloadDestroy(), updateSizeDestroy() (link). Am I supposed to explicitly call them or not? From the ...
0
votes
1answer
920 views

Google Map's DirectionsRenderer with OpenLayers

Our app uses OpenLayers with the Google Map layer. I want to know if it is possible to render directions using the DirectionsRenderer api of Google Maps on this OpenLayers map? The example here - ...
0
votes
1answer
503 views

Openlayers with Google Maps layer problem in IE: pan, zoom bars hidden

Our rails app uses Openlayers js and we use a google map layer. The code is like this: function initMap() { var googleLayer = new OpenLayers.Layer.Google("Google Map", {numZoomLevels: 18}); var ...
0
votes
2answers
169 views

Openlayer Projection

I want to zoom to a particular house in the google mapS, but when I provide its bounds and lattitude and longitude, it does not show images as well as the particular house. Can anyone provide the ...
0
votes
0answers
212 views

OpenLayers offset layer representation

I display a google map as baseLayer and overlay some vector layers by using GeoServer's WMS service. When the page is loaded the vector layers are offset by approx +50px on the y axis. After I ...
0
votes
0answers
152 views

Weird Google Maps problem in my Rails app

I'm using OpenLayers to display the Google layer on my app. When I go to the screen displaying the map, I can see the map for a second, and then the map automatically repositions itself to somewhere ...
0
votes
0answers
160 views

OpenLayer with google map problem

I have a web page that contais 2 layers from WMS , with google map. I have a problem when trying to zoom in or zoomout , when i do that , the layers positions changed , and when I turn them off then ...
0
votes
2answers
345 views

Openlayers commericial application: licensing issues?

I am planning on creating a commercial fleet/asset tracking web app, but got discouraged when I found our about the high price Google and Microsoft charge to use their services in a commercial ...
0
votes
1answer
892 views

Integrating Bing Maps tiles into Google Maps API

I currently managed to integrate OpenStreetMap into Google Maps API as it is described in this example. I wonder if I can also integrate Bing Maps tiles into Google Maps API. Is it possible? I could ...
0
votes
1answer
65 views

introductory google maps

hi i wanted to display a us state on google map with borders drawn, when the user opens up a page i wanted to show in the center that state...with borders drawn. additionally i wanted to put a ...
-1
votes
1answer
188 views

Google Map OpenLayers Kml icon Name

KML file: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document> <name>Name</name> ...