Manfred Brandl
011f351bb7
do not mention wiki.openstreetmap.org
2017-11-22 11:16:55 -08:00
Manfred Brandl
9a921b72a9
add_line instead of errorneous sadd_line
2017-11-22 11:16:54 -08:00
Manfred Brandl
13ccad0241
correct typos
2017-11-22 11:16:54 -08:00
Manfred Brandl
16c3a96777
improve relations
2017-11-22 11:16:54 -08:00
Manfred Brandl
05df663783
Add List of Icons & Tools
2017-11-22 11:16:54 -08:00
Manfred Brandl
365290669d
remove duplicate key geolocate
2017-11-22 11:16:54 -08:00
Manfred Brandl
84ac7df859
add icons and tools
2017-11-22 11:16:54 -08:00
Manfred Brandl
6a711552e4
Remove other editors
2017-11-22 11:16:54 -08:00
Manfred Brandl
ff1a983a14
New help texts
2017-11-22 11:16:54 -08:00
Bryan Housel
710a075a90
When deleting final nodes from a way, pan to final node's location
...
(closes #4541 )
2017-11-20 16:16:33 -05:00
Bryan Housel
855c6d5c2f
Add preset for route=subway relation
...
(closes #4548 )
2017-11-20 15:03:33 -05:00
Bryan Housel
719638fb07
Add a few icons, including route=piste, route=subway
...
(closes #4355 )
2017-11-20 14:57:43 -05:00
Bryan Housel
73c231a73a
Add preset for piste route relation
2017-11-20 09:20:01 -05:00
Bryan Housel
3b3ce09906
Add route=light_rail relation route preset
...
(closes #4538 )
2017-11-19 23:20:00 -05:00
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