Hi.
I wonder if there is a way to highlight markers from a list (client side html) .
Regards.
Hi.
I wonder if there is a way to highlight markers from a list (client side html) .
Regards.
Hi Rafael,
I think your requirement could be implementted, our client side mainly operate OpenLayers object.
But we don’t have exsiting code for that now.
Regards,
Don
Ok, but is there a way to set or get the specific ID to each marker in server side?
I ask it because each marker has an id in client side.
Example:
Hi Rafael,
Sorry your image looks upload failure.
If you added the marker in server side, we can get the ID in server side.
If you added the marker in client side, you need pass that back to server side via callback.
Regards,
Don
I'll write the question again.
At the specific moment of add a marker in the server side, can I get the id which thinkgeo is going to give it in client side?
Example of a marker:
< div id="OL_Icon_461" style="position: absolute; left: 579px; top: 171px; width: 21px; height: 25px;">
<img id="OL_Icon_461_innerImage" style="position: relative; width: 21px; height: 25px;" src="/OOMNogGIS_interface/theme/default/img/marker_blue.gif">
div>
Hi Rafael,
We can get the ID, but how you want to operate? Click by mouse or directly write logic in JS?
Here I found two topics, I think the code in them maybe helpful.
gis.thinkgeo.com/Support/Dis...fault.aspx
gis.thinkgeo.com/Support/Dis...fault.aspx
Regards,
Don
The problem is that I have a large amount of point in the map and I have a side list with information of each mark, so I'd like pass the mouse cursor over each element in the list and highlight the specific marker for that specific element.
Regards.
Hi Rafael,
Do you want to implement the function like this sample?
api.geoext.org/1.1/examples/feature-grid.html
Regards,
Don