Google is a public American corporation invested in search technologies, which provides a number of free and paid geospatial and mapping services.

learn more… | top users | synonyms

0
votes
1answer
76 views

google geocoding service combined with openlayers - not working

I'm trying to combine google's geocoding service with openlayers. So when a user types an address and hits enter, map zooms there and renders a simple point. I edited my code according to the previous ...
4
votes
0answers
156 views

What GIS applications use Google Glass?

From techcrunch. I see a lot of press coverage about Google Glass, yet I haven't seen details of GIS apps that use it. What GIS applications use Google Glass?
2
votes
0answers
25 views

OpenLayers Google v3 and other layers drift apart

I'm stuck. My code works with OSM, but I need it to work with Google as well. The problem is simply that Google v3 and my other layers are not playing well together at all. They don't zoom together. ...
2
votes
0answers
51 views

Can a google calendar go on a map?

Can a google calendar go on a google map? Is there a GeoRSS that can be consumed? Thanks! -mb
2
votes
0answers
253 views

directions (path find) given kml supplied bounds

Im trying to generate directions using google.maps.DirectionsService and I really need those directions bounded by the paths defined from within a pre-made kml file. I have reviewed the API docs for ...
1
vote
0answers
89 views

Google Earth export from QGIS

I'm using Quantum GIS. Is there a way to export a shapefile to Google Earth format (*.kmz) using QGIS? Thanks.
1
vote
0answers
265 views

pdf google maps export

In my php+postgis+geoserver+OL application I have to export a map in a pdf file. This map has two layer: the base is a google map layer and a vector layer as overlay. Is there a way to make a pdf ...
1
vote
0answers
145 views

Detecting If A Coordinate Is Near Polygon Edges In Google Maps API

Is there a way to add a test to see if a Lat/Long coordinate is near the edge of a polygon? I am building very complicated polygons that have rivers and roads as borders. Because of this, it is very ...
1
vote
0answers
397 views

GeoNetwork opensource - Geoserver/Google Maps integration

I'm using GeoNetwork 2.6.4 and I would like to change the default base map to Geoserver, adding a Google Maps Satellite Layer. Which is the best way? Any suggestions?
0
votes
0answers
31 views

Adobe Illustrator to Interactive Web Map. Need the basic requirements and steps

I have a set of city maps designed and customized in Adobe Illustrator with me. This is the first time I'm involving a GIS project. I need to develop an API & GIS supported interactive Web Map ...
0
votes
0answers
18 views

Extract polygons from embedded Google Map for QGIS

Total GIS amateur here assembling a map using QGIS for output to Adobe Illustrator... I'm attempting to project the shapes from the map on this page: http://www.americanwineryguide.com/ onto my ...
0
votes
0answers
23 views

PNG placemark with labels all around

I am new to KML. I want to create a KML showing PNG placemarks with a label on top, below, left and right. I have one point geometry where PNG is show with labels all around. How can I do accomplish ...
0
votes
0answers
86 views

Requesting styled Google Map tiles via URL

I'm not working with the Google Maps API but I'd still like to be able to request styled map tiles. Is it possible to request a styled Google Map tile via a URL similar to the slippy map URL format ...
0
votes
0answers
71 views

How to use symbol center with markercluster?

Am using markercluster.js for showing cluster using img urls for cluster size that.mcOptions = [{ height: 38, url: "/images/search/hotels/clusterSmall.png", ...
0
votes
0answers
50 views

Problem with specific arrivals and departure time in Google transit

I am developing a transit app and using Google transit GTFS structure. So for table stops_times.txt i have to specify the arrivals and departure times of bus. But in my case buses doesn't have ...
0
votes
0answers
166 views

Problem with callback function of google distance matrix api

I am getting problem with google distance matrix api. I want to use google distance matrix api to calculate distance between various origin and destination places. The google is only allowing 25 place ...
0
votes
0answers
114 views

How to clip a google image from Open Layer

I am using QGis 1.7.4 and I want to do the following: I want to upload an image of Google Earth and create a shapefile with different land use of an specific area (forest, farm, shrubland, etc.) ...