636 Commits

Author SHA1 Message Date
Bryan Housel
9517635d4d Merge branch 'master' into notes 2018-06-29 21:54:24 -04:00
Thomas Hervey
b3f7b06f66 merged: services/notes into /osm; todo: fix some caching & rendering 2018-06-29 20:01:30 -04:00
Thomas Hervey
737ccfcfba updated: siebar displays note details on hover (via svg) 2018-06-29 14:43:01 -04:00
Thomas Hervey
0859d00195 updated: notes svg to prevent duplicate appending 2018-06-25 12:45:16 -04:00
Thomas Hervey
1878397387 remove console.log, change icon 2018-06-22 21:34:16 -04:00
Thomas Hervey
dab46d2778 updated: notes rendering 2018-06-22 17:43:07 -04:00
Bryan Housel
b7df31b747 Update styles, reenter bubbles with new key when sequences connected 2018-06-22 15:32:28 -04:00
Bryan Housel
d41cf5e6d8 Wait to get canvas context until image is loaded, avoid some globals 2018-06-22 11:41:29 -04:00
Bryan Housel
5f1c79c91d pacify linter, gitignore vscode settings 2018-06-22 01:20:15 -04:00
Thomas Hervey
45761008bf cleaned: extraneous details in notes 2018-06-21 11:13:38 -04:00
Thomas Hervey
3df01e27c0 added: svg notes, TODO: add icon, test 2018-06-20 17:38:45 -04:00
LorenMueller
81bddf27fa 'q' lib as dependency; updated streetside for higher resolution imagery 2018-06-19 15:22:56 -07:00
Thomas Hervey
cf2a9ad935 added: notes api service, parse and callback stubs 2018-06-19 17:01:56 -04:00
Thomas Hervey
3de1fd8e6f reformatted svg/notes 2018-06-19 10:45:58 -04:00
Thomas Hervey
1ed915e69c added: map data notes toggle 2018-06-19 10:31:26 -04:00
vershwal
1049d4bae4 resolving merge conflicts 2018-06-18 02:06:56 +05:30
vershwal
ab60d57aa5 Working fine with a given mvt URL. 2018-06-18 01:32:03 +05:30
vershwal
66f27813ff reading array buffer data from url and passing x, y, z to togeojson function.(still a hard coded url) 2018-06-18 01:32:03 +05:30
vershwal
2b02a44eea fixed small errors. 2018-06-18 01:27:23 +05:30
vershwal
570bb62197 URL mvt drawing 2018-06-18 01:27:21 +05:30
vershwal
6587bd6bc2 changed x,y,z. 2018-06-18 01:26:34 +05:30
vershwal
0cfdfdd240 Cleaning code: a separate function vtToGeoJson, support .mvt and .pbf 2018-06-18 01:26:34 +05:30
vershwal
652d2ed65f First few points drawn using .pbf format 2018-06-18 01:26:34 +05:30
vershwal
39d5bed300 Still empty tile.layers 2018-06-18 01:26:34 +05:30
vershwal
6780f919ff works with geojson. 2018-06-18 01:26:34 +05:30
vershwal
f247c313fa button works with .gpx 2018-06-18 01:26:31 +05:30
Bryan Housel
b2c2b4e87b Can still update viewer rotation just not redraw 2018-06-13 15:53:10 -04:00
Bryan Housel
3c02c2ee7b Don't update the streetside viewfield when the map is moving 2018-06-13 15:34:39 -04:00
Bryan Housel
d859c1ca04 Try to preserve the viewer rotation when staying on the same sequence 2018-06-13 15:21:47 -04:00
Bryan Housel
e493bb4c64 Reset marker for panoramic/viewfield when switching steetview layer 2018-06-13 15:00:05 -04:00
Bryan Housel
23b6b15e64 Assemble sequences, adjust styles to better distinguish from osc 2018-06-13 13:03:11 -04:00
Bryan Housel
64732bf2f6 Begin adding sequences 2018-06-13 02:26:38 -04:00
Bryan Housel
813f8d096d Cleanup attribution CSS.. fix viewer northOffset / yaw 2018-06-12 15:31:49 -04:00
Bryan Housel
9915707503 Update viewfield rotation when adjusting viewer 2018-06-12 01:15:41 -04:00
Bryan Housel
9cfe6dd357 Fix highlighted and selected styles (_union needed array arguments) 2018-06-12 00:45:42 -04:00
Bryan Housel
d24790f17a Merge branch 'master' into jharpster-streetside 2018-06-11 23:51:23 -04:00
Bryan Housel
b0ff8cb4ab Merge pull request #5068 from openstreetmap/render_pier
Render pier like railway platform
2018-06-09 01:17:23 -04:00
Bryan Housel
470835b38f Extract all graphics from iD sprite, reassemble with svg-sprite
All iD sprite graphics are now prefixed with `iD-`
Also includes support for sending the preset logos to taginfo
2018-06-08 16:06:46 -04:00
Bryan Housel
e149c6be8e Remove old Mapillary signs code and assets
(closes #4145)
2018-06-07 01:35:12 -04:00
Bryan Housel
b7997d3c64 Begin replacing mapillary signs html with svg spritesheet
(re: #4145)
2018-06-06 23:16:49 -04:00
Bryan Housel
2dd7bfc849 Add support for FontAwesome icons as preset icons
(closes #3025)
2018-06-06 02:19:38 -04:00
Bryan Housel
da10b6b254 Add maki- prefix to all maki icons
(re: #3924)
2018-06-05 22:12:33 -04:00
Bryan Housel
1b0cd63633 Load temaki icons, make the icon loader more data driven 2018-06-05 12:38:23 -04:00
James Kingdom
bfba657b11 Render pier like railway platform 2018-06-02 21:03:56 +01:00
Bryan Housel
d6eb1b3f37 Make sure icons can be set on update, not just on enter
(closes #5045)
2018-05-30 18:10:37 -04:00
Bryan Housel
c621d5ecaf Fix eslint issues, remove console.logs 2018-05-25 17:08:17 -04:00
Bryan Housel
91dbd6c9c4 Merge branch 'streetside' of https://github.com/jharpster/iD into jharpster-streetside
(also cleanup whitespace and lint)
2018-05-25 16:52:28 -04:00
LorenMueller
7addf8678d Cleanup and commenting 2018-05-22 15:36:27 -07:00
LorenMueller
10f166001b fixed tile size at zoom levels for bubbles call 2018-05-16 15:12:17 -07:00
LorenMueller
5926091341 Feature updates 2018-05-15 15:18:40 -07:00