From 4eee2225db125c6a2705744e5c38ec0a01333215 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Fri, 11 Jan 2013 16:20:25 +0100 Subject: [PATCH] TMS TileMap Metadata with type="InvertedTMS" too --- tileserver-tms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tileserver-tms.php b/tileserver-tms.php index f061122..cc5ea05 100644 --- a/tileserver-tms.php +++ b/tileserver-tms.php @@ -68,7 +68,7 @@ else: $format = $m['format']; $mime = ($format == 'jpg') ? 'image/jpeg' : 'image/png'; ?> - + <?php echo htmlspecialchars($title) ?> @@ -82,4 +82,4 @@ else: \ No newline at end of file +endif; ?>