mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-06 06:38:27 +02:00
TMS TileMap Metadata with type="InvertedTMS" too
This commit is contained in:
@@ -68,7 +68,7 @@ else:
|
||||
$format = $m['format'];
|
||||
$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>
|
||||
<Abstract><?php echo htmlspecialchars($description) ?></Abstract>
|
||||
<SRS><?php echo $srs ?></SRS>
|
||||
@@ -82,4 +82,4 @@ else:
|
||||
</TileSets>
|
||||
</TileMap>
|
||||
<?php
|
||||
endif; ?>
|
||||
endif; ?>
|
||||
|
Reference in New Issue
Block a user