Questions tagged [geoext3]

For questions relating to the GeoExt 3 Javascript library.

For questions relating to the GeoExt 3 Javascript library.

8 questions
0
votes
1 answer

Map component .getWidth() is not a function (GeoExt3, MapFish, OpenLayers 4)

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…
user25976
  • 1,005
  • 4
  • 18
  • 39
0
votes
1 answer

GeoExt Tree Panel Align Left

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.
0
votes
1 answer

Feature grid not taking data from geoserver layer WMS using geoext 3

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…
0
votes
1 answer

How to Measure Distance and Area using Openlayers3 with GeoExt3 and ExtJs6?

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.
Karthika
  • 44
  • 5
0
votes
2 answers

Openlayers 3 WMTS

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…
0
votes
1 answer

invalid 'instanceof' operand ol.layer.Base in GeoExt3

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…
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

Is geoext 3 working with open layers 3?

Is geoext 3 working with open layers 3? Can I use open layers 3 with geoext version 3? Thanks in advance
prem30488
  • 2,828
  • 2
  • 25
  • 57
-2
votes
2 answers

Accessing a variable within a store in ExtJs 6 MVC

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:…
wondim
  • 697
  • 15
  • 29