Hi
I'd like to propose to move gdal doc to be i18n-ed.
Now documentations are compiled with sphinx, and sphinx has a good i18n/l10n
facility, and it is very easy..
If you are welcome for the move, I'd like to propose some updates for gdal
github project.
* How to i18n-ed sphinx documentation.
I am creating a custom tiling scheme for NZTM, using the MVT driver, and
outputting to a directory.
ogr2ogr -progress -f MVT wellyDEM_50mContour_nztm_simp
../wellyDEM_contour_50m_simp.shp -dsco MINZOOM=0 -dsco MAXZOOM=8 -dsco
COMPRESS=NO -dsco TILING_SCHEME=EPSG:2193,-100,1000,2293760
In