melowntech / vts-browser-js

JavaScript WebGL 3D map rendering engine
BSD 2-Clause "Simplified" License
220 stars 42 forks source link

google earth #153

Closed caipeng-hrv closed 5 years ago

caipeng-hrv commented 5 years ago

how can i config google earth map use vts

davidmtech commented 5 years ago

I depend in which format is map stored (there were several formats used by Google). It also depend how is map data served. We support maps represented in the form of hierarchical tiles. Where each tile have size 256x256 pixels. Images have to be in form of files which can be accessed by url (or file path). Paths are configured in form templates (e.g. https://some-server.com/{lod}-{x}-{y}.jpg). More details can be found at VTS documentation: https://vts-geospatial.org/

caipeng-hrv commented 5 years ago

ok,thank you