Google Maps is a web mapping service application and technology provided by Google free (for non-commercial use),
2
votes
1answer
27 views
Looking for Alternatives to Google gmaps utility widget for ArcGIS JSAPI API
I have been using https://code.google.com/p/gmaps-utility-gis/ as a solution to displaying Google imagery as a base layer on a ESRI JSAPI map. With the advent of JSAPI 3.4 and full AMD support this ...
0
votes
0answers
28 views
help to code a spatial query that returns the results from a database
I have asked this question on stack overflow, what i need help with is to retrieve the database entries that fit within a polygon, drawn with the Google maps api. The map is showing the correct ...
1
vote
1answer
36 views
Digitized vectors don't match while zooming [duplicate]
I'm trying to digitize in QGIS with Google Maps as the background. Digitizing with constant zoom works fine. But if the zoom is changed, the digitized vectors don't match the Google Maps background ...
1
vote
1answer
22 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 ...
0
votes
0answers
19 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
63 views
Displaying a dynamic KML file on Google Maps as it is on Google Earth
how can i display my kml files through network link on Google Maps instead of showing it on Google Earth.
I have tried the step mentioned on this link
...
0
votes
0answers
23 views
Simulating Random Movement Google Maps [duplicate]
Hi i have a pair of longitude and latitude coordinates and i would like to make a marker move on a map the path that it moves should be randomly generated however i want the marker to move 1 km every ...
0
votes
0answers
21 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 ...
1
vote
0answers
46 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
1answer
48 views
WMS-C Google Maps v2 Android
I'm have added a map from a WMS-server in Google Maps v2 for Android using the code provided from this site: http://www.azavea.com/blogs/labs/2013/01/wms-on-android/ . The tiles are downloaded and ...
0
votes
1answer
81 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 ...
1
vote
1answer
59 views
Data points Imported into QGIS are in the middle of ocean
I'm new to QGIS and tried importing some GTFS data in the CSV format (stops.txt). The project CRS, base map CRS and GTFS CRS have all been set to Google Mercator, but the points that are supposed to ...
0
votes
2answers
67 views
how to use mapproxy to serve WMS from reprojected google maps tiles
how to use mapproxy to serve WMS from reprojected google maps tiles, i have searched for docs, but there's no docs which describe how to add google maps as source.
0
votes
1answer
57 views
What are these Google Maps glowing spots? [duplicate]
Can any help me by identifying these glowing spots on the google maps image below? Am I in danger(I live nearby)?
Google Maps Link
1
vote
0answers
45 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 ...