SDLE = Service Delivery Locator Engine
Queries the Tomato server and find the service body that seems to cover a geopolitical location.
To test locally you can do the following (this requires you have ngrok and python installed):
> npm run dev -- --open
in separate shell
> ngrok http 5173
You must use ngrok to test the KML layering feature because Google Maps needs to be able to pull the data from a public server.
Bootstrapped using SvelteKit. Powered by Svelte and Vite
Once you've installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
New deploys are done with every push to the main branch.