Group Abstract Group Abstract

Message Boards Message Boards

1
|
37.4K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Annotation in GeoGraphics?

POSTED BY: Claudio Chaib
2 Replies

You can extract information using patterns:

gr = GeoGraphics[{Annotation[Point[GeoPosition[{10, 200}]], {2, 4, 6},
      "Mouse"], 
    Annotation[Point[GeoPosition[{10.1, 200}]], {3, 5, 7}, 
     "Mouse"]}];
Cases[gr, Annotation[pt_Point, info_, ___] :> {pt, info}, All]
POSTED BY: Gianluca Gorni

Hummm.. interesting and very useful! Thank you, Gianluca!

Claudio Chaib

POSTED BY: Claudio Chaib
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard