tyr
bde045d30c
allow the rotate operation also for closed multipolygon members
...
closes #1718
2014-01-15 10:50:49 -08:00
John Firebaugh
2b64678b8f
Remove reference to nonexistent field
...
Fixes #2102
2014-01-15 10:13:38 -08:00
John Firebaugh
3f31f7a85a
Merge pull request #2097 from tyrasd/patch-self-referencing-relations
...
protect against relation loops, part 2.
2014-01-10 11:19:06 -08:00
tyr
b71c98cfca
protect against relation loops, part 2. fixes #2096
2014-01-10 11:12:10 +01:00
John Firebaugh
b1bffb5037
Minor en.json update that got missed
2014-01-08 18:12:34 -08:00
John Firebaugh
949280b736
1.3.5
2014-01-08 17:59:26 -08:00
John Firebaugh
dc41ed196d
Update imagery
2014-01-08 17:59:26 -08:00
John Firebaugh
4b9b0081f7
Update translations
2014-01-08 17:59:25 -08:00
John Firebaugh
4aac953b03
Add imagery update step to RELEASING
2014-01-08 17:59:25 -08:00
John Firebaugh
1561c366be
Update OSM.org links
2014-01-08 16:29:00 -08:00
John Firebaugh
ab8a4ffd7b
Update GitHub links
2014-01-08 16:14:28 -08:00
John Firebaugh
e59d24ed3e
Merge pull request #2089 from mourner/better-hover
...
Better hover experience
2014-01-08 13:26:56 -08:00
John Firebaugh
7352c2ec4f
Merge pull request #2090 from mourner/transform
...
Dry up code for CSS transforms
2014-01-08 12:45:02 -08:00
Vladimir Agafonkin
fc92f34eab
dry up code for CSS transforms
2014-01-08 19:55:27 +02:00
John Firebaugh
016676c361
Merge pull request #2088 from mourner/master
...
Fix data flash when panning, close #2082
2014-01-08 09:37:03 -08:00
Vladimir Agafonkin
92e9b0cbbb
throttle hover for less epileptic experience and better perf
...
Otherwise the sidebar flashes so fast that it makes no sense while
distracting the user and lagging due to heavy sidebar construction.
2014-01-08 19:32:31 +02:00
Vladimir Agafonkin
1ca0282c99
avoid excessive tooltip show/hide with mouseenter/leave
2014-01-08 19:32:31 +02:00
Vladimir Agafonkin
5aba78fd15
fix data flash when panning, close #2082
...
Layers that get opacity should be HW-composited like supersurface,
otherwise it flickers when panning. Should in theory improve
performance as well.
2014-01-08 18:24:22 +02:00
Aaron Lidman
c88bafe9ab
Update name suggestions
2014-01-06 23:53:53 -05:00
John Firebaugh
089924ac38
Remove unused variable
2014-01-06 16:26:55 -08:00
John Firebaugh
4bf21cbc8a
Restore deleted nodes that are discovered to have extant parents
...
This bug has existed since 1.0!
Fixes #2085
2014-01-06 16:23:15 -08:00
John Firebaugh
354ef9df44
Clock preset
2014-01-03 13:31:02 -08:00
John Firebaugh
3e2968310b
Ensure "New Relation..." is always available ( fixes #2066 )
2014-01-03 13:00:36 -08:00
John Firebaugh
a6a6cd77f9
Placate jshint
2014-01-03 12:51:33 -08:00
John Firebaugh
d381812f96
Add area=yes when necessary
...
Example: highway=pedestrian areas.
Fixes #2069
2014-01-03 12:46:50 -08:00
John Firebaugh
5f8c02fddc
Suppress radial menu when clicking warning ( fixes #2035 )
2014-01-02 17:47:55 -08:00
John Firebaugh
7bbca76a20
Protect against relation loops ( fixes #2072 )
2014-01-02 17:42:57 -08:00
John Firebaugh
4ce9bedb9c
Correct arrow direction on drawn segment ( fixes #2078 )
2014-01-02 17:36:23 -08:00
John Firebaugh
532612a261
Don't let mouseover trigger during fade out
2014-01-02 16:08:44 -08:00
John Firebaugh
49a4385dc9
Add rest area and service area presets
...
Fixes #2074
2014-01-02 14:50:37 -08:00
oddityoverseer13
e95abff08e
Added preset for veterinary
2014-01-02 16:21:54 -05:00
tyr
a8184afff2
fix geocode result classifications
...
use nominatim's "class" property instead of "type" for result
classifications when "type" is "yes". Happens for "bridge"s,
"tunnel"s, etc.
2014-01-02 16:21:54 -05:00
tyr
8535bbc57c
improve railway presets
...
* add preset for funiculars
* add preset for narrow gauge railways
* add gauge field to some railway presets
* add "electrified" field to some railway presets
2014-01-02 16:21:54 -05:00
Aaron Lidman
383023f4c1
Don't upload tags with empty values
2014-01-02 15:03:21 -05:00
John Firebaugh
308944b8fe
Merge pull request #2071 from eliasp/doc-modes
...
Updated documentation/screenshot for "modes"
2013-12-26 09:05:45 -08:00
Elias Probst
b3c48a9bf8
Updated the documentation wrt the 3 modes toolbar element.
...
The modes toolbar element previously contained another fourth button
for the "Browse" mode, which was dropped.
2013-12-25 19:12:29 +01:00
Elias Probst
a84a009f7d
Updated screenshot of editing modes buttons.
...
This element only contains now 3 modes (point, line, area), the separate
button for selecting elements was dropped.
2013-12-25 19:08:11 +01:00
John Firebaugh
c88e8d77f0
Merge pull request #2063 from bhousel/add_tunnel_to_waterway
...
add "Tunnel" field for waterways.
2013-12-18 09:17:30 -08:00
Bryan Housel
7c8322c65e
add "Tunnel" field for waterways.
2013-12-18 01:23:46 -05:00
Aaron Lidman
b7fdfcad54
Update suggestions and suggestion presets
...
Lots of resorting because we're using js with osmium now, which seems to sort thing differently.
2013-12-15 18:27:44 -05:00
John Firebaugh
e1ad10a46d
Merge pull request #2056 from cschwarz/search-improvements
...
Adds support for ids and locations as search input
2013-12-15 11:55:41 -08:00
John Firebaugh
5405519c1d
Merge pull request #2060 from MaltaProject/Craft
...
Added craft presets
2013-12-14 12:06:15 -08:00
MaltaProject
b8c644c13e
Removed Searchability of duplicate craft tags
2013-12-13 17:39:44 -04:00
MaltaProject
f1cceceec7
Added craft presets
2013-12-13 16:07:31 -04:00
Christian Schwarz
aa3563c4c1
Added selection support for ids and locations with return key
2013-12-13 11:08:25 +01:00
Christian Schwarz
8eeb47d1a6
Fixed mouseover if item is a location result
2013-12-13 11:05:58 +01:00
John Firebaugh
af82bbb7ef
Merge pull request #2055 from MaltaProject/Doctors
...
Added Preset for Doctors, Clinic, & Dentists
2013-12-12 12:14:31 -08:00
MaltaProject
b2da3c7ee6
Added source files
2013-12-12 16:07:12 -04:00
Christian Schwarz
5aede6f323
Added support for ids and locations as search input
...
e.g.:
n123
w456
r789
48.123 16.456
2013-12-12 21:02:46 +01:00
MaltaProject
7d76ab1005
Added Doctor/Dentist/Clinic Presets
2013-12-12 16:02:43 -04:00