Update Potlatch 2 to 2.3-75-g0d119e0 build
This commit is contained in:
parent
1a8b39a547
commit
14b1670605
8 changed files with 30 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24
public/potlatch2/stylesheets/snapshot.css
Normal file
24
public/potlatch2/stylesheets/snapshot.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
|
||||
Stylesheet that does simple wireframe display
|
||||
|
||||
*/
|
||||
|
||||
way :hover { z-index: 2; width: 1; color: yellow; }
|
||||
way :selected { z-index: 2; width: 2; color: yellow; }
|
||||
way !:drawn { z-index:10; width: 1; color: black; }
|
||||
|
||||
node :selectedway { z-index: 8; icon-image: square; icon-width: 6; color: green; }
|
||||
node :hoverway { z-index: 9; icon-image: square; icon-width: 6; color: blue; }
|
||||
node :selected { z-index: 9; icon-image: square; icon-width: 6; color: red; casing-color: black; casing-width: 1; }
|
||||
node !:drawn :poi { z-index: 2; icon-image: square; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
|
||||
node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 3; color: black; }
|
||||
node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }
|
||||
|
||||
way[_status=incomplete]::statushighlight { z-index: 0; width: 10; color: #d95f02; }
|
||||
way[_status=complete]::statushighlight { z-index: 0; width: 10; color: #1b9e77; opacity: 0.4; }
|
||||
node[_status=incomplete]::statushighlight :hasTags { z-index: 0; icon-image: square; icon-width: 10; color: #d95f02; }
|
||||
node[_status=complete]::statushighlight :hasTags { z-index: 0; icon-image: square; icon-width: 10; color: #1b9e77; opacity: 0.4; }
|
||||
|
||||
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<url>http://80.242.147.84/osmbugs/api/</url>
|
||||
<apikey>e4d47b6b8c26e822a62d747b802f98ac</apikey>
|
||||
</set>
|
||||
<set>
|
||||
<set minlat="49.8" minlon="-9" maxlat="61.1" maxlon="1.9">
|
||||
<name>Bike Shop Locator - Missing Shops</name>
|
||||
<loader>BikeShopLoader</loader>
|
||||
<url>http://shaunmcdonald.dev.openstreetmap.org/bike-shop-locator/</url>
|
||||
|
@ -25,9 +25,9 @@
|
|||
<!-- doesn't need a URL -->
|
||||
</set>
|
||||
<set disabled="true">
|
||||
<name>A particular GPX file</name>
|
||||
<loader>GPXImporter</loader>
|
||||
<policyfile>http://gravitystorm.dev.openstreetmap.org/gpx/crossdomain.xml</policyfile>
|
||||
<url>http://gravitystorm.dev.openstreetmap.org/gpx/112.gpx</url>
|
||||
<name>CNXC</name>
|
||||
<loader>SnapshotLoader</loader>
|
||||
<policyfile>http://localhost:3000/crossdomain.xml</policyfile>
|
||||
<url>http://localhost:3000/api/</url>
|
||||
</set>
|
||||
</vectors>
|
||||
</vectors>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue