Hi everyone,
I would create a Mapbox Vector Tile cache using ogr2ogr and MVT: Mapbox Vector
Tiles — GDAL documentation but writing the files in the EPSG:25830 projection.
Later I want to show this layer in one OpenLayers map viewer with this CRS as
map system reference.
I have read the driver pr
Hi, from ESRI shapefile specification:
https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf
the header file always contains the Mmin and Mmax values (Page 4):
"but these limits can contain "no data" values (see Numeric Types on page
2) for shapefiles of measured shape types that
Hi, sorry for intruding, this help describes the specification of --v95/v7--
versions.
The --v8-- spec is different, OpenDGN only supports read v95/v7 files, and
read/write v8 files.
Alvaro
De: Andre Vautour
Para: Even Rouault
CC: gdal-dev@lists.osgeo.org
Enviado: Lunes 23 de noviembre
Hi, I made tests with 'test_ogrsf.exe' and a dbase file.
https://github.com/OSGeo/gdal/pull/24
Regards
>
> De: Even Rouault
>Para: A Huarte
>CC: "gdal-dev@lists.osgeo.org"
>Enviado: Martes 22 de octubre de 2013 14:17
Hi, I am testing in Windows XP compiling with Visual Studio 2010.
I have a console test application using directly the "shapefil" library.
I will use test_ogrsf utility for a complete benchmark
I this environment and my test application, using OGRFastAtof(), the full read
of a huge shape aroun
Hi, I am testing in Windows XP compiling with Visual Studio 2010.
I have a console test application using directly the "shapefil" library.
I will use test_ogrsf utility for a complete benchmark
I this environment and my test application, using OGRFastAtof(), the full read
of a huge shape aroun
Hi, I want improve the rendering of vector features in QGIS.
I have opened a new branch of code in the repository of
QGIS(https://github.com/qgis/QGIS/pull/927 //
https://github.com/ahuarte47/QGIS/tree/Issue_8725-OGR) and the drawing tests
give me ~3x faster that original code :-)
I am testin