An application programming interface specific to Google Maps.
0
votes
2answers
78 views
Using Google Map API for Business with Openlayers
Has anyone used the paid version of Google Map API (for business) with OpenLayers? I am currently using the free version and wonder what the difference is, from both the end user and developer ...
2
votes
1answer
40 views
Google Maps Polygon to WKT
I need to convert a Google Maps polygon object (can has multi paths and holes) to wkt string (multipolygon) at client. Then i'll able to save polygon as geography in Sql Server 2012.
I tried Wicket ...
1
vote
2answers
339 views
How to make editable polygons in Google Maps?
I've just recently started learning Google maps, JavaScript, etc., and have a few questions about a project that I'd like to do. I'm wanting to take some ESRI shapefiles, convert them to KML, and then ...
1
vote
2answers
92 views
Geocoding - get lat/long from 11000 address
What I have:
an Excel file with 11 thousand address (street + zip code + city)
all address are from Portugal
the address are not accurate (some address have the name street in a short way)
What I ...
1
vote
1answer
312 views
Initializing Google Maps Streetview object looking at the position
I have a streetview included in my web site using google API to load it.
var theloc = new google.maps.LatLng(lat, lon);
var panoramaOptions = {
addressControl: false,
position: theloc,
pov: {
...
1
vote
0answers
33 views
Is the 2010 Landsat world map (GLS 2010) available in a GoogleMaps browser?
Is the 2010 Landsat world map, also known as GLS 2010, available to view anywhere on the internet in a GoogleMaps browser?
I need to find it so that it can be added as a layer to a GoogleMaps ...
1
vote
1answer
35 views
How to find direction points using Google Maps API 3?
I am drawing a route in Google Maps. I have passed the start point, way points and end points. My route is drawing correctly. I am using Google Maps API 3.
request = {
origin: originAddress,
...
1
vote
1answer
856 views
Order of KML Layers in Google Maps API V3
I'm working on a website that when finished will allow the user to turn on and off a number of different KML layers using checkboxes, the layers are parsed through geoXML3 and I want to know how to ...
1
vote
2answers
69 views
kml divide map into regions
in google map,
how to show Douglas county MAP in regions manner. (east, west, north, south).
These regions should cover with border and show the picker when click the balloon.
Here is my KML ...
1
vote
0answers
16 views
how to tell google geocode() that you are looking for an administrative_area address and not a city?
If you were to do a reverse lookup for a region (States or Province) and that region happen to have a city with the same name, then Google geocoder will return the information on the city instead of ...
1
vote
1answer
189 views
Unable to put data into infowindow
I've followed this tutorial to create a custom Google Map. I've included a few other elements such as linking it up to Wordpress and clustering the markers.
It's all working great apart from the info ...
1
vote
0answers
49 views
Rendering geoJson polygons in google maps android apiv2
I'm in the process of publishing spatial data stored in a postgis database to a google maps based android app and am trying to put together a plan for rendering my data in the most efficient manner ...
0
votes
0answers
80 views
How to get intersection area when two drive time polygons overlap?
I would like to get the area of overlap between two drive time maps. The maps will be like the one in this post:
Create drive time polygon around a map point
That means polygons from one map will ...
4
votes
1answer
69 views
Changing projection in KML from Google Earth to Maps
I have created a bunch of map tiles for Google Maps mistakenly using the Google Earth projection. Is there a tool available to batch warp the KML files to the correct projection or will I need to ...
5
votes
1answer
2k views
Build your own Street View with Google Street View API
Is there is a way to upload my own panoramic images of our hours/building using Google Street View API, then use Google Street View Engine to navigate through them?
0
votes
0answers
54 views
cut tiles with gdal2tiles.py from a png with world coordinate info
I have a collection of PNG files that use the standard google maps projection and have baked into the filename of each the zoom level (all of them are at 22), the x and y pixel coordinates of the ...
1
vote
3answers
194 views
How to use WKT in Google Map V3?
We have a shape with the following WKT. The problem with google map we normally extract out each of the lat and long value and put into an array and finally will do something like this. It works fine ...
0
votes
0answers
45 views
cannot submit address to Google geocoder on iPad: ArcGIS JS webmap app
I am working on a web map app for desktop and iPads. The app uses a Google geocoder to locate addresses or intersections, added with the standard code in 'init':
geocoder = new ...
2
votes
1answer
1k views
Arrowhead in polyline google map v3
I would like to create a map, that shows a vehicle traveled path. The map should shows arrowhead for each turning.
I need to show the map like this.
I can create the map by following code
var ...
0
votes
0answers
63 views
Polygon colors overlap when zoom in the google map [closed]
I have posted this question in StackExchange previously with a different heading, but did not got much response. Posting this time again with some more clarification.
I have implemented a google map ...
1
vote
0answers
62 views
polygon color changes automatically when zooming map [closed]
I have implemented a google map using V3 js API. I am drawing about 500 zip code polygons inside the map. The colouring of the zip code polygons depends upon certain conditions which is working fine. ...
0
votes
0answers
64 views
Adding and displaying custom wms layers with google earth api in geoext
Could anyone point me to some resources on adding custom wms+wfs layers over google earth api base layer in geoext?
I have gone through this link, but I could not somewhat know how to do it. I even ...
0
votes
0answers
39 views
Google map goes blank when triggering click event outside [closed]
I have created a google map using V3 js API, and inside the map I am showing multiple markers. When I am clicking on a markers it does an ajax call and shows the result in the infowindow. I have added ...
0
votes
1answer
188 views
How to draw straight lines inside google map polygon [closed]
I have created a google map using google map javascript API V3. I am drawing number of zipcode polygons. The polygons are of different colors depending upon some condition. Now I want to draw straight ...
14
votes
3answers
352 views
How are Google serving up their Styled Maps?
As we all know, Google changed web mapping when they introduced Google Maps. At the time of writing this, tiled maps are now the norm with web mapping.
For example, with ArcGIS Server, you cache ...
1
vote
0answers
92 views
Extracting street segments from google maps?
I'm using the google maps v3 api and am trying to extract a list of intersections and street segments from an overlay created from a KML file.
Ideally, I'd like to be able to get the poly lines in a ...
1
vote
2answers
104 views
Can I download a layer displayed on the google api?
Given the google api displaying a map on some site with layer 'A' on top of it. How can I create a GIS file for layer A (as simply as possible of course)?
5
votes
1answer
2k views
Create drive time polygon around a map point
I'd like to create a 30 min drive time polygon around 400 separate points I have plotted to google maps.
I have discovered http://www.freemaptools.com/how-far-can-i-travel.htm but this seems to freak ...
0
votes
0answers
70 views
Render Google Fusion Tables Layer Tiles in OpenLayers
I would like to know if there is a way now to include Google Fusion Table Layers Tiles in OpenLayers, and if yes, is it possible to use the dynamic styling just like in Google Maps?
I know you can ...
1
vote
2answers
669 views
Google geocoding v3 stopped working
I've been using Google geocoding v3 for about 6 months but all of a sudden it's stopped working (I get a 610 error). It's only stopped in the last week or so.
Then I came across this (see the pink ...
0
votes
0answers
98 views
How to calculate new coordinates by given distance, angle and altitude
I'm using C function to calculate new coordinates by given distance and angle to download google static maps tile by tile to create small map at given zoom. I have troubles because this code works ...
1
vote
1answer
273 views
How to obtain to Max zoom levels for Google layer using Open layers
I was trying to obtain maximum zoom level ( level 22) for Google street map using Openlayers.layer.google script.
The following code does not seem to work.It works to the maximum zoom level when Var ...
2
votes
2answers
187 views
Do the recent developments in the Google Maps API replace necessity of OpenLayers?
I think the main drawback of the Google Maps API is that we can't add our own vector data or raster imagery as one of the layers in the map. Is this correct? Or is there any alternative in the Google ...
0
votes
0answers
112 views
How to add more points to Google Directions route?
I managed to add two points to Google Directions route - start and end point, but I'm interested to adding more end points like on this site: http://www.bikeroutetoaster.com/Course.aspx
When user ...
1
vote
1answer
229 views
Google Maps - Use fitBounds on KML polygon fusion table layer
I have seen example here how to use map.fitBounds on fusiontablelayer
here and here , but I think it works with markers table only. Its impossible to parse the lat and long when the vertex coordinates ...
3
votes
1answer
93 views
How does Google Map API authenticate users?
They put a limit on the amount of map views, geocodes etc that can be done each day but in the documentation I can't find anywhere where they actually list how it is authenticated.
My guess is it has ...
1
vote
1answer
115 views
How do you get the coordinates from a drag event in the Google Maps API V3?
I have made a Google Version 3 Geocoder , I want to be able to pick up the coordinates of the route when it is dragged. I know how to pick up the coordinates giving the start and end points, but, ...
1
vote
0answers
158 views
How to create a Google Maps with draggable routes with fixed markers
I have a webapp where I show a route on a map, I pass two address and show the route on map, so I'd like that this route should be draggable but the points A and B shoud be fixed. How to do this?
3
votes
1answer
324 views
Google Maps Decodepath change variable name
I have this code:
var directionsService = new google.maps.DirectionsService();
var request = {
origin : start,
destination : end,
travelMode : ...
3
votes
1answer
286 views
How Do i Secure My KML files for a rails application?
I would want to keep my KML files to be secure or password protected. I am keeping them on a public server, and i dont want them to be accessible to anyone.
I am using geoxml3, so any lock applied to ...
1
vote
2answers
312 views
how to replace GTileLayer in google maps API v3
I need to port code of one application written in Google Mapa API v.2 to API v.3. There is several layers taken via TMS, that are displayed using GTileLayer class. It is as simple as:
var ...
0
votes
0answers
251 views
Python package for Google Maps API v3?
I am looking for a Python package that can generate the JavaScript to display Google Maps API v3. I would like to integrate such package into a django website.
I know pymaps exists but it's for ...
5
votes
2answers
299 views
How to achieve an “inner glow” effect on polygons drawn using the Google Maps v3 javascript API?
Is it possible to produce an "inner glow" effect on polygons drawn using the Google Map v3 javascript API?
If not possible using the vanilla Google Maps API, is there a 3rd party tool that can do it? ...
2
votes
1answer
381 views
Openlayers Transform not transforming a point from EPSG 27700 to EPSG 4326
I am trying to add Google street view functionality to a Openlayers Map. I have started by using 3 divs to hold the Openlayers Map (which uses a local tilecached base map), a google api map and ...
2
votes
1answer
219 views
Google Map API Drag event..?
The below code is working perfectly on click event to retrieve Lat/Long and Current Zoom level. How do I get the same when I hover mouse/drag on map Window (not on submit button)?
<!DOCTYPE ...
4
votes
1answer
624 views
Corner coordinates of Google static map tile
How to calculate the corner coordinates (bounding box) of a static Google Map image, fetched with e.g. ...
4
votes
1answer
243 views
How to find the nearest polygon from a given point?
Basically I have set of points [lat-long pairs] which defines different polygons on map. Now I have a coordinate [lat-long] from which I want to find the nearest polygon from that point.
Any help ...
4
votes
1answer
240 views
Existing ArcGIS Rest Services - What platform to use for building mapping application?
I have clients that have an existing ArcGIS Server. Map layers are published as rest services and I am going to build a mapping application that displays their datasets. Functionality should include ...
6
votes
0answers
118 views
Google Maps and Search for KML URL
Can anyone tell me how I could add the functionality as seen on google maps that allow users to specify a URL to a KML file in the search bar?
I would like to include this in my own embedded map but ...
2
votes
1answer
186 views
OpenLayers Vector Layer not aligned with Google Oblique Imagery
Check http://jsfiddle.net/vasile/BKvcX/6/
In the first map, the yellow line should follow the street curve, however if you pan the map up-down, you clearly see the misalignment due to what ?
...



