Web Features Service (WFS) crash course | GeoServer with Leaflet | Tekson

Поділитися
Вставка
  • Опубліковано 11 лип 2024
  • GeoServer with Leaflet web-GIS playlist: • GeoServer and Leaflet ...
    WFS request in GeoServer blog: / wfs-request-in-geoserv...
    GeoServer WFS reference: docs.geoserver.org/latest/en/...
    Timestamp:
    0:00 Introduction and presentation
    11:24 Basic introduction
    14:15 GetCapabilities request
    16:44 DescribeFeatureType request
    22:21 GetFeature request
    31:28 GetFeature request in a leaflet
    43:56 WFS-T request
    48:24 Other WFS requests
    51:56 Download data button in a leaflet
    Tutorial code: github.com/iamtekson/Leaflet-...
    Checkout my web-GIS course:
    1. "Web mapping and Web-GIS from Dev to Deploy 2021: GeoDjango" Get the 78% discount through this link: www.udemy.com/course/web-mapp...
    2. "Introduction to Web Mapping and Web GIS 2020: GeoDjango" Get the 78% discount through this link: www.udemy.com/course/introduc...
    Follow me on GitHub: github.com/iamtekson
    Follow me on Twitter: / iamtekson

КОМЕНТАРІ • 36

  • @Ihahachi
    @Ihahachi 2 роки тому +1

    Thank you very much. Very helpful

    • @geodev
      @geodev  2 роки тому +1

      I am glad that you liked it

  • @GobinathPalanisamy
    @GobinathPalanisamy 3 роки тому +3

    Thanks for the detailed information, so happy to see the good souls by sharing knowledge on common platform. Kindly make one video on gml crud operation (attribute editing) with leaflet

    • @geodev
      @geodev  3 роки тому +1

      I am glad that you liked the contents. To be honest, I didn't tried CRUD operation directly with GML. But for sure, I will have a look and create the content if that was interesting. Thanks for the suggestion.

    • @GobinathPalanisamy
      @GobinathPalanisamy 3 роки тому +1

      @@geodev Thank you. Even normal CRUD (feature attribute editing) will be helpful. Thank you

  • @geodev
    @geodev  3 роки тому +1

    Timestamp:
    0:00​ Introduction and presentation
    11:24​ Basic introduction
    14:15​ GetCapabilities request
    16:44​ DescribeFeatureType request
    22:21​ GetFeature request
    31:28​ GetFeature request in a leaflet
    43:56​ WFS-T request
    48:24​ Other WFS requests
    51:56​ Download data button in a leaflet

  • @keertibhovi3727
    @keertibhovi3727 2 роки тому +1

    thank u so much

    • @geodev
      @geodev  2 роки тому

      You are most welcome!

  • @kevinsambuli6746
    @kevinsambuli6746 2 роки тому +2

    Very helpful and educative.. Would you also record a video showing how to edit, update, delete and create WFS from
    Geoserver using leaflet…

    • @geodev
      @geodev  2 роки тому

      I am thinking about it. I will do it for sure. You can subscribe and hit the bell icon for the video.

  • @zubeydnur9267
    @zubeydnur9267 3 роки тому

    very helpful video thank you!
    can you please make a video on polygon split using leaflet draw and turf js

    • @geodev
      @geodev  3 роки тому +1

      Great suggestion! I will do. Thanks for the suggestion. Stay tuned for the tutorial

  • @karthikr8905
    @karthikr8905 3 роки тому +1

    Can you pls tell how add the spatial layers from the front end.? Like you add the download the button and drop the shape file in zip format. Hope my request will consider

    • @geodev
      @geodev  3 роки тому

      Sorry I didn't get you your exact requirement. Can you explain little bit.

  • @zanartu181
    @zanartu181 Рік тому +1

    thank you for this practical video. I have one problem... the server's response indicates "[wfs.json] - about to encode JSON" "[geoserver.servlets] - OutputStream was successfully aborted". Any idea to solve this problem?. My version the geoserver is 2.21.1. Thank you!.

    • @geodev
      @geodev  Рік тому +1

      Looks like the problem on geoserver side. Sorry I have no idea about this error

  • @mokhleesslii2127
    @mokhleesslii2127 Рік тому +1

    thanx sir, i want to ask you how can i add specific style which i create in qgis and i publish it into geoserver (for points ) !

    • @geodev
      @geodev  Рік тому +1

      Please watch my Geoserver crash course and you will understand how to apply custom style: ua-cam.com/video/qIu3LgPH9lc/v-deo.html

    • @mokhleesslii2127
      @mokhleesslii2127 Рік тому

      @@geodev thanx sir ...

    • @mokhleesslii2127
      @mokhleesslii2127 Рік тому

      @@geodev

  • @zahidsyuqrizulkffli6014
    @zahidsyuqrizulkffli6014 2 роки тому +1

    is there any way for me to do, to show all the information of the layers that have been stacked?

    • @geodev
      @geodev  2 роки тому +1

      I think you can added the nested onClick event on all the layers.

    • @zahidsyuqrizulkffli6014
      @zahidsyuqrizulkffli6014 2 роки тому +1

      @@geodev ohh, thank you bro, you are the best, will try! keep up the good work!

  • @nij4651
    @nij4651 Рік тому +2

    Thank you for the video. It was very helpful. Is it possible to make a property request for another layer. I want to get a list of all the point features in one polygon, when clicking on the polygon.

    • @geodev
      @geodev  Рік тому +1

      I think for such operation, you need to filter the layer from backend using Gdal or GeoPandas. Or using turfjs in frontend, you might able to get your requirement. Turfjs crash course is available here: ua-cam.com/video/X_2M31p5w2M/v-deo.html

    • @nij4651
      @nij4651 Рік тому

      @@geodev Thanks for the hint. I will check it out. Another question I have is: How can I change for example the appearence of the marker or apply a point clustering? Is the variable with the wfs request the one I have to address for something like that or the variable layer?

    • @mokhleesslii2127
      @mokhleesslii2127 Рік тому

      thank you sir

  • @karthikr8905
    @karthikr8905 3 роки тому +1

    Can you pls tell how to use WWS-T in leaflet

    • @geodev
      @geodev  3 роки тому +1

      I didn't tried WFS-T before in leaflet. But I will definitely gonna try it. Thanks for the suggestion.

  • @gisknowledge4849
    @gisknowledge4849 3 роки тому

    Sir its a request to make video on intersection for web map

    • @geodev
      @geodev  3 роки тому

      Sorry I didn't get you. Can you explain in detail

    • @gisknowledge4849
      @gisknowledge4849 3 роки тому

      @@geodev sir as you make a video on Advance Spatial Analysis using Turfjs and leaflet js

    • @gisknowledge4849
      @gisknowledge4849 3 роки тому

      Likewise I request to make video on intersection.
      How to display INTERSECTION between two geojson data on map.

    • @geodev
      @geodev  3 роки тому

      @@gisknowledge4849 ok sure I will make it. Thaks for the suggestion.

    • @gisknowledge4849
      @gisknowledge4849 3 роки тому

      @@geodev Thank you sir
      Your videos help me a lot in learning.
      Thanks again.