diff --git a/draganddrop.json b/draganddrop.json index 665dd2794..c5ec0b94e 100644 --- a/draganddrop.json +++ b/draganddrop.json @@ -7,5 +7,53 @@ name: "Pub", icon: "pub.png", tags: "amenity=pub" + }, { + name: "Bus stop", + icon: "bus_stop.png", + tags: "highway=bus_stop" + }, { + name: "Pub", + icon: "pub.png", + tags: "amenity=pub" + }, { + name: "Fast food", + icon: "fast_food.png", + tags: "amenity=fast_food" + }, { + name: "Gate", + icon: "gate.png", + tags: "barrier=gate" + }, { + name: "Cycle parking", + icon: "parking_cycle.png", + tags: "amenity=bicycle_parking" + }, { + name: "Parking", + icon: "parking.png", + tags: "amenity=parking" + }, { + name: "Post box", + icon: "post_box.png", + tags: "amenity=post_box" + }, { + name: "Recycling", + icon: "pub.png", + tags: "amenity=recycling" + }, { + name: "Restaurant", + icon: "pub.png", + tags: "amenity=restaurant" + }, { + name: "School", + icon: "school.png", + tags: "amenity=school" + }, { + name: "Station", + icon: "station.png", + tags: "railway=station" + }, { + name: "Telephone", + icon: "telephone.png", + tags: "amenity=telephone" } ] diff --git a/icons/bus_stop.png b/icons/bus_stop.png new file mode 100755 index 000000000..989e9c382 Binary files /dev/null and b/icons/bus_stop.png differ diff --git a/icons/fire_station.png b/icons/fire_station.png new file mode 100755 index 000000000..897c526fc Binary files /dev/null and b/icons/fire_station.png differ diff --git a/icons/gate.png b/icons/gate.png new file mode 100644 index 000000000..b33e55625 Binary files /dev/null and b/icons/gate.png differ diff --git a/icons/parking.png b/icons/parking.png new file mode 100755 index 000000000..a2675d018 Binary files /dev/null and b/icons/parking.png differ diff --git a/icons/place.png b/icons/place.png new file mode 100644 index 000000000..488218c07 Binary files /dev/null and b/icons/place.png differ diff --git a/icons/post_box.png b/icons/post_box.png new file mode 100755 index 000000000..8690ebb6e Binary files /dev/null and b/icons/post_box.png differ diff --git a/icons/recycling.png b/icons/recycling.png new file mode 100755 index 000000000..aa613d510 Binary files /dev/null and b/icons/recycling.png differ diff --git a/icons/station.png b/icons/station.png new file mode 100755 index 000000000..1e198259e Binary files /dev/null and b/icons/station.png differ diff --git a/icons/telephone.png b/icons/telephone.png new file mode 100755 index 000000000..c2a2d6242 Binary files /dev/null and b/icons/telephone.png differ diff --git a/js/iD/ui/DragAndDrop.js b/js/iD/ui/DragAndDrop.js index 2c20cb240..34d68ae90 100644 --- a/js/iD/ui/DragAndDrop.js +++ b/js/iD/ui/DragAndDrop.js @@ -44,7 +44,7 @@ declare("iD.ui.DragAndDrop", null, { var row; for (var i=0; i