Fix issue #2643
This commit is contained in:
parent
6c9ef1144b
commit
5fc6ebe58e
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ public class MapPoiTypes {
|
||||||
if (resourceName != null) {
|
if (resourceName != null) {
|
||||||
this.resourceName = resourceName;
|
this.resourceName = resourceName;
|
||||||
}
|
}
|
||||||
|
this.categories.clear();
|
||||||
try {
|
try {
|
||||||
if (this.resourceName == null) {
|
if (this.resourceName == null) {
|
||||||
is = MapPoiTypes.class.getResourceAsStream("poi_types.xml"); //$NON-NLS-1$
|
is = MapPoiTypes.class.getResourceAsStream("poi_types.xml"); //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue