Added 25 new POI icons
BIN
OsmAnd/res/drawable/g_amenity_arts_centre.png
Normal file
After Width: | Height: | Size: 600 B |
BIN
OsmAnd/res/drawable/g_amenity_bench.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
OsmAnd/res/drawable/g_amenity_courthouse.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
OsmAnd/res/drawable/g_amenity_fountain.png
Normal file
After Width: | Height: | Size: 616 B |
BIN
OsmAnd/res/drawable/g_amenity_marketplace.png
Normal file
After Width: | Height: | Size: 530 B |
BIN
OsmAnd/res/drawable/g_amenity_university.png
Normal file
After Width: | Height: | Size: 440 B |
BIN
OsmAnd/res/drawable/g_amenity_vending_machine.png
Normal file
After Width: | Height: | Size: 527 B |
BIN
OsmAnd/res/drawable/g_barrier_entrance.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
OsmAnd/res/drawable/g_food_ice_cream.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
OsmAnd/res/drawable/g_health_optician.png
Normal file
After Width: | Height: | Size: 562 B |
BIN
OsmAnd/res/drawable/g_historic_castle.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
OsmAnd/res/drawable/g_leisure_sports_centre.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
OsmAnd/res/drawable/g_money_exchange.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
OsmAnd/res/drawable/g_shop_books.png
Normal file
After Width: | Height: | Size: 514 B |
BIN
OsmAnd/res/drawable/g_shop_computer.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
OsmAnd/res/drawable/g_shop_confectionery.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
OsmAnd/res/drawable/g_shop_diy.png
Normal file
After Width: | Height: | Size: 487 B |
BIN
OsmAnd/res/drawable/g_shop_garden_centre.png
Normal file
After Width: | Height: | Size: 428 B |
BIN
OsmAnd/res/drawable/g_shop_jewelry.png
Normal file
After Width: | Height: | Size: 532 B |
BIN
OsmAnd/res/drawable/g_shop_kiosk.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
OsmAnd/res/drawable/g_shop_music.png
Normal file
After Width: | Height: | Size: 534 B |
BIN
OsmAnd/res/drawable/g_shop_pet.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
OsmAnd/res/drawable/g_shop_toys.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
OsmAnd/res/drawable/g_tourist_casino.png
Normal file
After Width: | Height: | Size: 601 B |
BIN
OsmAnd/res/drawable/g_transport_taxi.png
Normal file
After Width: | Height: | Size: 516 B |
|
@ -21,13 +21,16 @@ public class RenderingIcons {
|
|||
icons.put("airport", R.drawable.h_airport); //$NON-NLS-1$
|
||||
icons.put("alpine_hut", R.drawable.h_alpine_hut); //$NON-NLS-1$
|
||||
icons.put("amenity_court", R.drawable.h_amenity_court); //$NON-NLS-1$
|
||||
icons.put("arts_centre", R.drawable.g_amenity_arts_centre); //$NON-NLS-1$
|
||||
icons.put("atm", R.drawable.h_atm); //$NON-NLS-1$
|
||||
icons.put("bank", R.drawable.h_bank); //$NON-NLS-1$
|
||||
icons.put("bar", R.drawable.h_bar); //$NON-NLS-1$
|
||||
icons.put("beach", R.drawable.h_beach); //$NON-NLS-1$
|
||||
icons.put("bench", R.drawable.g_amenity_bench); //$NON-NLS-1$
|
||||
icons.put("biergarten", R.drawable.h_biergarten); //$NON-NLS-1$
|
||||
icons.put("bollard", R.drawable.h_bollard); //$NON-NLS-1$
|
||||
icons.put("bicycle_rental", R.drawable.h_bicycle_rental); //$NON-NLS-1$
|
||||
icons.put("bollard", R.drawable.h_bollard); //$NON-NLS-1$
|
||||
icons.put("books", R.drawable.g_shop_books); //$NON-NLS-1$
|
||||
icons.put("bus_station", R.drawable.h_bus_station); //$NON-NLS-1$
|
||||
icons.put("bus_stop_small", R.drawable.h_bus_stop_small); //$NON-NLS-1$
|
||||
icons.put("bus_stop", R.drawable.h_bus_stop); //$NON-NLS-1$
|
||||
|
@ -36,17 +39,25 @@ public class RenderingIcons {
|
|||
icons.put("camp_site", R.drawable.h_camp_site); //$NON-NLS-1$
|
||||
icons.put("car_sharing", R.drawable.h_car_sharing); //$NON-NLS-1$
|
||||
icons.put("caravan_park", R.drawable.h_caravan_park); //$NON-NLS-1$
|
||||
icons.put("casino", R.drawable.g_tourist_casino); //$NON-NLS-1$
|
||||
icons.put("castle", R.drawable.g_historic_castle); //$NON-NLS-1$
|
||||
icons.put("cave_entrance", R.drawable.h_cave_entrance); //$NON-NLS-1$
|
||||
icons.put("chair_lift", R.drawable.h_chair_lift); //$NON-NLS-1$
|
||||
icons.put("chalet", R.drawable.h_chalet); //$NON-NLS-1$
|
||||
icons.put("cinema", R.drawable.h_cinema); //$NON-NLS-1$
|
||||
icons.put("cliff", R.drawable.h_cliff); //$NON-NLS-1$
|
||||
icons.put("cliff2", R.drawable.h_cliff2); //$NON-NLS-1$
|
||||
icons.put("computer", R.drawable.g_shop_computer); //$NON-NLS-1$
|
||||
icons.put("confectionery", R.drawable.g_shop_confectionery); //$NON-NLS-1$
|
||||
icons.put("courthouse", R.drawable.g_amenity_courthouse); //$NON-NLS-1$
|
||||
icons.put("danger", R.drawable.h_danger); //$NON-NLS-1$
|
||||
icons.put("department_store", R.drawable.h_department_store); //$NON-NLS-1$
|
||||
icons.put("do_it_yourself", R.drawable.g_shop_diy); //$NON-NLS-1$
|
||||
icons.put("drinking_water", R.drawable.h_drinking_water); //$NON-NLS-1$
|
||||
icons.put("embassy", R.drawable.h_embassy); //$NON-NLS-1$
|
||||
icons.put("emergency_phone", R.drawable.h_emergency_phone); //$NON-NLS-1$
|
||||
icons.put("entrance", R.drawable.g_barrier_entrance); //$NON-NLS-1$
|
||||
icons.put("exchange", R.drawable.g_money_exchange); //$NON-NLS-1$
|
||||
icons.put("fast_food", R.drawable.h_fast_food); //$NON-NLS-1$
|
||||
icons.put("fire_station", R.drawable.h_fire_station); //$NON-NLS-1$
|
||||
icons.put("forest", R.drawable.h_forest); //$NON-NLS-1$
|
||||
|
@ -59,18 +70,24 @@ public class RenderingIcons {
|
|||
icons.put("grave_yard", R.drawable.h_grave_yard); //$NON-NLS-1$
|
||||
icons.put("guest_house", R.drawable.h_guest_house); //$NON-NLS-1$
|
||||
icons.put("florist", R.drawable.h_florist); //$NON-NLS-1$
|
||||
icons.put("fountain", R.drawable.g_amenity_fountain); //$NON-NLS-1$
|
||||
icons.put("garden_centre", R.drawable.g_shop_garden_centre); //$NON-NLS-1$
|
||||
icons.put("halt", R.drawable.h_halt); //$NON-NLS-1$
|
||||
icons.put("helipad", R.drawable.h_helipad); //$NON-NLS-1$
|
||||
icons.put("hospital", R.drawable.h_hospital); //$NON-NLS-1$
|
||||
icons.put("hostel", R.drawable.h_hostel); //$NON-NLS-1$
|
||||
icons.put("hotel", R.drawable.h_hotel); //$NON-NLS-1$
|
||||
icons.put("ice_cream", R.drawable.g_food_ice_cream); //$NON-NLS-1$
|
||||
icons.put("information", R.drawable.h_information); //$NON-NLS-1$
|
||||
icons.put("jewelry", R.drawable.g_shop_jewelry); //$NON-NLS-1$
|
||||
icons.put("kiosk", R.drawable.g_shop_kiosk); //$NON-NLS-1$
|
||||
icons.put("level_crossing", R.drawable.h_level_crossing); //$NON-NLS-1$
|
||||
icons.put("level_crossing2", R.drawable.h_level_crossing2); //$NON-NLS-1$
|
||||
icons.put("library", R.drawable.h_library); //$NON-NLS-1$
|
||||
icons.put("liftgate", R.drawable.h_liftgate); //$NON-NLS-1$
|
||||
icons.put("lighthouse", R.drawable.h_lighthouse); //$NON-NLS-1$
|
||||
icons.put("lock_gate", R.drawable.h_lock_gate); //$NON-NLS-1$
|
||||
icons.put("marketplace", R.drawable.g_amenity_marketplace); //$NON-NLS-1$
|
||||
icons.put("marsh", R.drawable.h_marsh); //$NON-NLS-1$
|
||||
icons.put("mast", R.drawable.h_mast); //$NON-NLS-1$
|
||||
icons.put("memorial", R.drawable.h_memorial); //$NON-NLS-1$
|
||||
|
@ -78,10 +95,13 @@ public class RenderingIcons {
|
|||
icons.put("mini_roundabout", R.drawable.h_mini_roundabout); //$NON-NLS-1$
|
||||
icons.put("mud", R.drawable.h_mud); //$NON-NLS-1$
|
||||
icons.put("museum", R.drawable.h_museum); //$NON-NLS-1$
|
||||
icons.put("music", R.drawable.g_shop_music); //$NON-NLS-1$
|
||||
icons.put("nr", R.drawable.h_nr); //$NON-NLS-1$
|
||||
icons.put("optician", R.drawable.g_health_optician); //$NON-NLS-1$
|
||||
icons.put("orchard", R.drawable.h_orchard); //$NON-NLS-1$
|
||||
icons.put("parking", R.drawable.h_parking); //$NON-NLS-1$
|
||||
icons.put("peak", R.drawable.h_peak); //$NON-NLS-1$
|
||||
icons.put("shop_pet", R.drawable.g_shop_pet); //$NON-NLS-1$
|
||||
icons.put("pharmacy", R.drawable.h_pharmacy); //$NON-NLS-1$
|
||||
icons.put("picnic_site", R.drawable.h_picnic_site); //$NON-NLS-1$
|
||||
icons.put("place_of_worship", R.drawable.h_place_of_worship); //$NON-NLS-1$
|
||||
|
@ -110,17 +130,22 @@ public class RenderingIcons {
|
|||
icons.put("shop_hairdresser", R.drawable.h_shop_hairdresser); //$NON-NLS-1$
|
||||
icons.put("shop_supermarket", R.drawable.h_shop_supermarket); //$NON-NLS-1$
|
||||
icons.put("slipway", R.drawable.h_slipway); //$NON-NLS-1$
|
||||
icons.put("sports_centre", R.drawable.g_leisure_sports_centre); //$NON-NLS-1$
|
||||
icons.put("spring", R.drawable.h_spring); //$NON-NLS-1$
|
||||
icons.put("station_small", R.drawable.h_station_small); //$NON-NLS-1$
|
||||
icons.put("station", R.drawable.h_station); //$NON-NLS-1$
|
||||
icons.put("subway_entrance", R.drawable.h_subway_entrance); //$NON-NLS-1$
|
||||
icons.put("taxi", R.drawable.g_transport_taxi); //$NON-NLS-1$
|
||||
icons.put("telephone", R.drawable.h_telephone); //$NON-NLS-1$
|
||||
icons.put("theatre", R.drawable.h_theatre); //$NON-NLS-1$
|
||||
icons.put("toilets", R.drawable.h_toilets); //$NON-NLS-1$
|
||||
icons.put("toys", R.drawable.g_shop_toys); //$NON-NLS-1$
|
||||
icons.put("traffic_light", R.drawable.h_traffic_light); //$NON-NLS-1$
|
||||
icons.put("highway_ford", R.drawable.h_highway_ford); //$NON-NLS-1$
|
||||
icons.put("tree", R.drawable.h_tree); //$NON-NLS-1$
|
||||
icons.put("tree2", R.drawable.h_tree2); //$NON-NLS-1$
|
||||
icons.put("university", R.drawable.g_amenity_university); //$NON-NLS-1$
|
||||
icons.put("vending_machine", R.drawable.g_amenity_vending_machine); //$NON-NLS-1$
|
||||
icons.put("viewpoint", R.drawable.h_viewpoint); //$NON-NLS-1$
|
||||
icons.put("vineyard", R.drawable.h_vineyard); //$NON-NLS-1$
|
||||
icons.put("volcano", R.drawable.h_volcano); //$NON-NLS-1$
|
||||
|
|