Questions tagged [web-gis]
Web GIS is a generic term which should ONLY be applied when no specific web GIS product is identifiable
69 questions
1
vote
3
answers
281
views
WFS layer security in GeoServer
I am using GeoServer version 2.26.1.
I have a vector dataset and visualizing it on OpenLayers through WFS layer.
I want to secure the WFS layer that is available in Inspect>Network>Fetch. What ...
0
votes
1
answer
152
views
Uncaught TypeError: wmsLayers.getSource is not a function
wms appears but when clicked an error appears like this and the popup does not appear
I want to use WMS GetFeatureInfo (Tile Layer) whose info is taken from WMS Geoserver to display popup information
...
1
vote
0
answers
233
views
Project upload error - G3W Suite
After a lot of tries I succesfully installed G3WSuite - docker edition on a linode server.
I installed it with changind in the .env file only the hostname (I also tried one installation with the ...
0
votes
0
answers
64
views
PopUp not showing
I'm trying to show some attributes by popup, following a YT video, but cant seem to get it working. Please help me understand what am doing wrong..(features stored in geoserver)
The code is
Index.html
...
0
votes
1
answer
140
views
White Cesium globe after upload GeoServer WMS layer
I have a problem with my cesium globe. I have want to add a layer on the globe with a GeoServer WMS. The WMS layer appears but it turns the entire globe white. And without the WMS layer everything is ...
0
votes
1
answer
438
views
URL link for Google Maps in attribute table splitted after "," upload to WebGIS (QGIS Cloud)
In my attribute table, I'm constructing a link that allows to call google maps and navigate to a position by car. I'm following the developer guides and my URLs look as follows: https://www.google.com/...
1
vote
1
answer
189
views
Geoserver: how to make image from wms faster with raster dataset (netcdf)
I recently started working with Geoserver especially with Netcdf.
gdalinfo of the file gives following informations:
Driver: netCDF/Network Common Data Format
Files: ...
0
votes
2
answers
786
views
Zoom to feature in WMS layer - openlayer 6
I know there are many similar questions but I can't find the answer to my problem. I want zoom to feature in my layer when click but I don't know why my code not working.
This my layer:
var view = new ...
0
votes
1
answer
902
views
Not able to create workspace in GeoServer
I am trying to create a workspace in GeoServer and after giving Name and Namespace URI when I click on Save I get the message of
Oops, something went wrong.
The following is the log message that I ...
3
votes
1
answer
517
views
How to dynamically query and visualize PostGIS data using GeoDjango and OpenLayers?
I am trying to implement dynamic query functionality in GeoDjango and OpenLayers. First, I filter the data and return it in GeoJSON format using Django serialize. Then, the return GeoJSON data ...
2
votes
1
answer
962
views
Removing fid from the GeoServer layer
In my PostGIS table, I do not have any column with feature ID or FID.
But when I open it in GeoServer layer, It shows the FID
but I don't want to show it when i click over the polygon,
Is there any ...
1
vote
1
answer
2k
views
Publishing web map on website using PostGIS, GeoServer and OpenLayers
I have been trying to create a web map using PostgreSQL/PostGIS - GeoServer - OpenLayers. However, the resulting map is on my localhost and the data published in GeoServer can be accessed solely ...
0
votes
0
answers
25
views
Attribute data showing (Pop-up) in GeoSever [duplicate]
How can I show attribute value of shapefile in geodatabase?
<html>
<head>
<title>OpenStreetMaps and GeoServer</title>
<meta http-equiv="content-type" content="text/html; ...
0
votes
0
answers
73
views
CartoView Error
I've installed CartoView on Windows 7 by default instruction. I've changed Postgres to my own DB (It was problem with default DB from install package). CartoView doesn't start with this error:
I ...
1
vote
1
answer
979
views
Calculating bearing (magnetic) between two lines?
This should be a basic geodesy question.
I have a requirement to calculate "bearing (magnetic)" between two points.
Will the igismap Bearing Angle tool do the job or is there something more to ...