projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ba996b4
)
Adding school feature. Adding building adressing to banks.
author
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Tue, 23 Mar 2010 23:22:59 +0000
(23:22 +0000)
committer
Shaun McDonald
<shaun@shaunmcdonald.me.uk>
Tue, 23 Mar 2010 23:22:59 +0000
(23:22 +0000)
resources/map_features.xml
patch
|
blob
|
history
diff --git
a/resources/map_features.xml
b/resources/map_features.xml
index 453fe1b1004c3dca916f9302f97f2f95bf1953b2..70ff8ec14c506796fa7f0a6c5e05330a81c90c08 100644
(file)
--- a/
resources/map_features.xml
+++ b/
resources/map_features.xml
@@
-628,6
+628,7
@@
<point />
<tag k="amenity" v="bank"/>
<inputSet ref="names"/>
<point />
<tag k="amenity" v="bank"/>
<inputSet ref="names"/>
+ <inputSet ref="buildingAddress"/>
<input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
<choice value="yes" text="Yes"/>
<choice value="no" text="No"/>
<input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
<choice value="yes" text="Yes"/>
<choice value="no" text="No"/>
@@
-642,6
+643,19
@@
<tag k="amenity" v="recycling"/>
</feature>
<tag k="amenity" v="recycling"/>
</feature>
+ <feature name="School">
+ <category>amenity</category>
+ <icon image="icons/school.png">
+ ${name}
+ </icon>
+ <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
+ <point />
+ <area />
+ <tag k="amenity" v="school"/>
+ <inputSet ref="names"/>
+ <inputSet ref="buildingAddress"/>
+ </feature>
+
<!-- transportation -->
<feature name="Bus Stop">
<category>transport</category>
<!-- transportation -->
<feature name="Bus Stop">
<category>transport</category>