Skip to content

Commit

Permalink
Merge pull request #145 from Type-Style/dev
Browse files Browse the repository at this point in the history
Release 1_10
  • Loading branch information
Type-Style authored Sep 10, 2024
2 parents cc67f9d + 70a1328 commit 056ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions src/client/scripts/layers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const layers:client.Layer[] = [
export const layers: client.Layer[] = [
{
name: "OSM DE",
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
Expand Down Expand Up @@ -31,12 +31,6 @@ export const layers:client.Layer[] = [
// url: 'https://{s}.tiles.openrailwaymap.org/standard/{z}/{x}/{y}.png',
// markerStyle: mode
// },
{
name: "Stadia AlidadeSatelite",
attribution: '&copy; CNES, Distribution Airbus DS, © Airbus DS, © PlanetObserver (Contains Copernicus Data) | &copy; <a href="https://www.stadiamaps.com/" target="_blank">Stadia Maps</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
url: 'https://tiles.stadiamaps.com/tiles/alidade_satellite/{z}/{x}/{y}{r}.jpg',
markerStyle: "dark"
},
{
name: "Mapbox Satelite Streets",
attribution: '&copy; <a href="https://www.mapbox.com/" target="_blank">Mapbox</a>',
Expand Down
2 changes: 1 addition & 1 deletion src/testData/createTestData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dotenv.config();

const MODE = process.env.MODE;
const SERVER = MODE == "PROD" ? process.env.ROOT : 'http://localhost:80';
const environmentKey = process.env.KEYA as string;
const environmentKey = process.env.KEY as string ;
const key = MODE == "PROD" ? Buffer.from(environmentKey, 'base64').toString('utf-8') : "test";
console.log("Sending Test Data to: " + SERVER);

Expand Down

0 comments on commit 056ffcc

Please sign in to comment.