GETTING STARTED WITH POSTGIS , GEOSERVER AND OPENLAYERS

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 17

  • @OscarLopez-ow8sb
    @OscarLopez-ow8sb 3 роки тому +1

    Very useful information. A big thanks.

  • @mushfigagayev4396
    @mushfigagayev4396 4 роки тому +2

    Thank You. You are very GOOD TEACHER. YOU ARE BEST! THANK YOU

  • @davidchamussa799
    @davidchamussa799 5 років тому

    I attempted to do sort of it and it went well. very nice.

  • @supermiom3
    @supermiom3 4 роки тому +1

    can you make full course from scratch please?

  • @mihuynh1825
    @mihuynh1825 4 роки тому +1

    many thanks

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

    Please add how can I add get feature info from WMS

  • @amitkumar-py9xs
    @amitkumar-py9xs 6 років тому

    Why we create a new worspace.what is the use.

  • @dimaudler5470
    @dimaudler5470 5 років тому +1

    from where i can get the file for tutorial?

  • @amitkumar-py9xs
    @amitkumar-py9xs 6 років тому

    What is the use of line import ol/map

  • @jhsegovia
    @jhsegovia 6 років тому

    No sounds???

  • @bizarofrance8173
    @bizarofrance8173 6 років тому

    Bonjour,
    J'ai testé la page web qui affiche les cartes, en local cela fonctionne, mais pas sur un poste en réseau. j'ai bien changé localhost par l'ip du serveur. Mais je ne vois pas d'autres modifications à faire.
    Geoserver doit-il $etre configuré?
    Sur un poste en réseau QGis se connecte pourtant bien au WMS.
    Des suggestions?

  • @janns09
    @janns09 5 років тому

    Nice post.. How to display WFS service with Openlayers 3 - Postgis Data - Geoserver ?

  • @melakumuka3363
    @melakumuka3363 5 років тому

    where do i get the link for the source file !!! Thanks

  • @amitkumar-py9xs
    @amitkumar-py9xs 6 років тому

    import Map from 'ol/Map'; import View from 'ol/View'; import TileLayer from 'ol/layer/Tile'; import OSM from 'ol/source/OSM'; var map = new Map({ view: new View({ center: [0, 0], zoom: 1 }), layers: [ new TileLayer({ source: new OSM() }) ], target: 'map' });

  • @ravneetkaur1811
    @ravneetkaur1811 6 років тому

    thankyou so very much...the code above is of great help to me.

  • @Hero1Alfa
    @Hero1Alfa 5 років тому

    How to put this site with all of this data from geoserver etc in a domian for examble /*www.domainname.com*/

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

      do you need to install tomcat and to config geoserver using war file into folder webapps. But your host domain need free to install tomcat. I hope to help.