João Pimentel Ferreira

Results 296 comments of João Pimentel Ferreira

Hi @DanielJDufour The source is the new [DEM (Digital Elevation Model)](https://spacedata.copernicus.eu/collections/copernicus-digital-elevation-model) from Copernicus. The latest DEM GeoTIFF files from Copernicus not only are available in WGS84, but also give you...

@DanielJDufour did you forget this PR? It's important because [this](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/elevation.html) example on this repo is not dependent on a TIF file located on my server

It's here: https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/elevation.html#L36

Done it https://github.com/GeoTIFF/test-data/pull/2

I got it, it should be clear that one needs another plugin: https://github.com/apache/cordova-plugin-network-information thanks

It is very hard for me to present here now a test script that emulates the error, cause the errors appear as part of a large test script for html...

Good tip, thanks a lot. Nonetheless I am not sure whether that validator applies all the rules of W3C, which is the main standard in the web. After reading its...

Great, thanks for the update. Indeed my test suite took ages cause I validated more than 40 html files in series with more than 1 second interval between them On...

@XhmikosR what I [realised](https://github.com/zrrrzzt/html-validator/issues/162#issuecomment-585652196) is that `html-validate` is much more stricter that the one from W3C. I'd say if passes the prior, it passes the latter.

@XhmikosR I'd love to have an official validator that works offline, because the server from W3C is very unreliable some times, and thus my tests suites on travis may output...