mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
1.3.10
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
## 1.3.10
|
||||
|
||||
* `oneway=no` overrides implicit oneways on junction=roundabout, etc. (#2220)
|
||||
* Add presets for fords, parking_entrance, charging_station, compressed_air, churchyard, shop=wine
|
||||
* Improve access placeholders (#2221)
|
||||
* Trim tag keys, and prevent duplicate tag keys (#2043)
|
||||
* Fix inline tag help for fields that handle multiple tags
|
||||
* Add 'width', 'length', 'lit' for appropriate presets (cycleways, sidewalks, sports pitch, etc)
|
||||
* Render embarkment/cutting with dashed casing
|
||||
* Rendering fixes for buildings, tunnels
|
||||
* Add population field for various place presets
|
||||
* Improvements to circularize action (#2194)
|
||||
* Building field is yes/no (fixes #2111)
|
||||
* Area fill colors in preset icons match map fill colors
|
||||
* Add fill style for landuse=military
|
||||
|
||||
## 1.3.9
|
||||
|
||||
* Prevent closed areas from invalid disconnection (#2178)
|
||||
|
||||
+1
-1
@@ -310,7 +310,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.3.9';
|
||||
iD.version = '1.3.10';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.9",
|
||||
"version": "1.3.10",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user