forked from infostreams/mbtiles-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
22 lines (15 loc) · 925 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PHP TileServer
Serves map tiles for interactive online maps à la Google Maps or Open Street Maps. You
can use any map created by TileMill (or other software that produces .mbtiles files).
This TileServer serves the following information:
1. Regular .PNG or .JPG image tiles
2. The "UTFGrid" json-tiles necessary to add interactivity to the map
3. The "TileJson" configuration file necessary to get your Javascript map viewer started
4. The XML files necessary to implement the Tile Map Service Specification
Installation is simple: just put the .php file and the .htaccess file in the same
directory as your .mbtiles file(s), and you're good to go! You can then use LeafLet
or ModestMaps, or any other map viewer, to display your map. Map Viewing may be browser
dependent.
TODO: examples and samples
Forked from https://github.com/infostreams/mbtiles-php
which forked from https://github.com/Zverik/mbtiles-php