Hi,in my application, i need to load points and polygons through text files on runtime, like these
11,12;MyPointNamed
-35,51;-36,80;-100,42;-40,18;-35,51
-127,51;-84,2;0,0;-2,-40
11,16
11,20
11,24
11,28
11,32
21,32
31,32
41,32
51,32
61,42
71,52
81,62
I also need to load shapefiles on runtime. How do i do it?