diff --git a/combobox.html b/combobox.html
index c739f4898..92949ecfa 100644
--- a/combobox.html
+++ b/combobox.html
@@ -90,7 +90,6 @@
-
diff --git a/css/map.css b/css/map.css
index 749aeb7b3..7b35f6bc5 100644
--- a/css/map.css
+++ b/css/map.css
@@ -181,95 +181,72 @@ path.shadow.selected {
}
path.area.stroke,
-path.multipolygon {
+path.line.member-type-multipolygon.stroke {
stroke-width:2;
- stroke:#fff;
}
-path.area.fill,
-path.multipolygon {
- fill:#fff;
- fill-opacity:0.3;
-}
-
-path.multipolygon {
- fill-rule: evenodd;
-}
-
-path.area.fill.member-type-multipolygon {
- fill: none;
-}
-
-path.area.stroke.selected {
+path.area.stroke.selected,
+path.line.member-type-multipolygon.stroke.selected {
stroke-width:4 !important;
}
-path.area.stroke.tag-natural,
-path.multipolygon.tag-natural {
+path.area.stroke {
+ stroke:#fff;
+}
+path.area.fill {
+ fill:#fff;
+ fill-opacity:0.3;
+ fill-rule: evenodd;
+}
+
+path.stroke.tag-natural {
stroke: #b6e199;
stroke-width:1;
}
-path.area.fill.tag-natural,
-path.multipolygon.tag-natural {
+path.fill.tag-natural {
fill: #b6e199;
}
-path.area.stroke.tag-natural-water,
-path.multipolygon.tag-natural-water {
+path.stroke.tag-natural-water {
stroke: #77d3de;
}
-path.area.fill.tag-natural-water,
-path.multipolygon.tag-natural-water {
+path.fill.tag-natural-water {
fill: #77d3de;
}
-path.area.stroke.tag-building,
-path.multipolygon.tag-building {
+path.stroke.tag-building {
stroke: #e06e5f;
stroke-width: 1;
}
-path.area.fill.tag-building,
-path.multipolygon.tag-building {
+path.fill.tag-building {
fill: #e06e5f;
}
-path.area.stroke.tag-landuse,
-path.area.stroke.tag-natural-wood,
-path.area.stroke.tag-natural-tree,
-path.area.stroke.tag-natural-grassland,
-path.area.stroke.tag-leisure-park,
-path.multipolygon.tag-landuse,
-path.multipolygon.tag-natural-wood,
-path.multipolygon.tag-natural-tree,
-path.multipolygon.tag-natural-grassland,
-path.multipolygon.tag-leisure-park {
+path.stroke.tag-landuse,
+path.stroke.tag-natural-wood,
+path.stroke.tag-natural-tree,
+path.stroke.tag-natural-grassland,
+path.stroke.tag-leisure-park {
stroke: #8cd05f;
stroke-width: 1;
}
-path.area.fill.tag-landuse,
-path.area.fill.tag-natural-wood,
-path.area.fill.tag-natural-tree,
-path.area.fill.tag-natural-grassland,
-path.area.fill.tag-leisure-park,
-path.multipolygon.tag-landuse,
-path.multipolygon.tag-natural-wood,
-path.multipolygon.tag-natural-tree,
-path.multipolygon.tag-natural-grassland,
-path.multipolygon.tag-leisure-park {
+path.fill.tag-landuse,
+path.fill.tag-natural-wood,
+path.fill.tag-natural-tree,
+path.fill.tag-natural-grassland,
+path.fill.tag-leisure-park {
fill: #8cd05f;
fill-opacity: 0.2;
}
-path.area.stroke.tag-amenity-parking,
-path.multipolygon.tag-amenity-parking {
+path.stroke.tag-amenity-parking {
stroke: #aaa;
stroke-width: 1;
}
-path.area.fill.tag-amenity-parking,
-path.multipolygon.tag-amenity-parking {
+path.fill.tag-amenity-parking {
fill: #aaa;
}
-path.multipolygon.tag-boundary {
+path.fill.tag-boundary {
fill: none;
}
@@ -526,7 +503,7 @@ path.casing.tag-railway-subway {
/* waterways */
-path.area.fill.tag-waterway {
+path.fill.tag-waterway {
fill: #77d3de;
}
@@ -686,9 +663,7 @@ text.point {
}
.mode-select .area,
-.mode-browse .area,
-.mode-select .multipolygon,
-.mode-browse .multipolygon {
+.mode-browse .area {
cursor: url(../img/cursor-select-area.png), pointer;
}
@@ -701,7 +676,6 @@ text.point {
.vertex:active,
.line:active,
.area:active,
-.multipolygon:active,
.midpoint:active,
.mode-select .selected {
cursor: url(../img/cursor-select-acting.png), pointer;
diff --git a/index.html b/index.html
index ee00705ac..0e200fb90 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,6 @@
-
@@ -73,6 +72,7 @@
+
@@ -99,7 +99,6 @@
-
@@ -156,6 +155,8 @@
.call(id.ui())
});
+
+
+
+
+