I'm trying to work through the tutorial here*. But I'm discovering something unexpected in terms of my map component.
Background info on the app/installation:
I installed GeoExt3 by cloning this repository:
https://github.com/geoext/geoext3
The…
I am new in ExtJS 6 and GeoExt3 but how do I align layers to my tree panel to the left of the panel. The layers are showing but on the right, I have tried align: 'left' on the panel and its not working, please help.
this is my grid.js file which is included in the grid.html. I don't know what is wrong with my code. I have seen examples and tried to perform same with my geoserver layer but no output. My code after variable store is not working. I want to load my…
I need to add the measurement tool for my GIS Portal.Is anyone know how to measure distance and area in Openlayers3 with GeoExt3 and ExtJs6?
Thanks in Advance.
I am having an issue where I am trying to load a WMTS feed using Openlayers and seem not to be getting good results. For ArcGis services this seems to go through but not GeoServer's WMTS services. The code is as shown below. I keep getting a…
I am having the following error while integrating tree legend Demo in my Project.
The following Javascript error is coming.
TypeError: invalid 'instanceof' operand ol.layer.Base
Please provide help. My code is copy paste from Tree Legend Demo of…
I wanted to access a variable created within a store but I couldn't access. Below is the part of the code.
Ext.define('MyApp.store.TreeStore', {
extend: 'GeoExt.data.store.LayersTree',
alias: 'store.layer_tree',
init:…