Тёмный
No video :(

Simple & Elegant Map in Kivy - MapView Tutorial 

Erik Sandberg
Подписаться 14 тыс.
Просмотров 16 тыс.
50% 1

Опубликовано:

 

23 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@erik-sandberg
@erik-sandberg 4 года назад
Hi everyone! One thing I forget to mention in the video: The *MapMarkerPopup* widget inherits from the Button class, which means you can use its *on_release* function. Hope you liked this tutorial! What kind of ideas do you guys have for a map-based app? Let me know :)
@jirinemec9960
@jirinemec9960 4 года назад
Is it possible to draw polylines to the map? Like running routes from GPX?
@robertgodek1245
@robertgodek1245 4 года назад
Maybe a simple bicycle meter?
@jirinemec9960
@jirinemec9960 4 года назад
@@robertgodek1245 exactly
@sammy_humblegh
@sammy_humblegh 4 года назад
Hi, is it possible to change the map provider?. For instance I want to use open weather map
@hilaryeins1
@hilaryeins1 3 года назад
Fantastic Tut! I am a newbie in programming...I will grab your tuts to get myself where i wanna be. Thank bro! i wish your whole family the best things.
@GabrielPettier
@GabrielPettier 4 года назад
Cool video, well explained and to the point. I did use MapView in a few apps and it's really nice, you can chose themes (map styles) from a lot of options, as there are tilesets by various providers for the openstreetmap backend, i was also able to animate the rendering of markers depending on zoom level, and other neat things, it's a very flexible and easy to use widget, i hope this video helps more people to know about it.
@erik-sandberg
@erik-sandberg 4 года назад
Thank you! And thanks for mentioning that about the tile providers, it'll probably help some people reading through the comments :)
@GabrielPettier
@GabrielPettier 3 года назад
@Muhammad Omar hm, yeah… ? that's me :D.
@borneoviral6379
@borneoviral6379 2 года назад
@Muhammad Omar ya..thats him..... I saw him every where too when im searching for kivy and python explaination... hmmm I think his a legend🤗
@stephenkinyanjui3748
@stephenkinyanjui3748 4 года назад
Thank you for this. Keep up the great staff you have been doing,you make learning kivy so smooth!
@jafd7806
@jafd7806 4 года назад
Wonderful as Always. Happy Christmas Erik!
@erik-sandberg
@erik-sandberg 4 года назад
Merry Christmas to you too! 🎅
@pysuhayb15
@pysuhayb15 4 года назад
Liked it more than every other video
@senseibunny3667
@senseibunny3667 4 года назад
wowowo this is nice man really appreciate this!!!
@nickapeed
@nickapeed 3 года назад
Very helpful thank you!
@unknownerror9425
@unknownerror9425 4 года назад
#:import.... why it is used in kv file??
@StefanoFerrarir4gtl
@StefanoFerrarir4gtl 4 года назад
Very good tutorial. I had a problem. I can't see the marker on the map. Have I to install some other stuff? I have the same problem with the Farmers market tutorial...
@carlosalbertochacon8178
@carlosalbertochacon8178 2 года назад
​@Muhammad Omar thanks, it worked
@sparshanalytics7738
@sparshanalytics7738 3 года назад
Hi, Very good presentation. But I am not getting Marker on Map. If I mention source of the marker then marker is appearing on map. What is the issue?
@frettmann5317
@frettmann5317 2 года назад
👍
@troys1426
@troys1426 3 года назад
Cool tutorial! I just have a question: the map view is too small and how do you resize it in kivymd?
@bryanzin2516
@bryanzin2516 4 года назад
I'm having trouble installing garden on my windows computer, I'm using the command: python -m pip install github.com/kivy-garden/graph/archive/master.zip in order to get garden, but I'm not sure where to find it in my directory. When trying to use Git Bash to use the garden command (garden install mapview), it gives the error "garden: command not found". Please let me know what I can do to solve this, I would appreciate any help!
@andresirikakumiyashiro117
@andresirikakumiyashiro117 4 года назад
i'm having this same problem, did you solved it?
@tsabxyooj3287
@tsabxyooj3287 4 года назад
Very good. I'll follow you closely
@bodagosbinauralbeats43
@bodagosbinauralbeats43 Год назад
thank u so dang much.. u look like diplo(goodthing) :)
@ranjithpoojary7805
@ranjithpoojary7805 4 года назад
Thanks for this. Will you please make video to track mobile location in laptop by kivy. Please upload iam doing project on it
@BonsiownsGADU
@BonsiownsGADU 4 года назад
Do you work for the FBI? Because three days ago I was just thinking if this was possible in MapView
@zman3222
@zman3222 4 года назад
With the double_tap_zoom feature, can you change the zoom amount when you double click?
@nishanthpoojari9658
@nishanthpoojari9658 4 года назад
Thank you for this. Will you please make video to track mobile location using this.
@erik-sandberg
@erik-sandberg 4 года назад
Check out my most recent series! It will include using the phone's GPS and centering the map on their position.
@nishanthpoojari9658
@nishanthpoojari9658 4 года назад
@@erik-sandberg Thanks a lot . Is it possible to send location comes from mobile to laptop and displaying it in kivy map.
@unknownerror9425
@unknownerror9425 4 года назад
why do you import things in kv file using #:import?? and what it does??
@rowerziwx9920
@rowerziwx9920 3 года назад
Im having a problem building the app for android with build buildozer, what packages to include in spec?
@rextech169
@rextech169 4 года назад
please how can i use google map instead as i wish to use the google direction/distance matrix
@ashutoshchoubey369
@ashutoshchoubey369 3 года назад
Hi bro. I want to ask if I have to load the map from any other class except the Main app class. How to do that?
@wandilekhumalo7062
@wandilekhumalo7062 3 года назад
This is great, does it work on ios?
@lissy2533
@lissy2533 4 года назад
Is there any way to alter the map itself? So it changes colour and stuff like that?
@sksahil4374
@sksahil4374 4 года назад
nice
@mohsenali4048
@mohsenali4048 Год назад
how write on_lat in the python not kivy ?
@unknownerror9425
@unknownerror9425 4 года назад
@Erik Sandberg BROTHER PLEASE MAKE A VIDEO ON KIVY POPUP, THANK YOU
@kortealma3935
@kortealma3935 4 года назад
Cool, is there any way to place shapes on the map, not only markers?
@erik-sandberg
@erik-sandberg 4 года назад
The marker is just an image -- just set *source: /path/to/your/image.png* where image.png is an image of your shape!
@kortealma3935
@kortealma3935 4 года назад
@@erik-sandberg Thanks, that's a great idea, however I thought for example to draw a triangle between London, Barcelona, and Berlin. Is this possible?
@crishl19
@crishl19 2 года назад
the marker don't work for me , some help
@mohd9227
@mohd9227 3 года назад
other versions use kivy_garden instead of kivy.garden "from kivy_garden.mapview import MapView"
@TanPoff
@TanPoff 2 года назад
How's it going everyone. Has anyone had an issue with the mapview zoom being inverted? When I want to zoom in, it zooms out and when I want to zoom out it zooms in. Anyone solved this yet?
@wolftribe66
@wolftribe66 Год назад
your mouse is upside down
@jjc9003
@jjc9003 4 года назад
I have an issue trying to integrate Screen Manager Widget with MapView Widget. I attached a full issue's description here: stackoverflow.com/questions/62363274/integrate-screen-manager-widget-with-mapview Could anyone help me?
@CricketTube9905
@CricketTube9905 4 года назад
I got an error Navigationlayout object has no attribute 'center_on' Pls help
@lukeolender711
@lukeolender711 4 года назад
Your root refers to your root widget, which is probably a NavigationLayout in your case. You can fix this by giving your mapview an id, and then refer to that instead of root. So: instead of 'root.center_on' give your mapview an id of mapview and then use 'mapview.center_on'.
@johnanthonymendoza1184
@johnanthonymendoza1184 4 года назад
I don't know why but I get some error when running it says, KeyError: 'kivy.garden.mapview' .
@12345charliebrown
@12345charliebrown 3 года назад
for me I used the legacy way of installing mapview which is 'garden install mapview'
@501ismail501
@501ismail501 Год назад
#:import MapView kivy_garden.mapview
@florenciarivero7891
@florenciarivero7891 4 года назад
Is it possible to add a search bar on the map?
@erik-sandberg
@erik-sandberg 4 года назад
To search for an address? Check out this playlist where I do something like that! Video 4 to be specific. ru-vid.com/group/PLy5hjmUzdc0mY-nC-Djhv_wJjQuWVmPV8
@florenciarivero7891
@florenciarivero7891 4 года назад
@@erik-sandberg Thank you so much! will try to do it. Been learning a lot with your videos.
@erik-sandberg
@erik-sandberg 4 года назад
@@florenciarivero7891 That's great! :)
@backup9120
@backup9120 2 года назад
i wish you left the source code
Далее
When RESTful architecture isn't enough...
21:02
Просмотров 271 тыс.
Modern Python logging
21:32
Просмотров 178 тыс.
I've been using Redis wrong this whole time...
20:53
Просмотров 353 тыс.
Kivy Basics in 60 MINUTES
59:02
Просмотров 129 тыс.
The Story of Next.js
12:13
Просмотров 565 тыс.