Jump to content

KingOrmon

uniGUI Subscriber
  • Posts

    490
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by KingOrmon

  1. Hi, With new version UniMap not contain these changes.
  2. Sorry, translate related text to spanish
  3. any options for access to points array ?
  4. I see FPoints private, how can I iterate all vector points (lat, long ) ?
  5. sorry, where is the propery editable ?
  6. No, btw When you restore a map polygon from database, How can I make these points editable ? Using this code: with UniMap1.Vectors.Add do begin AddPoint(38.264225, -1.554657); AddPoint(38.262325, -1.556964); ... VectorType:=mvPolygon; Popup.content:='C'; AddToMap; FitBounds; OpenPopup; end; Draw polygon in Map but I cannot edit or delete it.
  7. Like google maps does, (show in spanish( Area = Superficie total Perimeter = Distancia total
  8. Hi Hayri I see how get area, how can I get perimeter ? Thank you
  9. hi Hayri, where is the status for leadlet.draw ?
  10. Good work, but I have just renew my unigui license and I will wait for a "decent" TUniMap.
  11. Hi, how can I add LeadLet.draw to TuniMap. It allows, free draw lines, polygon,... get area...
  12. I see functions like these on stackoverflow GeometryUtil.geodesicArea https://stackoverflow.com/questions/29724725/how-to-get-the-area-string-from-a-polygon-using-leaflet-draw
  13. Hi, I want to get value when I add a vector with multiple addpoint. Like google maps does,
  14. Hi, I would like to get area and perimeter of various points (Latitude, Longitude) Any method ? Thank you
×
×
  • Create New...