Commit Graph

12905 Commits

Author SHA1 Message Date
Quincy Morgan ecba6ce48d Remove d3_selectAll from osmose_details.js 2020-03-22 15:14:37 -07:00
Quincy Morgan e391edcc5c Namespace various internal SVG ids under ideditor (re: #7445) 2020-03-22 14:39:40 -07:00
Quincy Morgan 1b3f4e0470 Clarify name of some military presets 2020-03-22 13:30:33 -07:00
Quincy Morgan 68c5f87adc Clarify variable name 2020-03-22 12:57:56 -07:00
Quincy Morgan 8c31b99919 Focus wikidata field input when clicking its label
Remove for/id for readonly fields
2020-03-22 12:57:38 -07:00
Quincy Morgan eed7944a1a Replace various uses of d3_select and d3_selectAll with selection on the container 2020-03-22 12:34:06 -07:00
Quincy Morgan 6b9b58a2ca Clarify railway preset names (close #7440) 2020-03-22 11:32:07 -07:00
Quincy Morgan ebc3a2c322 Remove coreContext.changes passthrough function 2020-03-22 11:06:58 -07:00
Quincy Morgan 6087aae21f Remove map convenience functions of context 2020-03-22 10:57:17 -07:00
Quincy Morgan 73d8a7f4b0 Fix code test 2020-03-21 14:32:46 -07:00
Quincy Morgan 3c0b926ec7 Replace coreContext.geometry function with a more explicit coreGraph.geometry function 2020-03-21 14:23:44 -07:00
Quincy Morgan 8439795b58 Fix lint warning 2020-03-21 13:57:17 -07:00
Quincy Morgan fac613e1dc Remove context.childNodes function 2020-03-21 13:56:11 -07:00
Quincy Morgan 5fd25601fe Convert map surface and supersurface from ids to classes 2020-03-21 13:41:06 -07:00
Quincy Morgan 4872b06a28 Randomize form field ids to thwart browser memory and help with embedding iD (close #6444) 2020-03-21 13:16:40 -07:00
Quincy Morgan dd40f3b52d Improve internet access fields somewhat (re: #7442) 2020-03-21 11:15:50 -07:00
Quincy Morgan 6e097e29e5 Merge pull request #7442 from Lukas458/2.x
adding the option "internet_access:fee=customers"
2020-03-21 10:56:09 -07:00
Lukas f954cd7921 adding the option "internet_access:fee=customers" 2020-03-21 12:31:46 +01:00
Quincy Morgan f2a687f68b Convert container from id to class 2020-03-20 15:08:56 -07:00
Quincy Morgan 371bac0aa2 Convert photoviewer from id to class 2020-03-20 14:07:09 -07:00
Quincy Morgan c893147e15 Convert some element ids to classes to avoid collisions when embedding iD 2020-03-20 13:53:17 -07:00
Quincy Morgan f625406ccc Convert some element ids to classes to avoid collisions when embedding iD
Clarify some footer class names
2020-03-20 13:43:07 -07:00
Quincy Morgan 152d89fa22 Convert some element ids to classes to avoid collisions when embedding iD 2020-03-20 13:10:39 -07:00
Quincy Morgan 32600f993f Update for new branch names 2020-03-20 11:36:26 -07:00
Quincy Morgan 72a99673a0 Revert #7428 2020-03-20 09:59:30 -07:00
SilentSpike 6a58dabf42 Update Osmose API path
Should only change one more time after this (coming out of beta).
2020-03-19 21:05:44 +00:00
Quincy Morgan 857bc3f7cd Add unsearchable power=cable preset 2020-03-18 20:16:30 -07:00
Bryan Housel 939ebb660f Merge pull request #7436 from sguinetti/2.x
Add japanese number phone format
2020-03-17 08:59:05 -04:00
Diego f88c271e31 Fix phone format 2020-03-17 07:41:44 -05:00
SilentSpike 81b2a2cd2a Update Osmose detail string access
Now supports localisation, which returns slightly different structure.
2020-03-17 12:40:38 +00:00
Quincy Morgan 1041f89716 Fix line continuing 2020-03-16 13:43:24 -07:00
Diego Sangunietti 7b4c3ec346 added japanese number
See Wikipedia: https://en.wikipedia.org/wiki/Telephone_numbers_in_Japan
2020-03-15 19:52:28 -05:00
Bryan Housel 47aaec0db6 Sanitize personal tokens from custom background imagery
(closes #6801)
2020-03-14 10:30:46 -04:00
Quincy Morgan 94c9697ee4 Update temaki to v3.20.0 (re: #7068) 2020-03-13 16:17:08 -07:00
Quincy Morgan 625c322436 Fix frozen food store preset name 2020-03-13 15:04:31 -07:00
Quincy Morgan 5ab654ebdb Merge pull request #7363 from zengchu2/issue#7297
Enable using empty string as value for tags from text area
2020-03-13 14:14:00 -07:00
Quincy Morgan 7adaa2f753 Merge branch '2.x' into issue#7297 2020-03-13 14:13:44 -07:00
Quincy Morgan c16e03b9b3 Merge pull request #7428 from openstreetmap/imagery_index
Imagery index
2020-03-13 13:50:46 -07:00
Bryan Housel 2805c55ff3 Update the custom background instructions pane to include wms 2020-03-13 16:43:04 -04:00
Quincy Morgan 9eb694faec Remove radial menu 2020-03-13 13:29:46 -07:00
Quincy Morgan dd9c30beb1 Use pointer events instead of mouse events for lasso selection (re: #5505) 2020-03-13 13:23:06 -07:00
Bryan Housel 2a28a03ca1 Add template type detection for custom sources
(closes #4977)

Before custom sources were assumed tms, now we detect wms
and guess 'EPSG:3857' projection

This commit also delays selecting the custom source in background_list.js,
because creating the background sources is promisified now might not happen
until after the UI control is created
2020-03-13 15:56:13 -04:00
Quincy Morgan de1bfe624f Replace mouse and touch events with pointer events in popover.js (re: #5505) 2020-03-13 12:34:06 -07:00
Bryan Housel 5db95d8a89 Fix source filtering for 'custom' and 'none' 2020-03-13 14:57:40 -04:00
Bryan Housel b96eccc67c Fix the domain switch test 2020-03-13 13:11:56 -04:00
Bryan Housel bdd02e5943 Fix source filtering at low zooms to include global sources 2020-03-13 12:43:11 -04:00
greenkeeper[bot] 84b65bed9c chore(package): remove Greenkeeper section 2020-03-13 11:55:00 -04:00
greenkeeper[bot] 702d6326be chore(readme): remove Greenkeeper badge 2020-03-13 11:55:00 -04:00
Quincy Morgan 19bdabd889 Don't disable default hyperlinking 2020-03-12 20:31:15 -07:00
Quincy Morgan aa127740dd Update icon for military range 2020-03-12 20:25:30 -07:00