Hello,
I read GPS-position data in and display points, lines and polygons in Googlemaps. Normally the origin of data are from real in field collected data. In addition to the field data I build also a csv-editor so it is possible to add points, lines and polygons also at home.
The manual input is done with addmarker. But this don´t work if I try to set a marker in the area of an
existing polygon. The mouse pointer change from pointer to the hand which appears also in the GooglemapsExample if you move the mouse on a marker.
It seems that Googlemaps recognize whether the mouse is inside of a polygon and block the addmarker function by mouseclick.
With addmarker function I read out the GPS-position which is stored in the csv-file.
Has anyone an idea how I can force the setting of points inside of a polygon.
If I read different csv-data in then I have no problems to place a smaller polygon inside of a bigger one.
Benedikt
I read GPS-position data in and display points, lines and polygons in Googlemaps. Normally the origin of data are from real in field collected data. In addition to the field data I build also a csv-editor so it is possible to add points, lines and polygons also at home.
The manual input is done with addmarker. But this don´t work if I try to set a marker in the area of an
existing polygon. The mouse pointer change from pointer to the hand which appears also in the GooglemapsExample if you move the mouse on a marker.
It seems that Googlemaps recognize whether the mouse is inside of a polygon and block the addmarker function by mouseclick.
With addmarker function I read out the GPS-position which is stored in the csv-file.
Has anyone an idea how I can force the setting of points inside of a polygon.
If I read different csv-data in then I have no problems to place a smaller polygon inside of a bigger one.
Benedikt