File: KNOWN_BUGS

package info (click to toggle)
basemap 1.0.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 213,084 kB
  • sloc: ansic: 14,746; python: 9,847; sh: 1,961; makefile: 42
file content (7 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
* The fillcontinents method doesn't always do the right thing.  Matplotlib
always tries to fill the inside of a polygon.  Under certain situations,
what is the inside of a coastline polygon can be ambiguous, and the 
outside may be filled instead of the inside. 
Workarounds - change the map projection region slightly or
mask the land areas with the drawlsmask method instead of
filling the coastline polygons (this is illustrated in the ortho_demo.py example).