2nd
This commit is contained in:
parent
9b5770d8bb
commit
a41e2f6a27
1 changed files with 49 additions and 2 deletions
51
README.md
51
README.md
|
|
@ -2,7 +2,43 @@
|
||||||
|
|
||||||
mappa con terrain 3D, hillshade e curve di livello
|
mappa con terrain 3D, hillshade e curve di livello
|
||||||
|
|
||||||
## Download i file pmtiles
|
## Come è composto
|
||||||
|
|
||||||
|
pmtiles
|
||||||
|
├── backup
|
||||||
|
│ ├── default.conf
|
||||||
|
│ ├── docker-compose.yml
|
||||||
|
│ ├── Dockerfile
|
||||||
|
│ └── index_ok.html
|
||||||
|
├── data
|
||||||
|
│ ├── planet.pmtiles
|
||||||
|
│ ├── terrain.pmtiles
|
||||||
|
│ └── terrain_terrarium.pmtiles
|
||||||
|
├── docker-compose.yml
|
||||||
|
├── Dockerfile
|
||||||
|
├── nginx
|
||||||
|
│ └── default.conf
|
||||||
|
├── public
|
||||||
|
│ ├── assets
|
||||||
|
│ │ ├── basemaps
|
||||||
|
│ │ │ └── basemaps.js
|
||||||
|
│ │ ├── maplibre
|
||||||
|
│ │ │ ├── maplibre-gl.css
|
||||||
|
│ │ │ └── maplibre-gl.js
|
||||||
|
│ │ ├── pmtiles
|
||||||
|
│ │ │ └── pmtiles.js
|
||||||
|
│ │ └── terrain
|
||||||
|
│ ├── index(1).html
|
||||||
|
│ ├── index.html
|
||||||
|
│ ├── index_ok_completo.html
|
||||||
|
│ ├── index_ok.html
|
||||||
|
│ └── tiles
|
||||||
|
├── README.md
|
||||||
|
└── readme.txt
|
||||||
|
|
||||||
|
## Download i file pmtiles (non inclusi nel git)
|
||||||
|
|
||||||
|
inserire i files pmtlies in data
|
||||||
|
|
||||||
per il 2D nel sito protomaps scaricare
|
per il 2D nel sito protomaps scaricare
|
||||||
|
|
||||||
|
|
@ -26,7 +62,7 @@ pmtiles extract \
|
||||||
https://download.mapterhorn.com/planet.pmtiles \
|
https://download.mapterhorn.com/planet.pmtiles \
|
||||||
public/assets/terrain/w_alps.pmtiles
|
public/assets/terrain/w_alps.pmtiles
|
||||||
|
|
||||||
### altri files
|
### altri files che sono già inclusi nel git
|
||||||
|
|
||||||
dentro project/public/assets
|
dentro project/public/assets
|
||||||
|
|
||||||
|
|
@ -53,3 +89,14 @@ poi estrai in public/assets/fonts e public/assets/sprites/v4
|
||||||
- fonts/{fontstack}/{range}.pbf
|
- fonts/{fontstack}/{range}.pbf
|
||||||
- sprites/v4/light.png, light.json, light@2x.png, light@2x.json
|
- sprites/v4/light.png, light.json, light@2x.png, light@2x.json
|
||||||
|
|
||||||
|
font Noto Sans da scaricare da
|
||||||
|
|
||||||
|
https://fonts.google.com/
|
||||||
|
|
||||||
|
in quanto manca la versione Bold
|
||||||
|
|
||||||
|
poi andare in
|
||||||
|
|
||||||
|
https://maplibre.org/font-maker/
|
||||||
|
|
||||||
|
convertire solo il font Noto Sans Bold che manca e metterlo in public/assets/fonts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue