Ekhorn
Ekhorn
The tooling that was used for the extract, builds their own sprites using spreet (see their makefile https://github.com/openmaptiles/openmaptiles/blob/3218a6535d79775444f015ad42011f992fd3bf81/Makefile#L298)
As long as we add proper attribution the sprites can be used for free (ref https://github.com/openmaptiles/openmaptiles/blob/3218a6535d79775444f015ad42011f992fd3bf81/LICENSE.md, https://creativecommons.org/licenses/by/4.0/). See https://github.com/openmaptiles/openmaptiles/blob/3218a6535d79775444f015ad42011f992fd3bf81/style/README.md#osm-openmaptiles-style how to build them.
We need to make sure that the new map extract and sprites align with the referenced `icon-image` properties in the map layers https://github.com/openremote/openremote/blob/75a847b130caa50508eb66134a290a53468c3747/manager/src/map/mapsettings.json#L40
https://github.com/openremote/openremote/actions/runs/20126249021/job/57756471919 ``` org.openremote.test.provisioning.UserAndAssetProvisioningTest Test Check basic functionality FAILED (23.3s) Condition not satisfied after 20.00 seconds and 104 attempts at app//spock.util.concurrent.PollingConditions.within(PollingConditions.java:206) at app//spock.util.concurrent.PollingConditions.eventually(PollingConditions.java:158) at org.openremote.test.provisioning.UserAndAssetProvisioningTest.Check basic functionality(UserAndAssetProvisioningTest.groovy:280) Caused by: Condition not...
The pages object is not yet defined on the backend, see https://github.com/openremote/openremote/blob/886a30343e262c555b1f7c1a560f63d312c51fa6/model/src/main/java/org/openremote/model/manager/ManagerAppConfig.java#L31 So we'll need to address this first. ```java public class ManagerAppConfig implements Serializable { protected boolean loadLocales; protected...
Discuss with @MartinaeyNL
@pankalog feel free to add any suggestions as u suggested something similar a while back.
We discussed the following is not clear where it deploys (AWS, etc). Would be nice if we didn't have to build and test things again before deploying.
We should also think about how to share the pipeline with custom-projects.
Thanks @pankalog! I'm not sure if the DevContainers for setup would be more overhead than necessary, like configuring things e.g. cache ([I guess just additional mountpoints](https://code.visualstudio.com/remote/advancedcontainers/add-local-file-mount)) and spinning up containers...