From e56a573d852dd5a0c609ed2e22e31bcce8b6fb0b Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 13 Jun 2017 16:51:42 +0200 Subject: [PATCH] refs #22 finished WMS support for user custom servers, to be tested --- templates/gpxcontent.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/gpxcontent.php b/templates/gpxcontent.php index c1102c4..82e1e68 100644 --- a/templates/gpxcontent.php +++ b/templates/gpxcontent.php @@ -147,7 +147,7 @@ if (count($_['usertileservers']) > 0){ } echo '>'; p($ts['servername']); - echo ''; } @@ -188,7 +188,7 @@ if (count($_['useroverlayservers']) > 0){ } echo '>'; p($ts['servername']); - echo ''; } @@ -231,7 +231,7 @@ if (count($_['usertileserverswms']) > 0){ } echo '>'; p($ts['servername']); - echo ''; } @@ -278,7 +278,7 @@ if (count($_['useroverlayserverswms']) > 0){ } echo '>'; p($ts['servername']); - echo ''; }