Google Maps is a web mapping service application and technology provided by Google free (for non-commercial use),
6
votes
0answers
108 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 ...
5
votes
0answers
801 views
How to create a 4096x4096 png from a 1440x720 data set using GDAL?
I'm having a bear of a time trying to do something that seems fairly straightforward. I'm trying to take a netcdf file from ftp://eclipse.ncdc.noaa.gov/pub/OI-daily-v2/NetCDF/2011/AVHRR-AMSR/ and turn ...
4
votes
0answers
685 views
Calculating compass bearing between two GPS coordinates… with a twist
I'm building a virtual tour application that uses Google's streetview code to render the panoramas into a non-distorted view. Each panorama has 1 to n links where the user can select to move on.
I ...
3
votes
0answers
53 views
Interactive maps for a survey - Are there any tools yet?
i am working on a draft for an online-based survey. I would like to enable the participants of the survey to draw polygons, lines and points (several) on a basemap (e.g. google maps) and (extra ...
3
votes
0answers
64 views
Advanced GMaps directions
I try to create an application for taxis.
The application will be GMap based.
On the map will be marked the region in which the taxi driver is working in.
The region will be a poligon designed by ...
3
votes
0answers
223 views
How to contour irregular point data for overlay on Google maps?
I am having some serious trouble finding a solution to fit my current needs. I am attempting to create contour maps from irregularly spaced point-data on the fly to overlay on a Google map. I have ...
2
votes
0answers
41 views
Can Google Geocode returning addresses nearby
I am using google geocoding to bring me addresses according to what a user type on the search box in my iOS app. I would like to know if it is possible, lets say when the user types m google api ...
2
votes
0answers
45 views
How to integrate Open street map in Rails3.2 using Mongodb?
I'm planning to use Open street map in my Rails app to track locations, Can any one guide how to integrate Open street map with Rails 3.2, using MongoDB.
Thanks
2
votes
0answers
65 views
Can markers changes undo through history/revert to original?
I'm a contributor to a food foraging map and found that many markers are in the ocean. I then also noticed that I had an undo at the top of gmaps and realised I'd moved 5 trees trying to get to my ...
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
150 views
calculate total Miles in a polygon using Google Map
I have an application that allows the users to create any custom polygon layer on top of google maps, i am interested to know if their is a way to select the road layer in this polygon and then ...
2
votes
0answers
207 views
how to show information window for the marker cluster
This is my markercluster code :
i need information window for the markercluster icon as well as marker icon, i have another cluster.js file,
can some one please tell me how can i show the information ...
2
votes
0answers
723 views
Overlaying a mbtiles tile layer produced with tilemill over another layer maintaining transperency
So using leaflet, I'm overlaying my base tile layer as google satellite imagery. I want to overlay another layer (Mbtiles layer) produced with tilemill over this satellite layer. I was successful in ...
2
votes
0answers
412 views
How to draw an overlay using KML on our own app in Android?
Repost from here
Hi there,
I want to draw an overlay using .kml files, just look like this. But on my own app in MapActivity.
31.kml, display district in Jakarta, Indonesia
or
the example that I get ...
2
votes
0answers
330 views
Moving Marker in a Google Map on Android
I am trying to create something similar to
http://dev.syskall.com/map/
in my android phone application. Basically I have a List of GeoPoints and I need to make the car/marker move on the map ...
2
votes
0answers
282 views
Tile mode in Map server
I am trying to overlay the layers that are rendered using map server over google maps.I am pretty much new to this whole thing. So I tried to go through this example here here ...
2
votes
0answers
135 views
How to add address block on Google Mapmaker?
Is it possible to mark a block of addresses for example B-block, xyz colony, which is a logical block of addresses on Google Mapmaker? If possible, how do I do it?
I want to add a polygon feature ...
2
votes
0answers
748 views
Converting projected coordinates to google maps pixels
I have a single polygon in a local projection system. I would like to convert that polygon into an image that can be used as an overlay on google maps. I understand that it may be better to use ...
1
vote
0answers
66 views
Google Maps v3 with Openlayers - First Zoom Level
I use Google Maps v3 in my application and I noticed a strange behavior, When I refresh the web page, the map zoomed out to display the whole map then get back to the zoom level I specify in my code. ...
1
vote
0answers
137 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
...
1
vote
0answers
64 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
0answers
46 views
scale dependent rendering of base layers(gmap,ghyb) causes warping/flickering
Hey guys I am using geoserver to host my WMS layers and I am using gmaps base layers in Openlayers. Below I have attempted to use scale dependent rendering of the base layer without any luck.
What I ...
1
vote
0answers
162 views
OpenLayers - Setting the Min Zoom Level of a Google Layer based on a Bounding Box
I have an OpenLayers project that is using Google Maps for the base layer. Maybe I'm going about this the wrong way, but I think what I'm trying to do is pretty simple. I just need to set the minimum ...
1
vote
0answers
174 views
Using GeoXml3 to parse KML Markers loaded in Fusion Table Layer
I'm trying to apply the same code as this exmaple to zoom the google map to a KML Markers loaded into Fusion Table Layer.
The example code works for KML Polygon loaded into Fusion Table Layer but not ...
1
vote
0answers
91 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?
1
vote
0answers
87 views
How to set up the layer order with Google Maps API?
I'm developing a web mapping site (using google maps api 3.0 and javascript) that combines wms layers and ground overlays (uploaded rasters) that are displayed on top of google maps. The software is ...
1
vote
0answers
405 views
Google Map With Search Box and Dragable Pin
I'm trying to build a map with a search and with drag-able pin and the results will give an address and Latitude Longitude. I'm trying this code but something doesn't work and I cant find it...
...
1
vote
0answers
178 views
Google Places Autocomplete Limit Suggestions to Local Area
I'm not sure if this is the right place to ask, but can I limit the suggestions that Google Places Autocomplete find to say 5 km of a certain location? If I'm in Dublin I don't want to see suggestions ...
1
vote
0answers
31 views
How to implement routing with Google Maps in Wordpress?
I need to put only one point with custom marker on the google map. When user enter his address, there must show up a route to that point from his address. What is the simplest way to get that ...
1
vote
0answers
194 views
improve Google map loading time?
My website has a number of pages that show a Google map with a bunch of markers, here's an example.
As you can see, the maps take a long time to load and I'm looking for ways to improve this. I was ...
1
vote
0answers
94 views
How to retrieve transport infrastructure data from google map?
I imported into postgis osm data using osm2pgsql. My objective was to get a database with roads elements for a specific region of Italy (i.e. traffic lights, driving directions and turning direction ...
1
vote
0answers
372 views
OpenLayers: Click event to display position shows Uncaught TypeError: Cannot call method 'getLonLatFromPixel'
I have created a map using openlayrs, and put a click event to display its position in screen, when i clicked got an error message like
Uncaught TypeError: Cannot call method 'getLonLatFromPixel' of ...
1
vote
0answers
241 views
Fixing address on TeleAtlas, how long before Google Maps has this information?
I recently submitted information to TeleAtlas and they told me it was accepted and has been added.
When I search on Google Maps the address still does not appear.
Does anyone know how long Google ...
1
vote
0answers
272 views
Using Google Maps with OpenLayers for some zoom levels
I've had a search on here to see if this has come up but I've not found anything, sorry if this is a duplicate.
I'm trying to use the Google Maps layers with an OpenLayers site, but not for all zoom ...
1
vote
0answers
192 views
OpenLayers - Switching to Google Basemap causes a flicker as it zooms to extent
I created and example based off of the spherical-mercator example example and placed it here. I made the bing road layer the default. If you zoom in on a location and then switch to a google layer ...
1
vote
0answers
192 views
Loading a KML Layer Underneath a Fusion Table Layer
I am working on a map that will incorporate both Fusion Tables and KML layers, parsed through geoXML3. As my Fusion Table Layer is a point file I would like it to always be on top of the KML's which ...
1
vote
0answers
100 views
How to call a PNG file with MapServer and a Google base layer?
How can I call a png file from map path including a Google map as base layer? I'm working with MapServer and I have some shapes made with Quantum GIS and ArcView. I can call those shapes in a url and ...
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
84 views
Acceptable Reduce() amounts for google maps zoom levels?
I'm using SQL Server Spatial to return large polygons to Google Maps for display. Given that google maps has a zoom scale of 1 - 20, I would like to reduce my polygons (reduce function uses the ...
1
vote
0answers
206 views
How do I use Proj4js or other technique to make custom map projections with google.maps.Projection?
I'm using Google's Projection class to try to convert my map projection from the default spherical mercator to something like Lambert Conformal Conic. I was previously adapting the code from this ...
1
vote
0answers
233 views
Google Maps API for iPhone and Android application
I need to develop map with Google Maps API with markers etc. That map would need to be integrated into iPhone and Android application. That integration will be done by another person.
My question is: ...
1
vote
0answers
195 views
How to Modify Polygons in GeoDjango?
Just getting acquainted with GeoDjango. Have Basic Tutorial app created with sample world data. In trying out the admin, I appreciate seeing the polygon on the map and a couple basic tools for adding ...
1
vote
0answers
148 views
Why do FusionTable layers sometimes not work / slow down?
Fusion tables layers are great. I have uploaded some data and polygons of areas in Europe and most of the time they respond very fast.
First thing in the morning (after prolonged inactivity I ...
0
votes
0answers
11 views
what is the alternative of setZoomLevel in vector based map
It is commonly used to generat map tiles at a certain scale and re-organize them for web map on pc. For example googlem map, and bing map.
Then user will use the setZoomLevel(int level) or something ...
0
votes
0answers
21 views
Updating position for a list of markers
I am working with Google Maps. Specifically, I am working with http://hpneo.github.io/gmaps for a gps tracker simulation, here I need to update the position on each point.
At the gmaps script, ...
0
votes
0answers
29 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 ...
0
votes
0answers
52 views
OpenLayers.Layer.Markers Does not works with Google maps
Hello I am currently Testing OpenLayers, but I have a problem with the markers, the markers that I add with OpenLayers does not work with google maps, all marks appear in the center of the map, not ...
0
votes
0answers
80 views
Terms of use for printing maps via Qgis, openlayers and google maps
I am working in civil engineering for a commercial enterprise. I create maps with Qgis using the Openlayers plugin in order to have Google Maps as background images. Now I would like to print these ...
0
votes
0answers
28 views
Help IDing basemap used in this image?
Help!
I'm trying to create a similar-looking map in ArcGIS and want to use this basemap if at all possible. The goal of the map is the same - show a certain point in relation to the surrounding ...
0
votes
0answers
146 views
Polygon radius route drawing in gmap
I am able to draw polygon well on google map. The issue now is that we need to draw box polygon on road with radius from the center of the road to left and right say 50 meters. What is the best ...
