16273 Commits

Author SHA1 Message Date
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
Bryan Housel 8bc55e5360 Merge pull request #2996 from HolgerJeromin/patch-1
Post office should have opening_hours instead collection_times
2016-02-18 13:53:55 -05:00
Holger Jeromin b1de877ca8 Post office should have opening_hours instead collection_times 2016-02-18 19:48:57 +01:00
Bryan Housel 66ab5ff565 Merge pull request #2993 from kepta/svg-icon
Addition of more visual cue to Rail icons
2016-02-18 13:42:20 -05:00
Bryan Housel aa0416f0d5 Merge pull request #2983 from zbycz/patch-2
README: correct wrong path
2016-02-18 09:10:41 -05:00
Kushan Joshi c788b4957a Addition of more visual cue to Rail icons
(closes #2967)
2016-02-18 19:16:17 +05:30
Pavel Zbytovský e83996d357 README: correct wrong path 2016-02-18 10:41:16 +01:00
Bryan Housel 352dedcf4d Add traffico files 2016-02-17 13:10:00 -05:00
Bryan Housel 5ccb357d2e remove traffico submodule 2016-02-17 13:09:25 -05:00
Bryan Housel 0a238dbfcc Load traffico stylesheet dynamically 2016-02-17 12:03:51 -05:00
Bryan Housel 2eca4da18c Change taginfo to service in dist/index.html 2016-02-17 11:45:30 -05:00
Bryan Housel d45613bef5 Use access=yes instead of access=public for toilets
(closes #2576)
2016-02-16 23:49:53 -05:00
Bryan Housel 6b2a69282e Rename "Track" -> "Unmaintained Track Road" and add terms 2016-02-16 23:21:00 -05:00
Bryan Housel 9594e1c3a2 Merge branch 'two-track' of https://github.com/naturalatlas/iD into naturalatlas-two-track 2016-02-16 23:01:00 -05:00
Bryan Housel dd9e399971 Merge pull request #2984 from openstreetmap/phantomjs-2
Test with phantomjs 2.1 and mocha-phantomjs-core
2016-02-16 22:35:22 -05:00
Bryan Housel a908c6722b Merge pull request #2720 from openstreetmap/mapillary-streetsigns2
Mapillary street signs
2016-02-16 16:52:30 -05:00
Bryan Housel 3ad9c29a35 Add test coverage for mapillary service 2016-02-16 15:59:28 -05:00
Bryan Housel 7d0d7e0309 Avoid passing context to mapillary service 2016-02-16 15:54:14 -05:00
Bryan Housel 5957adb67d Dynamically check for existence of Mapillary service
This allows us to
1. enable specific parts of Mapillary only for certain browsers
2. remove the Mapillary service completely if desired (closes #2722)

To remove Mapillary, just set `iD.services.mapillary = null`
or remove the <script> tag that loads mapillary.js.
2016-02-15 16:16:44 -05:00
Prayag Verma 9f56a6e40b Fix a typo
`maintenence` → `maintenance`
2016-02-14 13:57:29 +05:30
Bryan Housel ff5139fc58 Position Mapillary thumbnail on opposite side of map from marker
(closes #2775)
2016-02-14 00:23:18 -05:00
Bryan Housel 272924140c Partition viewport into regions and cull visible mapillary data
This is awesome because it allows mappers to see a subset of the data
at low zoom, but they get more of it as they zoom in.
2016-02-13 13:31:01 -05:00
Kushan Joshi d1f9c88f04 Adding ▶/▼ to category presets to make it more clear
(closes #2972)
2016-02-13 17:19:42 +05:30
Bryan Housel 3b0347eebc Persist dimensions in property to avoid reflow 2016-02-12 17:12:03 -05:00
Bryan Housel 9a1b7628ba Bump rbush to 1.4.2 2016-02-11 21:23:52 -05:00
Bryan Housel ab6a81e344 Move rtrees to Mapillary service, DRY code, set minZoom to 12 2016-02-11 14:09:18 -05:00
Bryan Housel 6b1fe52d0d Map centerEase to selected marker 2016-02-10 22:41:18 -05:00
Bryan Housel e5fc872a19 Adjust Mapillary styles for cross browser support 2016-02-10 17:12:51 -05:00
Bryan Housel 0210d69177 Use getBoundingClientRect for dimensions instead of offsetHeight/offsetWidth
`offsetHeight`/`offsetWidth` does not work for SVG Elements except in Chrome
and this support is being removed from Chrome soon:

>'SVGElement.offsetWidth' is deprecated and will be removed in M50, around
April 2016. See https://www.chromestatus.com/features/5724912467574784 for
more details.
2016-02-10 17:08:11 -05:00
Bryan Housel e38ea2ab60 Improve styling of hover/selected Mapillary features 2016-02-10 01:07:32 -05:00
Bryan Housel 221bf225f1 Reset supersurface transform for Mapillary streetsigns layer
For some reason the foreignObject nodes are not correctly positioned
unless this transform is set to a value.
2016-02-10 01:06:14 -05:00
Bryan Housel bed73a78e3 Fetch all paginated Mapillary results, cleanup thumbnail selection 2016-02-10 01:05:36 -05:00
Bryan Housel 3facc28928 Improve layer transitions, debounce redraws, other goodness 2016-02-09 17:19:06 -05:00
Bryan Housel 9777906711 Cleanup MapillarySignLayer, Mapillary service 2016-02-09 11:57:39 -05:00
Bryan Housel a62f41b611 Cleanup MapillaryImageryLayer, Mapillary service 2016-02-08 23:46:26 -05:00
John Firebaugh ac3dfb95a3 Prevent AddPoint tests from making network requests 2016-02-08 19:02:37 -08:00
John Firebaugh 79df184052 Test with phantomjs 2.1 and mocha-phantomjs-core 2016-02-08 19:02:37 -08:00
Bryan Housel c50a290cd1 Add iD.geo.Extent#rectangle 2016-02-08 17:15:30 -05:00
Bryan Housel caf464e3d3 Fetch mapillary data in tiles and cache 2016-02-08 17:14:46 -05:00