Note that there are some explanatory texts on larger screens.

plurals
  1. USShudy
    primarykey
    data
    text
    plurals
    1. COHi @sromku ! I got one question, I have to read a KML file to obtain the coordinates, but this can be more than 100 points... so how can i use the Builder for all, these points? Cause my idea is to read the kml, obtain the points in a vector(for example), and then build the polygon... soo.. I don't kwow how to use in the way you did :( Can you help me? Thanks!!(the code works perfect!)
      singulars
    2. CO(2/2) and when i process it and save in Vectors, those vectors look like that: `Vx:[2.190381090601514, 2.193329807442894, 2.193393168346678,2.191414958783979, 2.189340368185269, 2.190381090601514] Vy:[41.40432338788778, 41.40506539312711, 41.40527938280415, 41.40665429357642, 41.4050514432114, 41.40432338788778] Test2: Outside And the tested point: test.contains(2.191680866734278,41.40505441788871) (Suposed to be inside!!) Test2: Outside`
      singulars
    3. CO(1/2) Well, with this "easy" polygons know is working. Now, other problem. All I done for this, it's because I have to read KML file, extract the coordinates, and then test if a point is inside this coordinates. I do all of that. so the coordinates of my KML file looks like that: <....> <coordinates> 2.190381090601514,41.40432338788778,0 2.193329807442894,41.40506539312711,0 2.193393168346678,41.40527938280415,0 2.191414958783979,41.40665429357642,0 2.189340368185269,41.4050514432114,0 2.190381090601514,41.40432338788778,0 </coordinates>
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload