Bryan Housel
dcdcea9b3d
npm run build for presets
2017-11-18 10:55:28 -05:00
Bryan Housel
82b347c91b
Merge pull request #4539 from tohaklim/patch-1
...
Kiosk name update
2017-11-18 10:54:28 -05:00
tohaklim
532a5a4831
Kiosk name update
...
Wiki makes no mention of it being specifically a "news" kiosk, describing it instead as selling various things. Is this country-specific usage?
2017-11-18 15:41:30 +00:00
Bryan Housel
e67f969819
npm run build for new preset changes
2017-11-17 22:14:30 -05:00
Bryan Housel
33766f9574
Merge pull request #4535 from Vonter/master
...
added common fields for preset amenity=telephone
2017-11-17 22:12:13 -05:00
Vonter
bc70138283
added common fields for preset amenity=telephone
2017-11-16 21:55:59 +05:30
Bryan Housel
add1bac3f2
v2.5.1
2017-11-16 00:43:56 -05:00
Bryan Housel
ed1fe5e4e8
npm run translations
2017-11-16 00:24:37 -05:00
Bryan Housel
0c0ecdfcfc
Comment out some of the requestIdleCallback to fix walkthrough crash
...
(closes #4533 )
There are several issues here.. Here's a quick brain dump:
- the requestIdleCallbacks in map.js (scheduleRedraw) seem to be causing
crashiness in Firefox on fast zoom/unzoom, mousewheel, etc.. anything where
the view transform changes a lot and the redraws don't catch up.
(commented out, reverted back to lodash throttle)
- the requestIdleCallback worker queue in idle_worker.js seems to be causing
crashiness in Firefox and Chrome when exiting the walkthrough. Something about
deferring the tile parsing as the user leaves the intro has a problem.
It might be an infinite `while` loop, not sure.
(commented out, reverted back to for loop)
- the requestIdleCallback in call_when_idle.js is only used to defer
tile loading in context.loadTiles() - this one seems fine, and actually
has maybe the biggest benefit for improving performance.
(left in)
2017-11-15 22:21:40 -05:00
Bryan Housel
2962f80821
Perform eased zoom to avoid Firefox crash (and it looks nice too)
...
(closes #4421 )
2017-11-15 16:58:49 -05:00
Bryan Housel
38920b2c61
Reset temp placement variable each loop iteration
...
(closes #4473 )
Otherwise `if (p)` will have stale data and be truthy for vertices at low zoom
2017-11-15 13:47:59 -05:00
Bryan Housel
3ba25eac52
npm run build for light_rail preset
2017-11-15 12:01:41 -05:00
Bryan Housel
54d61ae8e0
Merge pull request #4531 from Vonter/master
...
added preset for railway=light_rail
2017-11-15 11:57:59 -05:00
Bryan Housel
6e0a2c1221
Don't use real filenames in the imagery_used field (for privacy)
...
(closes #4530 )
2017-11-15 11:56:32 -05:00
Vonter
9e2def3d9c
added preset for railway=light_rail
2017-11-15 21:31:29 +05:30
greenkeeper[bot]
af3b0bc1c9
chore(package): update @std/esm to version 0.15.0
2017-11-14 21:40:49 -05:00
Bryan Housel
9b705a6375
Don't call async callbacks after connection resets/switches
...
(closes #4288 )
2017-11-14 21:30:01 -05:00
Bryan Housel
91f9da0f06
Switch openstreetcam from http to https to avoid mixed content issues
...
(closes #4527 )
2017-11-14 13:42:23 -05:00
Bryan Housel
1dd437a1f2
Hide mapillary-js attribution and just handle it in iD
...
(closes #4526 )
What we were doing before was d3.selecting the attribution line and
inserting the capture date into it. This was confusing the viewer
(which updates asynchronously) so that the sitelink would never update.
To make things easier, we'll just hide the viewer's built in attribution
and construct the attribution line the way we want it.
2017-11-14 11:32:42 -05:00
Bryan Housel
8cb930a8ce
Update std/esm and rollup dependencies
2017-11-13 09:08:13 -05:00
Bryan Housel
35a9f77a63
Preserve selected entity when cancelling save mode
...
(closes #4407 )
2017-11-12 12:34:04 -05:00
Bryan Housel
2f81cd6729
Add source switcher to dist/index.html
...
(closes #4405 )
2017-11-12 11:37:53 -05:00
Bryan Housel
8d26543773
Update to rollup v0.51.3
2017-11-11 00:09:07 -05:00
Bryan Housel
2a5d7d875a
v2.5.0
2017-11-10 15:47:56 -05:00
Bryan Housel
45de21c5a5
npm run translations
2017-11-10 15:43:32 -05:00
Bryan Housel
a7f62e550a
npm run imagery
2017-11-10 15:43:04 -05:00
Bryan Housel
6d6405851e
2.5.0 changelog
2017-11-10 15:22:52 -05:00
Bryan Housel
d1a46ce623
Move "Zoom in to edit" button up to be less in the way
...
(re: #4482 )
2017-11-10 15:13:41 -05:00
Bryan Housel
e113c47835
Add government=* type field to Government Office preset
...
(closes #4517 )
2017-11-09 22:35:49 -05:00
Bryan Housel
6a44bf96a7
Change craft=sweep -> craft=chimney_sweeper
...
(closes #4510 )
2017-11-09 22:30:55 -05:00
Bryan Housel
b882ae46bb
Add code so tunnel=building_passage doesn't default to layer=-1
...
(closes #4516 )
2017-11-09 14:54:00 -05:00
Bryan Housel
bd639f2da0
Don't defer merging loaded entities into the history graph
...
(closes #4276 )
2017-11-09 14:22:53 -05:00
Bryan Housel
d53637618e
Draw selected marker big, fix draw ordering issues, fix close button
2017-11-09 11:27:36 -05:00
Bryan Housel
9dac13a915
Show only linestrings at low zooms
2017-11-08 16:46:53 -05:00
Bryan Housel
2432d2762c
Add strokes to selected/highlighted viewfields for visibility
2017-11-08 16:08:34 -05:00
Bryan Housel
0702c66834
Improve sign hover/selected, fix Mapillary viewer setup for signs layer
2017-11-08 15:30:45 -05:00
Bryan Housel
4571fd0563
Highlight selected/hovered streetview tracks, fade unselected
...
Also some code cleanups and nitpicky variable renames
More consistency in Mapillary/OpenStreetCam services
2017-11-08 00:35:44 -05:00
Bryan Housel
9fa078b4b9
Merge pull request #4507 from willemarcel/shop_agrarian
...
add shop=agrarian preset and agrarian=* field
2017-11-07 09:25:15 -05:00
Bryan Housel
0d8b90d60c
Merge branch 'openstreetcam'
2017-11-07 01:06:55 -05:00
Bryan Housel
fb063aa2c5
Render panoramic Mapillary viewfields as a sphere instead of arc
...
(closes #3154 )
2017-11-07 01:04:11 -05:00
Bryan Housel
d686766d42
Merge pull request #4499 from openstreetmap/openstreetcam
...
OpenStreetCam Support!
2017-11-07 00:09:42 -05:00
Bryan Housel
2947dcc2fb
Add tests for Openstreetcam service and Mapillary sequences
2017-11-06 23:11:00 -05:00
Bryan Housel
095dc19164
Add sequence linestrings to mapillary photo layer too
2017-11-06 21:32:03 -05:00
Bryan Housel
d44b754656
Implement sequence step forward/backward
2017-11-06 16:06:25 -05:00
Bryan Housel
5f2b257ddc
Swap clockwise/counterclockwise rotation buttons, change glyphs
2017-11-06 15:52:08 -05:00
Bryan Housel
e439ea406a
Cache sequence info, draw sequence linestrings
2017-11-06 15:48:44 -05:00
Wille Marcel
59426e8705
remove brand field from shop=agrarian preset
2017-11-06 16:43:51 -02:00
Wille Marcel
94c363abcf
add shop=agrarian preset and agrarian=* field
2017-11-06 15:08:11 -02:00
JamesKingdom
8dd7841663
Change max_age to min_age for min_age field
...
(closes #4506 )
2017-11-06 17:04:18 +00:00
Bryan Housel
eefbb68dda
Add viewer controls.. Rotation works and will cache val per sequence
2017-11-06 10:41:17 -05:00