forked from MapComplete/MapComplete
Add working clustering!
This commit is contained in:
parent
da7d1287f0
commit
db66689705
12 changed files with 142 additions and 30 deletions
|
@ -171,7 +171,6 @@ export default class SpecialVisualizations {
|
|||
}],
|
||||
constr: (state: State,tags, args) => {
|
||||
const tgs = tags.data;
|
||||
console.log("Args[0]", args[0])
|
||||
let subject = tgs.name ?? "";
|
||||
if (args[0] !== undefined && args[0] !== "") {
|
||||
subject = args[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue