Mark OSM-carto as 'best' in order to trigger it as best map within this category

This commit is contained in:
pietervdvn 2021-12-05 02:30:03 +01:00
parent 0ee23ce36d
commit c440cdeb5e

View file

@ -22,7 +22,7 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
feature: null,
max_zoom: 19,
min_zoom: 0,
isBest: false, // This is a lie! Of course OSM is the best map! (But not in this context)
isBest: true, // Of course, OpenStreetMap is the best map!
category: "osmbasedmap"
}