1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-02 04:30:23 +02:00

Fixed missing tag in the /tms root metadata.

This commit is contained in:
Petr Pridal
2012-08-12 16:46:14 +02:00
parent edce8b391b
commit 184a363778

View File

@@ -36,6 +36,7 @@ if ($layer === ""):
echo " <TileMap title=\"$title\" srs=\"$srs\" type=\"InvertedTMS\" profile=\"global-$profile\" href=\"$baseUrl$basename/tms\" />\n"; echo " <TileMap title=\"$title\" srs=\"$srs\" type=\"InvertedTMS\" profile=\"global-$profile\" href=\"$baseUrl$basename/tms\" />\n";
} }
?> ?>
</TileMaps>
</TileMapService> </TileMapService>
<?php <?php
die; die;