A format for storing map tiles used by the Tilemill map design package
0
votes
0answers
37 views
Show UTFGrid from a local map in MBtiles
Good afternoon:
I have created a map using TileMill, exported it to MBTiles and uploated it to MapBox.
I want to show the map and its UTFGrid using Leaflet and Openlayers.
With this code, I can do ...
1
vote
1answer
151 views
trying to use mbtiles as a OpenLayers.Layer.TMS
I am modifying the opengeo MapBoxSource plugin. The plugin is able to render MapBox Mbtiles into a openlayers TMS layer. I am modifying the plugin so that it will render my own tilesets served from ...
2
votes
2answers
89 views
Multiple server URLs with TMS
Can I have multiple server URLs with OpenLayers.Layer.TMS pointing at the mbtiles.php and my mbtiles file as in https://github.com/bmcbride/PHP-MBTiles-Server?
I have been trying to implement three ...
1
vote
3answers
156 views
Is there any way to use mbutil on windows?
I have used mbutil on ubuntu. Its a very handy tools. I am curious that is there any way to use it on windows 64 bit machine. If there is a way please help me to do so.
Thanks in advance.
3
votes
2answers
106 views
How does Mbtiles store raw image data in the tile_data field?
Looking at the MBtiles spec, the tile_data field of the tiles table is just a blob of a tile image.
With this information, I expected to be able to take a data URI, string it of everything except the ...
0
votes
0answers
87 views
UTFGrids for raster data and incorporation into existing MBTiles files
I've been rendering a raster vegetation model (at 30m resolution) through TileMill with good success. Our specific vegetation model has many attributes associated with each pixel, although there are ...
3
votes
1answer
265 views
reusing cached tiles with leaflet, mbtiles and mbtiles-php
I am using Leaflet and infostream's fork of mbtiles-php to serve MBTiles stored on my server. I'm using a Leaflet layer group (and a layer control) to serve two MBTiles files. When I toggle between ...
1
vote
0answers
102 views
Maximum zoom levels for tilestache rendering mbtiles
I have been given an mbtiles file which contains tiles for zoom levels between 16 and 20. When I preview the mbtiles on tilestache, I am not able to zoom in beyond the 18th level. If I request the map ...
0
votes
1answer
50 views
What size-reduction can I expect on average when gzipping MBtiles?
As part of checking some prereqs for an idea (IOS app with MBtiles on local storage enabeling offline maps) I'd like to know if it's useful to gzip MBtiles when transporting them to an IOS device.
In ...
1
vote
0answers
157 views
How to visualize MBTiles with OpenLayers using a PHP tile server?
This is repost as didn't get my expected answer. Please help me as I am newbie.
I have setup the PHP Tile Server 0.1 and when I am calling the PHP server it showing the following
Now I am triyng to ...
0
votes
0answers
126 views
Creating Tile server without using any Base Map
I have created my MBTILES and also extract the tiles. Now I want to serve it through php. But the main problem is "I do not want to use any conventional base map such as leaflet, modestmap, osm or ...
3
votes
1answer
217 views
Correct Use of MBTiles PHP Script
I have installed the OSGeo4W web server tools on a Server 2008 machine, and I would like to serve MBTiles to Leaflet. I have tried these:
Zverik's mbtiles-php
Infostream's mbtiles-php fork
The ...