mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-22 06:03:08 +02:00
Compare commits
33 Commits
vectortile
...
customtile
Author | SHA1 | Date | |
---|---|---|---|
|
e36a7e6a06 | ||
|
7190e90845 | ||
|
f3f2a995e5 | ||
|
8233047097 | ||
|
46d79107e8 | ||
|
a2162eeb99 | ||
|
27fc9a73ca | ||
|
4ff5d95a38 | ||
|
6da6b13fed | ||
|
0609b25905 | ||
|
ce485c6713 | ||
|
ab7862209a | ||
|
8b49aa2b8c | ||
|
ea100ad8c2 | ||
|
86527eeedb | ||
|
3a9e74e3b0 | ||
|
0446445248 | ||
|
853ca41ce0 | ||
|
5b5f5e7905 | ||
|
b7960baaaa | ||
|
250512168c | ||
|
6b5933e21f | ||
|
f5408fd108 | ||
|
dc26c831f1 | ||
|
28aba6f9e2 | ||
|
8f6a2ced68 | ||
|
79926b92fc | ||
|
3343f80e09 | ||
|
c660ab8f41 | ||
|
21d7a409fe | ||
|
abb4087942 | ||
|
0acdc04e32 | ||
|
b783c59585 |
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
script:
|
||||
- php tileserver.php
|
@@ -1,6 +1,9 @@
|
||||
TileServer PHP: MapTiler and MBTiles maps via WMTS
|
||||
==================================================
|
||||
|
||||
[](https://travis-ci.org/klokantech/tileserver-php)
|
||||
[](https://hub.docker.com/r/klokantech/tileserver-php/)
|
||||
|
||||
This server distributes maps to desktop, web, and mobile applications from
|
||||
a standard Apache+PHP web hosting.
|
||||
|
||||
@@ -38,9 +41,9 @@ Requirements:
|
||||
-------------
|
||||
|
||||
- Apache webserver (with mod_rewrite / .htaccess supported)
|
||||
- PHP 5.2+
|
||||
- PHP 5.2+ with SQLite module (php5-sqlite)
|
||||
|
||||
(or anther webserver implementing mod_rewrite rules and PHP)
|
||||
(or another webserver implementing mod_rewrite rules and PHP)
|
||||
|
||||
Installation:
|
||||
-------------
|
||||
|
836
tileserver.php
836
tileserver.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user