Tagged Questions
0
votes
1answer
50 views
Custom map in Google Map?
On a website I see they use Google Map, but the map looks special and is different from other Google Maps I saw. Is that special-looking map provided by Google Maps or made by the website themselves?
...
0
votes
2answers
118 views
Android map only showing tiles
Hi I am new to android programming and I followed the steps from many tutorials, but I only managed to display the google map which only shows tiles both on the emulator and the device. Many thanks in ...
0
votes
2answers
299 views
Calibrated PNG over google map
I have a google map activity with trails, pois, proximity alerts, etc. and I would like to put a new PNG map (new layer) over the current google map at the same position (calibrated by latitude and ...
0
votes
1answer
159 views
Google maps missing tile handling
Please advise how can I show special tile instead of missing tiles on my ImageMapType?
My map has a lot of missing tiles and now it reports about 404 error for every tile. I'd like to handle it and ...
0
votes
0answers
123 views
Targeting google map tiles within an iframe to change their opacity using jQuery
Basically as the title says I am wanting to use jQuery to taget the google map tiles inside an iframe.
Any ideas how I could do this?
0
votes
1answer
412 views
Google Maps Tile Overlays - Avoiding 404 errors in calling tiles?
When using a tile overlay, the only method I've seen thus far is to listen to Google when it grabs tiles, take the X,Y,Z coordinates from the call, and compare that to the set of tiles.
var ...
0
votes
1answer
134 views
mapview stopped downloading tiles
Strange problem:
I have a program that was happily downloading map tiles in my mapview.
suddenly....poof no more tiles.
I did not change anything that might affect the download proces. all the code ...
0
votes
1answer
633 views
need help to draw custom map tiles without OSMDroid apis in android
I went through lots of googling and blogs which shows how to draw custom tiles on top of google maps using OSMDroid apis. I have my custom tiles png files ready to use.
But I am looking for a way ...
2
votes
1answer
1k views
Custom tile overlay on Android maps
I’m working with creation of an app for both iOS and Android. A part of it is to display a custom map of a specific area on top of google maps. Just like the Apple's TileMap sample from WWDC 2010, ...
0
votes
1answer
237 views
Gmap not dispaying properly on JSP
I have a JSP with the following code which takes user input dates and then searches for cars:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" ...
0
votes
1answer
662 views
Google Maps & javascript how to dynamically update (re-display) custom map tiles?
I have a database with thousands of (latitude,longitude) points stored in it. Those points are plotted into a map using a tile server. Such tile server first computes, for each tile, the points that ...
3
votes
1answer
454 views
Tile-Overlay Animation - Bing / Google
I've created a tile set, and this tile set expires every 10 mins. However I want to be able to show a cycle of the past 50 mins (of stored tiles i have).
I know with Google Maps 2.0 you can do this ...
0
votes
1answer
2k views
Tiling in Google Tile Server (x, y and z parameter)
I am working on Google Tile Server. I have written one WCF Service (C#) which fetches tile from Google server using http URL :- ...
0
votes
3answers
1k views
HTTP 403 : Forbidden error while accessing Google Tile through a C# program
I have one URL "http://mt0.google.com/vt/lyrs=m@129&hl=en&x=11728&y=7595&z=14&s=Galileo" used to fetch Google Tiles from Internet. If I use this Google Tile URL from browser (any), ...
3
votes
1answer
2k views
Map tiles for Openstreetmaps (OSM) and Google Maps (satellite view)
Are tiles from Openstreetmap (OSM) compatible with tiles of Google Maps (satellite view)?
By compatible I mean - is it possible to use the code/logic that is written to read OSM tiles to load tiles ...
1
vote
1answer
2k views
How do I add an overlay to my OpenStreetMap
I currently use a google map and create tiles for it by using a PHP script to generate the required PNG images
var myTileLayer = new GTileLayerOverlay(
new ...