John Firebaugh
5aa1a2a45f
Merge pull request #2027 from mourner/master
...
Don't throttle update on hash change, fixes #2023
2013-11-26 10:29:25 -08:00
Vladimir Agafonkin
06438489fb
don't throttle update on hash change, fixes #2023
2013-11-26 20:15:14 +02:00
John Firebaugh
bf8801cf16
Fix zoom on search result clicks ( fixes #2023 )
2013-11-25 17:40:07 -08:00
Aaron Lidman
f6acacd4f0
Add zoom to search result, closes #2023
2013-11-25 17:12:11 -08:00
John Firebaugh
636692cf96
Don't console.error missing translations ( fixes #2020 )
2013-11-25 17:05:02 -08:00
John Firebaugh
6f4413f3a7
1.3.3
2013-11-22 16:47:58 -08:00
John Firebaugh
1b8efe8d93
Update translations
2013-11-22 16:44:09 -08:00
John Firebaugh
cdd9f8ba5f
Fix SVG parse errors in specs ( fixes #2012 )
2013-11-22 11:16:08 -08:00
John Firebaugh
4b3db596d7
Remove unnecessary no-op pans
2013-11-22 10:52:58 -08:00
tyr
a3d44789f6
rudimental support for providing gpx-files via urls
...
see #1965 (esp: https://github.com/systemed/iD/issues/1965#issuecomment-29045054 )
2013-11-22 13:32:08 +01:00
John Firebaugh
79b5adf106
Update osm-auth ( fixes #1904 )
2013-11-21 17:32:38 -08:00
Aaron Lidman
68626e0cee
Add phone term to telephone preset
2013-11-21 16:46:47 -08:00
John Firebaugh
c1d9799214
Merge pull request #2009 from mourner/master
...
Fix build and tests, add missing methods to lodash build
2013-11-21 15:26:04 -08:00
Vladimir Agafonkin
831f4964aa
fix build and tests, add missing methods to lodash build
2013-11-22 01:19:09 +02:00
John Firebaugh
15590525d3
Fix build
2013-11-21 14:51:52 -08:00
John Firebaugh
0b502e62df
Merge pull request #2008 from mourner/master
...
Update Lo-Dash to 2.3.0 custom build and improve panning performance
2013-11-21 14:40:22 -08:00
John Firebaugh
4831f84480
Placate jshint
2013-11-21 14:39:00 -08:00
Vladimir Agafonkin
33e88ea657
fix whitespace
2013-11-22 00:35:34 +02:00
Vladimir Agafonkin
dab1fa8eaf
don't update hash/attrib immediately on move start
...
Makes panning snappier by avoiding non-critical operations at the very
start.
2013-11-22 00:32:29 +02:00
Vladimir Agafonkin
c133ed28d2
update Lo-Dash from 1.0 to 2.3 custom build, close #2006
2013-11-22 00:32:29 +02:00
John Firebaugh
8ec53185df
Build iD.Way.areaKeys from presets
...
This eliminates the possibility that a feature will
flip from area to line when you apply a preset.
Fixes #1996
2013-11-21 13:53:06 -08:00
John Firebaugh
bc91c430a8
Add basic public_transport presets
2013-11-21 13:42:50 -08:00
John Firebaugh
6c1dfa07f2
Add military presets
2013-11-21 13:36:00 -08:00
John Firebaugh
9e6eacb698
Add embankment presets
2013-11-21 13:35:45 -08:00
John Firebaugh
d403ab9eb1
Update D3 to 3.3.10
2013-11-21 12:44:48 -08:00
Martijn van Exel
c43d915625
Reverse cardinal directions for relation member roles
2013-11-21 10:08:16 -08:00
John Firebaugh
6c3a3190fd
Update rbush
2013-11-21 09:31:59 -08:00
John Firebaugh
4c9e2a1551
Add man_made=flagpole preset ( #1985 )
2013-11-20 15:17:28 -08:00
John Firebaugh
83aafb1473
Add capacity field to a few presets ( #1991 )
2013-11-20 15:09:37 -08:00
John Firebaugh
cdb4c7e61d
Add non-searchable landuse=farmland preset
...
This is synonym of landuse=farm and I want to recognize it
but not encourage its further use.
2013-11-20 14:55:18 -08:00
John Firebaugh
fc677fe2de
Add fields to footway=crossing preset ( #1947 )
2013-11-20 09:27:10 -08:00
John Firebaugh
7d8a258be8
Fix spec
2013-11-19 12:33:21 -08:00
John Firebaugh
5f7872ba27
Bump taginfo result count to 25
2013-11-19 12:24:29 -08:00
Aaron Lidman
bf0da89925
Improved warning visibility
...
for #1973
2013-11-19 12:04:30 -08:00
John Firebaugh
3b3b57e146
Remove unnecessary building_yes preset
...
Most uses of it should have been building_area instead.
The exception is the building preset itself -- but it can
use the plain `building` field, because it will automatically
produce building=yes.
2013-11-19 11:34:32 -08:00
John Firebaugh
862248e49e
Merge pull request #1980 from tyrasd/patch-fix-delete-after-action
...
don't load parent into tree repeatedly when multiple childs are changed
2013-11-19 09:48:06 -08:00
tyr
2cf4c20a47
don't load parent multiple times into tree when multiple childs are changed
...
when an action (e.g. moving a way) caused multiple child elements
of the same parent to be changed, their parent was also loaded into
the tree multiple times during `tree.intersects()`.
this fixes #1978
2013-11-19 11:27:29 +01:00
Tom MacWright
eb700e1b7f
Merge pull request #1975 from tyrasd/preset-access-fields
...
use simple access field for some presets
2013-11-18 13:56:04 -08:00
tyr
7faaa54165
use simple access field for some presets
...
* renamed access_toilet field to access_simple
* use it also for parkings, entrances and swimming_pools
fixes #1953
2013-11-18 22:44:03 +01:00
John Firebaugh
9797d7a5d3
Merge pull request #1970 from tyrasd/master
...
update imagery
2013-11-15 08:03:56 -08:00
tyr
1269222ad0
update imagery
2013-11-15 09:44:40 +01:00
John Firebaugh
3856389a5c
1.3.2
2013-11-14 18:04:55 -08:00
John Firebaugh
110f5ef4d1
Update translations
2013-11-14 17:39:26 -08:00
John Firebaugh
f631420420
Eliminate duplicate Travel Agency preset in search
2013-11-14 16:44:19 -08:00
John Firebaugh
7a07f698e0
Update maki
2013-11-14 16:43:25 -08:00
John Firebaugh
3f99e2fd4b
Fix Disconnect of way with multiple intersections ( fixes #1955 )
2013-11-14 15:48:07 -08:00
John Firebaugh
b383bfec1f
Fix unclosed area rendering ( fixes #1958 )
2013-11-13 17:41:57 -08:00
Tom MacWright
94d756ebca
Merge pull request #1966 from tyrasd/preset-shelter
...
add preset for amenity=shelter
2013-11-13 06:21:08 -08:00
tyr
4a3fea9edd
add preset for amenity=shelter
...
http://taginfo.openstreetmap.org/tags/amenity=shelter#overview
http://wiki.openstreetmap.org/wiki/Tag%3Aamenity%3Dshelter
2013-11-12 10:11:54 +01:00
John Firebaugh
e021848a62
Update translations
2013-11-06 10:02:29 -08:00