Clustering tweak
This commit is contained in:
parent
d40bf15bc7
commit
e25b5e42f9
3 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@ import {Utils} from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.11.0";
|
||||
public static vNumber = "0.11.1";
|
||||
public static ImgurApiKey = '7070e7167f0a25a'
|
||||
public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2'
|
||||
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
"startZoom": 1,
|
||||
"widenFactor": 2,
|
||||
"socialImage": "",
|
||||
"clustering": {
|
||||
"maxZoom": 14,
|
||||
"minNeededElements": 250
|
||||
},
|
||||
"layers": [
|
||||
"etymology",
|
||||
{
|
||||
|
@ -75,5 +79,5 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"hideFromOverview": true
|
||||
"hideFromOverview": false
|
||||
}
|
|
@ -7,13 +7,13 @@
|
|||
},
|
||||
{
|
||||
"start_date": "2022-04-11",
|
||||
"end_date": "2022-04-17",
|
||||
"end_date": "2022-04-18",
|
||||
"message": "The 15th of april is <b><a href=https://en.wikipedia.org/wiki/World_Art_Day' target='_blank'>World Art Day</a></b> - the ideal moment to go out, enjoy some artwork and add missing artwork to the map. And of course, you can snap some pictures",
|
||||
"featured_theme": "artwork"
|
||||
},
|
||||
{
|
||||
"start_date": "2022-03-24",
|
||||
"end_date": "2022-01-30",
|
||||
"end_date": "2022-03-31",
|
||||
"message": "The 22nd of March is <b><a href='https://www.un.org/en/observances/water-day' target='_blank'>World Water Day</a></b>. Time to go out and find all the public drinking water spots!",
|
||||
"featured_theme": "drinking_water"
|
||||
},
|
||||
|
@ -40,13 +40,13 @@
|
|||
},
|
||||
{
|
||||
"start_date": "2021-10-25",
|
||||
"end_date": "2021-10-31",
|
||||
"end_date": "2021-11-01",
|
||||
"message": "Did you know you could link OpenStreetMap with Wikidata? With <i>name:etymology:wikidata</i>, it is even possible to link to whom or what a feature is <i>named after</i>. Quite some volunteers have done this - because it is interesting or for the <a href='https://equalstreetnames.org/' target='_blank'>Equal Street Names-project</a>. For this, a new theme has been created which shows the Wikipedia page and Wikimedia-images of this tag and which makes it easy to link them both with the search box. Give it a try!",
|
||||
"featured_theme": "etymology"
|
||||
},
|
||||
{
|
||||
"start_date": "2021-10-17",
|
||||
"end_date": "2021-10-24",
|
||||
"end_date": "2021-10-25",
|
||||
"message": "<p>Hi all!</p><p>Thanks for using MapComplete. It has been quite a ride since it's inception, a bit over a year ago. MapComplete has grown significantly recently, which you can read more about on <a href='https://www.openstreetmap.org/user/Pieter%20Vander%20Vennet/diary/397796' target='_blank'>in my diary entry</a>.<p>Furthermore, <a target='_blank' href='https://www.openstreetmap.org/user/Nicolelaine'>NicoleLaine</a> made a really cool new theme about postboxes, so make sure to check it out!</p>",
|
||||
"featured_theme": "postboxes"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue