I love the time we are living in right now. As a german, I was searching for a way to draw polygons on a leaflet map (wich is developed by a ukrainian) and found a guy from nepal, who explained a plugin to me that was created by a guy from New Zealand. Thanks!
Parabéns pelos seus vídeos. Ele foram essenciais para o desenvolvimento do meu sistema WebGIS e ainda aumentar os conhecimentos em Javascript! Muito grato!!! Watching from Brazil!
The polygon function you created creates 2 points on top of each other each time you define a point, which gives you duplicate coordinates and is the reason that allow intersection = false causes that issue 35:00
Hello ! I wanted to thank you so much for your content !! your work is very valuable for the community. Can you please show a specific feature to save a new drawn polygon? Best regards
Awesome Tutorial. I was just thinking is there a way to add custom properties to GeoJSON, while drawing are created. This will be useful in many many ways...
Thank you for great tutorial. I have a question. Can we customize the dot rectangle for create line become dot with circle? I think when we draw polygon, the rectangle for create line was so big :(
first , many thanks for the video , it's very helpful , actually I have the same issue editing polygons on the map ( see min between 17 a,nd 18 in your video) , i wonder how did you solve it ;thank you again .
great job sir! I have a related project that I’m working on as a final year project and I’ll need your help. Thank you very much Web Map Project (Geomatic Engineering) Develop an interactive web map with the following features When a marker is placed you should be able to assign values to it. Name Population URL When a line is drawn you should be able to assign values to it. Name Road( 100 - 1 the value is the width of the line.) When a polygon is drawn, you should assign Name to it You should be able to search for a Name of anything and if the value is found on the map, it should pan to the Name.
Hi Owusu, I think this is possible with the help of leaflet draw plugin. I recommend you to have a look into its official documentation. There you will get the more info about it. BTW most of the major things were discussed in my video.
hey man, i am really enjoing your videos, can you tell me how can i put some geocoords with json in my map? I want to put my coords in the map using geojson
Hi Gustavo, I have created how to load geojson in leaflet here: ruclips.net/video/ls_Eue1xUtY/видео.html. Can you please check this video geojson part?
Hi, In order to do the geospatial analysis in client side, please use Turfjs. If you don't know about it, please watch the crash course here: ruclips.net/video/X_2M31p5w2M/видео.html
I love the time we are living in right now. As a german, I was searching for a way to draw polygons on a leaflet map (wich is developed by a ukrainian) and found a guy from nepal, who explained a plugin to me that was created by a guy from New Zealand. Thanks!
Yes, the internet world is crazy!
your video is really helping me with my currents projects . Thank you so much.
Parabéns pelos seus vídeos. Ele foram essenciais para o desenvolvimento do meu sistema WebGIS e ainda aumentar os conhecimentos em Javascript! Muito grato!!! Watching from Brazil!
Muito doido encontrar um amigo do Brasil aquikkkkkk. Poderia mandar o link do seu WebGIS?
The polygon function you created creates 2 points on top of each other each time you define a point, which gives you duplicate coordinates and is the reason that allow intersection = false causes that issue 35:00
great tutorial man. you helped me so much
Glad I could help!
Thank you for making this! It saved me a lot of time!
You are welcome!
Hello ! I wanted to thank you so much for your content !! your work is very valuable for the community.
Can you please show a specific feature to save a new drawn polygon?
Best regards
Keep up the great job Tek!
Thanks Mikey! Will do!
Awesome Tutorial. I was just thinking is there a way to add custom properties to GeoJSON, while drawing are created. This will be useful in many many ways...
Yes, that's also an possible option. Here is an small code snippet for adding attribute: stackoverflow.com/a/32846044/9354344
Thank you for great tutorial. I have a question. Can we customize the dot rectangle for create line become dot with circle? I think when we draw polygon, the rectangle for create line was so big :(
Thanks, very good demonstaration what manipulation you can do with the map
Sorry what do you mean by manipulation?
Thank you so much, you have saved me, please show me how to save all those layers in the database sir
Thank for this great video, you've really did an amazing job... could you please make a video with database with the Leaflet draw
Thank you for your interest! I will release in future. Stay Tuned!
first , many thanks for the video , it's very helpful , actually I have the same issue editing polygons on the map ( see min between 17 a,nd 18 in your video) , i wonder how did you solve it ;thank you again .
amazing tutorial Tekson. Can you do a tutorial on how to save to database?
Thank you for your interest! Stay tuned!
@@geodev can’t wait sir
Thank you , great job , could you please make a video with database with the Leaflet draw
Yes, soon
great job sir! I have a related project that I’m working on as a final year project and I’ll need your help. Thank you very much
Web Map Project (Geomatic Engineering)
Develop an interactive web map with the following features
When a marker is placed you should be able to assign values to it.
Name
Population
URL
When a line is drawn you should be able to assign values to it.
Name
Road( 100 - 1 the value is the width of the line.)
When a polygon is drawn, you should assign Name to it
You should be able to search for a Name of anything and if the value is found on the map, it should pan to the Name.
Hi Owusu, I think this is possible with the help of leaflet draw plugin. I recommend you to have a look into its official documentation. There you will get the more info about it.
BTW most of the major things were discussed in my video.
@@geodev thanks for the help Tekson. But I’m having trouble with how to make the drawn features remain on the map even when i reload
@@owusue2402 for that, you need a database and save the geometry after it created. You need a dedicated backend for implementing such feature.
Excellent video!
Glad you liked it!
Could you make a video on how to save the features in the database example Postgres sql please I need it for my project work
Thanks for your interest. I will definitely cover this in my upcoming tutorials. I got lots of requests so, i need to do it.
Thank you
Thanks, bro 👍👍👍
You are welcome!
how to connect this example to postgres database to save geometry
merci ! C'est très bien !
JLC
How can we save the shape in db drawn on the map
hey you beard man😊... thank you🙏
😂😂 lol
hello ! how do i get the corner points of the rectangle drawn in the leaflet draw code?
Hello, I can't insert the drawing tool into the interactive web, can you help me?
You should just add the required line of code as discussed in this tutorial.
hey man, i am really enjoing your videos, can you tell me how can i put some geocoords with json in my map?
I want to put my coords in the map using geojson
Hi Gustavo, I have created how to load geojson in leaflet here: ruclips.net/video/ls_Eue1xUtY/видео.html. Can you please check this video geojson part?
Hi can you make one video for Geodjango setup for Python3.10 and Above environments run django I face issue for gdal setup.
Sure, I will. Thanks for suggestions!
Do you have any videos related to inserting, editing, or updating points, polylines, or polygons in a database
Sorry, I don't have any, but I am thinking to do one. Stay tuned!
Hello brother, how should i get all cities inside polygon area
Hi, In order to do the geospatial analysis in client side, please use Turfjs. If you don't know about it, please watch the crash course here: ruclips.net/video/X_2M31p5w2M/видео.html
could you please make a video with database sql
Stay tuned, I will.
@@geodev when will sir ?
How get propertise intersect multi layer with draw..?
You need to add the feature properties inside "draw:created" method as explained in this example: gis.stackexchange.com/a/211522/138203
@@geodev how like this analize ruclips.net/video/-qQFOYwfyLI/видео.html ini minute 11.09