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?
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' });
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.
Thank You. You are very GOOD TEACHER. YOU ARE BEST! THANK YOU
Very useful information. A big thanks.
I attempted to do sort of it and it went well. very nice.
Please add how can I add get feature info from WMS
can you make full course from scratch please?
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?
Why we create a new worspace.what is the use.
Nice post.. How to display WFS service with Openlayers 3 - Postgis Data - Geoserver ?
many thanks
from where i can get the file for tutorial?
What is the use of line import ol/map
where do i get the link for the source file !!! Thanks
No sounds???
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' });
thankyou so very much...the code above is of great help to me.
How to put this site with all of this data from geoserver etc in a domian for examble /*www.domainname.com*/
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.