Google is a public American corporation invested in search technologies, which provides a number of free and paid geospatial and mapping services.
0
votes
2answers
3k views
How to convert from UTM Zone 36N Mercator to WGS 84 degrees of lat and long?
I have acquired many coordinates from a points I extracted from polygons. The points are in WGS 84 UTM Zone 36N, and I want to use them on Google Maps. I found out that they use different systems (I ...
0
votes
1answer
48 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 ...
1
vote
0answers
38 views
Google Earth Enterprise vs. ArcGIS Server [duplicate]
All - looks like it's been a while (May '11) since the GEE vs. ArcGIS server has been updated. Would anyone have more current feedback on this? Is the price for GEE still hovering around $620K USD? ...
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 ...
1
vote
0answers
80 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
2answers
552 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
57 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 ...
2
votes
4answers
4k views
How to use Google Maps V3 Geocode with Openlayers
How to use Google Maps V3 Geocode with Openlayers. Below is my code but the function does not execute when I try to integrate it with Openlayers. This works with my original google v3 file. Below is 2 ...
4
votes
0answers
150 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?
4
votes
2answers
104 views
How to solve loading performance issues when handling multiple KMLs?
I am using over 10 KML in Google Maps. When I increase the number of KMLs they load too late.
I use checkboxes to hide/show KML layers. With up to 5 KML layers, it worked fine. When I increase the ...
4
votes
1answer
158 views
How can I Enable Google Earth 3D features in QGIS?
I want to ask if there is any plugin or any other way where I can use Google Earth features in QGIS. When I'm saying Google Earth features I mean to be able to see roads, towns, etc and to be able to ...
2
votes
2answers
137 views
How to improve the precision of KML files on Google Maps?
I am adding kml file to the google maps (api v3). Now the problem is that on google earth and google maps the accuracy of my kml decreases to kilometers. I am designing constituency boundaries and i ...
0
votes
0answers
69 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",
...
2
votes
1answer
188 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 ...
0
votes
0answers
47 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 ...
1
vote
2answers
61 views
Difference between Trip and Route in Google Transit
I am developing a transit webapp using Google Transit, while referring to documentation, i see two different datasets (trips.txt and routes.txt) but i can't clarify the difference between them.
2
votes
2answers
224 views
Accessing KML for Google Map API using Google Fusion Table
I am trying to host my KML file on fusion table so that I have dynamic control over my KML file and I am trying to access same as in public URI as an parameter in the Google Map Java Script .
I am ...
21
votes
6answers
1k views
OpenStreetMap or Google Map Maker: where should I donate and volunteer my geographical knowledge?
I definitely know a lot about the places I visit and want to share it with everyone. I want to know if donating and volunteering at OpenStreetMap—which is where I have been helping—is a waste of time: ...
3
votes
1answer
77 views
Transit webapp development (journey planner)
I am going to develop a journey planner (like Google transit), i was just wondering that if there any opensource API available that can help me, or i have to do every thing on my own.
And where can i ...
2
votes
1answer
111 views
When was the Google Earth API launched?
Do you know the date when google launched that API:
https://developers.google.com/earth/
4
votes
2answers
3k views
How do you get the coordinates from a click or 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 marker when it is dragged or clicked. Below is my code:
<!DOCTYPE html>
<html>
<head>
...
17
votes
6answers
18k views
Google Maps zoom level --> ratio…?
Can anyone provide me with a link (or some details) on the actual ratio to "zoom level" figures for Google Maps?
e.g. Google Maps Level 13 = 1:20000
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
1answer
116 views
How do I export neighbourhoods in wikimapia to KML file [duplicate]
Possible Duplicate:
How do I export from Wikimapia to KML
I am trying to export the neighbourhoods in Wikimapia to KML format. Is this possible? These are all the predefined neighbourhoods ...
4
votes
1answer
134 views
Permission rights with google maps
I created an image in QGIS using the Google Maps layer and I would now like to publish this as part of an academic journal article. However, the journal editor has asked if I have permission to use ...
2
votes
2answers
1k views
Retrieving Google Map data into Matlab to plot points
First of all, I hope this question isn't too basic, obvious or inappropriate for this forum. I'm very new to using map data. I'm working on a project on more accurate map routing using Matlab.
My ...
5
votes
5answers
7k views
How can I view a KMZ on an iPad?
Greetings everyone! So work is finally catching up to the present and buying my group iPads. My group does extensive field work and currently uses giant laptops to run our GIS software, Google Earth ...
2
votes
3answers
4k views
Google Maps/Google Earth - KML Overlays and Custom Orientation
I am am trying to get the floor plans for our various buildings imported into 4 separate KML files, one for each floor level so that I can toggle them with javascript. I'm able to overlay our floor ...
7
votes
2answers
5k views
1
vote
3answers
615 views
how to extract lat long from WKT data?
i want to extract lat long form WKT data and stores into arary list i have tried one solution which is proposed by a user but it has some problems
String str = tv.getText().toString();
str = ...
6
votes
1answer
212 views
Trigger geocoding without having to visit page
I'm using Google's geocoder to store results in database then display them on a map on another page. The problem is that each company profile page needs to be visited before it's geocoded.
Is there a ...
4
votes
2answers
1k views
Why is there a small white space between tiles in Chrome?
I'm using openlayers to display a google base-map layer and it works fine on Firefox/IE/Safari. I'm having problems with Chrome as the tiles have a small white space between them shown in this image.
...
1
vote
2answers
246 views
Distances and areas in Google projection
I have a mapping website used to capture polygons using OpenLayers in Google projection (900913) and storing them in sql server 2008 as geometry. The SRID on the sql geometry column is set to 900913. ...
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 ...
1
vote
1answer
696 views
Google Maps Ground Overlay: How to calculate bounds?
I'm working with the Google Maps API for the first time and I'm trying to append a simple image of a Building on top of my current map view.
This seems to be very straight forward when I look at the ...
0
votes
2answers
92 views
Web site with: google map like or GIS, one million record database and a feature to run advanced search
What is the GPL way - without or with little developing - to build a web site runnning on apache which has to feature: one million record database (MySQL; which may be editable), an advanced search ...
1
vote
0answers
262 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 ...
5
votes
5answers
320 views
What is the best way to protect data online?
What techniques do people use when protecting data (e.g., preventing a user downloading the whole dataset) they are overlaying on top of Google/Yahoo/Bing etc.?
5
votes
2answers
452 views
How to return individual address components (city, state, etc.) from GeoPy geocoder?
I'm using GeoPy to geocode addresses to lat,lng. I would also like to extract the itemized address components (street, city, state, zip) for each address.
GeoPy returns a string with the address -- ...
1
vote
2answers
280 views
Geocoding like Google - how to do this?
I have Postgre database with network table that contains country, street name, numbers from left – to left, numbers from right-to right.
I finished geocoding function to use like this: user fills 3 ...
0
votes
0answers
113 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.) ...
9
votes
3answers
5k views
Google Maps layer copyright popup every time map updated / user input
I have used a Google Maps hybrid layer in Openlayers in my HTML5 iOS app for months now and it worked perfectly. Just recently they changed something because the 'Map data...' line at the bottom looks ...
1
vote
0answers
141 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
1answer
225 views
sometimes a white, square dialogue appears in the middle of the screen: Map Data … Google maps
I have this code and some of the time,(not always!!), i have a dialogue that get
displayed in the middle of the map:
Google Maps
Map data (c)2012 Google
var map;
var vectors;
var ...
3
votes
2answers
702 views
esri google maps api - Create a single GPolyline from an array of features
I'm using the esri google maps extension api...
I have a esri.arcgis.gmaps.FeatureSet()
(of type esriPolyline) containing an array of features (esri.arcgis.gmaps.Feature()).
Is there a simple way ...
2
votes
0answers
245 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 ...
0
votes
1answer
985 views
C# library for converting geom field of SQLServer into set of google latlng
Is there any C# library which can convert the geometry field into set of google latlngs? I have stored a shapefile into SQLserver table. From Sqlserver i want to read the geometry field data and want ...
3
votes
1answer
184 views
What are the requirements for using Google's GEvent?
For a current project, we need to know when a Google map is done loading all of its tiles. I found the following question, which was for the same basic problem: register event "loadend" on ...
1
vote
0answers
389 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?
4
votes
2answers
353 views
google earth profile used in mashup or flex
I really like the way google earth profile works,
1. mouse over line, right click, select profile
2. slide the mouse over the created 3d profile an dsee where that is on the map.
Has anyone an idea ...




