Group Abstract Group Abstract

Message Boards Message Boards

Show polygon of ESRI shp file on satellite image

Posted 2 years ago

Hi, I'm trying to show the outline of a NZ land title in shp format on a satellite image.
I can import the shp file but i can't see how to show just the edge of the titles.

imported shp file

I thought it would be something like

GeoGraphics[titles, FaceForm[ Opacity[1.] ], EdgeForm[{Red, Thick}], Background -> "Satellite"]

but that just comes up error.
Any help appreciated, there doesn't seem to be a gentle introduction to GIS with Mathematica.

POSTED BY: Joe Gamman
3 Replies

It would be easier if you shared your data file, but maybe this works for you (I can't try it out myself, because I don't have your data file):

GeoGraphics[{
    FaceForm[Opacity[1.]], 
    EdgeForm[{Red, Thick}], 
    GeoPolygon[ Entity["AdministrativeDivision", {"Auckland", "NewZealand"}]]
}]
POSTED BY: Arnoud Buzing

Attaching your data to the post would be helpful.

POSTED BY: Sam Carrettie
Posted 2 years ago
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard