-
Notifications
You must be signed in to change notification settings - Fork 3
Program
Jachym Cepicky edited this page Jul 17, 2017
·
1 revision
Workshop duration: 4 hours
Workshop will be based on materials provided at https://melown.readthedocs.io/
Introduction of lecturers, introduction of Melown
Overview of 3D rendering Stack
- VTS-Mapproxy
- VTS-VTS
- VTS-Registry
- VTS-Browser-JS
- VTS-Browser-CPP
Software installation (VirtualBox image, based on OSGeo Live 10.5) with VTS-* tools and data
Introducing the target project
- First we are going to setup back-end server project
- Our scope is to publish 3D surface data along with WMTS overlaying maps
- We are going to publish SRTM surface data
- We will overlay the data with WMTS layers
- Basic keywords will be explained, like LOD, Reference frame, Bound layer, Free layer, ...
- Vector data overlays will be add to the project as well
- Then we switch to JavaScript front-end
- We add some styles to the layers
- Add some control panels
- Then we style custom overlay vector layer
- Melown Console demonstration
- Closing, Q&A
- Configuration file structure
- Where to get help
- Basic options
- Creating virtual raster from input SRTM dems
- Creating virtual overviews
- Tiling
- Preparing input WMTS resources
- Generating mask for WMTS resources
- Putting it all together, publishing
melown2015ref. frame
- Publishing vector geodata as free layer
- Publishing tiled vectors
- Introduction to tiled vectors
- showing of
mapConfig.json - JavaScript
vts-browser-jsintro - showing examples
- styling vector layers
- adding custom data, styling
- Showing the same example published from VTS-Mapproxy
- Publishing the data using console
- Showing Console API documentation