-
To reproduce:
```
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
ax = plt.axes(projection=ccrs.Mercator())
ax.set_extent([-80, 80, 0, 60], ccrs.PlateCarree())
import cartopy.io.img_til…
-
From Jane Stevenson (ArchivesHub) (email, 4/26/13):
Re: geographical coordinates.
From discussions with some folks here, what we're thinking is:
1. We would want to specify the system being used to…
-
-
Noticed this when testing some UK Ordinance Survey shapefiles in TileMill. These files are projected in [EPSG:27700](http://spatialreference.org/ref/epsg/27700/)
The WKT definition in the .prj file t…
-
Scenario:
- load data
- setup current map projection as osgb (with region taken from cube)
- plot OS map image (with region taken from current map)
- cell-plot data
Hypothetical example code:
``` py…
-
1. On Travis, there is a failure related to _natrualearthdata.com_:
`URLError:
bblay updated
12 years ago
-
MS4W compilation of MapServer 6.2.0-beta1.
With a WFS request that specifies an alternative template outputformat, mapserv.exe crashes with the message "mapserv.exe has encountered a problem and need…
-
I believe we'll need to specify custom limits for plotting osgb, rotated and regular lat lon data.
Is this possible? Perhaps this information is provided alongside the projection, rather than inside i…
bblay updated
12 years ago
-
**Reporter: woodbri**
**Date: 2007/07/20 - 16:19**
I have found a problem with the MAXSCALE computation in mapserver. This showed up while looking at the AGG code, but might not have anything to do wi…
-
Hi,
I downloaded the last version of osgexport for 2.62 and it only export to osgt format.
Is this a reason for that ?
Is it possible to have an option to export in osg as well ?
I am using binarie…