]> git.openstreetmap.org Git - rails.git/commitdiff
Remove bogus leading slash from image URL
authorTom Hughes <tom@compton.nu>
Sun, 19 Feb 2012 11:37:22 +0000 (11:37 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 19 Feb 2012 11:37:22 +0000 (11:37 +0000)
public/potlatch2/map_features/landuse.xml

index 09b921f8e68dd7ff38c503382332fb6fdb647adf..b7631ad1ec6f90207f0310f52df54cbf0701e0dd 100644 (file)
 
   <feature name="Forest">
     <category>natural</category>
 
   <feature name="Forest">
     <category>natural</category>
-    <icon image="/features/pois/landuse_coniferous.n.24.png"/>
+    <icon image="features/pois/landuse_coniferous.n.24.png"/>
 
     <area/>
     <tag k="landuse" v="forest"/>
 
     <area/>
     <tag k="landuse" v="forest"/>
     <tag k="landuse" v="meadow"/>
     <inputSet ref="common"/>
   </feature>
     <tag k="landuse" v="meadow"/>
     <inputSet ref="common"/>
   </feature>
-</featureGroup>
\ No newline at end of file
+</featureGroup>