Skip to content

Commit

Permalink
WebMap Update 2 (#19)
Browse files Browse the repository at this point in the history
* Nox and Frank upd

* comment out no pool maps

* avrite and marathon upd

* new map hive add
  • Loading branch information
Kit0vras committed Jan 24, 2024
1 parent 8dc0fce commit 394b82d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Binary file modified map_data/avrite.webp
Binary file not shown.
Binary file modified map_data/frankenstein.webp
Binary file not shown.
Binary file added map_data/hive.webp
Binary file not shown.
Binary file modified map_data/marathon.webp
Binary file not shown.
Binary file modified map_data/nox.webp
Binary file not shown.
11 changes: 6 additions & 5 deletions shitcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import XYZ from 'ol/source/XYZ';
const mapLayer = new TileLayer();
const maps = {
frankenstein: {image: "frankenstein.webp", name: "Frankenstein"},
gate: {image: "gate.webp", name: "Gate"},
delta: {image: "delta.webp", name: "Delta"},
fland: {image: "fland.webp", name: "Fland"},
bagel: {image: "bagel.webp", name: "Bagel"},
// gate: {image: "gate.webp", name: "Gate"},
// delta: {image: "delta.webp", name: "Delta"},
// fland: {image: "fland.webp", name: "Fland"},
// bagel: {image: "bagel.webp", name: "Bagel"},
nox: {image: "nox.webp", name: "Nox"},
avrite: {image: "avrite.webp", name: "Avrite"},
marathon: {image: "marathon.webp", name: "Marathon"}
marathon: {image: "marathon.webp", name: "Marathon"},
hive: {image: "hive.webp", name: "Hive"}
}

const map = new Map({
Expand Down

0 comments on commit 394b82d

Please sign in to comment.