From: Tom Hughes Date: Sun, 25 Mar 2012 22:15:19 +0000 (+0100) Subject: Load Potlatch 2 through the asset pipeline X-Git-Tag: live~5663 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c7b3ba447f8fa06ae4441f9ba2c76085347257ea Load Potlatch 2 through the asset pipeline --- diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 0b1c0e34d..95a52368e 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -28,7 +28,10 @@ if (lat) { flashvars.lat = lat; } if (lon) { flashvars.lon = lon; } flashvars.zoom = zoom; + flashvars.assets = "<%= asset_path "potlatch2/assets.zip" %>"; + flashvars.font_library = "<%= asset_path "potlatch2/FontLibrary.swf" %>"; flashvars.locale = "<%= Potlatch2::LOCALES[locale] %>"; + flashvars.locale_paths = "<%= Potlatch2::LOCALES[locale] %>=<%= asset_path("potlatch2/locales/#{Potlatch2::LOCALES[locale]}.swf") %>"; <% if params['gpx'] %> flashvars.gpx = '<%= h(params['gpx']) %>'; <% end %> @@ -56,7 +59,7 @@ attributes.id = "potlatch"; attributes.bgcolor = "#FFFFFF"; - swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); + swfobject.embedSWF("<%= asset_path("potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); // 700,600 for fixed size, 100%,100% for resizable } diff --git a/public/potlatch2/bing_maps.png b/public/potlatch2/bing_maps.png deleted file mode 100644 index bbc4b1dfa..000000000 Binary files a/public/potlatch2/bing_maps.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__aerodrome.png b/public/potlatch2/features/aeroway__aerodrome.png deleted file mode 100644 index 1f3e08852..000000000 Binary files a/public/potlatch2/features/aeroway__aerodrome.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__apron.png b/public/potlatch2/features/aeroway__apron.png deleted file mode 100644 index 57bca99a2..000000000 Binary files a/public/potlatch2/features/aeroway__apron.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__helipad.png b/public/potlatch2/features/aeroway__helipad.png deleted file mode 100644 index 2e575dbbc..000000000 Binary files a/public/potlatch2/features/aeroway__helipad.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__runway.png b/public/potlatch2/features/aeroway__runway.png deleted file mode 100644 index bbac49e8e..000000000 Binary files a/public/potlatch2/features/aeroway__runway.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__taxiway.png b/public/potlatch2/features/aeroway__taxiway.png deleted file mode 100644 index a5eda4d6a..000000000 Binary files a/public/potlatch2/features/aeroway__taxiway.png and /dev/null differ diff --git a/public/potlatch2/features/aeroway__terminal.png b/public/potlatch2/features/aeroway__terminal.png deleted file mode 100644 index 1f5857534..000000000 Binary files a/public/potlatch2/features/aeroway__terminal.png and /dev/null differ diff --git a/public/potlatch2/features/amenity__bus_station.png b/public/potlatch2/features/amenity__bus_station.png deleted file mode 100644 index b39567edd..000000000 Binary files a/public/potlatch2/features/amenity__bus_station.png and /dev/null differ diff --git a/public/potlatch2/features/amenity__parking.png b/public/potlatch2/features/amenity__parking.png deleted file mode 100644 index 0ea905139..000000000 Binary files a/public/potlatch2/features/amenity__parking.png and /dev/null differ diff --git a/public/potlatch2/features/barrier_generic.png b/public/potlatch2/features/barrier_generic.png deleted file mode 100644 index fe72ab408..000000000 Binary files a/public/potlatch2/features/barrier_generic.png and /dev/null differ diff --git a/public/potlatch2/features/bike-shop.png b/public/potlatch2/features/bike-shop.png deleted file mode 100644 index b7a0c68ac..000000000 Binary files a/public/potlatch2/features/bike-shop.png and /dev/null differ diff --git a/public/potlatch2/features/bugs/fixed.png b/public/potlatch2/features/bugs/fixed.png deleted file mode 100644 index 99c265bf4..000000000 Binary files a/public/potlatch2/features/bugs/fixed.png and /dev/null differ diff --git a/public/potlatch2/features/bugs/invalid.png b/public/potlatch2/features/bugs/invalid.png deleted file mode 100644 index 35bddf13f..000000000 Binary files a/public/potlatch2/features/bugs/invalid.png and /dev/null differ diff --git a/public/potlatch2/features/bugs/open.png b/public/potlatch2/features/bugs/open.png deleted file mode 100644 index 4432db938..000000000 Binary files a/public/potlatch2/features/bugs/open.png and /dev/null differ diff --git a/public/potlatch2/features/highway__living_street.png b/public/potlatch2/features/highway__living_street.png deleted file mode 100644 index 1143ec613..000000000 Binary files a/public/potlatch2/features/highway__living_street.png and /dev/null differ diff --git a/public/potlatch2/features/highway__motorway.png b/public/potlatch2/features/highway__motorway.png deleted file mode 100644 index d57e808b8..000000000 Binary files a/public/potlatch2/features/highway__motorway.png and /dev/null differ diff --git a/public/potlatch2/features/highway__motorway_link.png b/public/potlatch2/features/highway__motorway_link.png deleted file mode 100644 index db29b4ba5..000000000 Binary files a/public/potlatch2/features/highway__motorway_link.png and /dev/null differ diff --git a/public/potlatch2/features/highway__primary.png b/public/potlatch2/features/highway__primary.png deleted file mode 100644 index 096e69579..000000000 Binary files a/public/potlatch2/features/highway__primary.png and /dev/null differ diff --git a/public/potlatch2/features/highway__primary_link.png b/public/potlatch2/features/highway__primary_link.png deleted file mode 100644 index cf5528a13..000000000 Binary files a/public/potlatch2/features/highway__primary_link.png and /dev/null differ diff --git a/public/potlatch2/features/highway__residential.png b/public/potlatch2/features/highway__residential.png deleted file mode 100644 index 5632f52d3..000000000 Binary files a/public/potlatch2/features/highway__residential.png and /dev/null differ diff --git a/public/potlatch2/features/highway__secondary.png b/public/potlatch2/features/highway__secondary.png deleted file mode 100644 index 6d826c4d7..000000000 Binary files a/public/potlatch2/features/highway__secondary.png and /dev/null differ diff --git a/public/potlatch2/features/highway__secondary_link.png b/public/potlatch2/features/highway__secondary_link.png deleted file mode 100644 index fd348a8d0..000000000 Binary files a/public/potlatch2/features/highway__secondary_link.png and /dev/null differ diff --git a/public/potlatch2/features/highway__service.png b/public/potlatch2/features/highway__service.png deleted file mode 100644 index 4c356394f..000000000 Binary files a/public/potlatch2/features/highway__service.png and /dev/null differ diff --git a/public/potlatch2/features/highway__tertiary.png b/public/potlatch2/features/highway__tertiary.png deleted file mode 100644 index 16daae046..000000000 Binary files a/public/potlatch2/features/highway__tertiary.png and /dev/null differ diff --git a/public/potlatch2/features/highway__tertiary_link.png b/public/potlatch2/features/highway__tertiary_link.png deleted file mode 100644 index bc1010208..000000000 Binary files a/public/potlatch2/features/highway__tertiary_link.png and /dev/null differ diff --git a/public/potlatch2/features/highway__track.png b/public/potlatch2/features/highway__track.png deleted file mode 100644 index ce5855ed2..000000000 Binary files a/public/potlatch2/features/highway__track.png and /dev/null differ diff --git a/public/potlatch2/features/highway__trunk.png b/public/potlatch2/features/highway__trunk.png deleted file mode 100644 index 5018b4712..000000000 Binary files a/public/potlatch2/features/highway__trunk.png and /dev/null differ diff --git a/public/potlatch2/features/highway__trunk_link.png b/public/potlatch2/features/highway__trunk_link.png deleted file mode 100644 index 32a489621..000000000 Binary files a/public/potlatch2/features/highway__trunk_link.png and /dev/null differ diff --git a/public/potlatch2/features/highway__unclassified.png b/public/potlatch2/features/highway__unclassified.png deleted file mode 100644 index ae6ea7ba3..000000000 Binary files a/public/potlatch2/features/highway__unclassified.png and /dev/null differ diff --git a/public/potlatch2/features/highway__unknown.png b/public/potlatch2/features/highway__unknown.png deleted file mode 100644 index d61d54a91..000000000 Binary files a/public/potlatch2/features/highway__unknown.png and /dev/null differ diff --git a/public/potlatch2/features/manmade_lighthouse.png b/public/potlatch2/features/manmade_lighthouse.png deleted file mode 100644 index 6aaf5f9ff..000000000 Binary files a/public/potlatch2/features/manmade_lighthouse.png and /dev/null differ diff --git a/public/potlatch2/features/manmade_silo.png b/public/potlatch2/features/manmade_silo.png deleted file mode 100644 index be207ce02..000000000 Binary files a/public/potlatch2/features/manmade_silo.png and /dev/null differ diff --git a/public/potlatch2/features/manmade_tower.png b/public/potlatch2/features/manmade_tower.png deleted file mode 100644 index bcb4e3f40..000000000 Binary files a/public/potlatch2/features/manmade_tower.png and /dev/null differ diff --git a/public/potlatch2/features/natural__beach.png b/public/potlatch2/features/natural__beach.png deleted file mode 100644 index 5846d1999..000000000 Binary files a/public/potlatch2/features/natural__beach.png and /dev/null differ diff --git a/public/potlatch2/features/oneway__-1.png b/public/potlatch2/features/oneway__-1.png deleted file mode 100644 index e8e680574..000000000 Binary files a/public/potlatch2/features/oneway__-1.png and /dev/null differ diff --git a/public/potlatch2/features/oneway__no.png b/public/potlatch2/features/oneway__no.png deleted file mode 100644 index a50e12ffa..000000000 Binary files a/public/potlatch2/features/oneway__no.png and /dev/null differ diff --git a/public/potlatch2/features/oneway__yes.png b/public/potlatch2/features/oneway__yes.png deleted file mode 100644 index 4236836ad..000000000 Binary files a/public/potlatch2/features/oneway__yes.png and /dev/null differ diff --git a/public/potlatch2/features/paths__bike.png b/public/potlatch2/features/paths__bike.png deleted file mode 100644 index 0d9c01285..000000000 Binary files a/public/potlatch2/features/paths__bike.png and /dev/null differ diff --git a/public/potlatch2/features/paths__bridleway.png b/public/potlatch2/features/paths__bridleway.png deleted file mode 100644 index 94772d018..000000000 Binary files a/public/potlatch2/features/paths__bridleway.png and /dev/null differ diff --git a/public/potlatch2/features/paths__footway.png b/public/potlatch2/features/paths__footway.png deleted file mode 100644 index c7c476e63..000000000 Binary files a/public/potlatch2/features/paths__footway.png and /dev/null differ diff --git a/public/potlatch2/features/paths__pedestrian.png b/public/potlatch2/features/paths__pedestrian.png deleted file mode 100644 index 3ad754937..000000000 Binary files a/public/potlatch2/features/paths__pedestrian.png and /dev/null differ diff --git a/public/potlatch2/features/paths__steps.png b/public/potlatch2/features/paths__steps.png deleted file mode 100644 index e32cfd8c7..000000000 Binary files a/public/potlatch2/features/paths__steps.png and /dev/null differ diff --git a/public/potlatch2/features/paths__unofficial.png b/public/potlatch2/features/paths__unofficial.png deleted file mode 100644 index fa428df53..000000000 Binary files a/public/potlatch2/features/paths__unofficial.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_alpinehut.n.24.png b/public/potlatch2/features/pois/accommodation_alpinehut.n.24.png deleted file mode 100644 index 2a6ec573a..000000000 Binary files a/public/potlatch2/features/pois/accommodation_alpinehut.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_bed_and_breakfast.n.24.png b/public/potlatch2/features/pois/accommodation_bed_and_breakfast.n.24.png deleted file mode 100644 index e40e3d80e..000000000 Binary files a/public/potlatch2/features/pois/accommodation_bed_and_breakfast.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_camping.n.24.png b/public/potlatch2/features/pois/accommodation_camping.n.24.png deleted file mode 100644 index 926bd4a40..000000000 Binary files a/public/potlatch2/features/pois/accommodation_camping.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_caravan_park.n.24.png b/public/potlatch2/features/pois/accommodation_caravan_park.n.24.png deleted file mode 100644 index 6a0c952d2..000000000 Binary files a/public/potlatch2/features/pois/accommodation_caravan_park.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_chalet.n.24.png b/public/potlatch2/features/pois/accommodation_chalet.n.24.png deleted file mode 100644 index 57d531ed4..000000000 Binary files a/public/potlatch2/features/pois/accommodation_chalet.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_hotel.n.24.png b/public/potlatch2/features/pois/accommodation_hotel.n.24.png deleted file mode 100644 index 129a44c6d..000000000 Binary files a/public/potlatch2/features/pois/accommodation_hotel.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_motel.n.24.png b/public/potlatch2/features/pois/accommodation_motel.n.24.png deleted file mode 100644 index d7a85b777..000000000 Binary files a/public/potlatch2/features/pois/accommodation_motel.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_shelter2.n.24.png b/public/potlatch2/features/pois/accommodation_shelter2.n.24.png deleted file mode 100644 index 68b8b04ef..000000000 Binary files a/public/potlatch2/features/pois/accommodation_shelter2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/accommodation_youth_hostel.n.24.png b/public/potlatch2/features/pois/accommodation_youth_hostel.n.24.png deleted file mode 100644 index 13f18df6d..000000000 Binary files a/public/potlatch2/features/pois/accommodation_youth_hostel.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_bench.n.24.png b/public/potlatch2/features/pois/amenity_bench.n.24.png deleted file mode 100644 index 08c66b07a..000000000 Binary files a/public/potlatch2/features/pois/amenity_bench.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_firestation2.n.24.png b/public/potlatch2/features/pois/amenity_firestation2.n.24.png deleted file mode 100644 index 443189fba..000000000 Binary files a/public/potlatch2/features/pois/amenity_firestation2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_fountain2.n.24.png b/public/potlatch2/features/pois/amenity_fountain2.n.24.png deleted file mode 100644 index f8c5e3755..000000000 Binary files a/public/potlatch2/features/pois/amenity_fountain2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_information.n.24.png b/public/potlatch2/features/pois/amenity_information.n.24.png deleted file mode 100644 index c7fddf7bc..000000000 Binary files a/public/potlatch2/features/pois/amenity_information.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_library.n.24.png b/public/potlatch2/features/pois/amenity_library.n.24.png deleted file mode 100644 index 658e1f1ba..000000000 Binary files a/public/potlatch2/features/pois/amenity_library.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_playground.n.24.png b/public/potlatch2/features/pois/amenity_playground.n.24.png deleted file mode 100644 index 1e8494739..000000000 Binary files a/public/potlatch2/features/pois/amenity_playground.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_police2.n.24.png b/public/potlatch2/features/pois/amenity_police2.n.24.png deleted file mode 100644 index a9d6566f8..000000000 Binary files a/public/potlatch2/features/pois/amenity_police2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_post_box.n.24.png b/public/potlatch2/features/pois/amenity_post_box.n.24.png deleted file mode 100644 index 4b5eb86af..000000000 Binary files a/public/potlatch2/features/pois/amenity_post_box.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_post_office.n.24.png b/public/potlatch2/features/pois/amenity_post_office.n.24.png deleted file mode 100644 index 803665d05..000000000 Binary files a/public/potlatch2/features/pois/amenity_post_office.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_recycling.n.24.png b/public/potlatch2/features/pois/amenity_recycling.n.24.png deleted file mode 100644 index d608f7d7f..000000000 Binary files a/public/potlatch2/features/pois/amenity_recycling.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_telephone.n.24.png b/public/potlatch2/features/pois/amenity_telephone.n.24.png deleted file mode 100644 index 0fc460d20..000000000 Binary files a/public/potlatch2/features/pois/amenity_telephone.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_toilets.n.24.png b/public/potlatch2/features/pois/amenity_toilets.n.24.png deleted file mode 100644 index f8475f06f..000000000 Binary files a/public/potlatch2/features/pois/amenity_toilets.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_town_hall.n.24.png b/public/potlatch2/features/pois/amenity_town_hall.n.24.png deleted file mode 100644 index 390289c4d..000000000 Binary files a/public/potlatch2/features/pois/amenity_town_hall.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/amenity_waste_bin.n.24.png b/public/potlatch2/features/pois/amenity_waste_bin.n.24.png deleted file mode 100644 index fb06a04b7..000000000 Binary files a/public/potlatch2/features/pois/amenity_waste_bin.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_blocks.24.png b/public/potlatch2/features/pois/barrier_blocks.24.png deleted file mode 100644 index b6671478b..000000000 Binary files a/public/potlatch2/features/pois/barrier_blocks.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_bollard.n.24.png b/public/potlatch2/features/pois/barrier_bollard.n.24.png deleted file mode 100644 index 3000661f9..000000000 Binary files a/public/potlatch2/features/pois/barrier_bollard.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_cattle_grid.24.png b/public/potlatch2/features/pois/barrier_cattle_grid.24.png deleted file mode 100644 index 102da8984..000000000 Binary files a/public/potlatch2/features/pois/barrier_cattle_grid.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_cycle_barrier.24.png b/public/potlatch2/features/pois/barrier_cycle_barrier.24.png deleted file mode 100644 index 474efd6ba..000000000 Binary files a/public/potlatch2/features/pois/barrier_cycle_barrier.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_gate.n.24.png b/public/potlatch2/features/pois/barrier_gate.n.24.png deleted file mode 100644 index 0c18c5edd..000000000 Binary files a/public/potlatch2/features/pois/barrier_gate.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_kissing_gate.24.png b/public/potlatch2/features/pois/barrier_kissing_gate.24.png deleted file mode 100644 index a2c3e55b8..000000000 Binary files a/public/potlatch2/features/pois/barrier_kissing_gate.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_lift_gate.n.24.png b/public/potlatch2/features/pois/barrier_lift_gate.n.24.png deleted file mode 100644 index a41a3679e..000000000 Binary files a/public/potlatch2/features/pois/barrier_lift_gate.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_stile.n.24.png b/public/potlatch2/features/pois/barrier_stile.n.24.png deleted file mode 100644 index 9e04ae23d..000000000 Binary files a/public/potlatch2/features/pois/barrier_stile.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/barrier_toll_booth.n.24.png b/public/potlatch2/features/pois/barrier_toll_booth.n.24.png deleted file mode 100644 index 302492ada..000000000 Binary files a/public/potlatch2/features/pois/barrier_toll_booth.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/building_generic.png b/public/potlatch2/features/pois/building_generic.png deleted file mode 100644 index 669fb027f..000000000 Binary files a/public/potlatch2/features/pois/building_generic.png and /dev/null differ diff --git a/public/potlatch2/features/pois/education_nursery3.n.24.png b/public/potlatch2/features/pois/education_nursery3.n.24.png deleted file mode 100644 index b0314ff3e..000000000 Binary files a/public/potlatch2/features/pois/education_nursery3.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/education_school.n.24.png b/public/potlatch2/features/pois/education_school.n.24.png deleted file mode 100644 index 40abf2b68..000000000 Binary files a/public/potlatch2/features/pois/education_school.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/education_university.n.24.png b/public/potlatch2/features/pois/education_university.n.24.png deleted file mode 100644 index 62936341d..000000000 Binary files a/public/potlatch2/features/pois/education_university.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/emergency-telephone-24.png b/public/potlatch2/features/pois/emergency-telephone-24.png deleted file mode 100644 index 466ef96b7..000000000 Binary files a/public/potlatch2/features/pois/emergency-telephone-24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_bar.n.24.png b/public/potlatch2/features/pois/food_bar.n.24.png deleted file mode 100644 index a63a09d4d..000000000 Binary files a/public/potlatch2/features/pois/food_bar.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_cafe.n.24.png b/public/potlatch2/features/pois/food_cafe.n.24.png deleted file mode 100644 index 9e9b3173e..000000000 Binary files a/public/potlatch2/features/pois/food_cafe.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_drinkingtap.n.24.png b/public/potlatch2/features/pois/food_drinkingtap.n.24.png deleted file mode 100644 index 313572e50..000000000 Binary files a/public/potlatch2/features/pois/food_drinkingtap.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_fastfood.n.24.png b/public/potlatch2/features/pois/food_fastfood.n.24.png deleted file mode 100644 index 96f5e7706..000000000 Binary files a/public/potlatch2/features/pois/food_fastfood.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_pub.n.24.png b/public/potlatch2/features/pois/food_pub.n.24.png deleted file mode 100644 index 714914f7a..000000000 Binary files a/public/potlatch2/features/pois/food_pub.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/food_restaurant.n.24.png b/public/potlatch2/features/pois/food_restaurant.n.24.png deleted file mode 100644 index e7813ea2a..000000000 Binary files a/public/potlatch2/features/pois/food_restaurant.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/health_hospital.n.24.png b/public/potlatch2/features/pois/health_hospital.n.24.png deleted file mode 100644 index 62e68fb87..000000000 Binary files a/public/potlatch2/features/pois/health_hospital.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/health_pharmacy.n.24.png b/public/potlatch2/features/pois/health_pharmacy.n.24.png deleted file mode 100644 index d2aa8c2ec..000000000 Binary files a/public/potlatch2/features/pois/health_pharmacy.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/health_veterinary.n.8E7409.24.png b/public/potlatch2/features/pois/health_veterinary.n.8E7409.24.png deleted file mode 100644 index 243d6e618..000000000 Binary files a/public/potlatch2/features/pois/health_veterinary.n.8E7409.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/landuse_coniferous.n.24.png b/public/potlatch2/features/pois/landuse_coniferous.n.24.png deleted file mode 100644 index 93f6c0df2..000000000 Binary files a/public/potlatch2/features/pois/landuse_coniferous.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/landuse_grass.n.24.png b/public/potlatch2/features/pois/landuse_grass.n.24.png deleted file mode 100644 index f65bde37e..000000000 Binary files a/public/potlatch2/features/pois/landuse_grass.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/money_atm.n.24.png b/public/potlatch2/features/pois/money_atm.n.24.png deleted file mode 100644 index f1e55e803..000000000 Binary files a/public/potlatch2/features/pois/money_atm.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/money_bank2.n.24.png b/public/potlatch2/features/pois/money_bank2.n.24.png deleted file mode 100644 index 74c511472..000000000 Binary files a/public/potlatch2/features/pois/money_bank2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/place_of_worship_unknown.n.24.png b/public/potlatch2/features/pois/place_of_worship_unknown.n.24.png deleted file mode 100644 index 103a21b2a..000000000 Binary files a/public/potlatch2/features/pois/place_of_worship_unknown.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/place_of_worship_unknown3.n.24.png b/public/potlatch2/features/pois/place_of_worship_unknown3.n.24.png deleted file mode 100644 index 2f9169166..000000000 Binary files a/public/potlatch2/features/pois/place_of_worship_unknown3.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_boundary_administrative.n.24.png b/public/potlatch2/features/pois/poi_boundary_administrative.n.24.png deleted file mode 100644 index 7e2bd19af..000000000 Binary files a/public/potlatch2/features/pois/poi_boundary_administrative.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_military_bunker.n.24.png b/public/potlatch2/features/pois/poi_military_bunker.n.24.png deleted file mode 100644 index 3bcc77a00..000000000 Binary files a/public/potlatch2/features/pois/poi_military_bunker.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_mine.n.24.png b/public/potlatch2/features/pois/poi_mine.n.24.png deleted file mode 100644 index 57c6d9435..000000000 Binary files a/public/potlatch2/features/pois/poi_mine.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_place_city.p.24.png b/public/potlatch2/features/pois/poi_place_city.p.24.png deleted file mode 100644 index d2f629cf9..000000000 Binary files a/public/potlatch2/features/pois/poi_place_city.p.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_place_hamlet.p.24.png b/public/potlatch2/features/pois/poi_place_hamlet.p.24.png deleted file mode 100644 index 1a938cef9..000000000 Binary files a/public/potlatch2/features/pois/poi_place_hamlet.p.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_place_suburb.p.24.png b/public/potlatch2/features/pois/poi_place_suburb.p.24.png deleted file mode 100644 index 633e1804c..000000000 Binary files a/public/potlatch2/features/pois/poi_place_suburb.p.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_place_town.p.24.png b/public/potlatch2/features/pois/poi_place_town.p.24.png deleted file mode 100644 index b456dc22b..000000000 Binary files a/public/potlatch2/features/pois/poi_place_town.p.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/poi_place_village.p.24.png b/public/potlatch2/features/pois/poi_place_village.p.24.png deleted file mode 100644 index ee050b4e6..000000000 Binary files a/public/potlatch2/features/pois/poi_place_village.p.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/power_station.png b/public/potlatch2/features/pois/power_station.png deleted file mode 100644 index 3417b4d3c..000000000 Binary files a/public/potlatch2/features/pois/power_station.png and /dev/null differ diff --git a/public/potlatch2/features/pois/power_substation.n.24.png b/public/potlatch2/features/pois/power_substation.n.24.png deleted file mode 100644 index 3cf3bff40..000000000 Binary files a/public/potlatch2/features/pois/power_substation.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/power_tower_high2.n.24.png b/public/potlatch2/features/pois/power_tower_high2.n.24.png deleted file mode 100644 index 98822fa7e..000000000 Binary files a/public/potlatch2/features/pois/power_tower_high2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/power_tower_low.n.24.png b/public/potlatch2/features/pois/power_tower_low.n.24.png deleted file mode 100644 index de3d6dbbd..000000000 Binary files a/public/potlatch2/features/pois/power_tower_low.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/power_transformer.n.24.png b/public/potlatch2/features/pois/power_transformer.n.24.png deleted file mode 100644 index 87a43eb64..000000000 Binary files a/public/potlatch2/features/pois/power_transformer.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_alcohol.n.24.png b/public/potlatch2/features/pois/shopping_alcohol.n.24.png deleted file mode 100644 index c22cc3b67..000000000 Binary files a/public/potlatch2/features/pois/shopping_alcohol.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_bakery.n.24.png b/public/potlatch2/features/pois/shopping_bakery.n.24.png deleted file mode 100644 index f588a198a..000000000 Binary files a/public/potlatch2/features/pois/shopping_bakery.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_bicycle.n.24.png b/public/potlatch2/features/pois/shopping_bicycle.n.24.png deleted file mode 100644 index dce1d15d4..000000000 Binary files a/public/potlatch2/features/pois/shopping_bicycle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_book.n.24.png b/public/potlatch2/features/pois/shopping_book.n.24.png deleted file mode 100644 index 51441eaeb..000000000 Binary files a/public/potlatch2/features/pois/shopping_book.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_butcher.n.24.png b/public/potlatch2/features/pois/shopping_butcher.n.24.png deleted file mode 100644 index 8efbb3f0f..000000000 Binary files a/public/potlatch2/features/pois/shopping_butcher.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_car.n.24.png b/public/potlatch2/features/pois/shopping_car.n.24.png deleted file mode 100644 index cefb9124a..000000000 Binary files a/public/potlatch2/features/pois/shopping_car.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_car_repair.n.24.png b/public/potlatch2/features/pois/shopping_car_repair.n.24.png deleted file mode 100644 index 6abdcb7f0..000000000 Binary files a/public/potlatch2/features/pois/shopping_car_repair.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_clothes.n.24.png b/public/potlatch2/features/pois/shopping_clothes.n.24.png deleted file mode 100644 index e5c7089d1..000000000 Binary files a/public/potlatch2/features/pois/shopping_clothes.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_confectionery.n.24.png b/public/potlatch2/features/pois/shopping_confectionery.n.24.png deleted file mode 100644 index 2e1dbaef7..000000000 Binary files a/public/potlatch2/features/pois/shopping_confectionery.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_convenience.n.24.png b/public/potlatch2/features/pois/shopping_convenience.n.24.png deleted file mode 100644 index 7a3563391..000000000 Binary files a/public/potlatch2/features/pois/shopping_convenience.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_diy.n.24.png b/public/potlatch2/features/pois/shopping_diy.n.24.png deleted file mode 100644 index c8236cba9..000000000 Binary files a/public/potlatch2/features/pois/shopping_diy.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_fish.n.24.png b/public/potlatch2/features/pois/shopping_fish.n.24.png deleted file mode 100644 index fe5eccee6..000000000 Binary files a/public/potlatch2/features/pois/shopping_fish.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_florist.n.24.png b/public/potlatch2/features/pois/shopping_florist.n.24.png deleted file mode 100644 index 6dd9376b3..000000000 Binary files a/public/potlatch2/features/pois/shopping_florist.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_garden_centre.n.24.png b/public/potlatch2/features/pois/shopping_garden_centre.n.24.png deleted file mode 100644 index a4f9b3260..000000000 Binary files a/public/potlatch2/features/pois/shopping_garden_centre.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_gift.n.24.png b/public/potlatch2/features/pois/shopping_gift.n.24.png deleted file mode 100644 index a81617805..000000000 Binary files a/public/potlatch2/features/pois/shopping_gift.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_greengrocer.n.24.png b/public/potlatch2/features/pois/shopping_greengrocer.n.24.png deleted file mode 100644 index ad402d550..000000000 Binary files a/public/potlatch2/features/pois/shopping_greengrocer.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_hairdresser.n.24.png b/public/potlatch2/features/pois/shopping_hairdresser.n.24.png deleted file mode 100644 index e844989fd..000000000 Binary files a/public/potlatch2/features/pois/shopping_hairdresser.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_hifi.n.24.png b/public/potlatch2/features/pois/shopping_hifi.n.24.png deleted file mode 100644 index 66ec0b950..000000000 Binary files a/public/potlatch2/features/pois/shopping_hifi.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_jewelry.n.24.png b/public/potlatch2/features/pois/shopping_jewelry.n.24.png deleted file mode 100644 index c3e8a519f..000000000 Binary files a/public/potlatch2/features/pois/shopping_jewelry.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_kiosk.n.24.png b/public/potlatch2/features/pois/shopping_kiosk.n.24.png deleted file mode 100644 index de4ab5a60..000000000 Binary files a/public/potlatch2/features/pois/shopping_kiosk.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_laundrette.n.24.png b/public/potlatch2/features/pois/shopping_laundrette.n.24.png deleted file mode 100644 index 55a0ca2e1..000000000 Binary files a/public/potlatch2/features/pois/shopping_laundrette.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_marketplace.n.24.png b/public/potlatch2/features/pois/shopping_marketplace.n.24.png deleted file mode 100644 index 4fba55a7f..000000000 Binary files a/public/potlatch2/features/pois/shopping_marketplace.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_motorcycle.n.24.png b/public/potlatch2/features/pois/shopping_motorcycle.n.24.png deleted file mode 100644 index cf4248f33..000000000 Binary files a/public/potlatch2/features/pois/shopping_motorcycle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_music.n.24.png b/public/potlatch2/features/pois/shopping_music.n.24.png deleted file mode 100644 index 17df5c563..000000000 Binary files a/public/potlatch2/features/pois/shopping_music.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_supermarket.n.24.png b/public/potlatch2/features/pois/shopping_supermarket.n.24.png deleted file mode 100644 index fd2584686..000000000 Binary files a/public/potlatch2/features/pois/shopping_supermarket.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_toys.n.24.png b/public/potlatch2/features/pois/shopping_toys.n.24.png deleted file mode 100644 index 63500028d..000000000 Binary files a/public/potlatch2/features/pois/shopping_toys.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/shopping_vending_machine.n.24.png b/public/potlatch2/features/pois/shopping_vending_machine.n.24.png deleted file mode 100644 index 1a18e63af..000000000 Binary files a/public/potlatch2/features/pois/shopping_vending_machine.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/sport_golf.n.24.png b/public/potlatch2/features/pois/sport_golf.n.24.png deleted file mode 100644 index ad42a4e51..000000000 Binary files a/public/potlatch2/features/pois/sport_golf.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/sport_leisure_centre.n.24.png b/public/potlatch2/features/pois/sport_leisure_centre.n.24.png deleted file mode 100644 index dd6d636c8..000000000 Binary files a/public/potlatch2/features/pois/sport_leisure_centre.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/sport_shooting.n.24.png b/public/potlatch2/features/pois/sport_shooting.n.24.png deleted file mode 100644 index f26d78de4..000000000 Binary files a/public/potlatch2/features/pois/sport_shooting.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/sport_stadium.n.24.png b/public/potlatch2/features/pois/sport_stadium.n.24.png deleted file mode 100644 index f1349e437..000000000 Binary files a/public/potlatch2/features/pois/sport_stadium.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/sport_swimming_outdoor.n.24.png b/public/potlatch2/features/pois/sport_swimming_outdoor.n.24.png deleted file mode 100644 index a0e0c61a7..000000000 Binary files a/public/potlatch2/features/pois/sport_swimming_outdoor.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_archaeological.n.24.png b/public/potlatch2/features/pois/tourist_archaeological.n.24.png deleted file mode 100644 index a75a358bd..000000000 Binary files a/public/potlatch2/features/pois/tourist_archaeological.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_art_gallery2.n.24.png b/public/potlatch2/features/pois/tourist_art_gallery2.n.24.png deleted file mode 100644 index 5cd89b60b..000000000 Binary files a/public/potlatch2/features/pois/tourist_art_gallery2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_attraction.n.24.png b/public/potlatch2/features/pois/tourist_attraction.n.24.png deleted file mode 100644 index 2f849d85f..000000000 Binary files a/public/potlatch2/features/pois/tourist_attraction.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_battlefield.n.24.png b/public/potlatch2/features/pois/tourist_battlefield.n.24.png deleted file mode 100644 index b502bfc7b..000000000 Binary files a/public/potlatch2/features/pois/tourist_battlefield.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_castle.n.24.png b/public/potlatch2/features/pois/tourist_castle.n.24.png deleted file mode 100644 index 75734d678..000000000 Binary files a/public/potlatch2/features/pois/tourist_castle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_cinema.n.24.png b/public/potlatch2/features/pois/tourist_cinema.n.24.png deleted file mode 100644 index 4207e8427..000000000 Binary files a/public/potlatch2/features/pois/tourist_cinema.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_memorial.n.24.png b/public/potlatch2/features/pois/tourist_memorial.n.24.png deleted file mode 100644 index 2729e68de..000000000 Binary files a/public/potlatch2/features/pois/tourist_memorial.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_monument.n.24.png b/public/potlatch2/features/pois/tourist_monument.n.24.png deleted file mode 100644 index 853632b0b..000000000 Binary files a/public/potlatch2/features/pois/tourist_monument.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_museum.n.24.png b/public/potlatch2/features/pois/tourist_museum.n.24.png deleted file mode 100644 index 3cdea51d5..000000000 Binary files a/public/potlatch2/features/pois/tourist_museum.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_picnic.n.24.png b/public/potlatch2/features/pois/tourist_picnic.n.24.png deleted file mode 100644 index 6943ab48e..000000000 Binary files a/public/potlatch2/features/pois/tourist_picnic.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_ruin.n.24.png b/public/potlatch2/features/pois/tourist_ruin.n.24.png deleted file mode 100644 index d8650c1fc..000000000 Binary files a/public/potlatch2/features/pois/tourist_ruin.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_theatre.n.24.png b/public/potlatch2/features/pois/tourist_theatre.n.24.png deleted file mode 100644 index a5db00bd6..000000000 Binary files a/public/potlatch2/features/pois/tourist_theatre.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_theme_park.n.24.png b/public/potlatch2/features/pois/tourist_theme_park.n.24.png deleted file mode 100644 index 733f03f4d..000000000 Binary files a/public/potlatch2/features/pois/tourist_theme_park.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_view_point.n.24.png b/public/potlatch2/features/pois/tourist_view_point.n.24.png deleted file mode 100644 index a2dde9ebb..000000000 Binary files a/public/potlatch2/features/pois/tourist_view_point.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/tourist_zoo.n.24.png b/public/potlatch2/features/pois/tourist_zoo.n.24.png deleted file mode 100644 index f33b9d861..000000000 Binary files a/public/potlatch2/features/pois/tourist_zoo.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_aerodrome.n.24.png b/public/potlatch2/features/pois/transport_aerodrome.n.24.png deleted file mode 100644 index 83b7eccf1..000000000 Binary files a/public/potlatch2/features/pois/transport_aerodrome.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_airport.n.24.png b/public/potlatch2/features/pois/transport_airport.n.24.png deleted file mode 100644 index 4e6bddb53..000000000 Binary files a/public/potlatch2/features/pois/transport_airport.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_airport_gate.n.24.png b/public/potlatch2/features/pois/transport_airport_gate.n.24.png deleted file mode 100644 index 455a311df..000000000 Binary files a/public/potlatch2/features/pois/transport_airport_gate.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_airport_terminal.n.24.png b/public/potlatch2/features/pois/transport_airport_terminal.n.24.png deleted file mode 100644 index 33bbd5450..000000000 Binary files a/public/potlatch2/features/pois/transport_airport_terminal.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_bus_station.n.24.png b/public/potlatch2/features/pois/transport_bus_station.n.24.png deleted file mode 100644 index e9cdc7e13..000000000 Binary files a/public/potlatch2/features/pois/transport_bus_station.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_bus_stop2.n.24.png b/public/potlatch2/features/pois/transport_bus_stop2.n.24.png deleted file mode 100644 index d81484abd..000000000 Binary files a/public/potlatch2/features/pois/transport_bus_stop2.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_car_wash.n.24.png b/public/potlatch2/features/pois/transport_car_wash.n.24.png deleted file mode 100644 index 1c173e21a..000000000 Binary files a/public/potlatch2/features/pois/transport_car_wash.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_fuel.n.24.png b/public/potlatch2/features/pois/transport_fuel.n.24.png deleted file mode 100644 index 736e943b7..000000000 Binary files a/public/potlatch2/features/pois/transport_fuel.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_helicopter_pad.n.24.png b/public/potlatch2/features/pois/transport_helicopter_pad.n.24.png deleted file mode 100644 index e5e4e2fe7..000000000 Binary files a/public/potlatch2/features/pois/transport_helicopter_pad.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_marina.n.24.png b/public/potlatch2/features/pois/transport_marina.n.24.png deleted file mode 100644 index 5024e3e82..000000000 Binary files a/public/potlatch2/features/pois/transport_marina.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_miniroundabout_anticlockwise.n.24.png b/public/potlatch2/features/pois/transport_miniroundabout_anticlockwise.n.24.png deleted file mode 100644 index 41b1de3dc..000000000 Binary files a/public/potlatch2/features/pois/transport_miniroundabout_anticlockwise.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_parking_bicycle.n.24.png b/public/potlatch2/features/pois/transport_parking_bicycle.n.24.png deleted file mode 100644 index 42f2e54c1..000000000 Binary files a/public/potlatch2/features/pois/transport_parking_bicycle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_parking_car.n.24.png b/public/potlatch2/features/pois/transport_parking_car.n.24.png deleted file mode 100644 index 6aa900cb9..000000000 Binary files a/public/potlatch2/features/pois/transport_parking_car.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_port.n.24.png b/public/potlatch2/features/pois/transport_port.n.24.png deleted file mode 100644 index 6e5f6e19d..000000000 Binary files a/public/potlatch2/features/pois/transport_port.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_rental_bicycle.n.24.png b/public/potlatch2/features/pois/transport_rental_bicycle.n.24.png deleted file mode 100644 index 773ac431a..000000000 Binary files a/public/potlatch2/features/pois/transport_rental_bicycle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_rental_car.n.24.png b/public/potlatch2/features/pois/transport_rental_car.n.24.png deleted file mode 100644 index 5570e708c..000000000 Binary files a/public/potlatch2/features/pois/transport_rental_car.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_slipway.n.24.png b/public/potlatch2/features/pois/transport_slipway.n.24.png deleted file mode 100644 index 5a34dcbc7..000000000 Binary files a/public/potlatch2/features/pois/transport_slipway.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_speedbump.n.24.png b/public/potlatch2/features/pois/transport_speedbump.n.24.png deleted file mode 100644 index a4f5efd6c..000000000 Binary files a/public/potlatch2/features/pois/transport_speedbump.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_taxi_rank.n.24.png b/public/potlatch2/features/pois/transport_taxi_rank.n.24.png deleted file mode 100644 index 8fd307345..000000000 Binary files a/public/potlatch2/features/pois/transport_taxi_rank.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_traffic_calming.n.24.png b/public/potlatch2/features/pois/transport_traffic_calming.n.24.png deleted file mode 100644 index 5c50233cd..000000000 Binary files a/public/potlatch2/features/pois/transport_traffic_calming.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_train_station.n.24.png b/public/potlatch2/features/pois/transport_train_station.n.24.png deleted file mode 100644 index 6e1cb10a9..000000000 Binary files a/public/potlatch2/features/pois/transport_train_station.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_tram_stop.n.24.png b/public/potlatch2/features/pois/transport_tram_stop.n.24.png deleted file mode 100644 index edf534845..000000000 Binary files a/public/potlatch2/features/pois/transport_tram_stop.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_turning_circle.n.24.png b/public/potlatch2/features/pois/transport_turning_circle.n.24.png deleted file mode 100644 index 47736bc34..000000000 Binary files a/public/potlatch2/features/pois/transport_turning_circle.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_weir.n.24.png b/public/potlatch2/features/pois/transport_weir.n.24.png deleted file mode 100644 index e699d3b05..000000000 Binary files a/public/potlatch2/features/pois/transport_weir.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/pois/transport_zebracrossing.n.24.png b/public/potlatch2/features/pois/transport_zebracrossing.n.24.png deleted file mode 100644 index 21e0c77d3..000000000 Binary files a/public/potlatch2/features/pois/transport_zebracrossing.n.24.png and /dev/null differ diff --git a/public/potlatch2/features/power_high.png b/public/potlatch2/features/power_high.png deleted file mode 100644 index c8b102d49..000000000 Binary files a/public/potlatch2/features/power_high.png and /dev/null differ diff --git a/public/potlatch2/features/power_low.png b/public/potlatch2/features/power_low.png deleted file mode 100644 index e45f405c1..000000000 Binary files a/public/potlatch2/features/power_low.png and /dev/null differ diff --git a/public/potlatch2/features/railway__abandoned.png b/public/potlatch2/features/railway__abandoned.png deleted file mode 100644 index 3b7a02ed5..000000000 Binary files a/public/potlatch2/features/railway__abandoned.png and /dev/null differ diff --git a/public/potlatch2/features/railway__disused.png b/public/potlatch2/features/railway__disused.png deleted file mode 100644 index 2b24f69a8..000000000 Binary files a/public/potlatch2/features/railway__disused.png and /dev/null differ diff --git a/public/potlatch2/features/railway__light.png b/public/potlatch2/features/railway__light.png deleted file mode 100644 index 0e2eca7c2..000000000 Binary files a/public/potlatch2/features/railway__light.png and /dev/null differ diff --git a/public/potlatch2/features/railway__platform.png b/public/potlatch2/features/railway__platform.png deleted file mode 100644 index e6d591979..000000000 Binary files a/public/potlatch2/features/railway__platform.png and /dev/null differ diff --git a/public/potlatch2/features/railway__preserved.png b/public/potlatch2/features/railway__preserved.png deleted file mode 100644 index 28d4f5ccd..000000000 Binary files a/public/potlatch2/features/railway__preserved.png and /dev/null differ diff --git a/public/potlatch2/features/railway__rail.png b/public/potlatch2/features/railway__rail.png deleted file mode 100644 index 0aa4e66d6..000000000 Binary files a/public/potlatch2/features/railway__rail.png and /dev/null differ diff --git a/public/potlatch2/features/railway__siding.png b/public/potlatch2/features/railway__siding.png deleted file mode 100644 index 9519ee0a1..000000000 Binary files a/public/potlatch2/features/railway__siding.png and /dev/null differ diff --git a/public/potlatch2/features/railway__spur.png b/public/potlatch2/features/railway__spur.png deleted file mode 100644 index 4cde3d8e7..000000000 Binary files a/public/potlatch2/features/railway__spur.png and /dev/null differ diff --git a/public/potlatch2/features/railway__subway.png b/public/potlatch2/features/railway__subway.png deleted file mode 100644 index 7e13bd022..000000000 Binary files a/public/potlatch2/features/railway__subway.png and /dev/null differ diff --git a/public/potlatch2/features/railway__tram.png b/public/potlatch2/features/railway__tram.png deleted file mode 100644 index 2940c7a8f..000000000 Binary files a/public/potlatch2/features/railway__tram.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__no_left_turn.png b/public/potlatch2/features/restriction__no_left_turn.png deleted file mode 100644 index 9d1695291..000000000 Binary files a/public/potlatch2/features/restriction__no_left_turn.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__no_right_turn.png b/public/potlatch2/features/restriction__no_right_turn.png deleted file mode 100644 index 1cd51f03e..000000000 Binary files a/public/potlatch2/features/restriction__no_right_turn.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__no_straight_on.png b/public/potlatch2/features/restriction__no_straight_on.png deleted file mode 100644 index 9cc66283a..000000000 Binary files a/public/potlatch2/features/restriction__no_straight_on.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__no_u_turn.png b/public/potlatch2/features/restriction__no_u_turn.png deleted file mode 100644 index 2dba9bb0f..000000000 Binary files a/public/potlatch2/features/restriction__no_u_turn.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__only_left_turn.png b/public/potlatch2/features/restriction__only_left_turn.png deleted file mode 100644 index 0c71faf5b..000000000 Binary files a/public/potlatch2/features/restriction__only_left_turn.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__only_right_turn.png b/public/potlatch2/features/restriction__only_right_turn.png deleted file mode 100644 index d4ed16258..000000000 Binary files a/public/potlatch2/features/restriction__only_right_turn.png and /dev/null differ diff --git a/public/potlatch2/features/restriction__only_straight_on.png b/public/potlatch2/features/restriction__only_straight_on.png deleted file mode 100644 index d62b11193..000000000 Binary files a/public/potlatch2/features/restriction__only_straight_on.png and /dev/null differ diff --git a/public/potlatch2/features/route__bus.png b/public/potlatch2/features/route__bus.png deleted file mode 100644 index bb816ac83..000000000 Binary files a/public/potlatch2/features/route__bus.png and /dev/null differ diff --git a/public/potlatch2/features/route__lcn.png b/public/potlatch2/features/route__lcn.png deleted file mode 100644 index 21d59163e..000000000 Binary files a/public/potlatch2/features/route__lcn.png and /dev/null differ diff --git a/public/potlatch2/features/route__lwn.png b/public/potlatch2/features/route__lwn.png deleted file mode 100644 index 50ee446bd..000000000 Binary files a/public/potlatch2/features/route__lwn.png and /dev/null differ diff --git a/public/potlatch2/features/route__mtb.png b/public/potlatch2/features/route__mtb.png deleted file mode 100644 index 824360712..000000000 Binary files a/public/potlatch2/features/route__mtb.png and /dev/null differ diff --git a/public/potlatch2/features/route__ncn.png b/public/potlatch2/features/route__ncn.png deleted file mode 100644 index 7cc777919..000000000 Binary files a/public/potlatch2/features/route__ncn.png and /dev/null differ diff --git a/public/potlatch2/features/route__nwn.png b/public/potlatch2/features/route__nwn.png deleted file mode 100644 index 92ac04879..000000000 Binary files a/public/potlatch2/features/route__nwn.png and /dev/null differ diff --git a/public/potlatch2/features/route__rcn.png b/public/potlatch2/features/route__rcn.png deleted file mode 100644 index 614ac951f..000000000 Binary files a/public/potlatch2/features/route__rcn.png and /dev/null differ diff --git a/public/potlatch2/features/route__rwn.png b/public/potlatch2/features/route__rwn.png deleted file mode 100644 index fff9b233a..000000000 Binary files a/public/potlatch2/features/route__rwn.png and /dev/null differ diff --git a/public/potlatch2/features/transport__railway.png b/public/potlatch2/features/transport__railway.png deleted file mode 100644 index e50b18693..000000000 Binary files a/public/potlatch2/features/transport__railway.png and /dev/null differ diff --git a/public/potlatch2/features/transport__railway_abandoned.png b/public/potlatch2/features/transport__railway_abandoned.png deleted file mode 100644 index 81717b82d..000000000 Binary files a/public/potlatch2/features/transport__railway_abandoned.png and /dev/null differ diff --git a/public/potlatch2/features/transport__railway_disused.png b/public/potlatch2/features/transport__railway_disused.png deleted file mode 100644 index 347b1c330..000000000 Binary files a/public/potlatch2/features/transport__railway_disused.png and /dev/null differ diff --git a/public/potlatch2/features/transport__railway_platform.png b/public/potlatch2/features/transport__railway_platform.png deleted file mode 100644 index f1a5628ec..000000000 Binary files a/public/potlatch2/features/transport__railway_platform.png and /dev/null differ diff --git a/public/potlatch2/features/transport__subway.png b/public/potlatch2/features/transport__subway.png deleted file mode 100644 index 2989d3e69..000000000 Binary files a/public/potlatch2/features/transport__subway.png and /dev/null differ diff --git a/public/potlatch2/features/transport__tram.png b/public/potlatch2/features/transport__tram.png deleted file mode 100644 index e676eab84..000000000 Binary files a/public/potlatch2/features/transport__tram.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__basin.png b/public/potlatch2/features/waterway__basin.png deleted file mode 100644 index 29798db20..000000000 Binary files a/public/potlatch2/features/waterway__basin.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__canal.png b/public/potlatch2/features/waterway__canal.png deleted file mode 100644 index 8f04ccd3f..000000000 Binary files a/public/potlatch2/features/waterway__canal.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__coastline.png b/public/potlatch2/features/waterway__coastline.png deleted file mode 100644 index 2239eb097..000000000 Binary files a/public/potlatch2/features/waterway__coastline.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__dam.png b/public/potlatch2/features/waterway__dam.png deleted file mode 100644 index c5f720e89..000000000 Binary files a/public/potlatch2/features/waterway__dam.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__dock.png b/public/potlatch2/features/waterway__dock.png deleted file mode 100644 index e6e40d1ff..000000000 Binary files a/public/potlatch2/features/waterway__dock.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__drain.png b/public/potlatch2/features/waterway__drain.png deleted file mode 100644 index 6351862c8..000000000 Binary files a/public/potlatch2/features/waterway__drain.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__lake.png b/public/potlatch2/features/waterway__lake.png deleted file mode 100644 index 275bb5722..000000000 Binary files a/public/potlatch2/features/waterway__lake.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__marina.png b/public/potlatch2/features/waterway__marina.png deleted file mode 100644 index 3704b0011..000000000 Binary files a/public/potlatch2/features/waterway__marina.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__reservoir.png b/public/potlatch2/features/waterway__reservoir.png deleted file mode 100644 index bd118e6db..000000000 Binary files a/public/potlatch2/features/waterway__reservoir.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__river.png b/public/potlatch2/features/waterway__river.png deleted file mode 100644 index 79f7256ab..000000000 Binary files a/public/potlatch2/features/waterway__river.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__riverbank.png b/public/potlatch2/features/waterway__riverbank.png deleted file mode 100644 index 7152808d5..000000000 Binary files a/public/potlatch2/features/waterway__riverbank.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__slipway.png b/public/potlatch2/features/waterway__slipway.png deleted file mode 100644 index f50633b56..000000000 Binary files a/public/potlatch2/features/waterway__slipway.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__stream.png b/public/potlatch2/features/waterway__stream.png deleted file mode 100644 index 888956e52..000000000 Binary files a/public/potlatch2/features/waterway__stream.png and /dev/null differ diff --git a/public/potlatch2/features/waterway__weir.png b/public/potlatch2/features/waterway__weir.png deleted file mode 100644 index 3b12080d2..000000000 Binary files a/public/potlatch2/features/waterway__weir.png and /dev/null differ diff --git a/public/potlatch2/fills/grass.jpg b/public/potlatch2/fills/grass.jpg deleted file mode 100644 index 26dcd2f78..000000000 Binary files a/public/potlatch2/fills/grass.jpg and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_alpinehut.n.16.png b/public/potlatch2/icons/accommodation_alpinehut.n.16.png deleted file mode 100644 index 2fdad623b..000000000 Binary files a/public/potlatch2/icons/accommodation_alpinehut.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_bed_and_breakfast.n.16.png b/public/potlatch2/icons/accommodation_bed_and_breakfast.n.16.png deleted file mode 100644 index ab2d3bef4..000000000 Binary files a/public/potlatch2/icons/accommodation_bed_and_breakfast.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_camping.n.16.png b/public/potlatch2/icons/accommodation_camping.n.16.png deleted file mode 100644 index b2e7a24e5..000000000 Binary files a/public/potlatch2/icons/accommodation_camping.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_caravan_park.n.16.png b/public/potlatch2/icons/accommodation_caravan_park.n.16.png deleted file mode 100644 index aeae7df3c..000000000 Binary files a/public/potlatch2/icons/accommodation_caravan_park.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_hotel.n.16.png b/public/potlatch2/icons/accommodation_hotel.n.16.png deleted file mode 100644 index 4c3bb706c..000000000 Binary files a/public/potlatch2/icons/accommodation_hotel.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/accommodation_youth_hostel.n.16.png b/public/potlatch2/icons/accommodation_youth_hostel.n.16.png deleted file mode 100644 index d2ca4feed..000000000 Binary files a/public/potlatch2/icons/accommodation_youth_hostel.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/airport.png b/public/potlatch2/icons/airport.png deleted file mode 100644 index b104403d1..000000000 Binary files a/public/potlatch2/icons/airport.png and /dev/null differ diff --git a/public/potlatch2/icons/amenity_firestation2.n.16.png b/public/potlatch2/icons/amenity_firestation2.n.16.png deleted file mode 100644 index 8a980bef0..000000000 Binary files a/public/potlatch2/icons/amenity_firestation2.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/amenity_police2.n.16.png b/public/potlatch2/icons/amenity_police2.n.16.png deleted file mode 100644 index b2a4aab5c..000000000 Binary files a/public/potlatch2/icons/amenity_police2.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/amenity_post_box.n.16.png b/public/potlatch2/icons/amenity_post_box.n.16.png deleted file mode 100644 index f72efcf7e..000000000 Binary files a/public/potlatch2/icons/amenity_post_box.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/amenity_recycling.n.16.png b/public/potlatch2/icons/amenity_recycling.n.16.png deleted file mode 100644 index 567779b2b..000000000 Binary files a/public/potlatch2/icons/amenity_recycling.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/atm.png b/public/potlatch2/icons/atm.png deleted file mode 100644 index 6a953d348..000000000 Binary files a/public/potlatch2/icons/atm.png and /dev/null differ diff --git a/public/potlatch2/icons/bank.png b/public/potlatch2/icons/bank.png deleted file mode 100644 index 6a953d348..000000000 Binary files a/public/potlatch2/icons/bank.png and /dev/null differ diff --git a/public/potlatch2/icons/bar.png b/public/potlatch2/icons/bar.png deleted file mode 100644 index 13f97e359..000000000 Binary files a/public/potlatch2/icons/bar.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_blocks.16.png b/public/potlatch2/icons/barrier_blocks.16.png deleted file mode 100644 index f8fda705d..000000000 Binary files a/public/potlatch2/icons/barrier_blocks.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_bollard.n.16.png b/public/potlatch2/icons/barrier_bollard.n.16.png deleted file mode 100644 index 989feae56..000000000 Binary files a/public/potlatch2/icons/barrier_bollard.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_cattle_grid.16.png b/public/potlatch2/icons/barrier_cattle_grid.16.png deleted file mode 100644 index 117bb80ba..000000000 Binary files a/public/potlatch2/icons/barrier_cattle_grid.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_cycle_barrier.16.png b/public/potlatch2/icons/barrier_cycle_barrier.16.png deleted file mode 100644 index 8afe098ef..000000000 Binary files a/public/potlatch2/icons/barrier_cycle_barrier.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_gate.n.16.png b/public/potlatch2/icons/barrier_gate.n.16.png deleted file mode 100644 index f8c2f58a8..000000000 Binary files a/public/potlatch2/icons/barrier_gate.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_kissing_gate.16.png b/public/potlatch2/icons/barrier_kissing_gate.16.png deleted file mode 100644 index 7acc51926..000000000 Binary files a/public/potlatch2/icons/barrier_kissing_gate.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_lift_gate.n.16.png b/public/potlatch2/icons/barrier_lift_gate.n.16.png deleted file mode 100644 index 80ef74bd7..000000000 Binary files a/public/potlatch2/icons/barrier_lift_gate.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_stile.n.16.png b/public/potlatch2/icons/barrier_stile.n.16.png deleted file mode 100644 index 3b18ae701..000000000 Binary files a/public/potlatch2/icons/barrier_stile.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/barrier_toll_booth.n.16.png b/public/potlatch2/icons/barrier_toll_booth.n.16.png deleted file mode 100644 index cc78d874e..000000000 Binary files a/public/potlatch2/icons/barrier_toll_booth.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/bus_stop.png b/public/potlatch2/icons/bus_stop.png deleted file mode 100644 index 989e9c382..000000000 Binary files a/public/potlatch2/icons/bus_stop.png and /dev/null differ diff --git a/public/potlatch2/icons/cafe.png b/public/potlatch2/icons/cafe.png deleted file mode 100644 index d9c1f77f6..000000000 Binary files a/public/potlatch2/icons/cafe.png and /dev/null differ diff --git a/public/potlatch2/icons/cattle_grid.png b/public/potlatch2/icons/cattle_grid.png deleted file mode 100644 index b5e4ddc13..000000000 Binary files a/public/potlatch2/icons/cattle_grid.png and /dev/null differ diff --git a/public/potlatch2/icons/cinema.png b/public/potlatch2/icons/cinema.png deleted file mode 100644 index f43cabab2..000000000 Binary files a/public/potlatch2/icons/cinema.png and /dev/null differ diff --git a/public/potlatch2/icons/convenience.png b/public/potlatch2/icons/convenience.png deleted file mode 100644 index ad6cd2c86..000000000 Binary files a/public/potlatch2/icons/convenience.png and /dev/null differ diff --git a/public/potlatch2/icons/education_school.n.16.png b/public/potlatch2/icons/education_school.n.16.png deleted file mode 100644 index a93e2d3cf..000000000 Binary files a/public/potlatch2/icons/education_school.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/fast_food.png b/public/potlatch2/icons/fast_food.png deleted file mode 100644 index ad2c39cc4..000000000 Binary files a/public/potlatch2/icons/fast_food.png and /dev/null differ diff --git a/public/potlatch2/icons/ferry_terminal.png b/public/potlatch2/icons/ferry_terminal.png deleted file mode 100644 index f387c03d8..000000000 Binary files a/public/potlatch2/icons/ferry_terminal.png and /dev/null differ diff --git a/public/potlatch2/icons/fire_station.png b/public/potlatch2/icons/fire_station.png deleted file mode 100644 index 897c526fc..000000000 Binary files a/public/potlatch2/icons/fire_station.png and /dev/null differ diff --git a/public/potlatch2/icons/food_bar.n.16.png b/public/potlatch2/icons/food_bar.n.16.png deleted file mode 100644 index fadd3e268..000000000 Binary files a/public/potlatch2/icons/food_bar.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/food_cafe.n.16.png b/public/potlatch2/icons/food_cafe.n.16.png deleted file mode 100644 index d5cc5a86f..000000000 Binary files a/public/potlatch2/icons/food_cafe.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/food_fastfood.n.16.png b/public/potlatch2/icons/food_fastfood.n.16.png deleted file mode 100644 index 075fc803a..000000000 Binary files a/public/potlatch2/icons/food_fastfood.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/food_pub.n.16.png b/public/potlatch2/icons/food_pub.n.16.png deleted file mode 100644 index c3d339de5..000000000 Binary files a/public/potlatch2/icons/food_pub.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/food_restaurant.n.16.png b/public/potlatch2/icons/food_restaurant.n.16.png deleted file mode 100644 index 30682b2cf..000000000 Binary files a/public/potlatch2/icons/food_restaurant.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/gate.png b/public/potlatch2/icons/gate.png deleted file mode 100644 index b33e55625..000000000 Binary files a/public/potlatch2/icons/gate.png and /dev/null differ diff --git a/public/potlatch2/icons/health_hospital.n.16.png b/public/potlatch2/icons/health_hospital.n.16.png deleted file mode 100644 index 41ad28dd4..000000000 Binary files a/public/potlatch2/icons/health_hospital.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/health_pharmacy.n.16.png b/public/potlatch2/icons/health_pharmacy.n.16.png deleted file mode 100644 index 1827b0a69..000000000 Binary files a/public/potlatch2/icons/health_pharmacy.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/hospital.png b/public/potlatch2/icons/hospital.png deleted file mode 100644 index 6cc0380db..000000000 Binary files a/public/potlatch2/icons/hospital.png and /dev/null differ diff --git a/public/potlatch2/icons/hotel.png b/public/potlatch2/icons/hotel.png deleted file mode 100644 index f951247cf..000000000 Binary files a/public/potlatch2/icons/hotel.png and /dev/null differ diff --git a/public/potlatch2/icons/icons_grid.png b/public/potlatch2/icons/icons_grid.png deleted file mode 100644 index 9b6d628de..000000000 Binary files a/public/potlatch2/icons/icons_grid.png and /dev/null differ diff --git a/public/potlatch2/icons/logo_nls70-nq8.png b/public/potlatch2/icons/logo_nls70-nq8.png deleted file mode 100644 index d845d8539..000000000 Binary files a/public/potlatch2/icons/logo_nls70-nq8.png and /dev/null differ diff --git a/public/potlatch2/icons/money_atm.n.16.png b/public/potlatch2/icons/money_atm.n.16.png deleted file mode 100644 index 8656f0c44..000000000 Binary files a/public/potlatch2/icons/money_atm.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/money_bank2.n.16.png b/public/potlatch2/icons/money_bank2.n.16.png deleted file mode 100644 index 7264bcbc6..000000000 Binary files a/public/potlatch2/icons/money_bank2.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/museum.png b/public/potlatch2/icons/museum.png deleted file mode 100644 index 79346ab2b..000000000 Binary files a/public/potlatch2/icons/museum.png and /dev/null differ diff --git a/public/potlatch2/icons/natural_blank.png b/public/potlatch2/icons/natural_blank.png deleted file mode 100644 index 33e76fba0..000000000 Binary files a/public/potlatch2/icons/natural_blank.png and /dev/null differ diff --git a/public/potlatch2/icons/parking.png b/public/potlatch2/icons/parking.png deleted file mode 100644 index a2675d018..000000000 Binary files a/public/potlatch2/icons/parking.png and /dev/null differ diff --git a/public/potlatch2/icons/parking_cycle.png b/public/potlatch2/icons/parking_cycle.png deleted file mode 100644 index a2675d018..000000000 Binary files a/public/potlatch2/icons/parking_cycle.png and /dev/null differ diff --git a/public/potlatch2/icons/pharmacy.png b/public/potlatch2/icons/pharmacy.png deleted file mode 100644 index 5254d93b5..000000000 Binary files a/public/potlatch2/icons/pharmacy.png and /dev/null differ diff --git a/public/potlatch2/icons/pharmacy_dispensing.png b/public/potlatch2/icons/pharmacy_dispensing.png deleted file mode 100644 index 9e3a4c5ff..000000000 Binary files a/public/potlatch2/icons/pharmacy_dispensing.png and /dev/null differ diff --git a/public/potlatch2/icons/place.png b/public/potlatch2/icons/place.png deleted file mode 100644 index 488218c07..000000000 Binary files a/public/potlatch2/icons/place.png and /dev/null differ diff --git a/public/potlatch2/icons/place_of_worship.png b/public/potlatch2/icons/place_of_worship.png deleted file mode 100644 index 3ef2b4388..000000000 Binary files a/public/potlatch2/icons/place_of_worship.png and /dev/null differ diff --git a/public/potlatch2/icons/police.png b/public/potlatch2/icons/police.png deleted file mode 100644 index da271d398..000000000 Binary files a/public/potlatch2/icons/police.png and /dev/null differ diff --git a/public/potlatch2/icons/post_box.png b/public/potlatch2/icons/post_box.png deleted file mode 100644 index 8690ebb6e..000000000 Binary files a/public/potlatch2/icons/post_box.png and /dev/null differ diff --git a/public/potlatch2/icons/pub.png b/public/potlatch2/icons/pub.png deleted file mode 100644 index b03e915ba..000000000 Binary files a/public/potlatch2/icons/pub.png and /dev/null differ diff --git a/public/potlatch2/icons/recycling.png b/public/potlatch2/icons/recycling.png deleted file mode 100644 index aa613d510..000000000 Binary files a/public/potlatch2/icons/recycling.png and /dev/null differ diff --git a/public/potlatch2/icons/restaurant.png b/public/potlatch2/icons/restaurant.png deleted file mode 100644 index 5b6da1444..000000000 Binary files a/public/potlatch2/icons/restaurant.png and /dev/null differ diff --git a/public/potlatch2/icons/restriction.png b/public/potlatch2/icons/restriction.png deleted file mode 100644 index 45671d4ae..000000000 Binary files a/public/potlatch2/icons/restriction.png and /dev/null differ diff --git a/public/potlatch2/icons/school.png b/public/potlatch2/icons/school.png deleted file mode 100644 index 1067beb88..000000000 Binary files a/public/potlatch2/icons/school.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_alcohol.n.16.png b/public/potlatch2/icons/shopping_alcohol.n.16.png deleted file mode 100644 index 205100225..000000000 Binary files a/public/potlatch2/icons/shopping_alcohol.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_bakery.n.16.png b/public/potlatch2/icons/shopping_bakery.n.16.png deleted file mode 100644 index 76a52d2d6..000000000 Binary files a/public/potlatch2/icons/shopping_bakery.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_bicycle.n.16.png b/public/potlatch2/icons/shopping_bicycle.n.16.png deleted file mode 100644 index ef5b36624..000000000 Binary files a/public/potlatch2/icons/shopping_bicycle.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_book.n.16.png b/public/potlatch2/icons/shopping_book.n.16.png deleted file mode 100644 index 172bd286f..000000000 Binary files a/public/potlatch2/icons/shopping_book.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_butcher.n.16.png b/public/potlatch2/icons/shopping_butcher.n.16.png deleted file mode 100644 index b48859182..000000000 Binary files a/public/potlatch2/icons/shopping_butcher.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_car.n.16.png b/public/potlatch2/icons/shopping_car.n.16.png deleted file mode 100644 index d80076058..000000000 Binary files a/public/potlatch2/icons/shopping_car.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_car_repair.n.16.png b/public/potlatch2/icons/shopping_car_repair.n.16.png deleted file mode 100644 index 78c578d71..000000000 Binary files a/public/potlatch2/icons/shopping_car_repair.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_clothes.n.16.png b/public/potlatch2/icons/shopping_clothes.n.16.png deleted file mode 100644 index d467b786e..000000000 Binary files a/public/potlatch2/icons/shopping_clothes.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_confectionery.n.16.png b/public/potlatch2/icons/shopping_confectionery.n.16.png deleted file mode 100644 index b293dfdc7..000000000 Binary files a/public/potlatch2/icons/shopping_confectionery.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_convenience.n.16.png b/public/potlatch2/icons/shopping_convenience.n.16.png deleted file mode 100644 index 40fa49d9c..000000000 Binary files a/public/potlatch2/icons/shopping_convenience.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_diy.n.16.png b/public/potlatch2/icons/shopping_diy.n.16.png deleted file mode 100644 index 045696cad..000000000 Binary files a/public/potlatch2/icons/shopping_diy.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_fish.n.16.png b/public/potlatch2/icons/shopping_fish.n.16.png deleted file mode 100644 index f49d4e9f1..000000000 Binary files a/public/potlatch2/icons/shopping_fish.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_garden_centre.n.16.png b/public/potlatch2/icons/shopping_garden_centre.n.16.png deleted file mode 100644 index 7af4465d0..000000000 Binary files a/public/potlatch2/icons/shopping_garden_centre.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_gift.n.16.png b/public/potlatch2/icons/shopping_gift.n.16.png deleted file mode 100644 index 2d11d0417..000000000 Binary files a/public/potlatch2/icons/shopping_gift.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_greengrocer.n.16.png b/public/potlatch2/icons/shopping_greengrocer.n.16.png deleted file mode 100644 index 7d60e3598..000000000 Binary files a/public/potlatch2/icons/shopping_greengrocer.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_hairdresser.n.16.png b/public/potlatch2/icons/shopping_hairdresser.n.16.png deleted file mode 100644 index bcb07fdfe..000000000 Binary files a/public/potlatch2/icons/shopping_hairdresser.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_hifi.n.16.png b/public/potlatch2/icons/shopping_hifi.n.16.png deleted file mode 100644 index f55ad666f..000000000 Binary files a/public/potlatch2/icons/shopping_hifi.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_jewelry.n.16.png b/public/potlatch2/icons/shopping_jewelry.n.16.png deleted file mode 100644 index 49ee19c29..000000000 Binary files a/public/potlatch2/icons/shopping_jewelry.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_laundrette.n.16.png b/public/potlatch2/icons/shopping_laundrette.n.16.png deleted file mode 100644 index 266660a2d..000000000 Binary files a/public/potlatch2/icons/shopping_laundrette.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_motorcycle.n.16.png b/public/potlatch2/icons/shopping_motorcycle.n.16.png deleted file mode 100644 index 8f7ddff0f..000000000 Binary files a/public/potlatch2/icons/shopping_motorcycle.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_music.n.16.png b/public/potlatch2/icons/shopping_music.n.16.png deleted file mode 100644 index 8e875c7f7..000000000 Binary files a/public/potlatch2/icons/shopping_music.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/shopping_supermarket.n.16.png b/public/potlatch2/icons/shopping_supermarket.n.16.png deleted file mode 100644 index f4dc6d1e2..000000000 Binary files a/public/potlatch2/icons/shopping_supermarket.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/speed_hump_16.png b/public/potlatch2/icons/speed_hump_16.png deleted file mode 100644 index 410769237..000000000 Binary files a/public/potlatch2/icons/speed_hump_16.png and /dev/null differ diff --git a/public/potlatch2/icons/station.png b/public/potlatch2/icons/station.png deleted file mode 100644 index 1e198259e..000000000 Binary files a/public/potlatch2/icons/station.png and /dev/null differ diff --git a/public/potlatch2/icons/supermarket.png b/public/potlatch2/icons/supermarket.png deleted file mode 100644 index 04944d16a..000000000 Binary files a/public/potlatch2/icons/supermarket.png and /dev/null differ diff --git a/public/potlatch2/icons/taxi.png b/public/potlatch2/icons/taxi.png deleted file mode 100644 index 42c6f9203..000000000 Binary files a/public/potlatch2/icons/taxi.png and /dev/null differ diff --git a/public/potlatch2/icons/telephone.png b/public/potlatch2/icons/telephone.png deleted file mode 100644 index c2a2d6242..000000000 Binary files a/public/potlatch2/icons/telephone.png and /dev/null differ diff --git a/public/potlatch2/icons/theatre.png b/public/potlatch2/icons/theatre.png deleted file mode 100644 index 897a1e145..000000000 Binary files a/public/potlatch2/icons/theatre.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_archaeological.n.16.png b/public/potlatch2/icons/tourist_archaeological.n.16.png deleted file mode 100644 index 87c49763e..000000000 Binary files a/public/potlatch2/icons/tourist_archaeological.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_battlefield.n.16.png b/public/potlatch2/icons/tourist_battlefield.n.16.png deleted file mode 100644 index d96688929..000000000 Binary files a/public/potlatch2/icons/tourist_battlefield.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_castle.n.16.png b/public/potlatch2/icons/tourist_castle.n.16.png deleted file mode 100644 index bd9a42bf0..000000000 Binary files a/public/potlatch2/icons/tourist_castle.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_cinema.n.16.png b/public/potlatch2/icons/tourist_cinema.n.16.png deleted file mode 100644 index 42f281523..000000000 Binary files a/public/potlatch2/icons/tourist_cinema.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_information.png b/public/potlatch2/icons/tourist_information.png deleted file mode 100644 index ccfbe7e49..000000000 Binary files a/public/potlatch2/icons/tourist_information.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_memorial.n.16.png b/public/potlatch2/icons/tourist_memorial.n.16.png deleted file mode 100644 index 944e27b10..000000000 Binary files a/public/potlatch2/icons/tourist_memorial.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_monument.n.16.png b/public/potlatch2/icons/tourist_monument.n.16.png deleted file mode 100644 index 8b7e7f81a..000000000 Binary files a/public/potlatch2/icons/tourist_monument.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_museum.n.16.png b/public/potlatch2/icons/tourist_museum.n.16.png deleted file mode 100644 index 36a4c450b..000000000 Binary files a/public/potlatch2/icons/tourist_museum.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_picnic.n.16.png b/public/potlatch2/icons/tourist_picnic.n.16.png deleted file mode 100644 index f52923649..000000000 Binary files a/public/potlatch2/icons/tourist_picnic.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_ruin.n.16.png b/public/potlatch2/icons/tourist_ruin.n.16.png deleted file mode 100644 index 65ad843db..000000000 Binary files a/public/potlatch2/icons/tourist_ruin.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_theatre.n.16.png b/public/potlatch2/icons/tourist_theatre.n.16.png deleted file mode 100644 index c0c82dfdd..000000000 Binary files a/public/potlatch2/icons/tourist_theatre.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_view_point.n.16.png b/public/potlatch2/icons/tourist_view_point.n.16.png deleted file mode 100644 index 781e74990..000000000 Binary files a/public/potlatch2/icons/tourist_view_point.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/tourist_zoo.n.16.png b/public/potlatch2/icons/tourist_zoo.n.16.png deleted file mode 100644 index 2a9ecb088..000000000 Binary files a/public/potlatch2/icons/tourist_zoo.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_aerodrome.n.16.png b/public/potlatch2/icons/transport_aerodrome.n.16.png deleted file mode 100644 index a86124b20..000000000 Binary files a/public/potlatch2/icons/transport_aerodrome.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_bus_station.n.16.png b/public/potlatch2/icons/transport_bus_station.n.16.png deleted file mode 100644 index aa93c115b..000000000 Binary files a/public/potlatch2/icons/transport_bus_station.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_bus_stop2.n.16.png b/public/potlatch2/icons/transport_bus_stop2.n.16.png deleted file mode 100644 index 81fe31f34..000000000 Binary files a/public/potlatch2/icons/transport_bus_stop2.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_car_wash.n.16.png b/public/potlatch2/icons/transport_car_wash.n.16.png deleted file mode 100644 index 07acd4ec6..000000000 Binary files a/public/potlatch2/icons/transport_car_wash.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_fuel.n.16.png b/public/potlatch2/icons/transport_fuel.n.16.png deleted file mode 100644 index 1571502e4..000000000 Binary files a/public/potlatch2/icons/transport_fuel.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_marina.n.16.png b/public/potlatch2/icons/transport_marina.n.16.png deleted file mode 100644 index 796005631..000000000 Binary files a/public/potlatch2/icons/transport_marina.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_parking_bicycle.n.16.png b/public/potlatch2/icons/transport_parking_bicycle.n.16.png deleted file mode 100644 index dfd7f83dd..000000000 Binary files a/public/potlatch2/icons/transport_parking_bicycle.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_parking_car.n.16.png b/public/potlatch2/icons/transport_parking_car.n.16.png deleted file mode 100644 index 567c4f551..000000000 Binary files a/public/potlatch2/icons/transport_parking_car.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_port.n.16.png b/public/potlatch2/icons/transport_port.n.16.png deleted file mode 100644 index 471c4daa5..000000000 Binary files a/public/potlatch2/icons/transport_port.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_rental_bicycle.n.16.png b/public/potlatch2/icons/transport_rental_bicycle.n.16.png deleted file mode 100644 index 6659d1e16..000000000 Binary files a/public/potlatch2/icons/transport_rental_bicycle.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_rental_car.n.16.png b/public/potlatch2/icons/transport_rental_car.n.16.png deleted file mode 100644 index 0c9f7b470..000000000 Binary files a/public/potlatch2/icons/transport_rental_car.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_taxi_rank.n.16.png b/public/potlatch2/icons/transport_taxi_rank.n.16.png deleted file mode 100644 index 23e6f1b16..000000000 Binary files a/public/potlatch2/icons/transport_taxi_rank.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_train_station.n.16.png b/public/potlatch2/icons/transport_train_station.n.16.png deleted file mode 100644 index 29ddcc122..000000000 Binary files a/public/potlatch2/icons/transport_train_station.n.16.png and /dev/null differ diff --git a/public/potlatch2/icons/transport_tram_stop.n.16.png b/public/potlatch2/icons/transport_tram_stop.n.16.png deleted file mode 100644 index ddbbc4c5c..000000000 Binary files a/public/potlatch2/icons/transport_tram_stop.n.16.png and /dev/null differ diff --git a/public/potlatch2/imagery.xml b/public/potlatch2/imagery.xml deleted file mode 100644 index a916c984a..000000000 --- a/public/potlatch2/imagery.xml +++ /dev/null @@ -1,144 +0,0 @@ - - - - - Bing aerial imagery - http://ecn.t0.tiles.virtualearth.net/tiles/a$quadkey.jpeg?g=587&mkt=en-gb&n=z - microsoft - Bing - http://dev.virtualearth.net/REST/v1/Imagery/Metadata/Aerial/0,0?zl=1&mapVersion=v1&key=Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU&include=ImageryProviders&output=xml - bing_maps.png - http://www.bing.com/maps - http://opengeodata.org/microsoft-imagery-details - yes - - - MapQuest Open Aerial - http://oatile1.mqcdn.com/naip/$z/$x/$y.png - - - OSM - Mapnik - http://c.tile.openstreetmap.org/$z/$x/$y.png - - - OSM - Osmarender - http://tah.openstreetmap.org/Tiles/tile/$z/$x/$y.png - - - OSM - OpenCycleMap - http://tile.opencyclemap.org/cycle/$z/$x/$y.png - - - OSM - MapQuest - http://otile1.mqcdn.com/tiles/1.0.0/osm/$z/$x/$y.png - - - OSM - Tiger Edited Map - 900913 - http://tiger-osm.mapquest.com/tiles/1.0.0/tiger/$z/$x/$y.png - - - OS OpenData Streetview - http://os.openstreetmap.org/sv/$z/$x/$y.png - OS_OpenData_StreetView - - - OS OpenData Locator - http://tiles.itoworld.com/os_locator/$z/$x/$y.png - OS_OpenData_Locator - source:name - - - OS 1:25k historic - http://ooc.openstreetmap.org/os1/$z/$x/$y.jpg - OS 1:25k - - - OS 7th Series historic - http://ooc.openstreetmap.org/os7/$z/$x/$y.jpg - OS7 - - - OS New Popular Edition historic - http://ooc.openstreetmap.org/npe/$z/$x/$y.png - NPE - - - OS Scottish Popular historic - http://ooc.openstreetmap.org/npescotland/tiles/$z/$x/$y.jpg - NPE - - - Surrey aerial - http://gravitystorm.dev.openstreetmap.org/surrey/$z/$x/$y.png - Surrey aerial - - - Haiti - GeoEye Jan 13 - http://gravitystorm.dev.openstreetmap.org/imagery/haiti/$z/$x/$y.jpg - Haiti GeoEye - - - Haiti - GeoEye Jan 13+ - http://maps.nypl.org/tilecache/1/geoeye/$z/$x/$y.jpg - Haiti GeoEye - - - Haiti - DigitalGlobe - http://maps.nypl.org/tilecache/1/dg_crisis/$z/$x/$y.jpg - Haiti DigitalGlobe - - - Haiti - Street names - http://hypercube.telascience.org/tiles/1.0.0/haiti-city/$z/$x/$y.jpg - Haiti streetnames - - - National Agriculture Imagery Program - http://cube.telascience.org/tilecache/tilecache.py/1.0.0/NAIP_ALL/$z/$x/$y.png - NAIP - - - National Agriculture Imagery Program - http://cube.telascience.org/tilecache/tilecache.py/1.0.0/NAIP_ALL/$z/$x/$y.png - NAIP - - - Ireland - NLS Historic Maps - tms - NLS Historic Maps - http://geo.nls.uk/maps/ireland/gsgs4136/$z/$x/$y.png - icons/logo_nls70-nq8.png - http://geo.nls.uk/maps/ - - - Denmark - Fugro Aerial Imagery - http://tile.openstreetmap.dk/fugro2005/$z/$x/$y.jpg - Fugro (2005) - - - Denmark - Stevns Kommune - http://tile.openstreetmap.dk/stevns/2009/$z/$x/$y.jpg - Stevns Kommune (2009) - - - Austria - geoimage.at - http://geoimage.openstreetmap.at/4d80de696cd562a63ce463a58a61488d/$z/$x/$y.jpg - geoimage.at - - - Russia - Kosmosnimki.ru IRS Satellite - http://irs.gis-lab.info/?layers=irs&request=GetTile&z=$z&x=$x&y=$y - Kosmosnimki.ru IRS - - - Belarus - Kosmosnimki.ru SPOT4 Satellite - http://irs.gis-lab.info/?layers=spot&request=GetTile&z=$z&x=$x&y=$y - Kosmosnimki.ru SPOT4 - - - Australia - Geographic Reference Image - http://agri.openstreetmap.org/$z/$x/$y.png - AGRI - - diff --git a/public/potlatch2/map_features.xml b/public/potlatch2/map_features.xml deleted file mode 100644 index fbc4a3986..000000000 --- a/public/potlatch2/map_features.xml +++ /dev/null @@ -1,688 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:cuisine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${operator} ${ref} - - - - - - - - - - ${operator} ${ref} - - - - - - - - - - ${name|operator} (${ref}) - - - - - - - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - ${ref}
- ${name} -
- -
- - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:access - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:cycleway - - - - - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- - - - - - - ${ref}
- ${name} -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://wiki.openstreetmap.org/wiki/Key:building - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - advanced - - - - - -
diff --git a/public/potlatch2/map_features/amenities.xml b/public/potlatch2/map_features/amenities.xml deleted file mode 100644 index 318ea6156..000000000 --- a/public/potlatch2/map_features/amenities.xml +++ /dev/null @@ -1,513 +0,0 @@ - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station - - - - - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice - - - - - - - - - amenity - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlibrary - - - - - - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital - - - - - - - - - - - - - amenity - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dveterinary - - - - - - - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship - - - - - - - - - - - - - - - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Atm - - - - - - - - - - amenity - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank - - - - - - - - - - - - - - amenity - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - amenity - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool - - - - - - - - - amenity - buildings - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten - - - - - - - - - amenity - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtownhall - - - - - - - - - - amenity - - ${ref} - - http://wiki.openstreetmap.org/wiki/Post_box - - - - - - - - - amenity - buildings - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office - - - - - - - - - - - amenity - - ${ref} - - http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_basket - - - - - - - - amenity - - ${ref} - - - - - - - - amenity - foodanddrink - - ${ref} - - - - - - - - amenity - - ${name} - - - - - - - - - - - - - - - - - amenity - - - - - - - - - sport - - - - - - - - - - amenity - - - - - - - - amenity - - - - - - - - amenity - - - - - - - - - - - amenity - sport - - ${name} - - - - - - - - - - - - - - - - - - amenity - - ${name} - - - - - - - - - amenity - foodanddrink - A vending machine. - - - - - - - - - - - - - foodanddrink - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub - - - - - - - - - - - - foodanddrink - - ${name} - - - - - - - - - - - - - foodanddrink - - ${name} - - - - - - - - - - - - - foodanddrink - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe - - - - - - - - - - - - - foodanddrink - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food - - - - - - - - - - \ No newline at end of file diff --git a/public/potlatch2/map_features/barriers.xml b/public/potlatch2/map_features/barriers.xml deleted file mode 100644 index 916de11eb..000000000 --- a/public/potlatch2/map_features/barriers.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall - - - - - - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch - - - - - - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall - - - - - - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall - - - - - - - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence - - - - - - - - - barrier - - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard - - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate - - - - - - - - - barrier - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate - - - - - - - - barrier - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate - - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier - - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock - - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid - - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth - - - - - - - - - - - barrier - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile - - - - - - - - barrier - - - http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwire_fence - - - - - - \ No newline at end of file diff --git a/public/potlatch2/map_features/buildings.xml b/public/potlatch2/map_features/buildings.xml deleted file mode 100644 index e82502689..000000000 --- a/public/potlatch2/map_features/buildings.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - buildings - shopping - - - - - - - - - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - - - buildings - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - - -
-
- \ No newline at end of file diff --git a/public/potlatch2/map_features/landuse.xml b/public/potlatch2/map_features/landuse.xml deleted file mode 100644 index e2e51d845..000000000 --- a/public/potlatch2/map_features/landuse.xml +++ /dev/null @@ -1,330 +0,0 @@ - - - - landuse - - - ${name} - - - - - - - - - landuse - - - ${name} - - - - - - - - landuse - - - ${name} - - - - - - - - landuse - - - ${name} - - - - - - - - landuse - - - ${name} - - - - - - - - - shopping - - - - ${name} - - - - - - - - - landuse - - - - ${name} - - - - - - - - landuse - - - - ${name} - - - - - - - - landuse - - - - - - - - - - landuse - - - - - - - - - - natural - - - - - - - - - natural - - - - - - - - - - - - - - - - - - - - - - - - - - sport - - - - ${name} - - - - - - - - - sport - - - ${name} - - - - - - - - - sport - - - ${name} - - - - - - - - - sport - - - ${name} - - - - - - - - - sport - - - - ${name} - A purpose built track for running, cycling, greyhound racing, horse racing. - - - - - - - - - sport - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - - - -
- - - - - agriculture - - - - - - - - - - agriculture - - - - - - - - - - agriculture - - - - - - - - - - agriculture - - - - - - - - - - agriculture - - - - - - - - - - agriculture - - - - - - - - - - - natural - sport - - ${name} -
-
- - - - - -
- - - natural - - - - - - - - - - natural - - - - - - - -
diff --git a/public/potlatch2/map_features/man_made.xml b/public/potlatch2/map_features/man_made.xml deleted file mode 100644 index 52db9362c..000000000 --- a/public/potlatch2/map_features/man_made.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - manmade - - - - - - - - - - - - - - - - - - - - - - - manmade - - - - - - - - - - - - - - - - - manmade - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/potlatch2/map_features/paths.xml b/public/potlatch2/map_features/paths.xml deleted file mode 100644 index b737f1637..000000000 --- a/public/potlatch2/map_features/paths.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - paths - - ${name} ${ref} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway - - - - - - - - paths - - ${name} ${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway - - - - - - - - - - - - paths - - - ${name} - - - - - - - - - - - - - - - - - - - paths - - - - - - - - - - - paths - - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps - - - - - - - - - - paths - - ${name} ${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath - - - - - - - - - - - paths - - - ${ref} - -
- ${name} -
- - - - - - - - -
- - - - paths - - ${ref}
- ${name} -
- - - - - - - - -
- - - - paths - - - ${ref} - -
- ${name} -
- - - - - - - - -
- - - paths - - - ${ref} - -
- ${name} -
- - - - - - - - - - - - - - -
- - - - - paths - - - ${ref} - -
- ${name} -
- - - - - - - -
- -
diff --git a/public/potlatch2/map_features/places.xml b/public/potlatch2/map_features/places.xml deleted file mode 100644 index 0beea2377..000000000 --- a/public/potlatch2/map_features/places.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - places - - - - - - - - - - - places - - - - - - - - - - - places - - - - - - - - - - - places - - - - - - - - - - - places - - - - - - - - - - - - - places - - - http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative - - - - - - - - places - natural - - http://wiki.openstreetmap.org/wiki/Tag:boundary=national_park - - - - - - - places - natural - - http://wiki.openstreetmap.org/wiki/Tag:boundary=protected_area - - - - - - - places - - http://wiki.openstreetmap.org/wiki/Tag:boundary=town - - - - - - - - - places - - http://wiki.openstreetmap.org/wiki/Tag:boundary=census - - - - - - - - - - \ No newline at end of file diff --git a/public/potlatch2/map_features/power.xml b/public/potlatch2/map_features/power.xml deleted file mode 100644 index 87ff63f91..000000000 --- a/public/potlatch2/map_features/power.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - power - - - - - - - - - - power - - - - - - - - - - power - - - - - - - - - power - - - - - - - - - power - - - - - - - - - - - - - - - - - - - - - - - - power - " - - - - - - - - - power - - - - - - - \ No newline at end of file diff --git a/public/potlatch2/map_features/roads.xml b/public/potlatch2/map_features/roads.xml deleted file mode 100644 index b731d6dd2..000000000 --- a/public/potlatch2/map_features/roads.xml +++ /dev/null @@ -1,366 +0,0 @@ - - - - - - roads - - ${ref}
-
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway - - - - - - -
- - - roads - - - - - - - - - - roads - - ${ref}
- ${name} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk - - - - - - -
- - - roads - - - - - - - - - - roads - - ${ref}
- ${name} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary - - - - - - -
- - - roads - - ${ref}
- ${name} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link - - - - - - -
- - - - roads - - ${ref}
- ${name} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary - - - - - - -
- - - roads - - - ${ref} - -
- ${name} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link - - - - - - -
- - - - - roads - - ${name}
- ${ref} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary - - - - - - -
- - - roads - - ${name}
- ${ref} -
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link - - - - - - -
- - - - roads - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified - - - - - - - - - - roads - - - ${name} - -
- ${postal_code} -
-
- http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential - - - - - - -
- - - roads - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice - - Access roads - - - - - - - - - - - - - - - - - - roads - - This road has not been given a specific type. It's a road, and that's all that's known. - - - - - - - - - - - roads - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street - - - - - - - - - - roads - - ${name} - - - - - - - - - - - sport - - A purpose built track for racing motor vehicles. - - - - - - - - - - - - - - transport - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle - - - - - - - transport - - http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout - - - - - - - - transport - - - - - - - - - - - - - - - - - - - - transport - - - - - - - - - - - - - - - - - - - - - - advanced - http://wiki.openstreetmap.org/wiki/Turn_restrictions - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\ No newline at end of file diff --git a/public/potlatch2/map_features/shopping.xml b/public/potlatch2/map_features/shopping.xml deleted file mode 100644 index dc46eaf9e..000000000 --- a/public/potlatch2/map_features/shopping.xml +++ /dev/null @@ -1,347 +0,0 @@ - - - shopping - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket - - - - - - - - - - - shopping - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience - - - - - - - - - - - shopping - - - - - - - - - - - - - - - shopping - - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - - - - - - - - - - - - shopping - - ${name} - - http://wiki.openstreetmap.org/wiki/Pharmacy - - - - - - - - - - - - shopping - - - - - - - - - - - - \ No newline at end of file diff --git a/public/potlatch2/map_features/tourism.xml b/public/potlatch2/map_features/tourism.xml deleted file mode 100644 index 1ad78ae1d..000000000 --- a/public/potlatch2/map_features/tourism.xml +++ /dev/null @@ -1,271 +0,0 @@ - - - - accommodation - - http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel - - - - - - - - - - accommodation - http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel - - - - - - - - - - - - accommodation - - - - - - - - - - - - accommodation - - - - - - - - - - - accommodation - - - - - - - - - - - accommodation - - - - - - - - - - - accommodation - - - - - - - - - - - accommodation - - - - - - - - - - - - - tourism - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - -
- - - tourism - - http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - - - - tourism - - - - - - - - - - tourism - - - - - - - - - - tourism - - - - - - - - - - - tourism - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - - - - tourism - - - - - - - - - - - tourism - - - - - - - -
diff --git a/public/potlatch2/map_features/transport.xml b/public/potlatch2/map_features/transport.xml deleted file mode 100644 index a6462be6d..000000000 --- a/public/potlatch2/map_features/transport.xml +++ /dev/null @@ -1,571 +0,0 @@ - - - transport - - - ${name} - - - - - - - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - - transport - - ${name} - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - transport - - ${name} - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - - - - - - transport - - ${name} - - - - - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - - - - - transport - - - - - - - - - - transport - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash - - - - - - - - - - - - - - - - - - - transport - - ${name} ${addr:housename}
- ${addr:housenumber} ${addr:street} ${addr:postcode} -
- - - - - - - -
- - - - transport - - - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - transport - - - - - http://wiki.openstreetmap.org/wiki/Key:aeroway - - - - - - aeroway - - http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome - - - - - - - - - transport - - ${name} ${local_ref} - - - - - - - - - - transport - - ${name} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking - - - - - - - - - - - - - - - - - - - - - - transport - - ${name} ${capacity} - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking - - - - - - - - - - - - - - - - transport - - - ${name} - - - - - - - - - - - - - - - - - transport - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - transport - - - - - - - - - - transport - - - - - - - - - - transport - - - - - - - - transport - - - - - - - - - - transport - - - - - - - - - - transport - - http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal - - - - - - - - - - - - transport - - - ${operator} ${ref} - - - - - - - - - - - - - - - - transport - - - ${operator} ${reg} - - - - - - - - - - - - - - - transport - - - ${name|operator} (${ref}) - - - - - - - - - - - - - - - - -
diff --git a/public/potlatch2/map_features/water.xml b/public/potlatch2/map_features/water.xml deleted file mode 100644 index e58c0c331..000000000 --- a/public/potlatch2/map_features/water.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - water - A very narrow river. - - - ${name} - - - - - - - - - - - - water - - ${name} - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - - water - - ${name} - - - - - - - - - - - water - A structure for holding water in a reservoir - - - ${name} - - - - - - - - - - - - water - - ${name} - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - water - - - ${name} - - - - - - - - - - - - - water - - - - - - - - - - water - The average high tide line, with water on the right-hand side - - - - - - \ No newline at end of file diff --git a/public/potlatch2/stylesheets.xml b/public/potlatch2/stylesheets.xml deleted file mode 100644 index 0e1d910a3..000000000 --- a/public/potlatch2/stylesheets.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - Potlatch - stylesheets/potlatch.css - - - Wireframe - stylesheets/wireframe.css - - - Enhanced - stylesheets/enhanced.css - - - Network - stylesheets/network.css - - - OpenCycleMap - stylesheets/opencyclemap.css - - - GPS - stylesheets/gpx.css - no - - - Bugs - stylesheets/bugs.css - no - - diff --git a/public/potlatch2/stylesheets/bikeshops.css b/public/potlatch2/stylesheets/bikeshops.css deleted file mode 100644 index cd74a7fff..000000000 --- a/public/potlatch2/stylesheets/bikeshops.css +++ /dev/null @@ -1,3 +0,0 @@ -node { z-index: 9; - icon-image: features/bike-shop.png; - text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;} \ No newline at end of file diff --git a/public/potlatch2/stylesheets/bugs.css b/public/potlatch2/stylesheets/bugs.css deleted file mode 100644 index 68bd474f9..000000000 --- a/public/potlatch2/stylesheets/bugs.css +++ /dev/null @@ -1,9 +0,0 @@ -node[status=fixed] { z-index: 2; - icon-image: features/bugs/fixed.png; } - -node[status=invalid] { z-index: 2; - icon-image: features/bugs/invalid.png; } - -node[status=open] { z-index: 2; - icon-image: features/bugs/open.png; - text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; } \ No newline at end of file diff --git a/public/potlatch2/stylesheets/core_interactive.css b/public/potlatch2/stylesheets/core_interactive.css deleted file mode 100644 index addf821cd..000000000 --- a/public/potlatch2/stylesheets/core_interactive.css +++ /dev/null @@ -1,28 +0,0 @@ -/* Turn restrictions */ - -relation[type=restriction] node { z-index:11; icon-image: icons/restriction.png; } - -/* Interactive way behaviour */ - -way::highlight :hover { z-index: 2; width: eval('_width+10'); color: #ffff99; } -way::highlight :hover :background { color: lightcyan; } -way::highlight :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;} -way::highlight :selected :background { color: cyan; } -way::highlight :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;} -way::highlight :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;} -/*way !:drawn !:hasTags{ z-index:10; width: 0.5; color: red; }*/ -way !:drawn { z-index:10; width: 1; color: #333333; } -way :tiger { casing-color: #ff00ff;} - -/* Interactive node behaviour */ - -node :dupe { z-index: 9; icon-image: circle; icon-width:8; color: white; opacity: 0.4; casing-opacity: 0.4; casing-color: red; casing-width: 3; } -node :hoverway { z-index: 9; icon-image: circle; icon-width: 8; color: blue; layer: 5; } -node !:drawn :hasTags :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #00ac00; casing-color: #004400; casing-width: 1; } -node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #BBB; casing-color: #333; casing-width: 1; } -node !:drawn :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 10; color: black; layer: 5; } -node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 8; color: black; } -node !:drawn :selectedway { z-index: 9; icon-image: circle; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; } -node::selectedNode :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; } -node::selectedNode :selected :background { color: cyan; } -node::junctionNode :junction :selectedway { z-index: 8; icon-image: circle; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; } diff --git a/public/potlatch2/stylesheets/core_landuse.css b/public/potlatch2/stylesheets/core_landuse.css deleted file mode 100644 index 26adf27f9..000000000 --- a/public/potlatch2/stylesheets/core_landuse.css +++ /dev/null @@ -1,43 +0,0 @@ -/* Landuse */ - -way[natural] :area { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; } -way[natural=beach] :area { color: #ffdd44; width: 1; fill-color: yellow; fill-opacity: 0.2; set .area_small_name;} -way[natural=coastline] { color: black; width: 3; } -way[landuse] :area { color: #444444; width: 2; fill-color: #444444; fill-opacity: 0.3; } -way[landuse=residential] :area { color: #666666; width: 2; fill-color: #666666; fill-opacity: 0.15; } -way[landuse=retail] :area { color: #cc2222; width: 2; fill-color: #aa4422; fill-opacity: 0.15; } -way[landuse=commercial] :area { color: #4444bb; width: 2; fill-color: #444488; fill-opacity: 0.15; } -way[landuse=military] :area { color: #ff4444; width: 2; fill-color: #ff4444; fill-opacity: 0.2; set .area_small_name; } -way[amenity],way[shop] :area { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; } -/* way[sport] should not be rendered by itself, according to wiki. Can we make it an "if all else fails"? */ -way[leisure] :area { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; } -way[tourism] :area { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; set .area_small_name;} -way[historic] :area,way[ruins] :area { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; set .area_small_name;} -way[military] :area { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; set .area_small_name;} -way[building] :area { color: #bca9a9; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; } -way[natural=water], -way[waterway][waterway!=dam] :area { color: #3434ff; width: 2; fill-color: #3434ff; fill-opacity: 0.2; set .area_small_name;} -way[waterway=dam] { color: black; width: 1; fill-color: #222222; fill-opacity: 0.1; set .area_small_name;} -way[man_made] :area { color: black; width: 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; } -way[man_made=reservoir_covered] :area { color: #3434ff; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; } -way[landuse=reservoir] :area { color: #3434ff; width: 2; fill-color: #3434ff; fill-opacity: 0.2; set .area_small_name;} -way[landuse=forest],way[natural=wood] :area { color: green; width: 2; fill-color: green; fill-opacity: 0.2; set .area_small_name;} -way[leisure=park] :area { color: #22aa22; width: 2; fill-color: #44ff44; fill-opacity: 0.15; set .area_small_name;} -way[leisure=garden] :area { color: #66ff44; width: 1; fill-color: #66ff44; fill-opacity: 0.2; set .area_small_name;} -way[leisure=pitch] :area { z-index: 6; color: #88bb44; width: 2; fill-color: #88ff44; fill-opacity: 0.2; set .area_small_name;} -way[landuse=recreation_ground] :area { color: green; fill-color: green; set .area_small_name;} -way[amenity=parking] :area { color: #bbaa66; width: 1; fill-color: #bbaa66; fill-opacity: 0.2; } -way[public_transport=pay_scale_area] :area { color: gray; width: 1; fill-color: gray; fill-opacity: 0.1; } -way[man_made=pier] { z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 1;} -way[man_made=pier][floating=yes] { dashes: 4,2; casing-color: #444;} -way[leisure=marina] :area { color: pink; fill-color: pink; fill-opacity: 0.4; set .area_small_name;} -way[leisure=slipway] { color: grey; width: 3; casing-color: #3434ff; casing-width: 2; } -way[leisure=golf_course] :area { color: #44ee22; width: 2; fill-color: #44ee22; fill-opacity: 0.2; set .area_small_name;} -way[boundary] { color: #000066; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;} -/* Perhaps should be filled, on lower zooms. */ -way[boundary=national_park] { color: #225500; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;} -way[boundary=protected_area] { color: #447744; width: 2; opacity: 0.6; dashes: 12,4, 4, 4; z-index: 4;} -way[boundary=administrative] { color: purple; width: 2; opacity: 0.2; dashes: 24,4; z-index: 4;} -way[boundary=administrative][waterway] { opacity: 0.8; z-index: 4; dashes: 24,4; width: 6; } -way[landuse=cemetery] { color: #664466; width: 2; fill-color: color: #664466; opacity: 0.2; set .area_small_name;} -/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */ diff --git a/public/potlatch2/stylesheets/core_pois.css b/public/potlatch2/stylesheets/core_pois.css deleted file mode 100644 index 439c06c16..000000000 --- a/public/potlatch2/stylesheets/core_pois.css +++ /dev/null @@ -1,88 +0,0 @@ -node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 10; font-weight: bold; z-index: 20; } -node[amenity=telephone] { icon-image: icons/telephone.png; z-index: 20; } -node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; z-index: 20; } -node[tourism=guesthouse] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; } -node[tourism=alpine_hut] { icon-image: icons/accommodation_alpinehut.n.16.png; z-index: 20; } -node[tourism=camp_site] { icon-image: icons/accommodation_camping.n.16.png; z-index: 20; } -node[tourism=caravan_site] { icon-image: icons/accommodation_caravan_park.n.16.png; z-index: 20; } -node[tourism=guest_house],node[tourism=bed_and_breakfast] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; } -node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[tourism=hostel] { icon-image: icons/accommodation_youth_hostel.n.16.png; z-index: 20; } -node[amenity=fire_station] { icon-image: icons/amenity_firestation2.n.16.png; z-index: 20; } -node[amenity=police] { icon-image: icons/amenity_police2.n.16.png; z-index: 20; } -node[amenity=post_box] { icon-image: icons/amenity_post_box.n.16.png; z-index: 20; } -node[amenity=recycling] { icon-image: icons/amenity_recycling.n.16.png; z-index: 20; } -node[barrier=bollard] { icon-image: icons/barrier_bollard.n.16.png; z-index: 20; } -node[barrier=gate], node[highway=gate] { icon-image: icons/barrier_gate.n.16.png; z-index: 20; } -node[barrier=stile], node[highway=stile] { icon-image: icons/barrier_stile.n.16.png; z-index: 20; } -node[barrier=toll_booth] { icon-image: icons/barrier_toll_booth.n.16.png; z-index: 20; } -node[barrier=lift_gate] { icon-image: icons/barrier_lift_gate.n.16.png; z-index: 20; } -node[barrier=kissing_gate] { icon-image: icons/barrier_kissing_gate.16.png; z-index: 20; } -node[barrier=cycle_barrier] { icon-image: icons/barrier_cycle_barrier.16.png; z-index: 20; } -node[barrier=block] { icon-image: icons/barrier_blocks.16.png; z-index: 20; } -node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; } -node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -way[amenity=school] :area { color: yellow; fill-color: yellow; fill-opacity: 0.1; set .area_small_name; } -node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; } -node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; } -node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; } -node[amenity=pharmacy] { icon-image: icons/health_pharmacy.n.16.png; z-index: 20; } -node[amenity=atm] { icon-image: icons/money_atm.n.16.png; z-index: 20; } -node[amenity=bank] { icon-image: icons/money_bank2.n.16.png; z-index: 20; } -node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; } -node[shop=bakery] { icon-image: icons/shopping_bakery.n.16.png; z-index: 20; } -node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; z-index: 20; } -node[shop=book] { icon-image: icons/shopping_book.n.16.png; z-index: 20; } -node[shop=butcher] { icon-image: icons/shopping_butcher.n.16.png; z-index: 20; } -node[shop=car_repair] { icon-image: icons/shopping_car_repair.n.16.png; z-index: 20; } -node[shop=car] { icon-image: icons/shopping_car.n.16.png; z-index: 20; } -node[shop=clothes] { icon-image: icons/shopping_clothes.n.16.png; z-index: 20; } -node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; } -node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; } -node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; } -node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; } -node[shop=garden_centre] { icon-image: icons/shopping_garden_centre.n.16.png; z-index: 20; } -node[shop=gift] { icon-image: icons/shopping_gift.n.16.png; z-index: 20; } -node[shop=greengrocer] { icon-image: icons/shopping_greengrocer.n.16.png; z-index: 20; } -node[shop=hairdresser] { icon-image: icons/shopping_hairdresser.n.16.png; z-index: 20; } -node[shop=hifi] { icon-image: icons/shopping_hifi.n.16.png; z-index: 20; } -node[shop=jewelry] { icon-image: icons/shopping_jewelry.n.16.png; z-index: 20; } -node[shop=laundry] { icon-image: icons/shopping_laundrette.n.16.png; z-index: 20; } -node[shop=motorcycle] { icon-image: icons/shopping_motorcycle.n.16.png; z-index: 20; } -node[shop=music] { icon-image: icons/shopping_music.n.16.png; z-index: 20; } -node[shop=supermarket] { icon-image: icons/shopping_supermarket.n.16.png; z-index: 20; } -node[historic=archaeological_site] { icon-image: icons/tourist_archaeological.n.16.png; z-index: 20; } -node[historic=battlefield] { icon-image: icons/tourist_battlefield.n.16.png; z-index: 20; } -node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[amenity=cinema] { icon-image: icons/tourist_cinema.n.16.png; z-index: 20; } -node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; } -node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; } -node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; } -node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; } -node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; } -node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-index: 20; } -node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; } -node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; } -node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; } -node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; } -node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset: 15; text: capacity; font-size: 10; z-index: 20; } -node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; } -node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; } -node[amenity=bicycle_rental] { icon-image: icons/transport_rental_bicycle.n.16.png; z-index: 20; } -node[amenity=car_rental] { icon-image: icons/transport_rental_car.n.16.png; z-index: 20; } -node[amenity=taxi] { icon-image: icons/transport_taxi_rank.n.16.png; z-index: 20; } -node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } -node[railway=tram_stop] { icon-image: icons/transport_tram_stop.n.16.png; z-index: 20; } -node[leisure=marina] { icon-image: icons/transport_marina.n.16.png; z-index: 20; } - -/* Addressing */ - -node[addr:housenumber] !:drawn, -node[addr:housename] !:drawn { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; z-index: 20; } -way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;} diff --git a/public/potlatch2/stylesheets/core_relations.css b/public/potlatch2/stylesheets/core_relations.css deleted file mode 100644 index a2d5a7437..000000000 --- a/public/potlatch2/stylesheets/core_relations.css +++ /dev/null @@ -1,8 +0,0 @@ -/* Route relations */ - -relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0.3; } -relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; } -relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; } -relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; } -relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; } -relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; } diff --git a/public/potlatch2/stylesheets/core_ways.css b/public/potlatch2/stylesheets/core_ways.css deleted file mode 100644 index 4824facb7..000000000 --- a/public/potlatch2/stylesheets/core_ways.css +++ /dev/null @@ -1,134 +0,0 @@ - -/* Roads */ - -way[highway=motorway],way[highway=motorway_link], -way[highway=trunk],way[highway=trunk_link], -way[highway=primary],way[highway=primary_link], -way[highway=secondary],way[highway=secondary_link], -way[highway=tertiary],way[highway=tertiary_link], -way[highway=residential],way[highway=unclassified] { text: name; text-color: black; font-size: 12; text-position: offset; text-offset: 10; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round } -way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; } -way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; } -way[highway=primary],way[highway=primary_link] { z-index: 8; color: #E46D71; width: 7; casing-color: #651316; casing-width: 1; } -way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #FDBF6F; width: 7; casing-color: #b16603; casing-width: 1; } -way[highway=tertiary],way[highway=tertiary_link] { z-index: 6; color: #FEFECB; width: 5; casing-color: #626202; casing-width: 1; } -way[highway=unclassified] { z-index: 6; color: #D0D0D0; width: 5; casing-width: 1; } -way[highway=residential] { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 1; } -way[highway=service][service!=parking_aisle] { color: white; width: 3; casing-color: gray; casing-width: 1; } -way[highway=service][service=parking_aisle] { color: white; width: 1; casing-color: #aaaaaa; casing-width: 1; } -way[highway=service][service=alley] { color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 1; } -way[highway=road] { color: gray; width: 5; casing-color: white; casing-width: 1; } -way[highway=living_street] { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 1; } - -/* Road areas */ - -way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; casing-dashes: 2,4;} -way[highway=pedestrian] :area { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } - -/* Paths */ - -way[highway=steps] { color: #FF6644; width: 6; dashes: 2, 2; } -way[highway=footway] { color: #FF6644; width: 2; dashes: 6, 3; set .path;} -way[highway=footway][bicycle=yes]::bike { z-index: 4; color: blue; width: 1; } -way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; set .path;} -way[highway=track] { color: #996644; width: 2; dashes: 4, 2; set .path;} -way[highway=path] { color: brown; width: 2; dashes: 2, 2; set .path;} -way[highway=cycleway] { color: blue; width: 2; dashes: 4, 2; set .path;} -way .path { text: name; text-color: black; text-position: offset; text-offset: 7; font-size: 12; } - -/* Under construction */ - -way[highway=proposed] { color: #88ffff; width: 6; dashes: 8, 4; } -way[highway=construction] { color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 1; casing-dashes: 8,4;} - -/* Railways */ - -way[railway=rail] { z-index: 6; color: black; width: 5; linecap: round; } -way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; linecap: round; } - -way[construction=rail] { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;} -way[construction=rail]::inner { z-index: 7; color: white; width: 3; dashes: 6,18; } - -way[railway=platform] { color:black; width: 2; } - -way[railway=subway] { z-index: 6; color: #444444; width: 5; } -way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; } - -way[construction=subway] { z-index: 6; color: #444444; width: 5; dashes: 4, 4; } -way[construction=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 4,12;} - -way[railway=disused],way[railway=abandoned] { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; } -way[railway=disused]::dashes,way[railway=abandoned]::dashes { z-index: 7; color: #999999; width: 2; dashes: 12,12; } - -way[railway=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; } -way[construction=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; dashes: 6, 6; casing-dashes: 6, 6; } - -way[railway=light_rail] { z-index: 6; color: black; width: 4; } -way[railway=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,4; } - -way[construction=light_rail] { z-index: 6; color: black; width: 4; dashes: 8, 4, 4, 4; } -way[construction=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,12; } - -/* Waterways */ - -way[waterway=river], -way[waterway=canal], -way[waterway=stream] { color: #3434ff; width: 2; text:name; text-color: #3434ff; font-size:9; text-position: offset; text-offset: 7;} -way[waterway=drain] {color: #3434ff; width: 1; text:name; text-color: #3434ff; text-position: offset; text-offset: 3;} -way[waterway][tunnel=yes] {dashes: 8,4;} - -/* Aeroways */ - -way[aeroway=aerodrome] :area - { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066; casing-width: 1; } -way|z-15[aeroway=aerodrome] :area - { z-index: 3; fill-color: #bb99bb; fill-opacity: 0.5;} -way[aeroway=taxiway] !:area { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; } -way[aeroway=taxiway] :area { z-index: 8; color: #bb99bb; width: 3; fill-color: #ccaacc; } - -way|z17-[aeroway=runway] !:area { z-index: 9; color: black; width: 11; casing-color: #aa66aa; casing-width: 1; } -way|z17-[aeroway=runway]::aa !:area { z-index: 10; color: white; width: 9; dashes: 0, 20, 4, 76; } -way|z17-[aeroway=runway]::bb !:area { z-index: 11; color: black; width: 7; } -way|z17-[aeroway=runway]::cc !:area { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } -way|z17-[aeroway=runway]::dd !:area { z-index: 13; color: black; width: 3; } -way|z17-[aeroway=runway]::ee !:area { z-index: 14; color: white; width: 1; dashes: 4, 16; } - -way|z15-16[aeroway=runway] !:area { z-index: 9; color: black; width: 5; } -way|z15-16[aeroway=runway]::aa !:area { z-index: 12; color: white; width: 5; dashes: 0, 20, 4, 76; } -way|z15-16[aeroway=runway]::bb !:area { z-index: 13; color: black; width: 3; } -way|z15-16[aeroway=runway]::cc !:area { z-index: 14; color: white; width: 1; dashes: 4, 16; } - -way|z-14[aeroway=runway] !:area { z-index: 9; color: #444444; width: 3; } - -way[aeroway=runway] :area { z-index: 9; color: black; width: 3; fill-color: #775577; } -way[aeroway=apron] :area { z-index: 4; color: #cc66cc; width: 1; fill-color: #ddaadd; fill-opacity: 0.5;} - -/* Barriers */ - -way[barrier] {color: #000000; width: 1} -way[barrier=fence] {color: #000000; width: 1; dashes: 8,4,2,4; } - -/* Power */ - -way[power=line] {color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 2; casing-dashes: 4, 38;} -way[power=minor_line] {color: gray; width: 2; dashes: 2,4; casing-width: 3; casing-color: white; casing-dashes: 2,22;} -way[power=station] :area { color: black; width: 2; fill-color: #666666; fill-opacity: 0.6; set .area_small_name;} -way[power=generator] :area { color: black; width: 2; fill-color: #444444; fill-opacity: 0.6; set .area_small_name;} - -/* Leisure */ - -way[golf=hole] {color: darkgreen; width: 5; casing-color: green; casing-width: 2; } -way[leisure=sports_centre] :area { color: #66ddcc; fill-color: #66ddcc; set .area_small_name; } - - -/* Physical decoration */ - -way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: eval('_width+3'); } -way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: #444444; width: eval('_width+6'); } -way[tunnel=yes][!waterway]::bridge1 { z-index: 4; color: white; width: eval('_width+2'); } -way[tunnel=yes][!waterway]::bridge2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } - -/* Attribute decoration */ - -way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; } -way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; } diff --git a/public/potlatch2/stylesheets/enhanced.css b/public/potlatch2/stylesheets/enhanced.css deleted file mode 100644 index 23966e004..000000000 --- a/public/potlatch2/stylesheets/enhanced.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - Potlatch 2 enhanced stylesheet - - The aim of this stylesheet is to provide a fuller, more detailed rendering of additional attributes - (e.g. direction, access) used at times by the moderately experienced mapper. - -*/ - -@import("stylesheets/core_ways.css"); -@import("stylesheets/core_pois.css"); -@import("stylesheets/core_landuse.css"); - -/* Access */ - -way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} -way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} - -/* Physical */ - -way[embankment=yes]::hatches, way[cutting=yes]::hatches - { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } - -/* Interactive behaviour */ - -@import("stylesheets/core_relations.css"); -way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;} -@import("stylesheets/core_interactive.css"); - -/* Direction on selected ways */ - -way[highway][!oneway][junction!=roundabout]::direction :selected, -way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } -way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } -way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } - diff --git a/public/potlatch2/stylesheets/gpx.css b/public/potlatch2/stylesheets/gpx.css deleted file mode 100644 index 806048920..000000000 --- a/public/potlatch2/stylesheets/gpx.css +++ /dev/null @@ -1,12 +0,0 @@ -/* - - Wireframe stylesheet for GPS tracks - -*/ - -way { z-index: 2; width: 1; color: cyan; } -node :poi { z-index: 2; - icon-image: circle; icon-width: 8; color: orange; - casing-color: red; casing-width: 1; - text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; } - diff --git a/public/potlatch2/stylesheets/network.css b/public/potlatch2/stylesheets/network.css deleted file mode 100644 index d2a60a9fb..000000000 --- a/public/potlatch2/stylesheets/network.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - Potlatch 2 network stylesheet - - This is a variant of the enhanced stylesheet _without_ landuse and similar polygons. The aim is to - prevent such items distracting the mapper and leading to unwanted junctions (and slowing down - rendering!). - -*/ - -@import("stylesheets/core_ways.css"); -@import("stylesheets/core_pois.css"); - -/* Access */ - -way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} -way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} - -/* Physical */ - -way[embankment=yes]::hatches, way[cutting=yes]::hatches - { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } - -/* Interactive behaviour */ - -@import("stylesheets/core_relations.css"); -way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;} -@import("stylesheets/core_interactive.css"); - -/* Direction on selected ways */ - -way[highway][!oneway][junction!=roundabout]::direction :selected, -way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; } -way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; } -way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; } - diff --git a/public/potlatch2/stylesheets/opencyclemap.css b/public/potlatch2/stylesheets/opencyclemap.css deleted file mode 100644 index 4274f6686..000000000 --- a/public/potlatch2/stylesheets/opencyclemap.css +++ /dev/null @@ -1,147 +0,0 @@ -/* - - Stylesheet that mimicks, to a certain extent, opencyclemap - Andy Allan, June 2010 - - Based heavily on: - MapCSS demonstration stylesheet - Richard Fairhurst, October 2009 - -*/ - -/* This rule applies to all areas (closed ways). Note that rules are applied in the order - they appear in the file, so later rules may replace this one for some ways. - This is used as a debugger for finding unstyled areas; it's obviously oversimplistic since - it picks up closed-loop highways. */ - -way :area { color: grey; width: 1; fill-color: red; fill-opacity: 0.1; } - -/* A set of fairly standard rules. - We use z-index to make sure high-priority roads appear above minor ones. - The default z-index is 5. If an object matches multiple rules with the same - z-index then the rules are "merged" (but individual properties become one or the other) */ - -/*way[highway=motorway],way[highway=motorway_link], -way[highway=trunk],way[highway=trunk_link], -way[highway=primary],way[highway=primary_link], -way[highway=secondary],way[highway=secondary_link], -way[highway=tertiary],way[highway=tertiary_link], -way[highway=residential] { text: name; text-color: black; font-size: 7; text-position: line;}*/ -way[highway=motorway],way[highway=motorway_link] { z-index: 9; color: #bfbfcf; width: 7; casing-color: #506077; casing-width: 1; } -way[highway=trunk],way[highway=trunk_link] { z-index: 9; color: #c8d8c8; width: 7; casing-color: #477147; casing-width: 1; } -way[highway=primary],way[highway=primary_link] { z-index: 8; color: #d8c8c8; width: 7; casing-color: #8d4346; casing-width: 1; } -way[highway=secondary],way[highway=secondary_link] { z-index: 7; color: #eeeec9; width: 7; casing-color: #a37b48; casing-width: 1; } -way[highway=tertiary],way[highway=unclassified] { z-index: 6; color: #eeeec9; width: 5; casing-color: #999999; casing-width: 1; } -way[highway=residential] { z-index: 5; color: white; width: 5; casing-color: #999; casing-width: 1; } -way[highway=service] { color: white; width: 3; casing-color: #999; casing-width: 1; } - -/* Pedestrian precincts need to be treated carefully. Only closed-loops with an explicit -area=yes tag should be filled. The below doesn't yet work as intended. */ -way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; } -way[highway=pedestrian] :area { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } - -way[highway=steps] { color: #be6c6c; width: 2; dashes: 4, 2; } -way[highway=footway] { color: #be6c6c; width: 2; dashes: 6, 3; } -way[highway=cycleway] { color: blue; width: 1.6; dashes: 5, 4; } -way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; } -way[highway=track] { color: #996644; width: 2; dashes: 4, 2; } -way[highway=path] { color: lightgreen; width: 2; dashes: 2, 2; } - -way[waterway=river], way[waterway=canal] { color: blue; width: 2; text:name; text-color:blue; font-size:9; text-position: offset; text-offset: 7;} - -way[barrier] {color: #000000; width: 1} - -/* Fills can be solid colour or bitmap images */ - - -way[natural] :area { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; } -way[landuse] :area { color: #efefef; width: 1; fill-color: #f5f5f5; fill-opacity: 0.3; } -way[amenity],way[shop] :area { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; } -way[leisure],way[sport] :area { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; } -way[tourism] :area { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; } -way[historic],way[ruins] :area { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; } -way[military] :area { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; } -way[building] :area { color: #8d8d8d; width: 1; fill-color: #e0e0e0; fill-opacity: 0.2; } -way[natural=water], -way[waterway] :area { color: blue; width: 2; fill-color: blue; fill-opacity: 0.2; } -way[landuse=forest],way[natural=wood] :area { color: green; width: 2; fill-color: green; fill-opacity: 0.2; } -way[leisure=pitch],way[leisure=park] { color: #44ff44; width: 1; fill-color: #44ff44; fill-opacity: 0.2; } -way[amenity=parking] :area { color: gray; width: 1; fill-color: gray; fill-opacity: 0.2; } -way[public_transport=pay_scale_area] :area { color: gray; width: 1; fill-color: gray; fill-opacity: 0.1; } - -/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */ - -node[addr:housenumber], -node[addr:housename] { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; } -way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;} - -/* POIs, too, can have bitmap icons - they can even be transparent */ - -node[amenity=pub] { icon-image: icons/pub.png; text-offset: 15; font-family: DejaVu; text: name; font-size: 9; } -/*node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 9; font-weight: bold; text-decoration: underline; } -node[railway=station] { icon-image: icons/station.png; text-offset: 13; font-family: DejaVu; text: name; font-size: 9; font-weight: bold; } -node[aeroway=aerodrome] { icon-image: icons/airport.png; text-offset: 13; font-family: DejaVu; text: name; font-size: 10; } -node[amenity=atm] { icon-image: icons/atm.png; } -node[amenity=bank] { icon-image: icons/bank.png; text-offset: 15; text: name; } -node[highway=bus_stop] { icon-image: icons/bus_stop.png; } -node[amenity=cafe] { icon-image: icons/cafe.png; text-offset: 15; text: name; } -node[shop=convenience] { icon-image: icons/convenience.png; text-offset:15; text:name; } -node[shop=supermarket] { icon-image: icons/supermarket.png; text-offset:15; text:name; } -node[amenity=fast_food] { icon-image: icons/fast_food.png; text-offset:15; text: name; } -node[amenity=fire_station] { icon-image: icons/fire_station.png; } -node[amenity=hospital] { icon-image: icons/hospital.png; } -node[tourism=hotel] { icon-image: icons/hotel.png; } -node[amenity=parking] { icon-image: icons/parking.png; } */ -node[amenity=bicycle_parking] { icon-image: icons/parking_cycle.png; text-offset: 15; text: capacity; text-color: blue } -/* node[amenity=pharmacy] { icon-image: icons/pharmacy.png; } -node[amenity=pharmacy][dispensing=yes] { icon-image: icons/pharmacy_dispensing.png; } -node[amenity=police] { icon-image: icons/police.png; } -node[amenity=post_box] { icon-image: icons/post_box.png; } -node[amenity=recycling] { icon-image: icons/recycling.png; } -node[amenity=restaurant] { icon-image: icons/restaurant.png; } -node[amenity=school] { icon-image: icons/school.png; } -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; } -node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; }*/ - -/* We can stack styles at different z-index (depth) */ - -way[railway=rail] { z-index: 6; color: #444444; width: 5; } -way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; } -way[railway=platform] { color:black; width: 2; } -way[railway=subway] { z-index: 6; color: #444444; width: 5; } -way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; } - -/* Bridge */ -way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: eval('_width+3'); } -way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: black; width: eval('_width+6'); } - -/* Tunnel */ -way[tunnel=yes]::tunnel1 { z-index: 4; color: white; width: eval('_width+2'); } -way[tunnel=yes]::tunnel2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; } - -/* Oneway */ -way[oneway=yes]::arrows { z-index: 10; color: #6c70d5; width: 2; dashes: 10,30; line-style: arrows; } - - -/* Change the road colour based on dynamically set "highlighted" tag (see earlier) */ - -way .highlighted { color: pink; } - -/* Interactive editors may choose different behaviour when a user mouses-over or selects - an object. Potlatch 2 supports these but the stand-alone Halcyon viewer does not */ - -@import("stylesheets/core_interactive.css"); - -/* Descendant selectors provide an easy way to style relations: this example means "any way - which is part of a relation whose type=route". */ - -relation[type=route] way::routeline { z-index: 1; width: 17; color: yellow; opacity: 0.3; } -relation[type=route][route=bicycle][network=ncn] way::routeline { z-index: 1; width: 12; color: red; opacity: 0.3; } -relation[type=route][route=bicycle][network=rcn] way::routeline { z-index: 1; width: 12; color: cyan; opacity: 0.3; } -relation[type=route][route=bicycle][network=lcn] way::routeline { z-index: 1; width: 12; color: blue; opacity: 0.3; } -relation[type=route][route=bicycle][network=mtb] way::routeline { z-index: 1; width: 12; color: #48a448; opacity: 0.3; } - - - diff --git a/public/potlatch2/stylesheets/potlatch.css b/public/potlatch2/stylesheets/potlatch.css deleted file mode 100644 index 8774333f3..000000000 --- a/public/potlatch2/stylesheets/potlatch.css +++ /dev/null @@ -1,28 +0,0 @@ -/* - - Potlatch 2 core stylesheet - - This stylesheet should contain commonly used features and only the most essential extra attributes - (e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in - order not to kill performance on slower systems and those with a less effective Flash Player (i.e. - Linux). - - It is expected that experienced mappers will switch between this and other stylesheets as required. - -*/ - -@import("stylesheets/core_ways.css"); -@import("stylesheets/core_pois.css"); -@import("stylesheets/core_landuse.css"); -@import("stylesheets/core_relations.css"); -way .area_small_name {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;} -@import("stylesheets/core_interactive.css"); - -/* Rendering for licence status */ - -way[_status=no]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; } -way[_status=partial]::status { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; } -way[_status=unsure]::status { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; } -node[_status=no]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; } -node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; } -node[_status=unsure]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; } diff --git a/public/potlatch2/stylesheets/snapshot.css b/public/potlatch2/stylesheets/snapshot.css deleted file mode 100644 index 891ead686..000000000 --- a/public/potlatch2/stylesheets/snapshot.css +++ /dev/null @@ -1,26 +0,0 @@ -/* - - Stylesheet that does simple wireframe display - -*/ - -way :hover { z-index: 2; width: 14; color: yellow; linecap: round; } -way :selected { z-index: 2; width: 14; color: yellow; linecap: round; } -way !:drawn { z-index: 1; width: 14; color: #444444; linecap: round; } - -node :selectedway { z-index: 8; icon-image: circle; icon-width: 16; color: green; } -node :hoverway { z-index: 9; icon-image: circle; icon-width: 16; color: blue; } -node :selected { z-index: 9; icon-image: circle; icon-width: 16; color: red; casing-color: black; casing-width: 1; } -node !:drawn :poi { z-index: 6; icon-image: circle; icon-width: 16; color: green; casing-color: black; casing-width: 1; } -node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 16; color: black; } -node :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 16; color: black; } - -way[_status=incomplete]::statushighlight { z-index: 0; width: 20; color: #d95f02; linecap: round; } -way[_status=complete]::statushighlight { z-index: 0; width: 18; color: #1b9e77; opacity: 0.4; linecap: round; } -way[_status=complete] { opacity: 0.7; } -node[_status=incomplete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 24; color: #d95f02; } -node[_status=complete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 20; color: #1b9e77; opacity: 0.4; } -node[_status=complete] { opacity: 0.7; } - - - diff --git a/public/potlatch2/stylesheets/wireframe.css b/public/potlatch2/stylesheets/wireframe.css deleted file mode 100644 index e3e408ce8..000000000 --- a/public/potlatch2/stylesheets/wireframe.css +++ /dev/null @@ -1,17 +0,0 @@ -/* - - Stylesheet that does simple wireframe display - -*/ - -way :hover { z-index: 2; width: 1; color: blue; } -way :selected { z-index: 2; width: 1; color: red; } -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: 6; color: black; } -node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; } - diff --git a/public/potlatch2/vectors.xml b/public/potlatch2/vectors.xml deleted file mode 100644 index 3d260d45d..000000000 --- a/public/potlatch2/vectors.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Mapdust Bugs - BugLoader - http://www.mapdust.com/api/ -
http://www.mapdust.com/detail/
- e4d47b6b8c26e822a62d747b802f98ac -
- - Mapdust Bugs - Test server - BugLoader - http://80.242.147.84/osmbugs/api/ - e4d47b6b8c26e822a62d747b802f98ac - - - Bike Shop Locator - Missing Shops - BikeShopLoader - http://shaunmcdonald.dev.openstreetmap.org/bike-shop-locator/ - - - Everyone's GPS tracks - TrackLoader - - - - CNXC - SnapshotLoader - http://localhost:3000/crossdomain.xml - http://localhost:3000/api/ - -
diff --git a/public/potlatch2/help/introduction.jpg b/vendor/assets/potlatch2/help/introduction.jpg similarity index 100% rename from public/potlatch2/help/introduction.jpg rename to vendor/assets/potlatch2/help/introduction.jpg diff --git a/public/potlatch2/help/introduction.mp4 b/vendor/assets/potlatch2/help/introduction.mp4 similarity index 100% rename from public/potlatch2/help/introduction.mp4 rename to vendor/assets/potlatch2/help/introduction.mp4 diff --git a/public/potlatch2/potlatch2.swf b/vendor/assets/potlatch2/potlatch2.swf similarity index 100% rename from public/potlatch2/potlatch2.swf rename to vendor/assets/potlatch2/potlatch2.swf diff --git a/public/potlatch2/FontLibrary.swf b/vendor/assets/potlatch2/potlatch2/FontLibrary.swf similarity index 100% rename from public/potlatch2/FontLibrary.swf rename to vendor/assets/potlatch2/potlatch2/FontLibrary.swf diff --git a/vendor/assets/potlatch2/potlatch2/assets.zip b/vendor/assets/potlatch2/potlatch2/assets.zip new file mode 100644 index 000000000..ff923d7b8 Binary files /dev/null and b/vendor/assets/potlatch2/potlatch2/assets.zip differ diff --git a/public/potlatch2/locales/ast.swf b/vendor/assets/potlatch2/potlatch2/locales/ast.swf similarity index 100% rename from public/potlatch2/locales/ast.swf rename to vendor/assets/potlatch2/potlatch2/locales/ast.swf diff --git a/public/potlatch2/locales/br.swf b/vendor/assets/potlatch2/potlatch2/locales/br.swf similarity index 100% rename from public/potlatch2/locales/br.swf rename to vendor/assets/potlatch2/potlatch2/locales/br.swf diff --git a/public/potlatch2/locales/ca.swf b/vendor/assets/potlatch2/potlatch2/locales/ca.swf similarity index 100% rename from public/potlatch2/locales/ca.swf rename to vendor/assets/potlatch2/potlatch2/locales/ca.swf diff --git a/public/potlatch2/locales/de_DE.swf b/vendor/assets/potlatch2/potlatch2/locales/de_DE.swf similarity index 100% rename from public/potlatch2/locales/de_DE.swf rename to vendor/assets/potlatch2/potlatch2/locales/de_DE.swf diff --git a/public/potlatch2/locales/en_GB.swf b/vendor/assets/potlatch2/potlatch2/locales/en_GB.swf similarity index 100% rename from public/potlatch2/locales/en_GB.swf rename to vendor/assets/potlatch2/potlatch2/locales/en_GB.swf diff --git a/public/potlatch2/locales/en_US.swf b/vendor/assets/potlatch2/potlatch2/locales/en_US.swf similarity index 100% rename from public/potlatch2/locales/en_US.swf rename to vendor/assets/potlatch2/potlatch2/locales/en_US.swf diff --git a/public/potlatch2/locales/es_ES.swf b/vendor/assets/potlatch2/potlatch2/locales/es_ES.swf similarity index 100% rename from public/potlatch2/locales/es_ES.swf rename to vendor/assets/potlatch2/potlatch2/locales/es_ES.swf diff --git a/public/potlatch2/locales/fa.swf b/vendor/assets/potlatch2/potlatch2/locales/fa.swf similarity index 100% rename from public/potlatch2/locales/fa.swf rename to vendor/assets/potlatch2/potlatch2/locales/fa.swf diff --git a/public/potlatch2/locales/fi.swf b/vendor/assets/potlatch2/potlatch2/locales/fi.swf similarity index 100% rename from public/potlatch2/locales/fi.swf rename to vendor/assets/potlatch2/potlatch2/locales/fi.swf diff --git a/public/potlatch2/locales/fr_FR.swf b/vendor/assets/potlatch2/potlatch2/locales/fr_FR.swf similarity index 100% rename from public/potlatch2/locales/fr_FR.swf rename to vendor/assets/potlatch2/potlatch2/locales/fr_FR.swf diff --git a/public/potlatch2/locales/ga.swf b/vendor/assets/potlatch2/potlatch2/locales/ga.swf similarity index 100% rename from public/potlatch2/locales/ga.swf rename to vendor/assets/potlatch2/potlatch2/locales/ga.swf diff --git a/public/potlatch2/locales/gl.swf b/vendor/assets/potlatch2/potlatch2/locales/gl.swf similarity index 100% rename from public/potlatch2/locales/gl.swf rename to vendor/assets/potlatch2/potlatch2/locales/gl.swf diff --git a/public/potlatch2/locales/he.swf b/vendor/assets/potlatch2/potlatch2/locales/he.swf similarity index 100% rename from public/potlatch2/locales/he.swf rename to vendor/assets/potlatch2/potlatch2/locales/he.swf diff --git a/public/potlatch2/locales/hsb.swf b/vendor/assets/potlatch2/potlatch2/locales/hsb.swf similarity index 100% rename from public/potlatch2/locales/hsb.swf rename to vendor/assets/potlatch2/potlatch2/locales/hsb.swf diff --git a/public/potlatch2/locales/hu.swf b/vendor/assets/potlatch2/potlatch2/locales/hu.swf similarity index 100% rename from public/potlatch2/locales/hu.swf rename to vendor/assets/potlatch2/potlatch2/locales/hu.swf diff --git a/public/potlatch2/locales/ia.swf b/vendor/assets/potlatch2/potlatch2/locales/ia.swf similarity index 100% rename from public/potlatch2/locales/ia.swf rename to vendor/assets/potlatch2/potlatch2/locales/ia.swf diff --git a/public/potlatch2/locales/ja_JP.swf b/vendor/assets/potlatch2/potlatch2/locales/ja_JP.swf similarity index 100% rename from public/potlatch2/locales/ja_JP.swf rename to vendor/assets/potlatch2/potlatch2/locales/ja_JP.swf diff --git a/public/potlatch2/locales/ka.swf b/vendor/assets/potlatch2/potlatch2/locales/ka.swf similarity index 100% rename from public/potlatch2/locales/ka.swf rename to vendor/assets/potlatch2/potlatch2/locales/ka.swf diff --git a/public/potlatch2/locales/lb.swf b/vendor/assets/potlatch2/potlatch2/locales/lb.swf similarity index 100% rename from public/potlatch2/locales/lb.swf rename to vendor/assets/potlatch2/potlatch2/locales/lb.swf diff --git a/public/potlatch2/locales/mk.swf b/vendor/assets/potlatch2/potlatch2/locales/mk.swf similarity index 100% rename from public/potlatch2/locales/mk.swf rename to vendor/assets/potlatch2/potlatch2/locales/mk.swf diff --git a/public/potlatch2/locales/ms.swf b/vendor/assets/potlatch2/potlatch2/locales/ms.swf similarity index 100% rename from public/potlatch2/locales/ms.swf rename to vendor/assets/potlatch2/potlatch2/locales/ms.swf diff --git a/public/potlatch2/locales/nb_NO.swf b/vendor/assets/potlatch2/potlatch2/locales/nb_NO.swf similarity index 100% rename from public/potlatch2/locales/nb_NO.swf rename to vendor/assets/potlatch2/potlatch2/locales/nb_NO.swf diff --git a/public/potlatch2/locales/nl_NL.swf b/vendor/assets/potlatch2/potlatch2/locales/nl_NL.swf similarity index 100% rename from public/potlatch2/locales/nl_NL.swf rename to vendor/assets/potlatch2/potlatch2/locales/nl_NL.swf diff --git a/public/potlatch2/locales/nn_NO.swf b/vendor/assets/potlatch2/potlatch2/locales/nn_NO.swf similarity index 100% rename from public/potlatch2/locales/nn_NO.swf rename to vendor/assets/potlatch2/potlatch2/locales/nn_NO.swf diff --git a/public/potlatch2/locales/pl_PL.swf b/vendor/assets/potlatch2/potlatch2/locales/pl_PL.swf similarity index 100% rename from public/potlatch2/locales/pl_PL.swf rename to vendor/assets/potlatch2/potlatch2/locales/pl_PL.swf diff --git a/public/potlatch2/locales/ru.swf b/vendor/assets/potlatch2/potlatch2/locales/ru.swf similarity index 100% rename from public/potlatch2/locales/ru.swf rename to vendor/assets/potlatch2/potlatch2/locales/ru.swf diff --git a/public/potlatch2/locales/sq.swf b/vendor/assets/potlatch2/potlatch2/locales/sq.swf similarity index 100% rename from public/potlatch2/locales/sq.swf rename to vendor/assets/potlatch2/potlatch2/locales/sq.swf diff --git a/public/potlatch2/locales/ta.swf b/vendor/assets/potlatch2/potlatch2/locales/ta.swf similarity index 100% rename from public/potlatch2/locales/ta.swf rename to vendor/assets/potlatch2/potlatch2/locales/ta.swf diff --git a/public/potlatch2/locales/tr.swf b/vendor/assets/potlatch2/potlatch2/locales/tr.swf similarity index 100% rename from public/potlatch2/locales/tr.swf rename to vendor/assets/potlatch2/potlatch2/locales/tr.swf diff --git a/public/potlatch2/locales/uk.swf b/vendor/assets/potlatch2/potlatch2/locales/uk.swf similarity index 100% rename from public/potlatch2/locales/uk.swf rename to vendor/assets/potlatch2/potlatch2/locales/uk.swf diff --git a/public/potlatch2/locales/vi_VN.swf b/vendor/assets/potlatch2/potlatch2/locales/vi_VN.swf similarity index 100% rename from public/potlatch2/locales/vi_VN.swf rename to vendor/assets/potlatch2/potlatch2/locales/vi_VN.swf diff --git a/public/potlatch2/locales/zh_CN.swf b/vendor/assets/potlatch2/potlatch2/locales/zh_CN.swf similarity index 100% rename from public/potlatch2/locales/zh_CN.swf rename to vendor/assets/potlatch2/potlatch2/locales/zh_CN.swf