Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasturnbull committed Mar 30, 2015
1 parent 4d7d6d4 commit aa7f33a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exported-map
@@ -1,5 +1,5 @@
/** Primary Term visualization */
/** Note: This is work in progress. Not all icons are included, and the storage location of the icons will change in the final version */
/** Note: This is work in progress. The storage location of the icons will change in the final version */

#greenmap {
marker-fill-opacity: 1;
Expand Down Expand Up @@ -665,15 +665,15 @@
/****** Public Works and Landmarks ********/

#greenmap[primary_term="Waste Water Treament Plant"] {
marker-file: url(http://www.opengreenmap.org/sites/all/modules/patched/gmap/markers/ggm/wastewatertreamentplant.png);
marker-file: url(http://www.opengreenmap.org/sites/all/modules/patched/gmap/markers/ggm/wastewatertreatmentplant.png);
}

#greenmap[primary_term="Energy Infrastructure"] {
marker-file: url(http://www.opengreenmap.org/sites/all/modules/patched/gmap/markers/ggm/energyinfrastructure.png);
}

#greenmap[primary_term="Solid Waste Transfer Station"] {
marker-file: url(http://www.opengreenmap.org/sites/all/modules/patched/gmap/markers/ggm/solidwastetransfertation.png);
marker-file: url(http://www.opengreenmap.org/sites/all/modules/patched/gmap/markers/ggm/solidwastetransferstation.png);
}

#greenmap[primary_term="Landfill"] {
Expand Down

0 comments on commit aa7f33a

Please sign in to comment.