Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277460

Change subject: Reduce size of the markers
......................................................................

Reduce size of the markers

50 is a bit too much and think 10 works better

@todo adjust size, dynamically, based on zoom level.

Change-Id: I05ebf458160f9199d3e72bb315df969f3d039d07
---
M wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/60/277460/1

diff --git a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js 
b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
index b713e48..0281012 100644
--- a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
+++ b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
@@ -85,7 +85,7 @@
                                var info = self._getItemDescription( rowKey );
 
                                markers.push(
-                                               L.circle( [ longLat[0], 
longLat[1] ], 50 )
+                                               L.circle( [ longLat[0], 
longLat[1] ], 10 )
                                                        .bindPopup( info[0] )
                                        );
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/277460
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05ebf458160f9199d3e72bb315df969f3d039d07
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to