M1dgard
41fd5e07d5
Correct coding style
2015-09-08 16:19:55 +02:00
M1dgard
9248ad7d5b
Make raw tag editor show docs for key=value ( closes #2754 )
...
instead of just key.
* Pass the value to iD.ui.TagReference in the `context` function of iD.ui.RawTagEditor
* Let iD.taginfo query the docs for the key when its callback returns false.
* Let the callback function defined inside iD.ui.TagReference return false when both of these are met:
* it isn't happy with the docs results AND
* it was called with its softfail argument set to true.
2015-09-08 12:04:19 +02:00
Bryan Housel
701731485e
Less strict polygon intersection test in findOuter ( closes #2755 )
2015-09-01 14:48:40 -04:00
Martin Raifer
6707063a53
don't try to label if centroid is undefined
...
updates fix from 09642b1e to updated d3 path.centroid return value structure (see 492215ad42 (diff-fa5fbee10216651a004363cf56fb3602L43) )
fixes #2757
refs #1180
2015-08-26 09:47:07 +02:00
Bryan Housel
1db51501a5
switch jshint to eslint ( closes #2733 )
2015-08-23 03:14:20 -04:00
Bryan Housel
df2fcb82fa
Replace 'X' with Cancel button on save panel ( closes #2378 )
2015-07-30 14:03:31 -04:00
Bryan Housel
7288806012
Add styling for ephemeral tags ( closes #2740 )
...
includes various forms of:
'proposed', 'construction', 'disused', 'abandoned', 'dismantled',
'razed', 'demolished', 'obliterated'
2015-07-28 17:18:16 -04:00
Bryan Housel
11c009ee70
Add bicycle=dismount access option ( closes #2726 )
2015-07-27 16:17:43 -04:00
Bryan Housel
bc7b78179b
Merge pull request #2681 from frewsxcv/patch-1
...
Use HTTPS if location protocol is HTTPS in iD.Connection
2015-07-17 15:01:26 -04:00
Bryan Housel
4c6b75a868
In mergeChildren(), not a conflict if child versions same
2015-07-17 10:02:21 -04:00
Bryan Housel
845999558f
Preset searching should consider tag values ( closes #2719 )
2015-07-01 13:20:23 -04:00
Bryan Housel
58cb66f472
Add highway=corridor and universal level field
...
For now, `highway=corridor`:
* styled like highway=pedestrian
* and matches 'paths' feature filter.
(closes #2687 , closes #2218 )
2015-06-30 22:02:22 -04:00
Bryan Housel
56a563d345
Use space key to toggle radial menu ( closes #2706 )
2015-06-30 17:44:25 -04:00
Bryan Housel
b785b906b4
Put success close click handler on button, not span ( closes #2717 )
2015-06-30 15:33:27 -04:00
Corey Farwell
56708858fb
Use HTTPS if location protocol is HTTPS in iD.Connection
...
Relevant to https://github.com/strava/iD/issues/5#issuecomment-109800372
2015-06-27 14:06:58 -07:00
Bryan Housel
728036be51
Don't write unsavable changes to localStorage ( closes #2705 )
2015-06-20 12:21:29 -04:00
Bryan Housel
60fdb60a8a
Refactor validations
2015-06-19 14:58:09 -04:00
Bryan Housel
ca47d2662d
Let conflict resolution restore deleted childnodes if force_local
2015-06-18 11:48:49 -04:00
Bryan Housel
ee6479ff48
During localstorage restore, fetch older version of childnode if needed
...
This together with 8398fd7 closes #2142
2015-06-18 11:47:14 -04:00
Bryan Housel
f4d93c442e
Add connection#loadEntityVersion to fetch specific version
2015-06-18 11:46:43 -04:00
Bryan Housel
8398fd7cf1
Fetch missing childnodes when restoring from localstorage
...
(see #2142 )
TODO: fetch older version if the node has been deleted.
2015-06-18 09:56:11 -04:00
Bryan Housel
4c3ebbec2b
Merge branch 'rhokbrisbane-keyboard_shortcuts'
2015-06-17 00:55:32 -04:00
Bryan Housel
d1253c6ef1
use iD.ui.cmd for fast pan and zoom shortcuts
2015-06-17 00:41:35 -04:00
Bryan Housel
a04abacf1e
Merge pull request #2694 from 1ec5/1ec5-wikipedia-url
...
Tighten up Wikipedia URL handling
2015-06-17 00:31:47 -04:00
Bryan Housel
cc9612f3ea
jshint
2015-06-15 22:51:15 -04:00
Bryan Housel
6aa4b3a873
Merge branch 'keyboard_shortcuts' of https://github.com/rhokbrisbane/iD into rhokbrisbane-keyboard_shortcuts
2015-06-15 22:32:20 -04:00
Bryan Housel
641cf98e70
Add tooltip to minimap toggle control
2015-06-15 22:28:40 -04:00
Bryan Housel
26ca610d0d
Merge branch 'add-task-outline-to-minimap' of https://github.com/rhokbrisbane/iD into rhokbrisbane-add-task-outline-to-minimap
2015-06-15 22:02:42 -04:00
Bryan Housel
fda8146972
Merge pull request #2686 from ebrelsford/cycleway-preset
...
Add cycleway preset field for highways with bike lanes
2015-06-15 21:35:03 -04:00
Eric Brelsford
95b1eb6cce
Use the cycleway's strings.options property to get options
2015-06-15 16:37:42 -04:00
Eric Brelsford
ca9dde8c33
Decide when to use cycleway itself or cycleway:*
2015-06-15 16:32:34 -04:00
Rowan Hogan
336f7420e5
Merge branch master into add-task-outline-to-minimap
2015-06-15 10:14:07 +10:00
Rowan Hogan
42c99a4400
Merge branch 'master' into keyboard_shortcuts
2015-06-15 10:12:31 +10:00
Minh Nguyễn
2d8969dbe3
Fixed test & lint errors
...
The anchor may not always be present.
2015-06-14 17:11:27 -07:00
Denys Digtiar
be1e3738f1
Error handling is added to the GPX loading callback.
...
Previously erroneous response was corrupting the GpxLayer, which could
potential corrupt the whole Map, if user were to use 'Zoom to GPX'
feature. Callback logic is wrapped in the error guard to fix this.
2015-06-14 16:46:20 -07:00
Rowan Hogan
21526aff2a
Syncs minimap toggle button and keyboard shortcut (using same method).
2015-06-15 09:38:07 +10:00
Rowan Hogan
fb34b953b8
Fix alignment of gpx on minimap when panning
2015-06-15 08:17:25 +10:00
Minh Nguyễn
cc51a2f038
Anchors in Wikipedia URLs
...
Corrected several issues with section anchors in Wikipedia URLs:
- When normalizing a pasted-in URL into a tag value, try to decode the anchor.
- Also when normalizing into a tag value, recognize variant paths such as zh.wikipedia.org/zh-hk/.
- When the tag value contains an anchor, encode it before adding it to the link.
2015-06-14 10:18:04 -07:00
Minh Nguyễn
ce101bdb02
Allow hyphens in Wikipedia subdomain
...
When recognizing a Wikipedia tag value as a URL, allow hyphens in the URL subdomain, e.g. zh-min-nan.wikipedia.org.
2015-06-14 09:30:43 -07:00
Rowan Hogan
5c860be877
Moved minimap gpx layer methods to the background gpx layer handlers
2015-06-14 12:37:37 +10:00
Rowan Hogan
bd5eb5e972
Adds minimap toggle to background menu. Also resolves CSS issue with GPX layer in minimap.
2015-06-14 11:11:56 +10:00
Rowan Hogan
adcad80950
WIP on minimap custom GPX
2015-06-13 18:18:52 +10:00
Denys Digtiar
ba4312ed80
[WIP] GPX Layer is added to the mini-map.
2015-06-13 15:27:24 +10:00
Rowan Hogan
9aa1ffa227
Adds increased zoom keyboard shortcuts.
2015-06-13 15:24:48 +10:00
Rowan Hogan
20e619ea21
Adds viewport dimension panning options (and related keyboard shortcuts).
2015-06-13 15:00:54 +10:00
Brad Parker
304ac66c5f
[WIP] attempting to add task outline gpxLayer to map_in_map
2015-06-13 12:15:57 +10:00
Pierre GIRAUD
71061a4f5e
Better look for mapillary markers
2015-06-12 16:52:20 +02:00
Bryan Housel
7b4c6d2a16
1.7.3
2015-06-10 11:43:55 -04:00
Bryan Housel
78c484a02b
Clear localstorage edits after successful save..
2015-06-10 01:21:38 -04:00
Bryan Housel
5799b7fc33
Enter Browse mode before switching API server
...
(Because if in Select mode, the selected entity will be missing
and cause an error to be thrown)
2015-06-09 23:26:36 -04:00