Changeset 7737 in josm
- Timestamp:
- 2014-11-19T23:10:12+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r7707 r7737 344 344 throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by ''left'', ''right'' or ''both''.", "{0.key}", "{0.value}"); 345 345 } 346 347 *[waterway=water_point], 348 *[waterway=waste_disposal] { 349 throwWarning: tr("{0} is deprecated", "{0.tag}"); 350 fixChangeKey: "waterway => amenity"; 351 } 352 *[waterway=mooring] { 353 throwWarning: tr("{0} is deprecated", "{0.tag}"); 354 fixRemove: "waterway"; 355 fixAdd: "mooring=yes"; 356 } -
trunk/data/validator/geometry.mapcss
r7735 r7737 3 3 node[bridge?], 4 4 node[sidewalk], 5 node[waterway=river], 6 node[waterway=riverbank], 7 node[waterway=canal], 8 node[waterway=wadi], 9 node[waterway=stream], 10 node[waterway=ditch], 5 11 node[natural=coastline], 6 12 node[natural=ridge], -
trunk/styles/standard/elemstyles.mapcss
r7735 r7737 2245 2245 } 2246 2246 area[amenity=drinking_water], 2247 area[amenity=water_point], 2247 2248 area[amenity=fountain] { 2248 2249 fill-color: light_water#00005f; … … 2250 2251 node[amenity=drinking_water] { 2251 2252 icon-image: "food/drinking_water.png"; 2253 set icon_z17; 2254 text: auto; 2255 } 2256 node[amenity=water_point] { 2257 icon-image: "accommodation/camping/water.png"; 2252 2258 set icon_z17; 2253 2259 text: auto; … … 3917 3923 text: auto; 3918 3924 } 3919 node[waterway=water_point] { 3920 icon-image: "accommodation/camping/water.png"; 3921 set icon_z17; 3922 text: auto; 3923 } 3924 node[waterway=waste_disposal] { 3925 icon-image: "accommodation/camping/wastewater.png"; 3926 set icon_z17; 3927 text: auto; 3928 } 3925 node[waterway=water_point], 3926 node[waterway=waste_disposal], 3929 3927 node[waterway=mooring] { 3928 icon-image: "misc/deprecated.png"; 3929 set icon_z17; 3930 text: auto; 3931 } 3932 node[mooring] { 3930 3933 icon-image: "nautical/marina.png"; 3931 3934 set icon_z17;
Note:
See TracChangeset
for help on using the changeset viewer.