Bryan Housel
e331bb7f8c
Use imagery ids instead of names, update blacklist, npm run imagery
2016-11-17 14:16:52 -05:00
Bryan Housel
2448f1af1c
npm run translations
2016-11-17 13:02:40 -05:00
Bryan Housel
531a370b80
Update CHANGELOG
2016-11-17 12:56:23 -05:00
Bryan Housel
941d026b7c
Adjust max Mapillary pages fetched per zoom, min viewfield zoom
...
For performance around densely mapped areas like SF
2016-11-17 12:07:14 -05:00
Bryan Housel
82d5ade8cb
Update CHANGELOG
2016-11-16 20:57:11 -05:00
Bryan Housel
ff5372490b
Fix url parser to work with lat/lng when checking for "best" imagery
...
(closes #3586 )
2016-11-15 13:13:28 -05:00
Bryan Housel
857c54c634
npm run build to update generated en.json
2016-11-15 11:41:38 -05:00
greenkeeperio-bot
3ae228a979
chore(package): update lodash to version 4.17.1
...
https://greenkeeper.io/
2016-11-15 11:14:21 -05:00
Bryan Housel
480d6407ae
Merge pull request #3585 from Klumbumbus/master
...
update docu - use {zoom} instead of {z} for TMS URLs
2016-11-15 11:11:34 -05:00
Bryan Housel
ec29bc8fd5
Add note about authentication options url -> urlroot change
2016-11-15 11:05:21 -05:00
Klumbumbus
4d346196d0
Update core.yaml
2016-11-15 12:51:49 +01:00
Bryan Housel
b2ca60c7fe
Remember to check in mapillary-js for release builds
2016-11-15 00:51:39 -05:00
Bryan Housel
2a6fd8468b
2.0.0
2016-11-15 00:46:29 -05:00
Bryan Housel
c85a352c7f
npm run imagery
2016-11-15 00:43:13 -05:00
Bryan Housel
6828187d96
npm run translations
2016-11-15 00:37:59 -05:00
Bryan Housel
f8e022c7b4
Update ARCHITECTURE.md
...
Could use a bit more, but at least it is up to date
(closes #3234 )
2016-11-15 00:28:10 -05:00
Bryan Housel
9b7d79a3fe
Use live bound object for presets object, change context.presets() getter
2016-11-14 15:44:02 -05:00
Bryan Housel
93d50b4e87
Use live bound object for imagery array, remove context.imagery() accessor
...
Also update documentation, closes #3359
2016-11-14 11:16:45 -05:00
greenkeeperio-bot
9c8037ca4e
chore(package): update lodash to version 4.17.0
...
https://greenkeeper.io/
2016-11-14 08:14:29 -05:00
Bryan Housel
f55de9ac7d
Create source switcher in ui() loaded callback
2016-11-13 20:57:04 -05:00
greenkeeperio-bot
1fb6b2b311
chore(package): update eslint to version 3.10.0
...
https://greenkeeper.io/
2016-11-13 20:46:45 -05:00
greenkeeperio-bot
d7b11593f5
chore(package): update js-yaml to version 3.7.0
...
https://greenkeeper.io/
2016-11-13 20:46:32 -05:00
Bryan Housel
3667541b2a
Add background tooltips to label, not list item
...
(closes #3581 )
This is to avoid conflicting with the tooltip on the custom button,
which is a descendent of the list item.
2016-11-13 20:41:22 -05:00
Bryan Housel
a2933bc42d
Ensure setCustom calls clickSetSource, also update custom source datum
2016-11-13 20:34:13 -05:00
Bryan Housel
f800e5afbc
Remove unnecessary window parameter to Context
2016-11-10 15:19:03 -05:00
Bryan Housel
e606f4713f
Force utilDetect() to re-detect after setting the locale
...
(closes #3574 )
2016-11-10 15:14:27 -05:00
Bryan Housel
c46c5d94f5
Prevent imagery offset nudging buttons from getting stuck
...
(closes #3576 )
2016-11-10 14:04:03 -05:00
Bryan Housel
722eb3ae4b
perf: call geoPolygonIntersectsPolygon monomorphically to avoid deopts
2016-11-10 11:17:28 -05:00
Bryan Housel
af3db7ea36
Swap url hash map order to zoom/latitude/longitude
...
(closes #3554 )
2016-11-10 09:56:20 -05:00
Bryan Housel
02850f3c60
Show scale bar for values <1m or <1ft
...
(closes #3567 )
2016-11-09 21:56:01 -05:00
Bryan Housel
b8be480267
Tests for loadFromAPI, esp to cover retry and dispatch behaviors
2016-11-09 17:59:07 -05:00
Bryan Housel
9bf6c25bde
Clear saved rate limit error when calling reset()
2016-11-09 17:58:25 -05:00
Bryan Housel
9845f0594e
Don't rely on test side effects to init() osm service
2016-11-09 11:41:19 -05:00
Martin Raifer
10a6719ea2
add presets for tourism=information subtags
...
* guidepost
* board
* map
* office
2016-11-09 11:18:39 +01:00
Bryan Housel
82a0030ff0
Hover style for login link in status bar
2016-11-08 21:54:19 -05:00
Bryan Housel
16ada1f29a
Better error handling for common osm api error conditions
...
* if 509 Bandwidth Exceeded / 429 Too Many Requests, prompt for login
(closes #2262 )
* if 400 Bad Request / 401 Unauthorized / 403 Forbidden - logout and retry
(closes #3546 )
2016-11-08 21:43:27 -05:00
Martin Raifer
7069ca8ef7
fix info box content and crash when drawing areas while info box is open
2016-11-08 17:21:08 +01:00
greenkeeperio-bot
7d14d2b0b0
chore(package): update shx to version 0.2.0
...
https://greenkeeper.io/
2016-11-08 07:53:18 -05:00
Martin Raifer
cc599f3c03
fix undefined underscore keycode ( #3564 )
2016-11-08 12:13:31 +01:00
Bryan Housel
df1d9d5723
Update CHANGELOG
2016-11-07 17:08:34 -05:00
Bryan Housel
48621d3155
Add callback to ui() that will be called after loadLocale completes
...
(closes #3550 )
2016-11-07 17:03:33 -05:00
Bryan Housel
ac3dcdadc8
update CHANGELOG
2016-11-07 14:17:46 -05:00
Bryan Housel
20406f81ca
Merge pull request #3539 from openstreetmap/vertex-keyboard-nav
...
Add vertex keyboard navigation
2016-11-07 14:06:59 -05:00
Bryan Housel
774b3a0ccd
Add '\' key to toggle related parent, add .related class (like hover)
2016-11-07 13:44:25 -05:00
Bryan Housel
2562460962
Exit to browse mode if selected items gone, only in response to user drags
2016-11-07 11:46:38 -05:00
Bryan Housel
3ddebc9209
Update CHANGELOG
2016-11-07 01:25:21 -05:00
Bryan Housel
6b77116303
Add religious-christian icon to wayside_cross preset
2016-11-07 01:21:15 -05:00
Bryan Housel
37965f40d8
Adjust tower field labels, remove lighthouse icons
2016-11-07 01:12:14 -05:00
bkil
41b9afd507
data/presets: add construction, height and icon to mast, tower
2016-11-07 01:04:33 -05:00
bkil
4d520d4b91
data/presets/README: some typo fixes
2016-11-07 00:45:33 -05:00