There is a simple code to draw a polygon showing Georgia, but resolution is low:
GeoGraphics[{EdgeForm[Black], FaceForm[Red],
Polygon[Entity["Country", "Georgia"]]}]
Is it possible to make a high resolution image?
There is a simple code to draw a polygon showing Georgia, but resolution is low:
GeoGraphics[{EdgeForm[Black], FaceForm[Red],
Polygon[Entity["Country", "Georgia"]]}]
Is it possible to make a high resolution image?