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 | ***************
|
---|
4 | *** 3372,3377 ****
|
---|
5 | --- 3372,3381 ----
|
---|
6 | width: 2;
|
---|
7 | color: aeroway#660000;
|
---|
8 | }
|
---|
9 | + way[aeroway=parking_position] {
|
---|
10 | + width: 1;
|
---|
11 | + color: aeroway#660000;
|
---|
12 | + }
|
---|
13 | area[aeroway=apron],
|
---|
14 | area[aeroway=hangar] {
|
---|
15 | fill-color: aeroway_light#990000;
|
---|
16 | ***************
|
---|
17 | *** 3390,3395 ****
|
---|
18 | --- 3394,3404 ----
|
---|
19 | }
|
---|
20 | node[aeroway=gate] {
|
---|
21 | icon-image: "transport/airport/gate.png";
|
---|
22 | + set icon_z17;
|
---|
23 | + text: auto;
|
---|
24 | + }
|
---|
25 | + node[aeroway=parking_position] {
|
---|
26 | + icon-image: "transport/airport/parking_position.png";
|
---|
27 | set icon_z17;
|
---|
28 | text: auto;
|
---|
29 | }
|
---|