1 | --- C:/OpenStreetMap/jOSM/elemstyles.mapcss Sat Feb 07 03:35:00 2015
|
---|
2 | +++ C:/OpenStreetMap/jOSM/elemstyles_new.mapcss Sat Feb 07 12:16:47 2015
|
---|
3 | @@ -3372,6 +3372,10 @@
|
---|
4 | width: 2;
|
---|
5 | color: aeroway#660000;
|
---|
6 | }
|
---|
7 | +way[aeroway=parking_position] {
|
---|
8 | + width: 1;
|
---|
9 | + color: aeroway#660000;
|
---|
10 | +}
|
---|
11 | area[aeroway=apron],
|
---|
12 | area[aeroway=hangar] {
|
---|
13 | fill-color: aeroway_light#990000;
|
---|
14 | @@ -3390,6 +3394,11 @@
|
---|
15 | }
|
---|
16 | node[aeroway=gate] {
|
---|
17 | icon-image: "transport/airport/gate.png";
|
---|
18 | + set icon_z17;
|
---|
19 | + text: auto;
|
---|
20 | +}
|
---|
21 | +node[aeroway=parking_position] {
|
---|
22 | + icon-image: "transport/airport/parking_position.png";
|
---|
23 | set icon_z17;
|
---|
24 | text: auto;
|
---|
25 | }
|
---|