Implemented custom fast renderer for range circles

It's a bit hacky since I had to override a default leaflet renderer function. Works well but may be injected in a more elegant way.
This commit is contained in:
Pax1601
2023-11-12 15:49:46 +01:00
parent e02e9de55d
commit 78de9dd538
3 changed files with 68 additions and 10 deletions

View File

@@ -102,8 +102,6 @@ export class Map extends L.Map {
constructor(ID: string){
/* Init the leaflet map */
super(ID, {
zoomSnap: 0,
zoomDelta: 0.25,
preferCanvas: true,
doubleClickZoom: false,
zoomControl: false,