Skip to content

Commit

Permalink
[NON_COMPLETE] Completely replace Leaflet with deck.gl
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Mar 4, 2024
1 parent b3410b5 commit fcf9de8
Show file tree
Hide file tree
Showing 13 changed files with 968 additions and 296 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 🚀 Introduction

This is just a small sample project to get up to date with Angular and learn some Leaflet stuff.
This is just a small sample project to get up to date with Angular and learn some [deck.gl](https://deck.gl) stuff.

## 🫡 Commands

Expand Down Expand Up @@ -32,8 +32,7 @@ docker run [-it] -p8080:8080 -p2019:2019 holgerstolzenberg/cities-of-europe
- ☑️Add user interactions for layer control
- ☑️Expandable toolbar
- ☑️Own location finder
- Discover Leaflet plugins
- Weather overlays
- Weather or other overlays, distance to cities
- Smoother map animation (only mac chrome so far, retina)
- ☑️Add loading indicator

Expand Down
8 changes: 1 addition & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "node_modules/leaflet/dist/images/",
"output": "./assets/leaflet"
}
"src/assets"
],
"styles": [
"node_modules/leaflet/dist/leaflet.css",
"node_modules/ngx-toastr/toastr.css",
"src/assets/styles/main.scss"
],
Expand Down
Loading

0 comments on commit fcf9de8

Please sign in to comment.