User:RandomnessofD: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 November 2024

  • curprev 04:2804:28, 18 November 2024RandomnessofD talk contribsm empty −1,428 Blanked the page undo Tag: Blanking
  • curprev 04:2404:24, 18 November 2024RandomnessofD talk contribs 1,428 bytes +1,428 Created page with "//<nowiki> function onEachFeature(feature, layer) { if (feature.properties && feature.properties.popupContent) { layer.bindPopup(feature.properties.popupContent); } } const geojsonMarkerOptions = { radius: 8, fillColor: "#ff7800", color: "#000", weight: 1, opacity: 1, fillOpacity: 0.8 }; const map = window.L.map('testmap', { crs: L.CRS.Simple, minZoom: -3, }); const bounds = [[0,0], [1000,1000]]; const image1 = L.imageOverl..."