diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 03cee0067..000000000 --- a/ROADMAP.md +++ /dev/null @@ -1,11 +0,0 @@ -# Development Roadmap - -iD is a sizable project with many types of changes happening concurrently. In the past, it's been difficult to tell at a glance what to expect next and what we're broadly working toward. The [iD Blog](https://ideditor.blog/) is one place to get information, but the format doesn't lend itself to dynamic technical content. - -This roadmap aims to get everyone on the same page by outlining the general initiatives and specific goals for iD over the short, intermediate, and long terms. These should be considered only as guidelines, not a strict set of deliverables. - -The roadmap should be kept aligned with the needs of the OpenStreetMap database itself, its ecosystem of software, and the supporting community. - ---- - -_More details coming "soon"._ diff --git a/css/65_data.css b/css/65_data.css index 371dcfaea..d2c0db8bf 100644 --- a/css/65_data.css +++ b/css/65_data.css @@ -198,15 +198,15 @@ dominant-baseline: middle; } .layer-mapdata text.label { - fill: #ff26d4; + fill: #ddd; } .layer-mapdata text.label.hover, .layer-mapdata text.label.selected { - fill: #f6634f; + fill: #fff; } .layer-mapdata text.label-halo { opacity: 0.7; stroke: #000; stroke-width: 5px; stroke-miterlimit: 1; -} \ No newline at end of file +} diff --git a/modules/renderer/background_source.js b/modules/renderer/background_source.js index d6020d752..34d9e26b7 100644 --- a/modules/renderer/background_source.js +++ b/modules/renderer/background_source.js @@ -97,7 +97,7 @@ export function rendererBackgroundSource(data) { source.imageryUsed = function() { - return name || source.id; + return _name || source.id; }; diff --git a/package.json b/package.json index 2262b4976..47aed6372 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "js-yaml": "^3.14.0", "json-stringify-pretty-compact": "^2.0.0", "jsonschema": "^1.1.0", - "mapillary-js": "~2.20.0", + "mapillary-js": "~2.21.0", "mapillary_sprite_source": "^1.8.0", "minimist": "^1.2.3", "mocha": "^7.0.1", @@ -102,7 +102,7 @@ "object-inspect": "1.3.0", "osm-community-index": "2.1.1", "phantomjs-prebuilt": "~2.1.11", - "postcss": "^7.0.27", + "postcss": "^8.1.1", "postcss-selector-prepend": "^0.5.0", "rollup": "~2.23.0", "rollup-plugin-includepaths": "~0.2.3",