I have a wfs protocol with vector layer. In which i am using icons for features. How can i determine feature’s location so that i want to know the exact space taken by icon of feature.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We can find out feature collision in PreFeature insert function of OpenLayer.Layer.Vector and by point1.distanceTo(point2);
If distance is too small we can ignore one point which has low priority.