mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-22 22:23:53 +02:00
Compare commits
58 Commits
vectortile
...
v2.0
Author | SHA1 | Date | |
---|---|---|---|
|
e4148733ed | ||
|
c28d188e0d | ||
|
ef5de0607d | ||
|
494669f5d7 | ||
|
4b53b4c351 | ||
|
86a1c68888 | ||
|
f834ec7fd9 | ||
|
ac68e90870 | ||
|
bb48534fe3 | ||
|
c158bcbe57 | ||
|
2dfd2fcb5f | ||
|
6b4fb0fec7 | ||
|
8f2b068c4f | ||
|
709ed4ffce | ||
|
7320f426a1 | ||
|
2e36338720 | ||
|
70159a5b29 | ||
|
fdeb010831 | ||
|
8bbfa1d367 | ||
|
50630fe1c7 | ||
|
8206bcccc7 | ||
|
d304b89eb2 | ||
|
87906da0c5 | ||
|
92ddcb6e66 | ||
|
7efd117884 | ||
|
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 |
23
.travis.yml
Normal file
23
.travis.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
script:
|
||||
- php tileserver.php
|
||||
after_success:
|
||||
- wget https://github.com/klokantech/tileserver-php/releases/download/v0.1/grandcanyon.mbtiles
|
||||
- git config --global user.email "travis@localhost.localdomain"
|
||||
- git config --global user.name "Travis CI"
|
||||
- git add --all
|
||||
- git commit -am "Travis change"
|
||||
deploy:
|
||||
provider: openshift
|
||||
user: osm2vectortiles@klokantech.com
|
||||
password:
|
||||
secure: hiWKBaqh/CMdnQ2qxsRSKYAnk4tP/q2J50TaO+2sH09x+0Q85ygfICCDrEx457xqmGW0e4zZPsL83mMPvGt5KJO6g9DIncj6BFhpZA0ysnRJ3X1fczTiVN5hQfqNpa+/YIrQ0whu1Ur/IfdYTtvArYhuAPeigCloumGk9gNgSIQ=
|
||||
domain: tileserver
|
||||
app: php
|
||||
skip_cleanup: true
|
@@ -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:
|
||||
-------------
|
||||
|
1024
tileserver.php
1024
tileserver.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user