Tom Hughes
8c3d16ecc4
Remove inline javascript from potlatch view
2017-02-28 20:41:22 +00:00
Tom Hughes
d13348c0ea
Remove inline javascript from user views
2017-02-27 22:51:03 +00:00
Tom Hughes
8db0548119
Remove explicit context menu width
...
Firefox and Chromium at least seem to autosize correctly based
on the actual text in use for a given locale.
2017-02-25 10:57:00 +00:00
Tom Hughes
4b43396ede
Rename 'clickable' to 'interactive' per leaflet 1.x change
2017-02-24 23:10:12 +00:00
Tom Hughes
ad0e829fc7
Enable context menu on mouse down with no shift pressed
2017-02-21 09:16:38 +00:00
Holger Jeromin
d716e4095b
Fix shift key handling in contextmenu
2017-02-19 09:45:47 +01:00
Tom Hughes
0bdf29f10b
Merge branch 'contextmenu'
2017-02-18 16:20:20 +00:00
Tom Hughes
7a0766a5e6
Apparently some fool things the colon is part of the protocol
2017-02-18 15:38:14 +00:00
Tom Hughes
b170c06d5c
Preserve protocol in standard links
2017-02-18 12:18:34 +00:00
Tom Hughes
77fee91785
Preserve protocol in short links
2017-02-18 12:08:58 +00:00
Tom Hughes
d1044674c5
Merge remote-tracking branch 'openstreetmap/pull/1439'
2017-02-16 20:31:34 +00:00
Nicolas Cornu
63fca227ca
Add line segment to each steps of GraphHopper routing
2017-02-16 21:19:55 +01:00
Nicolas Cornu
ffeddd62a8
Fix latLng from GraphHopper engine
...
latLng is an array and not a latLng object
2017-02-16 20:59:42 +01:00
Tom Hughes
8376a430b6
Allow context menu to add notes without panning the map
2017-02-12 19:19:14 +00:00
Tom Hughes
e58a5c69d3
Make context menu entries translateable
2017-02-12 19:19:14 +00:00
Tom Hughes
430978fab7
Improve context menu initialisation to avoid namespace pollution
2017-02-12 19:19:13 +00:00
Tom Hughes
043d29fd7e
Merge remote-tracking branch 'openstreetmap/pull/1030' into next
2017-02-12 15:04:50 +00:00
Tom Hughes
579e323d09
Only record a visible object if it exists
...
Fixes #1430
2017-02-08 09:54:14 +00:00
Tom Hughes
c57d2b29fc
Merge remote-tracking branch 'openstreetmap/pull/1401'
2017-02-05 13:50:07 +00:00
Tom Hughes
0ca8b0a327
Place GPS tiles in the overlayPane
2017-01-05 08:45:59 +00:00
Lars Sonchocky-Helldorf
df17b997b3
Add public gps tiles layer for debugging purposes
...
Fixes #1239
Closes #1406
2017-01-04 19:26:15 +00:00
Tom Hughes
93631482ce
Make export form send authenticity token
2017-01-02 22:50:59 +00:00
Herve Saint-Amand
b5ef2be021
Better loading of attached images
...
Got rid of that big ugly base64 blob which was only a temporary crutch anyway. Added a png file instead. Use File.read rather than File.open for a 66% reduction in verbosity.
2017-01-01 22:11:56 +00:00
Tom Hughes
69b967c9ff
Add support for Wikimedia authentication
...
Closes #1146
2016-12-20 22:32:25 +00:00
Tom Hughes
bcba0e1129
Don't collapse spaces in tag keys and values
...
Fixes #1386
2016-12-06 12:08:23 +00:00
Thomas Skowron
fe0f4543c1
Add tab icon for safari/touchbar
...
Closes #1382
2016-11-29 19:01:12 +00:00
Bryan Housel
6c3a31d06c
Update to iD v2.0.0
2016-11-15 10:16:34 -05:00
Holger Jeromin
2ed5e97356
Removed duplicate entry for turn straight
2016-11-14 08:57:16 +01:00
Holger Jeromin
c5ca0d3ac5
Fixed typo trun vs turn
2016-11-11 19:30:06 +01:00
Tom Hughes
2308e69582
Update google logo
...
Fixes #1364
2016-11-09 16:16:28 +00:00
Tom Hughes
cbff014368
Disable zoom buttons when zoom limit is reached
...
Fixes #1365
2016-11-09 16:09:32 +00:00
Tom Hughes
f6695c9079
Merge remote-tracking branch 'openstreetmap/pull/1344'
2016-10-27 11:51:36 +01:00
Mormegil
caac9a9403
Ensure IE/Edge compatibility for routing drag&drop
...
Use the DataTransfer interface properly, using the `text` format, as
IE/Edge does not support much more. We can JSON-serialize anything
there, even though right now, only a single string would be enough.
Also, IE does not support .setDragImage, so check for support prior
to calling.
Fixes #1343
2016-10-27 12:34:07 +02:00
Tom Hughes
7725cd59b4
Keep layer labels on top of the tiles in the layer switcher
...
Fixes #1334
2016-10-21 15:23:37 +01:00
Karim Osman
23c79ba2a3
Replace WordPress logo with correct version
...
See https://wordpress.org/about/logos/ for official source.
Closes #1329
2016-10-18 19:02:51 +01:00
Marco Antonio Frias Butrón
1f9857e76c
Patch classes on the locate control
...
This patches the map on the user page in the same way as the main map.
Closes #1328
2016-10-17 11:00:01 +01:00
Marco Antonio Frias Butrón
1ba7eccae6
Add cursor style on close icon
...
Without this the close icon for the routing panel doesn't change the
pointer as it isn't a link and isn't in a close-wrap container.
Closes #1327
2016-10-17 10:55:47 +01:00
Mikel Maron
bb22e23dfb
css in right place; fix structure.sql
2016-10-06 21:47:29 -04:00
Tom Hughes
6d9bddfa47
Patch classes on the locate control
...
This replaces the patching of the vendored source that we had been
doing before and which we always forget to apply after updating it.
Fixes #1306
2016-09-30 11:15:18 +01:00
Tom Hughes
a1ff77ec56
Remove z-index override from leaflet controls on small screens
...
Fixes #1305
2016-09-30 09:03:24 +01:00
Tom Hughes
f4a4632b45
Update leaflet to 1.0.0
2016-09-29 08:29:51 +01:00
Tom Hughes
ab8958bead
Centre loading icon
2016-09-26 12:37:49 +01:00
Bryan Housel
e104b53711
Remove SOTM 2016 banner, add Donation Drive 2016 Banner
2016-09-25 22:58:25 -04:00
Tom Hughes
d75c203ecf
Add thunderforest API key to embedded maps
...
Fixes #1293
2016-09-21 20:05:00 +01:00
Wille Marcel
e3357b27e6
Add banner for SotM Latam 2016
2016-09-13 14:49:40 +01:00
Tom Hughes
e0dd431e6c
Propagate API keys to minimaps in layer switcher
2016-09-08 17:35:37 +01:00
Tom Hughes
322e7142ba
Hide thunderforest layers when no API key is available
2016-09-08 17:28:54 +01:00
Tom Hughes
3eda7be919
Use an API key for thunderforest tile layers
2016-09-08 16:16:45 +01:00
Tom Hughes
9f817f8364
Set banner expiry correctly
2016-08-23 19:23:58 +01:00
Tom Hughes
31c81f108d
Set all cookies on the root path
2016-08-17 10:04:57 +01:00