I have a json file with an array of various city points and I want to place the points on a map using a simple search engine.
With a text input that serves as a search engine so that when looking for the attribute "name" of the node "destination", and I want to place that element on a map. How could I do it?
I have made a map of images and to access each zone I want to access using the name attribute. I use getElementsByName("nombre")
but I do not know in which way I could highlight the chosen area.