mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
v2.16.0
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
-->
|
||||
|
||||
# 2.16.0
|
||||
##### 2019-Oct-24
|
||||
##### 2019-Oct-23
|
||||
|
||||
#### :mega: Release Highlights
|
||||
* :vertical_traffic_light: We've added support for showing objects detected in Mapillary images. Detections include traffic signals, storm drains, trash cans, street lamps, crosswalks, fire hydrants, power poles, and more. Shout out to [@kratico] for adding this feature!<br/>
|
||||
|
||||
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
var context = utilRebind({}, dispatch, 'on');
|
||||
var _deferred = new Set();
|
||||
|
||||
context.version = '2.15.5';
|
||||
context.version = '2.16.0';
|
||||
|
||||
// create a special translation that contains the keys in place of the strings
|
||||
var tkeys = JSON.parse(JSON.stringify(dataEn)); // clone deep
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.15.5",
|
||||
"version": "2.16.0",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"repository": "openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user