Skip to content

Commit

Permalink
Merge pull request #13 from TIPPECC/6-display-geotiff-on-map
Browse files Browse the repository at this point in the history
6 display geotiff on map
  • Loading branch information
geofranzi authored Jul 3, 2024
2 parents d0b22c0 + 9592faa commit 058767b
Show file tree
Hide file tree
Showing 10 changed files with 2,527 additions and 505 deletions.
6 changes: 3 additions & 3 deletions src/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { dev } from '$app/environment';
export let API_URL = '';

if (dev) {
// API_URL = 'http://127.0.0.1:8000';
API_URL = 'https://leutra.geogr.uni-jena.de/backend_geoportal/';
API_URL = 'http://127.0.0.1:8000';
// API_URL = 'https://leutra.geogr.uni-jena.de/backend_geoportal';
} else {
API_URL = 'https://leutra.geogr.uni-jena.de/backend_geoportal/';
API_URL = 'https://leutra.geogr.uni-jena.de/backend_geoportal';
}
Loading

0 comments on commit 058767b

Please sign in to comment.