Hello all,
I have a grid on a 1m resolution with a tilesize of 8000x8000.
To speed up the rendering process I have created overviews with gdaladdo, the
result you can see in the gdalinfo below.
The default blocksize is 512x512.
My questing handles the combination of blocksize and overviews. The bl
Hi Jeff,
that's great. I pulled in a couple of commits from Alexander Gabriel that had
to do with building on Windows, but I've no idea whether he actually managed to
do that successfully - and in any case that would still have been for PHP 5.
For PHP7 on Linux I actually didn't need to make an
Hello Edward,
I am definitely interested and will give it a try on my systems (Debian
buster, 1&1 Shared hosting).
Thanks for your effort to reactivate it!
Nicol
Am Dienstag, den 26.02.2019, 17:14 + schrieb Nash, Edward:
> Hi devs,
>
> If there’s anyone out there using or supporting PHP t
Hi Edward,
For many years (decade?) I distributed the PHP/OGR extension for Windows
users, in MS4W. Since the extension was unmaintained I had removed it,
but, hearing that you have revived it, I will re-add it back into MS4W
(version 4, which includes PHP 7.2.x). If you wish to follow along
Hi devs,
If there's anyone out there using or supporting PHP then you may be interested
that I recently pushed an update to PHP_OGR (yes, forked from the original from
DM Solutions exhumed from CVS!) to GitHub [1] which adds support for PHP7, a
bunch of functions for coordinate systems (OSR API
On mardi 26 février 2019 09:42:32 CET Andrew C Aitchison wrote:
> On Tue, 26 Feb 2019, Ari Jolma wrote:
> > I'm wondering why
> >
> > gdalinfo
> > "WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta";
> >
> > and
> >
> > gdalinfo
> > "WMS:http://tiles.kartat.kapsi.fi/taustakartta?
On Tue, 26 Feb 2019, Ari Jolma wrote:
I'm wondering why
gdalinfo "WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta";
and
gdalinfo
"WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta&srs=epsg:3857";
both report corner coordinates in degrees although the secon
I'm wondering why
gdalinfo "WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta";
and
gdalinfo
"WMS:http://tiles.kartat.kapsi.fi/taustakartta?layers=taustakartta&srs=epsg:3857";
both report corner coordinates in degrees although the second one
reports EPSG 3857?
What am I mi