Madan Sandiri
Madan Sandiri
Below was my code which uses openlayers 4.6.5 ``` this.select = new ol.interaction.Select({ style: function (feature) { ... }, condition: function(e) { ... }, layers: function(layer) { ... }, filter:...
I am migrating openlayers from 4.6.5 to 6.14.1. I am facing an issue with screen extent and map size map.getSize() is returning [1184,0] earlier it used to return [1184,592]
gem install/ update command fives below error > ERROR: SSL verification error at depth 1: self signed certificate in certificate chain (19) > ERROR: Root certificate is not trusted (/C=XX/ST=XX/L=squid/O=squid/CN=squid)...
nexe.compile({ input: './src/index.js', output: outputPath, nodeTempDir: 'bin-temp', ignoreFlags: true, flags: true, python: "python", framework: 'nodejs', nodeConfigureArgs: [], nodeMakeArgs: [], resourceFiles: ["./package.json"] },function (err, result) {}) is giving below error when...