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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user