HI MAN, THAKS FOR YOUR VIDEO HOW CAN I DISPLAY THE WMS INFORMATION IN A POP UP????
@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
@abdourahmannouromar9 ай бұрын
Si je peux trouver votre page index et la bibliothèque Leaflet.
@marshwetland38085 жыл бұрын
No audio????
@rhandelgersalina31258 жыл бұрын
did you create your own webmapping interface using the leaflet libraries??
@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?
@avelferonpapel4515 жыл бұрын
Très bonne video. Bien explicative. Merci
@balasahebbbodkhe19915 жыл бұрын
Very Nice and helpful video... Can you share source code and apache installer data...
@rizkisaefulhidayat63356 жыл бұрын
what diffrent if i with xampp for make local host ?
@sintaayulestari15477 жыл бұрын
should I install java to support this mapping?
@harshat16676 жыл бұрын
how can we add a click event in this layer and get the latitude and longitude value
@leonardofreiredias64716 жыл бұрын
After: "map.on('draw:created', function (e) { var type = e.layerType, layer = e.layer; " Insert: "map.addLayer(layer); if (type === 'marker') { layer.bindPopup('' + layer.getLatLng()).openPopup(); } });"
@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("name: " + feature.properties.name_0 + // name of the field (exp: name_0) "name: " + feature.properties.name_1 + // name of the field (exp: name_1) "type_1: " + feature.properties.type_1 + // name of the field (exp: type_1) "engtype_1: " + feature.properties.engtype_1 // name of the field (exp: engtype_1) ,popupOptions); } }).addTo(map); } });
@chihebrhili52184 жыл бұрын
comment ajouter popup d'un layer,?
@suryadichannel63187 жыл бұрын
can u please upload again the link, google drive its empty. Thanks You so much..
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,.....?
@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
@giftjohngold13484 жыл бұрын
i love to have the codes. please johngoldgift@gmail.com
@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
@beautyandcookingbysouad8724 жыл бұрын
SVP TU PEUX NOUS FAIRE UNE VIDEO QUI EXPLIQUE TON CODE SOURCE DE CETTE VIDEO ET MERCI Bq ?????