mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-08 07:36:28 +02:00
TMS TileMap Metadata with type="InvertedTMS" too
This commit is contained in:
@@ -68,7 +68,7 @@ else:
|
|||||||
$format = $m['format'];
|
$format = $m['format'];
|
||||||
$mime = ($format == 'jpg') ? 'image/jpeg' : 'image/png';
|
$mime = ($format == 'jpg') ? 'image/jpeg' : 'image/png';
|
||||||
?>
|
?>
|
||||||
<TileMap version="1.0.0" tilemapservice="<?php echo $baseUrl.$basename ?>">
|
<TileMap version="1.0.0" tilemapservice="<?php echo $baseUrl.$basename ?>" type="InvertedTMS">
|
||||||
<Title><?php echo htmlspecialchars($title) ?></Title>
|
<Title><?php echo htmlspecialchars($title) ?></Title>
|
||||||
<Abstract><?php echo htmlspecialchars($description) ?></Abstract>
|
<Abstract><?php echo htmlspecialchars($description) ?></Abstract>
|
||||||
<SRS><?php echo $srs ?></SRS>
|
<SRS><?php echo $srs ?></SRS>
|
||||||
|
Reference in New Issue
Block a user