Це відео не доступне.
Перепрошуємо.

GeoServer crash course | All you need to know about GeoServer | GeoDev

Поділитися
Вставка
  • Опубліковано 2 сер 2024
  • Geoserver installation guide: • Geoserver installation...
    Geoserver rest tutorial: • geoserver-rest
    Timestamp:
    00:00 Introduction
    01:15 GeoServer workspace
    02:20 GeoServer stores and layers (Vector data)
    12:55 GeoServer stores and layers (Raster data)
    16:38 GeoServer layer group
    18:28 GeoServer style (map legend generation)
    25:45 GeoServer other functionalities
    Enroll my web-GIS course at a 78% discount here,
    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

КОМЕНТАРІ • 17

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

    Timestamp:
    00:00 Introduction
    01:15 GeoServer workspace
    02:20 GeoServer stores and layers (Vector data)
    12:55 GeoServer stores and layers (Raster data)
    16:38 GeoServer layer group
    18:28 GeoServer style (map legend generation)
    25:45 GeoServer other functionalities

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

      i realize I am pretty off topic but do anyone know of a good place to stream newly released tv shows online?

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

      @Gatlin Idris i use flixzone. You can find it on google =)

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

    Helpful Great work..thank you

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

      I am glad that you liked it

  • @SumanSarkar-uq2ex
    @SumanSarkar-uq2ex Рік тому +1

    The thumbnail is for WMS, WFS, WCS, and WPS, but only WMS was covered. Please consider providing practical demos for all the services in future videos to enhance the viewer's learning experience. Thank you.

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

      Hi I have created the separate video for WFS, WCS. Please check them in the same playlist. Will need to create video covering WPS.

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

    Thank you for this amazing explanation. I am wondering if I stored raster layers as geotiff (let's say: monthly NDVI layer for the same region) in geoserver and my web gis website tried to retrieve NDVI raster layers with month filter, can we do like that? As I checked geoserver didn't include created date/time in creating stores. Can Geoserver do that? If yes, how to do, Sir?

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

      Yes you can! I think there is the date/time option enabled in geoserver. Although, I also didn't tried, the function is there.

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

    sir,I have published shape file in geoserver.I am getting this error while i am trying the layer preview - "code="internalError Rendering process failed Must have at least 2 spatial dimensions". how to solve this?

  • @aaklii
    @aaklii 3 роки тому +2

    I was wondering why you still use geoserver 2.15.1 when 2.18.2 is out.
    Does it has to do anything with geoserver-rest package.
    Recently I installed latest geoserver-rest 1.5.6.. and tried to use it with geoserver 2.18.2... and I found the shp file wasn't always getting uploaded onto geoserver whereas communication with postgis was fine..
    Also there was abnormality with workspace...

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

      Thank you very much for letting me know. Actually I installed the geoserver 2.15.1 quite a long time ago and didn't updated it. I will update it to the latest version which is 2.19.0 for now and try to solve the bugs on geoserver-rest in case it has.

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

    Hello sir,
    First of all I am thanking to you for making such a helpful videos for us. Your solutions help me a lot.
    Now I am facing a problem in geoserver. Please help me in solving this.
    I am using geoserver 2.19.1 version and I am trying to enable Cors for webmapping. As doing changes in web.xml file my geoserver fail to run and display 404 Not found error.
    What can I do to enable CORS in geoserver.
    Please consider it.

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

      First of all please make sure, you have write correctly (without any syntax error). If you are using jetty server, the CORS enabling things is same as shown in video. But if you are using tomcat server, you need to enable cors from tomcat `web.xml` file.
      But if you are still facing the error, try to re-download the geoserver binary file and try to reproduce again. I don't have the exact solution in that case.

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

      @@geodev yes I tried in both jetty server as well as tomcat and did change in both. But I got failed in both

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

      Thanks for your consideration. If get any solution please share.

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

      Ok sure I will