Support special styling for wikidata-tagged features

This commit is contained in:
Bryan Housel
2019-05-18 23:57:23 -04:00
parent 901e808c76
commit 344aec206c
7 changed files with 143 additions and 82 deletions
+17
View File
@@ -105,6 +105,7 @@ g.point .stroke {
fill: #fff;
}
g.qa_error .shadow,
g.point .shadow,
g.note .shadow {
@@ -282,6 +283,22 @@ text.point {
opacity: 0.8;
}
/* Wikidata-tagged */
g.point.tag-wikidata .stroke {
fill: #8e9;
}
.labels-group.halo text.tag-wikidata {
stroke: #8e9;
}
.icon.areaicon-halo.tag-wikidata {
stroke: #9e9;
}
.icon.areaicon.tag-wikidata {
color: #050;
}
/* Highlighting */
g.point.highlighted .shadow,
path.shadow.highlighted {