You got me there in 4:29 when he said that's it. Thank you for this tutorial.
@burdGIS2 жыл бұрын
No problem Lalaine. Have you made a webmap?
@Wildlifeimpulse5 жыл бұрын
Another nice video, definitely looking forward to the last part of the series!
@burdGIS5 жыл бұрын
There's only one left! I'm a bit torn on using AWS though
@Wildlifeimpulse5 жыл бұрын
@@burdGIS in the past I only used Google maps for some kind of webmap on my website. I'm not an expert in website building, but always nice to look for new things.
@burdGIS5 жыл бұрын
@@Wildlifeimpulse Google maps is incredibly useful. Do look into leaflet though. It's very lightweight and a great library to explore what's possible with webmapping.
@felcydavid84682 жыл бұрын
Thank you so much. This exercise worked well!
@burdGIS2 жыл бұрын
Good stuff felca. Did you make a webmap?
@stickyda3 жыл бұрын
Hi man, great video and really well explained. Two questions: [1] is it possible to create tabs with different information within the popup and [2] is it possible to include a download button where the user can directly download the specific information (e.g. instead of viewing your image the user can directly download the image). Thx a lot!
@victoriaoyekan3 жыл бұрын
Great tutorial!
@burdGIS3 жыл бұрын
Glad you liked it Victoria!
@edujacque4 жыл бұрын
Thanks for the video.....Very useful. I dont know much about codes, but I will try!. Thanks
@burdGIS4 жыл бұрын
Good stuff! Trying things out is a great way to learn.
@bencampbell30955 жыл бұрын
Great video & thank you for the walkthrough. Inspired me to start my own project. I'm wondering if you were able to get to the bottom of why the popup marker was displaying off to the right upon initial click? I am experiencing the same issue.
@burdGIS5 жыл бұрын
Thanks for your kind comments Ben. Post a link if you have one for your prroject. I'll happily mention it in a video. As for the stray marker / pop up alignment I seem to recall this is a leaflet problem. It may also be browser related but I'll look into it.
@aleilpazzo923 жыл бұрын
Great tutorial! I have a problem with the white box does not fit the picture. Do you know how to do it? Thanks
@burdGIS3 жыл бұрын
Thanks Alessandro. Is the picture too big? You may need to resize pictures before uploading. If you can send a screenshot that be great at www.burdgis.com/contact
@aleilpazzo923 жыл бұрын
@@burdGIS Thank you so much for your answer! I've already resized the pic, but the white box does not adapt to the pic. Do I have to change any code in the HTML? Thanks a lot
@burdGIS3 жыл бұрын
Hi Alessandro. Is the site live? It would be easier to trouble shoot if I could see what's happpening. You might also want tto cheeck using your browser web dev tools and inspect the element of the pop up box. Try and figure out what is determining its size and make sure your images are the expected px x px sizing looking at the file properties.
@robinbwebb4 жыл бұрын
Great tutorial - many thanks! What version of QGIS were you using at the time? Using QGIS v3.12.0 I can import the photos but the Click Photos toolbar tool no longer displays the image viewer. Looking at the path attribute, the last folder in the path has a \ instead of a / delimiter. I have corrected this and can view the image thumbnail from the attribute table but cannot get the "Click Photos" tool to work (takes no action on clicking the photo) or "Tool Tips" tools to display the photo, having set it to display the photo on mouse hover (displays an empty photo frame). Just wondering if this is an issue specific to v3.12.0 or if I am doing something wrong.
@burdGIS4 жыл бұрын
Thanks for the feedback Robin. I was using 3.4 (I like the LTR). I'll try this out with 3.12 and see what's what. I believe qgis2web was updated recently too.
@leahbrueggeman70909 ай бұрын
Are you going to make a video showing hosting on Github and AWS? Please Please!
@burdGIS9 ай бұрын
Could do! Which one would you like first?
@cmlosaria4 жыл бұрын
Hi great video, possible to create a dashboard like add charts, filter widgets? How to host this online and not just local?
@burdGIS3 жыл бұрын
Yes it's possible to create charts etc. It would require more work on the front end with javascript etc. Check the other videos in the playlist to see how to host this online.
@guysainsbury54542 жыл бұрын
Hi. Great video, thanks. When I click 'Create web map' I get a Python error relating to ' TypeError: cannot unpack non-iterable NoneType object'. I've limited the number of layers that are ticked to a single points layer and a Google Maps XYZ tiles layer. I have removed two attributes in the points layer that were set to 'null' by inserting some text. No luck. There is something wrong with my data, but I'm not sure what it is or how to find id. Are you able to suggest what the problem might be?
@burdGIS2 жыл бұрын
Hi guy, thanks for the detailed error report. It's tough to know what might be wrong here but if you'd like to send me a copy of the offending layer I could dig a little deeper.
@guysainsbury54542 жыл бұрын
@@burdGIS Sure. How should I send it to you? Thanks.
@burdGIS2 жыл бұрын
You could use the processing tool "package layers"
@selenacampbell83573 жыл бұрын
Hey! Great video! I have an issue where my basemap does not appear in the preview nor the map export. All that I can view are the points. Do you have a fix for this?
@burdGIS3 жыл бұрын
Hi Selena. I ran into this problem myself just the other day when using a Bing basemap. I tried switching to another basemap (xyz tiles google satellite) and it worked fine.
@eduardodelabanda53803 жыл бұрын
Great channel man. Im trying to make a webmap but my .svg images don't appear on the export map How can I fix this? Thank you, big fan of your videos
@burdGIS3 жыл бұрын
Thanks Eduardo. Svg images used as symbols for points etc? I'm not sure how map2web handles them but you might need to upload them to the server manually. Check the leaflet docs for handling Svg too. This could make a good bonus video 🤔
@rahulsharma-vs3pk4 жыл бұрын
Can we add more things after creating the website...plz make a vedio over it ...and tell how we add more features in created website
@burdGIS4 жыл бұрын
You could work more with your QGIS project, output again and reupload your files. It will overwrite anything you had there before
@rahulsharma-vs3pk4 жыл бұрын
@@burdGIS any vedio u have made for it...if made then share link..if not then plz make
@burdGIS4 жыл бұрын
Thanks Rahul. Just go back to the first step. Use QGIS2Web to output your project and upload the new files to the server.
@rahulsharma-vs3pk4 жыл бұрын
Can we create a dynamic website with the help qgis
@burdGIS4 жыл бұрын
You could add a map like the one produced by QGIS2Web to a dynamic website (see here www.burdgis.com/blog/map/let-wildlife-work-for-us/) but in terms of adding data etc through a website you'd likely need a framework to build a fully dynamic site along with a geoserver. Check out Flask. It's all the rage ;-)
@gerrry243 жыл бұрын
If we wanted to have web map sourcing live data how would we do this?
@burdGIS3 жыл бұрын
Thanks for the question gerard. One way to do this would be to have the data in a database. You could also look at using something like geoserver. It usually depends on the use case.
@aungthurahein54724 жыл бұрын
I followed your tutorial. All completely smooth. thanks. But on web map, my fotos are extremely big. how should i fix that?
@burdGIS4 жыл бұрын
Thanks Aung. It's probably easiest to resize the pictures themselves. I found a program (picture resizer for Windows) or something similar and you can right click the file and resize it.
@aungthurahein54724 жыл бұрын
@@burdGIS thanks for your kind reply. Some page don't reply, really appreciate! Actually, i don't know how to do that. As my photos are taken from drone, they are quite bit and pop-up with huge content. I tried to look for some solutions and google it. All doesn't fit.
@burdGIS4 жыл бұрын
This is the one I use www.bricelam.net/ImageResizer/
@antoinefrt87103 жыл бұрын
Thanks for the video. For those who want to change the pictures size, it's possible to add the size instruction on the code line as following : \
@burdGIS3 жыл бұрын
Thanks Antoine! 🙂
@viktorraichev13065 жыл бұрын
Its quantum, baby!
@burdGIS5 жыл бұрын
Hey Viktor. You win comment of the month! :) See the end of this video and claim your swag: kzbin.info/www/bejne/haTKi4aiq5mnY7c
@Gi8514 жыл бұрын
hi. are there a limit of mb in sending this information to the web? (google translate, sorry)
@burdGIS4 жыл бұрын
There shouldn't be. But the larger the files the longer the load time
@ΓιάννηςΔανιήλ-ο3θ3 жыл бұрын
How can I add my QGis project in my site?
@burdGIS3 жыл бұрын
Hi, you can create your project, run QGIS2web and then upload the files to your site! :-)
@ΓιάννηςΔανιήλ-ο3θ3 жыл бұрын
@@burdGIS thanks for your answer. I run the HTML of my archive of qgis2web in my site but the result is only a white page. Why it happens this?
@burdGIS2 жыл бұрын
Does it work if you try and open the html file locally?
@burdGIS2 жыл бұрын
Also run your developer tools in the browser to find out more information about what might be going wrong.
@ΓιάννηςΔανιήλ-ο3θ2 жыл бұрын
@@burdGIS yes this works
@RiccardoKlinger4 жыл бұрын
You should definitely checkout the latest filter export option for leaflet based webmaps!
@burdGIS4 жыл бұрын
Sounds exciting 😀 This video could do with an update to showcase the hard work of Tom C and co
@RiccardoKlinger4 жыл бұрын
burdGIS here is one as part of my QGIS training videos kzbin.info/www/bejne/r4rIXqVuo5KAiJo
@burdGIS4 жыл бұрын
Nice thanks for sharing :)
@zephyrhamid71964 жыл бұрын
my pics are really zoomed in.... is there a solution for it?
@burdGIS4 жыл бұрын
Picture size! If you resize your pictures this will make them smaller. It has the added benefits of faster loading and taking up less space on the server. There's probably a way to do it with leaflet too (max-width property or similar)
@simonestagnitta1014 жыл бұрын
I cannot find the _demo folder. Any tip?
@burdGIS4 жыл бұрын
Hi Simone, the _demo folder is unique to my computer. It's just where I chose to save the output files. You can choose to save yours anywhere on your computer.
@simonestagnitta1014 жыл бұрын
@@burdGIS Thank you for your answer. I understood and solved it. It works expect the fact that Qgis2web uses different symbology than of used in qgis. I don't know why and how to fix this. Any idea, please?
@burdGIS4 жыл бұрын
Glad to hear you got it working Simone. Qgis2web has some limitations on what it can do. This will depend on the provider used. You'll be able to find out more on the Qgis2Web site here: github.com/tomchadwin/qgis2web
@imcarto5 жыл бұрын
thanks
@EMarcisz323 жыл бұрын
it is a good video, but I simply don't like those "effects" of zooming in and out, it's rather distracting and definitely not necessary. Unfortunately so many thinks that adding all those fancy/flying/cut offs is needed to make their video attractive *____*
@burdGIS3 жыл бұрын
Thanks for watching and for the feedback! I tend to find static videos do less well. Many viewers find it helpful to get a better view of which options, buttons, filepaths etc I'm using; especially when watching videos on smartphones.
@burdGIS3 жыл бұрын
I could do a poll to see what other viewers think! 😀