This project is a Bloomreach OpenUI extension. The purpose of the extension is to make it easy for editors to pick locations. In this case by using a map and a search bar.
The extension uses OpenStreetMaps because there isn't any kind of quota or accout needed, so it's easier to set up.
The demo directory contains an archetype where the pluin has been included.
- Start Bloomreach: go to the demo directory and use
mvn clean verify && mvn -P cargo.run
. - Start the extension: the easiest way to load the extension is using the included scripts
docker-build.sh
anddocker-run.sh
.
- You'll have to define the extension under
/hippo:configuration/hippo:frontend/cms/ui-extensions
. In this case, if you take a look at the demo, you'll find the following node:/hippo:configuration/hippo:frontend/cms/ui-extensions/locationPicker
. - Add this extension to a document type. You can alse check the only document type defined on the demo.