Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. pos = WeatherData["KP60", "Coordinates"]
  2.  
  3. g = GeoGraphics[{PointSize[Large], Darker@Red, Point[pos]}]
  4.  
  5. {range, projection} = {GeoRange, GeoProjection} /. Options[g, {GeoRange, GeoProjection}]
  6.  
  7. {a, b, d, c} = Tuples[Reverse@range]
  8.  
  9. GeoGraphics[{{GeoStyling["ContourMap", ContourShading -> None, ContourLabels -> True], Polygon[{a, b, c, d}]}, {PointSize@Large, Darker@Red, Point[pos]}}, GeoRange -> range]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement