Commit Graph

8672 Commits

Author SHA1 Message Date
Bryan Housel 3440b5523c Use ⌘F to focus the feature search box
(closes #4545)
2017-12-06 01:19:02 -05:00
Bryan Housel c6ab9e593d Flash message if drag not allowed because of a hidden connection
(closes #4493)
2017-12-06 00:11:42 -05:00
Bryan Housel f247bd1e66 Move icon code into uiFlash, default flash icon to icon-no
Previously it was up to the caller to draw whatever they want into the
footer flash.  With this change, uiFlash creates an icon and a text, so
the caller doesn't need to do as much work.
2017-12-05 23:41:34 -05:00
Bryan Housel 5e19c936f0 Avoid deferred fetching of OSM tiles at low zooms or with layer disabled
(closes #4572)
2017-12-05 14:36:12 -05:00
Bryan Housel 4140535470 Add preset for landuse=greenhouse_horticulture
(closes #4571)

Also adjust matchScores so that odd or generic presets like this one sort lower
2017-12-05 13:59:02 -05:00
Bryan Housel 6920e08737 Don't show building=mosque as house icon
(closes #4586)
2017-12-05 13:46:40 -05:00
Bryan Housel 83f135f2ba Recycling Center / Recycling Container preset cleanups
(closes #4569)
2017-12-05 13:37:13 -05:00
Bryan Housel b29cc88f36 Add Retail Building to buildings, switch Commercial icon to suitcase
(closes #4590)
2017-12-05 11:38:40 -05:00
greenkeeper[bot] 5b6d645e6d chore(package): update @std/esm to version 0.18.0 2017-12-05 11:15:53 -05:00
greenkeeper[bot] c05146d55a chore(package): update rollup to version 0.52.1 2017-12-05 11:15:24 -05:00
greenkeeper[bot] fa629956e5 chore(package): update mapillary-js to version 2.10.0 2017-12-05 11:15:03 -05:00
Bryan Housel a8d0aae61f Merge pull request #4585 from openstreetmap/pt_v2
Update transit presets for Public Transport v2 schema
2017-12-05 00:36:24 -05:00
Bryan Housel 8ac87f755e Use new icons for the public_transport presets 2017-12-05 00:25:35 -05:00
Bryan Housel 8b1ddb7724 Update public transport icons 2017-12-04 23:55:10 -05:00
Bryan Housel fef19bc954 Split public_transport=platform presets for line vs area/point
This is done so that the linear presets can have an icon that looks
more like a footway/sidewalk, to encourage people to use them that way
and connect them to the pedestrian network.
2017-12-03 14:05:13 -05:00
Bryan Housel 4caed18118 Add public_transport=stop_area relation preset 2017-12-03 14:04:50 -05:00
Bryan Housel 15ffc20424 Merge pull request #4584 from lucymk/master
Changed tourist attraction icon from monument to star
2017-12-03 09:47:54 -05:00
Bryan Housel c83eddff10 Update transit presets for Public Transport v2 schema
(closes #3041)
(closes #3508)
(closes #4566)
2017-12-02 18:03:44 -05:00
Lucy King 997a6a2ae7 Changed tourist attraction icon from monument to star 2017-12-02 12:29:52 +00:00
Bryan Housel efc4f6c88c Mark office=administrative as non-searchable
(closes #4578)
2017-12-01 16:06:22 -05:00
Bryan Housel e73ae29b02 Add an antenna icon for monitoring station 2017-12-01 15:55:23 -05:00
Bryan Housel 36f9ec85a4 Fix misspellings and make sure files have a .json extension 2017-12-01 15:40:14 -05:00
abdeldjalil09 ac442d5a7f preset for man_made=monitoring_station (#4581)
Squashed:
* Create monitoring_station
* Update presets.yaml
* Create monitoring_multi
* Update fields.json
* Update en.json
* Update monitoring_multi
* Update en.json
2017-12-01 15:13:20 -05:00
greenkeeper[bot] cce27c9643 fix(package): update marked to version 0.3.7 2017-12-01 15:09:57 -05:00
Bryan Housel d310cee83b Merge pull request #4573 from grischard/imageoptim
Optimised images.
2017-12-01 15:05:26 -05:00
Bryan Housel 50c1b58bda Added saturation slider, simplify code, improved sharpen parameters 2017-11-30 23:24:55 -05:00
Bryan Housel 53225f08ec more tweaks to unsharp mask 2017-11-30 16:19:06 -05:00
Bryan Housel b1efcf83b2 Add Sharpness slider 2017-11-30 08:50:32 -05:00
Bryan Housel 2946774e60 WIP: Add unsharp-mask filter layer to sharpen background imagery 2017-11-30 01:56:23 -05:00
Bryan Housel d24e2663f2 Replace confusing opacity buttons with opacity slider 2017-11-29 17:02:13 -05:00
Guillaume RISCHARD 668dcb60c2 Optimised images in dist/ 2017-11-29 16:24:39 +01:00
Bryan Housel 17809545c6 Ensure only one pane shown at a time, remove unnecessary handlers 2017-11-28 23:21:52 -05:00
Bryan Housel 2e2dd5f025 Larger headings on Map Data and Background panes 2017-11-28 22:49:46 -05:00
Bryan Housel 61bb9d968d Restyle uiDisclosures, larger text, svg expand/contract icon 2017-11-28 21:33:46 -05:00
Bryan Housel d7e8625d6b Use uiDisclosure for background pane subsections, move brightness 2017-11-28 15:06:19 -05:00
Bryan Housel 5a9749c516 Fix bug that caused clicking a uiDisclosure to change the url
(closes #4570)
2017-11-27 23:42:02 -05:00
Bryan Housel 385297d993 Use uiDisclosure for data pane subsections 2017-11-27 22:05:02 -05:00
Bryan Housel 34cdab9197 uiDisclosure now handles expanded state in localStorage
Now all the places that use a uiDisclosure won't have to do that
2017-11-27 17:13:57 -05:00
Bryan Housel d2c70938f6 Wrap offset control in uiDisclosure, fix event handling on input field
(closes #4553)
2017-11-27 13:54:32 -05:00
Bryan Housel 857a1c4821 Refactor offset control into separate uiBackgroundOffset module 2017-11-27 12:03:14 -05:00
Bryan Housel 71361c7866 Bump @std/esm version to v0.17.2 2017-11-27 09:39:46 -05:00
greenkeeper[bot] c879a9ee5d chore(package): update rollup to version 0.52.0 2017-11-27 09:09:49 -05:00
Bryan Housel 52f25e4ba9 npm run build 2017-11-27 09:03:34 -05:00
Bryan Housel 674d0ce1c5 Merge pull request #4568 from tastrax/master
Remove default building=yes for marketplace preset
2017-11-27 08:59:58 -05:00
tastrax 90ed011e37 Remove the default building=yes for marketplace preset #4559 2017-11-27 18:16:24 +11:00
tastrax 829b932995 Merge remote-tracking branch 'refs/remotes/openstreetmap/master' 2017-11-27 18:10:13 +11:00
Bryan Housel c0040f3cd6 Add caseSensitive option for combofields, use for source=*
(closes #4558)
2017-11-26 19:30:19 -05:00
Bryan Housel cfa1759367 Add scroll zooming support to the OpenStreetCam viewer
(closes #4561)
2017-11-25 00:11:16 -05:00
Bryan Housel 0f9712b380 Update rollup to v0.51.8 2017-11-25 00:11:04 -05:00
greenkeeper[bot] 680af26bf0 chore(package): update d3 to version 4.12.0 2017-11-24 20:12:53 -05:00