Jose Gómez
Jose Gómez
The sample doesn't work out of the box, since it fails on `$('.toc.jquery').initTOC(options);` Unless you have jQuery at `../bower_components/jquery/dist/jquery.js` I recommend to use jQuery from a CDN, such as https://code.jquery.com/jquery-3.2.1.min.js.
The icon provided has a low resolution, and therefore appears blurry when viewed in HiDPI screens. This contrasts with the other, sharper icons. 
Using a Vector/KML layer in OpenLayers 3, with a Cluster. When using ol3-cesium in 3D mode this is somewhat working, but I have observed the following issues: - When using...
The ol.view object has a flag "enableRotation", which disables the rotation on the vertical axis. When set, this has no effect on the 3D view. one can still rotate the...
I have noticed that the latest versions of OpenLayers 3 clip polygons outside latitude [85,-85]. Any polygons outside those latitudes, are not visible in the map. This creates a gap...
Using map.getInteractions() it is possible to [alter the current interactions in an Open Layers 3 map](http://gis.stackexchange.com/questions/136782/how-do-i-disable-mouse-scroll-zoom-in-openlayers-3/220163#220163): ``` map.getInteractions().forEach(function(interaction) { if (interaction instanceof ol.interaction.MouseWheelZoom) { interaction.setActive(false); } }, this); ``` However,...
Text defined in the style of items in a vector layer is not correctly rendered when in 3D mode. - The text appears much larger compared to the feature images...
I am trying to implement smooth transitions between 2D and 3D. For that, I have replaced in my doToggle3D method: `this.map3d.setEnabled(!this.map3d.getEnabled());` with: ``` var scene = map3d.getCesiumScene(); if (map3d.getEnabled()) {...
Using a Vector/KML layer in OpenLayers 3. When using ol3-cesium in 3D mode this is somewhat working. However, the map "pointermove" and "click" events are not triggered when placing the...
In my system, contacts.xml only contains 2 entries, whereas within Picasa I can see hundreds of contacts. They must be storing contacts elsewhere in the Picasa database.