Changeset 7296 in josm for trunk/styles


Ignore:
Timestamp:
2014-07-08T18:49:07+02:00 (10 years ago)
Author:
bastiK
Message:

applied #10246 - add 10 shops (patch by Klumbumbus)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7292 r7296  
    14341434area[shop=bookmaker],
    14351435area[shop=lottery],
    1436 area[shop=shopping_centre] {
     1436area[shop=shopping_centre],
     1437area[shop=pet],
     1438area[shop=ticket],
     1439area[shop=interior_decoration],
     1440area[shop=car_parts],
     1441area[shop=video_games],
     1442area[shop=bed],
     1443area[shop=beauty],
     1444area[shop=tea],
     1445area[shop=coffee],
     1446area[shop=bag] {
    14371447    fill-color: shop#00005f;
    14381448}
     
    16791689node[shop=shopping_centre] {
    16801690    icon-image: "shop/mall.png";
     1691    text: auto;
     1692}
     1693node[shop=pet] {
     1694    icon-image: "shop/pet.png";
     1695    text: auto;
     1696}
     1697node[shop=ticket] {
     1698    icon-image: "shop/ticket.png";
     1699    text: auto;
     1700}
     1701node[shop=interior_decoration] {
     1702    icon-image: "shop/interior_decoration.png";
     1703    text: auto;
     1704}
     1705node[shop=car_parts] {
     1706    icon-image: "vehicle/car_parts.png";
     1707    text: auto;
     1708}
     1709node[shop=video_games] {
     1710    icon-image: "shop/video_games.png";
     1711    text: auto;
     1712}
     1713node[shop=bed] {
     1714    icon-image: "shop/bed.png";
     1715    text: auto;
     1716}
     1717node[shop=beauty] {
     1718    icon-image: "shop/beauty.png";
     1719    text: auto;
     1720}
     1721node[shop=tea] {
     1722    icon-image: "shop/groceries/tea.png";
     1723    text: auto;
     1724}
     1725node[shop=coffee] {
     1726    icon-image: "shop/groceries/coffee.png";
     1727    text: auto;
     1728}
     1729node[shop=bag] {
     1730    icon-image: "shop/bag.png";
    16811731    text: auto;
    16821732}
Note: See TracChangeset for help on using the changeset viewer.