Skip to content

Instantly share code, notes, and snippets.

@Pisi-Deff
Pisi-Deff / regiongrid.js
Last active January 12, 2025 00:38
Dynmap RegionGrid component
componentconstructors['regiongrid'] = function(dynmap, configuration) {
// var cfg = $.extend({}, configuration);
var me = this;
this.chunkGroup = new L.LayerGroup();
this.regionGroup = new L.LayerGroup();
this.chunkMarkers = [];
this.regionMarkers = [];