Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Add natural=beach with an original icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevage committed Mar 10, 2012
1 parent 716acb4 commit 0205533
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 0 deletions.
Binary file added resources/features/natural__beach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions resources/map_features/landuse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,28 @@
<inputSet ref="common"/>
</feature>

<feature name="Beach">
<category>natural</category>
<icon image="features/natural__beach.png"/>
<area/>
<tag k="natural" v="beach"/>
<input type="choice" presence="always" category="Details" name="Beach surface" key="surface" description="What material is the ground mostly?">
<choice value="sand" text="Sand"/>
<choice value="pebbles" text="Pebbles"/>
<choice value="stone" text="Pebbles"/>
<choice value="rocky" text="Rocky"/>
</input>
<input type="choice" presence="always" category="Details" name="Access" key="access" description="Accessible to the public?">
<choice value="yes" text="Public access"/>
<choice value="permissive" text="Privately owned, but publicly accessible"/>
<choice value="private" text="Private access only"/>
</input>
<input type="freetext" presence="always" category="Details" name="Operator" key="Operator" description="Organisation that manages or owns the beach.">
</input>

<inputSet ref="simpleName"/>
<inputSet ref="common"/>
</feature>



Expand Down
321 changes: 321 additions & 0 deletions resources_src/natural__beach.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0205533

Please sign in to comment.