openstreetmap-website/public/potlatch2/gpx.css
2010-11-29 12:20:21 +00:00

12 lines
297 B
CSS

/*
Wireframe stylesheet for GPS tracks
*/
way { z-index: 2; width: 1; color: cyan; }
node :poi { z-index: 2;
icon-image: circle; icon-width: 4; color: orange;
casing-color: red; casing-width: 1;
text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; }