I’m trying to use the new map setting allowing the use of a tile server.
Do you guys have any public server I can use to test this ?
I deployed a tile server, but couldn’t get the map working inside openremote. No log or anything showing me any error. But considering I’m not used to work with maps, there’s a good chance I was not doing the proper thing.
Also tried to use a public url such as OSM OpenMapTiles - TileServer GL; that also doesn’t work;
Am I doing something wrong ? Is there any way to get some logs when we try to use the Tile Server setting ?
Also, do you know if there’s a way to export the map from openremote showing all the assets so we could display it on a internal website ?
You can use the tile server in the following way https://openmaptiles.data.gouv.fr/data/planet-vector/{z}/{x}/{y}.pbf. This should allow you to expand the map using the tile server, though the same styling won’t be applied.
➜ ~ curl https://openmaptiles.data.gouv.fr/data/planet-vector/15/48/4.pbf
Out of bounds%
➜ ~ curl https://openmaptiles.data.gouv.fr/data/planet-vector/14/48/4.pbf
Warning: Binary output can mess up your terminal. Use "--output -" to tell curl to
Warning: output it to your terminal anyway, or consider "--output <FILE>" to save to a
Warning: file.
Here’s an example of the OpenRemote map extended with this tile server.