Search location map

I can’t find the search input text in the map?

Hi!

Are you referring to this search field? For me it’s visible on our demo;

Can you tell me where exactly that code is on git?

Our Map page is built around the <or-map> component we distribute through NPM;

Whereof the code can be found here;

.
If you’re specifically searching for the “search bar” in the map;
We use the maplibre-gl-geocoder plugin for this, together with Nominatim OpenStreetMap data.
More information on this can be found with this example from their docs;

Can you show me how to add a search box and search for data in detail? Sorry I’m a new user

I’m not sure what you’re looking for.
Do you want to add an extra search field to the map? Or to the Manager UI in general?
And most importantly, what should it do?

We offer a lot of web components like <or-mwc-input> that allows text user input.
Alternatively you could use the native <input> HTML element like normal.