MapTileProvider 2D
M

Publisher

meenky

MapTileProvider 2D

2D
Map Tiles Caching Imagery HTTP Satellite Cartography Networking

Provides an interface for loading real world map imagery into Godot with optional caching to reduce network traffic.

MapTileProvider

Easily acquire satellite imagery from within a Godot scene. MapTileProvider requests satellite and/or cartographic imagery from tile servers via HTTP(S). Tiles may optionally be cached by MapTileProvider in the user:// directory.

There are two trash examples in addons/map_tile_provider/examples that show how to interact with the MapTileLoader class to load tiles. The examples DO NOT show best practice for displaying the map tiles.