.. _workshop-helper: Workshop Helper =============== Batteries are included with Firestations ---------------------------------------- :: ./demo/firestations/firestations.map Add Firestations to the catalog ------------------------------- Find the ```` line in the mapbook and add this afterwards: :: Adding Identify to Firestations ------------------------------- :: ./demo/firestations/firestations.map Adding Select ------------- :: ./demo/firestations/firestations.map Tweak the Firestations layer ---------------------------- :: CSS --- :: .toolbar .tool.findme .label { display: none; } :: /* Remove the webfont icon */ .toolbar .tool.findme .icon:before { content: ''; } /* Add the moose! */ .toolbar .tool.findme .icon { width: 1em; height: 1em; box-sizing: border-box; background-image: url(./logo-mini.png); } :: #header { background: linear-gradient(to right, lightgreen, grey); } Adding a GeoJSON Layer ---------------------- :: ./cities.geojson Catalog layer ------------- ::