[Pkg-javascript-commits] [leaflet] 218/301: Add link to mbutil script

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit c5b6100ef0102ebac648a58d63565c2c9a97da5f
Author: Bryan McBride <mcbride.bryan at gmail.com>
Date:   Fri Nov 8 12:59:27 2013 -0500

    Add link to mbutil script
---
 FAQ.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/FAQ.md b/FAQ.md
index c1668dc..79d2ae3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -58,7 +58,9 @@ Check out [this excellent guide](http://switch2osm.org/serving-tiles/).
 
 There's a number of services that allow you to do this easily,
 notably [MapBox](https://www.mapbox.com/), [CartoDB](http://cartodb.com/) and [GIS Cloud](http://www.giscloud.com/).
-If you want to make tiles on your own, probably the easiest way is using [TileMill](https://www.mapbox.com/tilemill/). TileMill can export your map as a single [.mbtiles](https://www.mapbox.com/developers/mbtiles/) file, which can be copied to a webserver and accessed by Leaflet with [a small PHP script](https://github.com/infostreams/mbtiles-php).
+If you want to make tiles on your own, probably the easiest way is using [TileMill](https://www.mapbox.com/tilemill/).
+TileMill can export your map as a single [.mbtiles](https://www.mapbox.com/developers/mbtiles/) file, which can be copied to a webserver and accessed by Leaflet with [a small PHP script](https://github.com/infostreams/mbtiles-php).
+Alternatively, you can [extract](https://github.com/mapbox/mbutil) the tiled images from the .mbtiles database and place them directly on your webserver with absolutely no server-side dependencies.
 
 ## Commercial Use and Licensing
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list