Changeset 7960 in josm for trunk/styles
- Timestamp:
- 2015-01-12T22:11:22+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7953 r7960 1211 1211 area[man_made=beacon], 1212 1212 area[man_made=bridge], 1213 area[bridge:support], 1213 1214 area[man_made=chimney], 1214 1215 area[man_made=crane], 1215 area[man_made=flagpole],1216 1216 area[man_made=gasometer], 1217 1217 area[man_made=bunker_silo], 1218 1218 area[man_made=lighthouse], 1219 1219 area[man_made=monitoring_station], 1220 area[man_made=mineshaft], 1221 area[man_made=adit] { 1220 area[man_made=mineshaft] { 1222 1221 fill-color: manmade#d8d8d8; 1223 1222 } … … 1227 1226 text: auto; 1228 1227 } 1228 node[man_made=bridge] { 1229 icon-image: "misc/deprecated.png"; 1230 set icon_z17; 1231 text: auto; 1232 } 1233 node[bridge:support] { 1234 icon-image: "bridge/support.svg"; 1235 set icon_z17; 1236 text: auto; 1237 } 1229 1238 node[man_made=chimney] { 1230 1239 icon-image: "misc/landmark/chimney.png"; … … 1243 1252 } 1244 1253 node[man_made=gasometer] { 1245 icon-image: "misc/landmark/gasometer.png"; 1254 icon-image: "presets/gasometer.png"; 1255 icon-width: 16; 1246 1256 set icon_z17; 1247 1257 text: auto; … … 1322 1332 color: pipeline#660000; 1323 1333 } 1334 node[man_made=embankment], 1324 1335 node[man_made=pipeline] { 1325 1336 icon-image: "misc/deprecated.png"; … … 1334 1345 area[man_made=reservoir_covered], 1335 1346 area[man_made=surveillance], 1336 area[man_made=survey_point],1337 1347 area[man_made=tower], 1338 1348 area[man_made=wastewater_plant], … … 1351 1361 } 1352 1362 node[man_made=surveillance] { 1353 icon-image: "misc/surveillance.png"; 1363 icon-image: "presets/surveillance.png"; 1364 icon-width: 16; 1354 1365 set icon_z17; 1355 1366 text: auto; … … 2879 2890 area[historic=ruins], 2880 2891 area[historic=battlefield], 2881 area[ historic=palaeontological_site],2892 area[geological=palaeontological_site], 2882 2893 area[historic=wayside_cross], 2883 2894 area[historic=wayside_shrine], … … 2886 2897 } 2887 2898 node[historic=castle] { 2888 icon-image: "sightseeing/castle. png";2899 icon-image: "sightseeing/castle.svg"; 2889 2900 set icon_z17; 2890 2901 text: auto; … … 2915 2926 text: auto; 2916 2927 } 2917 node[ historic=palaeontological_site] {2928 node[geological=palaeontological_site] { 2918 2929 icon-image: "historic/palaeontological_site.png"; 2919 2930 set icon_z17;
Note:
See TracChangeset
for help on using the changeset viewer.