forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
70aa6eb003
26 changed files with 89 additions and 1083 deletions
|
@ -69,7 +69,7 @@ export default class PointRenderingConfig extends WithContextLoader {
|
|||
if (iconPath !== undefined && iconPath.startsWith(Utils.assets_path)) {
|
||||
const iconKey = iconPath.substr(Utils.assets_path.length);
|
||||
if (Svg.All[iconKey] === undefined) {
|
||||
throw "Builtin SVG asset not found: " + iconPath;
|
||||
throw context+": builtin SVG asset not found: " + iconPath;
|
||||
}
|
||||
}
|
||||
this.iconSize = this.tr("iconSize", "40,40,center");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue