Jonas Kress (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/387298 )

Change subject: Decrease fill opacity so overlaps are discoverable
......................................................................

Decrease fill opacity so overlaps are discoverable

Does not completely fix the problem, but at least is an improvement for
some situations.

Bug:T150136
Change-Id: Ia29f9a069ad98ba600ec056612633ac2cd80c82f
---
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/98/387298/1

diff --git a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js 
b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
index f790c03..20cff00 100644
--- a/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
+++ b/wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js
@@ -377,7 +377,7 @@
                        color: color,
                        opacity: 0.8,
                        fillColor: color,
-                       fillOpacity: 0.9,
+                       fillOpacity: 0.1,
                        radius: this._getMarkerRadius()
                };
        };

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia29f9a069ad98ba600ec056612633ac2cd80c82f
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>

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

Reply via email to