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
26 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
145 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
48 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
244 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
77 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
261 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
140 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
383 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
21 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
51 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
67 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
46 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
164 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
112 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.) ...