diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfd3fa8..69307f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,13 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [4.6.2]
+
+### Fixed
+- Ability to generate a single tile only
+- Airfields were generated even when Airfields generation was switched off
+- Light strings now have slightly cut ends to avoid lammposts on roads near the road crossings
+- Default road type for wide roads changed to 14 to avoid trees nearthe road
+- Building type computation improved - fixed a typo for `residential` buildings and areas, other small fixes
+
+## [4.6.1]
+
+### Fixed
+- Small fix for Lights UI and defaults
+
## [4.6.0]
### Added
- Street lights generation for some roads using Object Strings feature
### Fixed
-- Serious brekdown which led to the multipolygon mlfunction
+- Serious brekdown which led to the multipolygon malfunction
- UI fixes
## [4.5.0]
diff --git a/com.osm2xp.application/META-INF/MANIFEST.MF b/com.osm2xp.application/META-INF/MANIFEST.MF
index f41daa6..dafc80a 100644
--- a/com.osm2xp.application/META-INF/MANIFEST.MF
+++ b/com.osm2xp.application/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osm2xp
Bundle-SymbolicName: com.osm2xp.application;singleton:=true
-Bundle-Version: 4.6.0.qualifier
+Bundle-Version: 4.6.2.qualifier
Bundle-ClassPath: .,
staticlib/commons-collections-3.2.1.jar,
staticlib/commons-compress-1.0.jar,
diff --git a/com.osm2xp.application/plugin.xml b/com.osm2xp.application/plugin.xml
index 3803e4f..b1e90d7 100644
--- a/com.osm2xp.application/plugin.xml
+++ b/com.osm2xp.application/plugin.xml
@@ -754,7 +754,7 @@
+ value="OSM2XP 4.6.2, OpenStreetMap scenery generator for flight Simulators.
Copyright (C) 2010-2013 Benjamin Blanchet for Javee software solutions.
Copyright (C) 2018 Dmitry Karpenko, OnPositive
Contact : osm2xp@gmail.com
Project Website : https://github.com/32kda/osm2xp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
FreeMem plugin by Markus junginger http://www.junginger.biz/eclipse/freemem.html
Osm2world by Tobiass Knerr http://osm2world.org/
Icons by Open Icon Library http://http://openiconlibrary.sourceforge.net/">
4.0.0
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
com.osm2xp.application
OSM2XP - Application
com.osm2xp
com.osm2xp.parent
- 4.6.0
+ 4.6.2
../releng-app/pom.xml
diff --git a/com.osm2xp.classification.core/META-INF/MANIFEST.MF b/com.osm2xp.classification.core/META-INF/MANIFEST.MF
index 625e976..33bcbb6 100644
--- a/com.osm2xp.classification.core/META-INF/MANIFEST.MF
+++ b/com.osm2xp.classification.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.osm2xp.classification.core
-Bundle-Version: 4.6.0.qualifier
+Bundle-Version: 4.6.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Automatic-Module-Name: com.onpositive.classification.core
diff --git a/com.osm2xp.classification.core/pom.xml b/com.osm2xp.classification.core/pom.xml
index 845a361..0c116ef 100644
--- a/com.osm2xp.classification.core/pom.xml
+++ b/com.osm2xp.classification.core/pom.xml
@@ -6,7 +6,7 @@
com.osm2xp
com.osm2xp.core.parent
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng-core
diff --git a/com.osm2xp.classification/pom.xml b/com.osm2xp.classification/pom.xml
index 3898505..92007e3 100644
--- a/com.osm2xp.classification/pom.xml
+++ b/com.osm2xp.classification/pom.xml
@@ -35,7 +35,7 @@
com.osm2xp
com.osm2xp.classification.core
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
\ No newline at end of file
diff --git a/com.osm2xp.console/pom.xml b/com.osm2xp.console/pom.xml
index 2a89ff1..447514f 100644
--- a/com.osm2xp.console/pom.xml
+++ b/com.osm2xp.console/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.osm2xp.console
- 4.6.0
+ 4.6.2
jar
console
https://sourceforge.net/projects/osm2xp
@@ -11,7 +11,7 @@
com.osm2xp
com.osm2xp.console.parent
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng-console
@@ -275,7 +275,7 @@
com.osm2xp
com.osm2xp.classification.core
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
com.ibm.icu
diff --git a/com.osm2xp.core/pom.xml b/com.osm2xp.core/pom.xml
index 09c8575..911411f 100644
--- a/com.osm2xp.core/pom.xml
+++ b/com.osm2xp.core/pom.xml
@@ -13,7 +13,7 @@
com.osm2xp
com.osm2xp.core.parent
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng-core
diff --git a/com.osm2xp.core/src/main/java/com/osm2xp/core/constants/CoreConstants.java b/com.osm2xp.core/src/main/java/com/osm2xp/core/constants/CoreConstants.java
index b9f03e6..8b789ed 100644
--- a/com.osm2xp.core/src/main/java/com/osm2xp/core/constants/CoreConstants.java
+++ b/com.osm2xp.core/src/main/java/com/osm2xp/core/constants/CoreConstants.java
@@ -2,6 +2,6 @@
public class CoreConstants {
- public static final String OSM2XP_VERSION = "4.6.0";
+ public static final String OSM2XP_VERSION = "4.6.2";
}
diff --git a/com.osm2xp.generation/pom.xml b/com.osm2xp.generation/pom.xml
index 5f1c2e4..1bccc92 100644
--- a/com.osm2xp.generation/pom.xml
+++ b/com.osm2xp.generation/pom.xml
@@ -9,7 +9,7 @@
com.osm2xp
com.osm2xp.core.parent
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng-core
diff --git a/com.osm2xp.product/pom.xml b/com.osm2xp.product/pom.xml
index e798be7..62df8b8 100644
--- a/com.osm2xp.product/pom.xml
+++ b/com.osm2xp.product/pom.xml
@@ -8,7 +8,7 @@
com.osm2xp
com.osm2xp.parent
- 4.6.0
+ 4.6.2
../releng-app/pom.xml
diff --git a/releng-app/pom.xml b/releng-app/pom.xml
index 4cb474a..be908a3 100644
--- a/releng-app/pom.xml
+++ b/releng-app/pom.xml
@@ -10,7 +10,7 @@
4.0.0
com.osm2xp.parent
- 4.6.0
+ 4.6.2
pom
OSM2XP
@@ -20,7 +20,7 @@
com.osm2xp
com.osm2xp.build
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng
diff --git a/releng-console/pom.xml b/releng-console/pom.xml
index d3444ff..1d81d52 100644
--- a/releng-console/pom.xml
+++ b/releng-console/pom.xml
@@ -19,7 +19,7 @@
com.osm2xp
com.osm2xp.build
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng
diff --git a/releng-core/pom.xml b/releng-core/pom.xml
index ed00641..b7f0f88 100644
--- a/releng-core/pom.xml
+++ b/releng-core/pom.xml
@@ -19,7 +19,7 @@
com.osm2xp
com.osm2xp.build
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
../releng
diff --git a/releng/pom.xml b/releng/pom.xml
index b4670c5..e9e6b00 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.osm2xp
com.osm2xp.build
- 4.6.0-SNAPSHOT
+ 4.6.2-SNAPSHOT
OSM2XP-Global
Global build parent for osm2xp
pom