mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-07 23:26:32 +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>
|
||||||
@@ -82,4 +82,4 @@ else:
|
|||||||
</TileSets>
|
</TileSets>
|
||||||
</TileMap>
|
</TileMap>
|
||||||
<?php
|
<?php
|
||||||
endif; ?>
|
endif; ?>
|
||||||
|
Reference in New Issue
Block a user