server) the binary must have been served from "teh internets". Run resources/server.rb to launch a local
server, then go to http://localhost:3333/potlatch2.html to get started (or if you're already running e.g.
Apache locally, feel free to use that instead.
+
+* If you are doing offline development, you will need a rails_port install. You
+ will need to add an OAuth application by going to
+ http://rails-port.local/user/<username>/oauth_clients/new
+ Enter the following details (assuming the above point):
+ * Name (Required): Potlatch2 (local)
+ * Main Application URL (Required): http://localhost:3333/resources/potlatch2.html
+ And then update resources/potlatch2.html replacing the domains.
=== Some other stuff you might need to know ===
<feature name="Bollard">
<category>barrier</category>
- <icon>
+ <icon image="icons/bollard.png">
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
<tag k="barrier" v="bollard"/>
</feature>
+ <feature name="Gate">
+ <category>barrier</category>
+ <icon image="icons/gate.png">
+ </icon>
+ <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
+
+ <point />
+ <tag k="barrier" v="gate"/>
+ </feature>
+
<feature name="Cycle Barrier">
<category>barrier</category>
- <icon>
+ <icon image="icons/bollard.png">
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
<feature name="Big Concrete Blocks">
<category>barrier</category>
- <icon>
+ <icon image="icons/bollard.png">
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
<feature name="Cattle Grid">
<category>barrier</category>
- <icon>
+ <icon image="icons/cattle_grid.png">
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
node[amenity=taxi] { icon-image: icons/taxi.png; }
node[amenity=telephone] { icon-image: icons/telephone.png; }
way node[barrier=gate], way node[highway=gate] { icon-image: icons/gate.png; }
+way node[barrier=bollard] { icon-image: icons/bollard.png; }
+node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; }
/* We can stack styles at different z-index (depth) */