Jorge Gustavo Rocha

Results 26 comments of Jorge Gustavo Rocha

Hi Jamie, Yes, I disabled the difference calculation, but was not enough. To disable the difference calculation, I had to do: ``` $(idsec).mergely('options', {autoupdate: false, change_timeout: 3600000}); ``` After loading...

@jetzerb On my 19.10 I just did: ```bash pip3 install migra ```

If `'X-Forwarded-Proto': ''` the URL generated is ``. The value of `X-Forwarded-Proto` should be tested to make sure it is `http`or `https` only, according to the [documentation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto).

Hi, Maybe I'm missing something, but can't we use a regular ExtJS window component instead of the OpenLayers stuff? Using a ExtJS window, we can take advantage of SASS and...

Geoserver 2.15.0 (and Geotools) are running fine with Tomcat9 and java-11-openjdk-amd64 I've tried to run MapFish print-servlet-3.19.0.war on the same Tomcat9 instance, running java-11-openjdk-amd64 and MapFish fails with: ``` 22-Apr-2019...

Using the basic `module-echo-cancel` pulseaudio module works. Is the problem related with the Real-time Noise Suppression Plugin used for cancellation?

Hi Mark, hi Shadin, I've just changed the vecLayer to get data from a WFS. Using a BBOX strategy works great, but soon as the user starts editing, the features...

Hi, The synchronization fails when editing, even with the GeoJSON layer. To replicate the problem, just add an insert control and soon as the user enter a new feature, the...

Hi @yukexie, The error is `getaddrinfo failed`. That has nothing to do with OWSLib. There is a problem with the service address. The error is related with some Geoserver server...

> The config option needs to be documented in dgn.rst and dgnv8.rst Added test in ogr_dgn.py and ogr_dgnv8.py for this new option would be great. Ideally with a data file...