Add link to mbutil script
This commit is contained in:
parent
376e14d6d3
commit
c5b6100ef0
4
FAQ.md
4
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,
|
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/).
|
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
|
## Commercial Use and Licensing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user