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
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
LaszloEr
5c029f958e
Layer selection fixed
2018-09-01 07:16:44 +02:00
LaszloEr
b8959a7e82
Update bridge.json
2018-08-31 19:43:26 +02:00
James Kingdom
40d54f02fc
Change the filename to lowercase before matching it
...
(closes #5266 )
2018-08-31 11:33:05 -04:00
Simon Bilsky-Rollins
31d165332b
add preset for wi-fi hotspots
2018-08-31 10:27:37 -04:00
SilentSpike
67a014091b
Add preset for shop=sewing
2018-08-31 11:17:28 +01:00
Tobias
3af31e8e52
Update column.json
...
An ad-column is a round thing the way I know it and the way it is shown in the wiki (https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn ). So the direction key as preset does not make sense. There seems to be no relevant usage of this combination as well (https://taginfo.openstreetmap.org/tags/advertising=column#combinations ).
2018-08-31 07:28:59 +02:00
LaszloEr
fe6e088582
Fields and default layer for man_made:bridge
...
- Added name, bridge type, layer and maxweight fields
- default layer should be set to 1 (like it is for highway=bridge)
2018-08-31 02:19:42 +02:00
Bryan Housel
ad289e0565
v2.11.1
2018-08-29 00:55:36 -04:00
Bryan Housel
74e94b0717
npm run translations
2018-08-29 00:51:32 -04:00
Bryan Housel
8c728d727e
npm run imagery
2018-08-29 00:50:20 -04:00
Bryan Housel
8c8054b785
Better check for file extension, default to .gpx if gpx= in url
...
(closes #5253 )
2018-08-29 00:43:42 -04:00
Bryan Housel
742adaa0a8
Merge pull request #5258 from manfredbrandl/url-typo-contributing
...
Fix typo in URL (CONTRIBUTING.md)
2018-08-29 00:10:09 -04:00
Andreas Hässler
bb4ee2bf4b
Add preset for leisure=bandstand
2018-08-27 23:57:55 +02:00
Andreas Hässler
3011333ae9
Add preset for amenity=language_school
2018-08-27 23:38:48 +02:00
Manfred Brandl
c92cf982bb
Fix typo in URL (CONTRIBUTING.md)
2018-08-27 18:22:26 +02:00