[tarent-useful-scripts SCM] {mirkarte} branch master updated. c91a60cf3cf262e1c9fa2d5592324be7fcc5d007

mirabilos at evolvis.org mirabilos at evolvis.org
Sat Feb 28 17:44:56 CET 2015 • <20150228164456.8974B4A25D7@evolvis.org>


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MirKarte source code repository".

The branch, master has been updated
       via  c91a60cf3cf262e1c9fa2d5592324be7fcc5d007 (commit)
      from  561e34da4842cc76c6681cb29b21b4dd58a75b2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c91a60cf3cf262e1c9fa2d5592324be7fcc5d007
Author: Thorsten Glaser <tg at mirbsd.org>
Date:   Sat Feb 28 16:44:53 2015 +0000

    use OSM up to zoom=19, which doesn’t still expand all pink dots
    into businesses but has a bit better oversight in the city centre

-----------------------------------------------------------------------

Summary of changes:
 mirkarte.js |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mirkarte.js b/mirkarte.js
index 2fa6e57..f4ab12e 100644
--- a/mirkarte.js
+++ b/mirkarte.js
@@ -1,5 +1,5 @@
 /*-
- * Copyright © 2014
+ * Copyright © 2014, 2015
  *	Thorsten “mirabilos” Glaser <tg at mirbsd.org>
  *
  * Provided that these terms and disclaimer and all copyright notices
@@ -522,8 +522,9 @@ $(document).observe("dom:loaded", function () {
 		return (L.control.layers(baseMaps).addTo(map));
 	    } (map, [
 		{
-			"_name": "OpenStreetMap (0..18)",
+			"_name": "OpenStreetMap (0..19)",
 			"_url": "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
+			"maxZoom": 19,
 			"attribution": attributions["OSM"]
 		},
 		{


hooks/post-receive
-- 
MirKarte source code repository
(Evolvis project useful-scripts repository mirkarte)


More information about the useful-scripts-commits mailing list