Si je peux trouver votre page index et la bibliothèque Leaflet.
@abdoulissifou3 жыл бұрын
Merci beaucoup, ce tutoriel viens de me sauver
@chihebrhili52184 жыл бұрын
comment ajouter popup d'un layer,?
@beautyandcookingbysouad8724 жыл бұрын
SVP TU PEUX NOUS FAIRE UNE VIDEO QUI EXPLIQUE TON CODE SOURCE DE CETTE VIDEO ET MERCI Bq ?????
@ravikumar-cr4lf4 жыл бұрын
hello, Abdel sir thanks for sharing this video I am following your all step to preparing this application and finally I create it but when I click in features on the map then the info will not come please help me ..how to leaflet attribute info will come in feature click. pls help me
@abdelghaffarkhorchani78564 жыл бұрын
/// Popup administrative var owsrootUrl = 'localhost:8080/geoserver/pfe/wms'; // name of the store on geoserver (exemple: her my store is : pfe) var defaultParameters = { service : 'WFS', version : '2.0', request : 'GetFeature', typeName : 'pfe:tunisia_administrative', // name of the layer (exp: my layer is: tunisia_administrative) outputFormat : 'json', format_options : 'callback:getJson', SrsName : 'EPSG:4326' }; var parameters = L.Util.extend(defaultParameters); var URL = owsrootUrl + L.Util.getParamString(parameters); var ajax = $.ajax({ url : URL, dataType : 'json', jsonpCallback : 'getJson', success : function (response) { L.geoJson(response, { onEachFeature: function (feature, url) { popupOptions = {maxWidth: 250}; url.bindPopup("<b>name:</b> " + feature.properties.name_0 + // name of the field (exp: name_0) "<br><b>name: </b>" + feature.properties.name_1 + // name of the field (exp: name_1) "<br><b>type_1: </b>" + feature.properties.type_1 + // name of the field (exp: type_1) "<br><b>engtype_1: </b>" + feature.properties.engtype_1 // name of the field (exp: engtype_1) ,popupOptions); } }).addTo(map); } });
@joseeduardovaldezlopez7344 жыл бұрын
HI MAN, THAKS FOR YOUR VIDEO HOW CAN I DISPLAY THE WMS INFORMATION IN A POP UP????
@balasahebbbodkhe19915 жыл бұрын
Very Nice and helpful video... Can you share source code and apache installer data...
@prodanmn5 жыл бұрын
thank's, good content - great video
@marshwetland38085 жыл бұрын
No audio????
@salimmebarki23915 жыл бұрын
vous pourriez partager le html et merci
@avelferonpapel4515 жыл бұрын
Très bonne video. Bien explicative. Merci
@dudstom16 жыл бұрын
Also thanks for sharing, I'm having the problem that i changed WFS to WMS, and the 'get feature info' didn't work as the video shows
@kabami6 жыл бұрын
Ta vidéo n'a aucun sens et n'explique rien. À mon avis tu ferai mieux de la supprimer car elle prend de la place dans les serveurs de Google
@tafadzwachinembiri83246 жыл бұрын
can i please have the source code
@topfaHat6 жыл бұрын
Thank you for help:)
@leonardofreiredias64716 жыл бұрын
Abdel, please help me...I download your code (thank you for share ) adapted but I'm not able to create a "get feature info" from my layers...I adapted the last part of your code (WFS) hoping that is gonna solve the problem but not. Can you give me your email address or another way to the send the code to you? Thank you!
@dudstom16 жыл бұрын
Also thanks for sharing, I'm having the same problem, i changed WFS to WMS, and the 'get feature info' didn't work as the video shows
Thanks Bro this is realy usefull ...i was just wondering if u can show us how to develop a GIS application i mean with database postgis,.....?
@namelastname40777 жыл бұрын
so this is what you do on sundays in the middle east when you're not getting horsewhipped on the town square
@WildAIWonder8 жыл бұрын
thanks u very much
@rhandelgersalina31258 жыл бұрын
did you create your own webmapping interface using the leaflet libraries??
@ahmednour67268 жыл бұрын
Thank you for all this support, but I want to use but own layer and then integrated in the html page, then the problem is that its not change and thank you for this video that helps me
@ruttokennedy96548 жыл бұрын
Thank you Sir!!
@murad75068 жыл бұрын
Hello, please reply. Established as you have been taught in the localhost everything works, and if you go to another computer or the Internet, the layers do not show. (Names of layers is, when they noted it does not show) Where is my mistake? Thank you!
@harshat29756 жыл бұрын
in the localhost part give your system ipadress as given . then it will work from another system too "190.160.111.224:8080/geoserver/web_map/wms"
@Ql1m4x-v2g8 жыл бұрын
Very good Congratulations. Is there a way to make a login system which only shows the shp files of who is logged in?
@abdelghaffarkhorchani78568 жыл бұрын
Excuse me for my late response drive.google.com/file/d/0BxXtgi9DZw_-bm1QTHhONlgzOEE/view