mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
more consistency in presets..
* in general, display fields:
operator, address, building_area, hours (where this makes sense)
* make kindergarten, school, college, university more similar
* show building_area for most craft=* and shop=*
* remove erroneous `tinsmith` file
* update README
* structure json files like:
icon, fields, geometry, terms, tags, name
(most json files were this way already)
This commit is contained in:
+14
-13
@@ -210,26 +210,27 @@ path.fill.tag-natural-water {
|
||||
background-color: rgba(119, 211, 222, 0.3);
|
||||
}
|
||||
|
||||
path.stroke.tag-amenity-school {
|
||||
stroke: rgb(255, 255, 148);
|
||||
}
|
||||
path.fill.tag-amenity-school {
|
||||
fill: rgba(255, 255, 148, 0.2);
|
||||
}
|
||||
.preset-icon-fill-area.tag-amenity-school {
|
||||
border-color: rgb(255, 255, 148);
|
||||
background-color: rgba(255, 255, 148, 0.2);
|
||||
}
|
||||
|
||||
path.stroke.tag-amenity-childcare,
|
||||
path.stroke.tag-amenity-kindergarten,
|
||||
path.stroke.tag-amenity-school,
|
||||
path.stroke.tag-amenity-college,
|
||||
path.stroke.tag-amenity-university {
|
||||
stroke: rgb(255, 255, 148);
|
||||
}
|
||||
path.fill.tag-amenity-childcare,
|
||||
path.fill.tag-amenity-kindergarten,
|
||||
path.fill.tag-amenity-school,
|
||||
path.fill.tag-amenity-college,
|
||||
path.fill.tag-amenity-university {
|
||||
fill: rgba(255, 255, 148, 0.1);
|
||||
fill: rgba(255, 255, 148, 0.15);
|
||||
}
|
||||
.preset-icon-fill-area.tag-amenity-childcare,
|
||||
.preset-icon-fill-area.tag-amenity-kindergarten,
|
||||
.preset-icon-fill-area.tag-amenity-school,
|
||||
.preset-icon-fill-area.tag-amenity-college,
|
||||
.preset-icon-fill-area.tag-amenity-university {
|
||||
border-color: rgb(255, 255, 148);
|
||||
background-color: rgba(255, 255, 148, 0.1);
|
||||
background-color: rgba(255, 255, 148, 0.15);
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse,
|
||||
|
||||
Reference in New Issue
Block a user