Generate geojson at deploy time from JOSM file
This commit is contained in:
parent
f3adeb7482
commit
f0e84f3142
6 changed files with 47 additions and 4 deletions
8
resources/gps_trace.geojson
Normal file
8
resources/gps_trace.geojson
Normal file
File diff suppressed because one or more lines are too long
BIN
resources/session.joz
Normal file
BIN
resources/session.joz
Normal file
Binary file not shown.
24
resources/style.mapcss
Normal file
24
resources/style.mapcss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
meta {
|
||||
title: "Hunting Trails Preview";
|
||||
version: "1.0";
|
||||
description: "Styles for road/trail/shooting lane cleanup work.";
|
||||
}
|
||||
|
||||
way[type=road] {
|
||||
width: 8;
|
||||
color: #654321;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
way[type=trail] {
|
||||
width: 3;
|
||||
color: #800000;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
way[type=shooting_lane] {
|
||||
width: 2;
|
||||
color: #000000;
|
||||
dashes: 3,3;
|
||||
opacity: 0.9;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue