Quincy Morgan
cd8be8b5b4
Adds presets for Traffic Sign, Speed Limit Sign, and City Limit Sign, each with point/vertex variants to account for different direction fields
...
Makes the maxspeed field compatible with node entities
2018-09-26 19:35:44 -07:00
Bryan Housel
85383c314d
Change "Pavilion" from an amenity=shelter to a building=pavilion
...
(closes #5325 )
https://wiki.openstreetmap.org/wiki/Tag:building%3Dpavilion
2018-09-23 11:13:41 -04:00
Bryan Housel
7eef25ce70
Merge pull request #5322 from openstreetmap/greenkeeper/mapillary-js-2.13.0
...
Update mapillary-js to the latest version 🚀
2018-09-21 09:33:34 -04:00
greenkeeper[bot]
c39876208f
chore(package): update mapillary-js to version 2.13.0
2018-09-20 13:35:59 +00:00
Bryan Housel
6dde807c5c
Update to svg-sprite v1.5.0
2018-09-19 01:39:37 -04:00
Bryan Housel
f3c4eac812
Merge pull request #5316 from quincylvania/add-flagpole-preset-fields
...
Adds fields to the Flagpole preset
2018-09-18 10:23:39 -04:00
Bryan Housel
ed52922d89
Merge pull request #5310 from quincylvania/scuplture-statue-mural-presets
...
Adds Sculpture, Statue, and Mural presets
2018-09-18 10:21:56 -04:00
Quincy Morgan
053c24eca7
Adds the reference property to the Sculpture, Statue, and Mural presets
2018-09-17 16:53:30 -07:00
Quincy Morgan
5b482d1ad4
Renames and moves flag_type.json preset field file to flag/type.json
2018-09-17 16:44:21 -07:00
Quincy Morgan
d509649458
Merge branch 'master' into add-flagpole-preset-fields
2018-09-17 16:40:30 -07:00
greenkeeper[bot]
73e70ef6f4
fix(package): update lodash-es to version 4.17.11
2018-09-17 08:52:47 -04:00
greenkeeper[bot]
f8d6a30260
chore(package): update rollup to version 0.66.0
2018-09-17 08:51:42 -04:00
Bryan Housel
1bf77fa1c7
Merge pull request #5303 from quincylvania/historic_wreck_preset
...
Adds a Shipwreck preset for the historic=wreck tag
2018-09-17 08:43:02 -04:00
Quincy Morgan
abdcf19773
Adds the vertex geometry type to the Flagpole preset
2018-09-16 20:32:43 -07:00
Quincy Morgan
6e7b34d39a
Adds the Operator, Country, Lit, Height, and new Flag Type fields to the Flagpole preset
2018-09-16 20:26:41 -07:00
Quincy Morgan
2ddb011d09
Adds Sculpture, Statue, and Mural presets
...
Adds a universal Material field
2018-09-15 16:34:36 -07:00
Quincy Morgan
e7c57f9e6f
Adds a Shipwreck preset for the historic=wreck tag
...
Adds wreck Category, Date Sunk, and Visible at High/Low Tide fields
2018-09-08 10:38:09 -07:00
Bryan Housel
c87eec7314
Merge pull request #5297 from quincylvania/basic-seamarks
...
Adds basic seamark presets
2018-09-08 10:19:28 -04:00
Bryan Housel
f98229693e
Merge pull request #5301 from quincylvania/pool-location-and-length-fields
...
Adds Location and Length fields to the Swimming Pool preset
2018-09-07 22:09:42 -04:00
Quincy Morgan
5a6744b2dc
Adds a Type combo field to the Swimming Pool preset for the swimming_pool key
2018-09-07 18:42:21 -07:00
Quincy Morgan
03fc4580f2
Adds Location and Length fields to the Swimming Pool preset
2018-09-07 17:09:38 -07:00
Bryan Housel
0737499b7b
Show bottom border for tablists for improved accessibility
2018-09-07 09:35:16 -04:00
Bryan Housel
b75e32bb1b
Add preset for Parcel Pickup Locker
...
(closes #5260 )
2018-09-06 15:28:37 -04:00
Bryan Housel
a6b3265189
Don't chapter.reset() on change while drawing
...
(closes #5295 )
The cause of this crash was:
- when cancelling a line, `drawWay.cancel()` needs to clean up old edits.
- it does this by looping `context.pop()` them off history until they are gone
- each `context.pop()` dispatches a 'change' event
- if we reset the chapter on one of these change events, it throws away the
graph, and `drawWay.cancel()` can't finish what it's doing
2018-09-06 14:32:26 -04:00
Bryan Housel
f347346e70
Variable cleanups in intro
2018-09-06 14:32:09 -04:00
Bryan Housel
eba115803a
Variable cleanups in behavior and modes
2018-09-06 09:50:26 -04:00
Bryan Housel
10c995552a
Add more icons to presets that did not have a suitable one
2018-09-06 00:18:27 -04:00
Bryan Housel
629ee53db2
Upgrade fontawesome libraries
2018-09-05 23:03:24 -04:00
Bryan Housel
ba5a26ab69
Merge pull request #5293 from quincylvania/lean-to-and-gazebo-presets
...
Creates Lean-To and Gazebo presets for the shelter_type tag
2018-09-05 22:35:42 -04:00
Quincy Morgan
80ea090397
Adds presets: Seamark (unsearchable generic), Channel Buoy, Green Buoy, Red Buoy, Channel Beacon, Danger Beacon, Mooring
...
Adds universal Seamark type field to Seamark preset
Adds Category, Colour, Shape, and System fields to buoy and Channel Beacon presets
Adds Shape field to Danger Beacon preset
Adds Category field to Mooring preset
2018-09-05 19:07:41 -07:00
Quincy Morgan
5601dcf9ce
Nests Pavilion, Gazebo, and Lean-To presets under amenity/shelter/
...
Removes the Fireplace field from the Lean-To preset
2018-09-05 16:00:32 -07:00
Quincy Morgan
ed22cb404a
Creates Lean-To and Gazebo presets for the shelter_type tag
...
Creates a Fireplace checkmark field and adds it to the Lean-To and Wilderness Hut presets
2018-09-04 22:25:50 -07:00
Bryan Housel
4c2ad801fc
Add "connection" to piste:type=* option list
...
(closes #5268 )
2018-09-04 18:27:08 -04:00
Bryan Housel
a50ab3a22f
Also remove the layer tag when un-setting the bridge preset
2018-09-04 18:23:52 -04:00
Bryan Housel
64820a6dfb
Merge pull request #5269 from LaszloEr/patch-1
...
Fields and default layer for man_made:bridge
2018-09-04 17:54:31 -04:00
Bryan Housel
3569b5af13
More consistency between dance, music, driving, dance school presets
2018-09-04 17:43:30 -04:00
Bryan Housel
71592f3c72
Treat multicombo values other than 'no' and '' as if they are set
...
And don't set a multicombo value to 'yes' if it already has a non-'no' value
(closes #5291 )
2018-09-04 17:31:46 -04:00
Bryan Housel
91872d72f8
Code formatting, replace regex match with test
...
(minor point, but `test` is much faster when you just want a boolean result)
2018-09-04 16:16:34 -04:00
Bryan Housel
8e6ae18c26
Add languages: multiselect combo to Language School preset
2018-09-04 15:47:39 -04:00
Bryan Housel
faae4a7c84
Merge branch '5245-language-school-preset' of https://github.com/AndreasHae/iD into AndreasHae-5245-language-school-preset
2018-09-04 14:26:16 -04:00
Bryan Housel
85d5c67980
Add building_area field to bandstand preset
...
(re: https://github.com/openstreetmap/iD/pull/5262#issuecomment-418441439 )
2018-09-04 14:17:31 -04:00
Bryan Housel
e1ac522505
Merge pull request #5262 from AndreasHae/5259-bandstand-preset
...
Create preset for leisure=bandstand
2018-09-04 12:55:24 -04:00
Bryan Housel
93e59d4b38
Merge pull request #5267 from SilentSpike/sewing-shop
...
Add preset for shop=sewing
2018-09-04 12:36:45 -04:00
Bryan Housel
46fc0174f4
Add presets for highway=milestone and waterway=milestone
...
(closes #5284 )
2018-09-04 12:08:45 -04:00
Bryan Housel
95b934dff0
Merge pull request #5270 from tordans/patch-3
...
Update column.json
2018-09-04 11:34:21 -04:00
Bryan Housel
d83533674e
Merge pull request #5288 from quincylvania/swimming-pool-lit-default
...
Shows the Lit field by default for the Swimming Pool preset
2018-09-04 09:55:35 -04:00
Quincy Morgan
b9725794ad
Shows the Lit field by default for the Swimming Pool preset
...
Adds "aquatics" as a search term for the Swimming Pool preset
2018-09-03 18:51:06 -07:00
Bryan Housel
a992d016ad
Show OpenTopoMap
...
(closes #5277 )
2018-09-02 13:54:14 -04:00
James Kingdom
343012c2e5
Merge pull request #5251 from simonbilskyrollins/wifi-preset
...
Add preset for wi-fi hotspots
2018-09-01 21:36:41 +01:00
Tobias Jordans
c73b8081e3
Run npm for column-preset-update
...
See 3af31e8
2018-09-01 07:42:59 +02:00