Commit Graph

5559 Commits

Author SHA1 Message Date
Bryan Housel
83b324b0bb Exclude from areaKeys blacklist presets that are point/vertex only
(closes #3009)
2016-03-10 15:35:40 -05:00
Bryan Housel
58e6ac075b Return to browse mode and block ui while geolocating
(fixes #3016)
2016-03-10 11:07:52 -05:00
Bryan Housel
c5143b3125 Restore highway=unclassified to thick line rendering
(closes #3015)
2016-03-07 22:38:48 -05:00
Bryan Housel
c4fbacd625 Rename major_roads -> traffic_roads, minor_roads -> service_roads 2016-03-05 23:58:09 -05:00
Bryan Housel
3ef05cad79 Move highway=unclassified to major_roads feature filter 2016-03-05 23:31:02 -05:00
Bryan Housel
8e944683df Rename "Major Roads" -> "Traffic Roads", "Minor Roads" -> "Service Roads" 2016-03-05 23:28:38 -05:00
Bryan Housel
88670a9ccf Update release instructions 2016-03-03 13:50:54 -05:00
Bryan Housel
64dd2d67a8 1.9.1 2016-03-03 13:42:05 -05:00
Bryan Housel
8c09c18f91 make translations 2016-03-03 13:37:16 -05:00
Bryan Housel
643df21cd9 Fix selector for .layer-background opacity
(fixes #3010)
2016-03-03 13:20:20 -05:00
Bryan Housel
5cdf25ca16 Merge pull request #3012 from substack/expand-glob
Expand globs in Makefile to fix ordering issues on make >=3.82
2016-03-03 11:19:52 -05:00
James Halliday
e16f563ed8 expand globs in Makefile to fix ordering issues on make >=3.82 2016-03-02 22:18:04 -08:00
Bryan Housel
78d2d86ff7 Add context.asset for building asset filenames, use it for traffico
We were using assetMap/assetPath but only for images, and it was broken anyway
(fixes #3011)
2016-03-02 23:06:33 -05:00
Bryan Housel
745e8ee49a Run roundcoord test 2016-03-02 23:05:33 -05:00
Bryan Housel
1e97ca04a9 Run bundle install when releasing 2016-03-02 10:41:58 -05:00
Bryan Housel
f561ab3151 1.9.0 2016-03-01 17:08:47 -05:00
Bryan Housel
41ca25f029 make translations 2016-03-01 14:46:10 -05:00
Bryan Housel
723cc19fe8 make imagery 2016-03-01 13:08:10 -05:00
Bryan Housel
e7dfe3949e Fix classes of map data lists and items
(gpx layer was erroneously classed `layer-gpx` and getting `pointer-events:none`)
2016-03-01 13:06:30 -05:00
Bryan Housel
a912808d81 Fix issue with choosing gpx file 2016-03-01 13:05:52 -05:00
Bryan Housel
021ad78513 Update imagery blacklist/whitelists to match editor_layer_index
(revert of aaaf830, closes #2941)
2016-03-01 12:22:23 -05:00
Bryan Housel
c79c65fb39 Reinsert parentRelations of modified parentWays
(closes #3008)
2016-02-29 23:09:24 -05:00
John Firebaugh
a85361545d Preserve connectivity when pasting
Fixes #2584
2016-02-29 12:09:14 -05:00
Bryan Housel
4a93977f43 Merge pull request #3001 from openstreetmap/data-layer-refactor2
Data layer refactor
2016-02-27 23:10:06 -05:00
Bryan Housel
1bf90fad18 Adjust bumpy surface style to make it visible in turn restriction editor
(closes #3004)
2016-02-26 16:41:01 -05:00
Bryan Housel
a866856ec2 Cleanup turn restriction handlers when form not visible 2016-02-26 00:14:09 -05:00
Bryan Housel
34901d11b9 Remove radial menu at old position when resetting surface transform 2016-02-25 21:42:49 -05:00
Bryan Housel
a40a6fae2a Avoid sneaky subselection data inheritance 2016-02-25 16:54:52 -05:00
Bryan Housel
69bc50aafb Move data layers out of Background 2016-02-24 22:38:03 -05:00
Bryan Housel
45e4e730a8 iD.svg.Surface -> iD.svg.Layers 2016-02-24 15:41:22 -05:00
Bryan Housel
c595fdbf57 Avoid calling getComputedStyle and triggering reflows 2016-02-24 12:04:44 -05:00
Bryan Housel
80bbb44f15 Disambiguate art store, art gallery, etc. 2016-02-24 09:38:02 -05:00
Bryan Housel
1c3b69754e Merge pull request #3000 from harry-wood/patch-1
Change prefix name Art Gallery->Art Shop
2016-02-24 09:15:59 -05:00
Harry Wood
8b9fc2c8bd Change prefix name Art Gallery->Art Shop
fixes https://github.com/openstreetmap/iD/issues/2999
2016-02-24 12:19:52 +00:00
Bryan Housel
d710ed9c95 use selectAll to preserve __data__ 2016-02-24 00:54:01 -05:00
Bryan Housel
caf5ff815c Move svg into iD.svg.Surface, adjust layer names 2016-02-24 00:07:04 -05:00
Bryan Housel
ef5a47dbb2 Reset dimensions when resizing 2016-02-24 00:02:59 -05:00
Bryan Housel
9233167f52 Allow d3.dimensions to accept null to reset to current bounding rect 2016-02-23 23:58:40 -05:00
Bryan Housel
1f337aa960 Move more data layers from Background into Surface 2016-02-23 16:15:26 -05:00
Bryan Housel
a5d8e1b0cb Move gpx layer from background to surface 2016-02-22 23:31:43 -05:00
Bryan Housel
f37a809001 Make point draw function more consistent with other draw functions 2016-02-22 16:52:49 -05:00
Bryan Housel
189909f56e editor-imagery-index -> editor-layer-index 2016-02-21 21:38:07 -05:00
Bryan Housel
df53b01367 Merge pull request #2997 from kepta/debugging
Incorrect list display in CONTRIBUTION.md
2016-02-19 21:17:45 -05:00
Bryan Housel
4a13981cee Add .npmignore that doesn't ignore stuff in dist/ 2016-02-19 17:00:06 -05:00
Kushan Joshi
b744b1b931 Incorrect list display in CONTRIBUTION.md
The list inside live reload incorrectly displays the list in a single paragraph
2016-02-19 17:51:58 +05:30
Bryan Housel
6c1df37298 Move GPX, Mapillary Images, Mapillary Signs into svg namespace 2016-02-18 17:11:57 -05:00
Bryan Housel
c2760470b8 Merge pull request #2988 from kepta/2972
Adding ▶/▼ to category presets to make it clearer
2016-02-18 16:12:32 -05:00
Bryan Housel
8b3954139a Merge pull request #2990 from kepta/debugging
Live reload documentation
2016-02-18 14:29:45 -05:00
Kushan Joshi
c1fa5fdb40 Live reload documentation 2016-02-19 00:55:06 +05:30
Bryan Housel
2ed5283f65 Run make for presets 2016-02-18 13:56:52 -05:00