vince7lf / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
0 stars 0 forks source link

Test mapserver WFS with a geotiff splitted into tiles #53

Open vince7lf opened 2 years ago

vince7lf commented 2 years ago

Test mapserver WFS with a geotiff splitted into tiles

vince7lf commented 1 year ago

integration done here is the structure tested and working

mapserv ├── aide.map ├── fonts │   ├── fonts.txt │   ├── VeraBd.ttf │   ├── VeraBI.ttf │   ├── VeraIt.ttf │   ├── VeraMoBd.ttf │   ├── VeraMoBI.ttf │   ├── VeraMoIt.ttf │   ├── VeraMono.ttf │   ├── VeraSeBd.ttf │   ├── VeraSe.ttf │   └── Vera.ttf ├── mapserv.conf ├── symbols │   ├── symbols.txt │   └── Thumbs.db ├── test-jpg-gps-1 │   └── 1imageJPEG │   └── 1imageJPEG.map └── tmp

vince7lf commented 1 year ago

mapserv\mapserv.conf : apache config files mapserv\aide.map : main map file. Link project map files mapserv\test-jpg-gps-1\1imageJPEG\1imageJPEG.map : layer referencing the geojson mapserv\symbols : symbols used in the map files if needed mapserv\fonts : fonts used in the map files if needed

external: