Exploring the world with open data.
- Use OpenMapTiles to generate map tiles.
For default configuration these must be names
tiles.mbtilesand placed within./resources/tileserver/tiles. Alternatively set env variableTILESERVER_TILE_DIRto point at your tiles directory. - Modify configuration in
.env.devand./explorer-app/.envto your requirements. (optional) - Run
$ sh mvnw clean install - Run
$ docker-compose up - Add
$ python ./scripts/update.pyto crontab for automatic updates (optional, not recommended)
Explorer uses the Maven build system throughout with modules for:
explorer-appFrontend client for web and mobile built with Vue.JSexplorer-authAuthentication servicesexplorer-keycloakAuthentication serverexplorer-userUser related services
To build use mvn build or mvn -pl <modules> build where projects is a comma separated list of individual modules.