Coder Social home page Coder Social logo

infinitel8p / topspot Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.72 GB

A Map of skatespots around the world, made by skaters for skaters! Available in the Google Playstore.

Home Page: https://play.google.com/store/apps/details?id=org.ferrara.topspot

Python 91.06% kvlang 8.94%
skateboarding skateboard map skatemap skatespot android android-application android-app

topspot's Introduction

Topspot

Skatespot World Map

Finde eingetragene Skatespots und Skateparks in deiner Nähe und der ganzen Welt auf einer interaktiven Karte. Entdecke Orte und lokale Skate-Communities bei dir in der Umgebung. Lass dich zu Locations wie Skateparks und Streetspots mit Google Maps navigieren.
https://play.google.com/store/apps/details?id=org.ferrara.topspot

Mobile Version Tablet Version
pic1_mobile pic1_tablet
pic2_mobile pic5_tablet
pic3_mobile pic2_tablet
pic4_mobile pic3_tablet
pic5_mobile pic4_tablet

topspot's People

Contributors

infinitel8p avatar

Stargazers

 avatar

Watchers

 avatar

topspot's Issues

add geocoordinates to bottom screen

    #gps coordinates status label
    self.status_label = MDLabel(
        halign="right",
        theme_text_color = "Hint",
        pos_hint = {"center_x": 0.485, 'center_y': 0.05},
        text = "Checking GPS...",
        #font_size = 12,
        font_style = "Caption"
        )
    screen.add_widget(self.status_label)


    f"Seeing: {self.get_bbox()}"
    f"Spots in FOV: {len(spots)}"

    gps.configure(on_location = self.update_blinker_position, on_status = self.on_auth_status)
    gps.start(minTime = 1000, minDistance = 0)

def update_blinker_position(self, *args, **kwargs):
    my_lat = kwargs["lat"]
    my_lon = kwargs["lon"]
    self.status_label.text = "GPS Position:", my_lat, my_lon

Add something like this

add category to spots

color markers differently depending on category/spot
add option to filter them (currently in preparation)

add geodata images

add all images to git and link them to db and check spots in Barcelona

Crash on start v.1.4.1-beta

09-14 08:57:39.171  8569  9790 I python  : Android kivy bootstrap done. __name__ is __main__
09-14 08:57:39.171  8569  9790 I python  : AND: Ran string
09-14 08:57:39.171  8569  9790 I python  : Run user program, change dir and execute entrypoint
09-14 08:57:39.230  8569  9790 I python  : [INFO   ] [Logger      ] Record log in /data/user/0/org.ferrara.topspot/files/app/.kivy/logs/kivy_21-09-14_3.txt
09-14 08:57:39.231  8569  9790 I python  : [INFO   ] [Kivy        ] v2.0.0
09-14 08:57:39.231  8569  9790 I python  : [INFO   ] [Kivy        ] Installed at "/data/user/0/org.ferrara.topspot/files/app/_python_bundle/site-packages/kivy/__init__.pyc"
09-14 08:57:39.231  8569  9790 I python  : [INFO   ] [Python      ] v3.8.9 (default, Sep 14 2021, 07:23:55)
09-14 08:57:39.231  8569  9790 I python  : [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462
09-14 08:57:39.231  8569  9790 I python  : [INFO   ] [Python      ] Interpreter at ""
09-14 08:57:39.232  8569  9790 I python  : [INFO   ] [KivyMD      ] 1.0.0.dev0 (installed at "./kivymd/__init__.pyc")
09-14 08:57:39.234  8569  9790 I python  : [INFO   ] [Factory     ] 186 symbols loaded
09-14 08:57:39.819  8569  9790 I python  : [INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
09-14 08:57:39.834  8569  9790 I python  : [INFO   ] [Text        ] Provider: sdl2
09-14 08:57:39.835  8569  9790 I python  :  Traceback (most recent call last):
09-14 08:57:39.835  8569  9790 I python  :    File "/home/ludo/topspot/main.py", line 1, in <module>
09-14 08:57:39.835  8569  9790 I python  :    File "/home/ludo/topspot/kivymd/__init__.py", line 70, in <module>
09-14 08:57:39.835  8569  9790 I python  :    File "/home/ludo/topspot/kivymd/font_definitions.py", line 49, in <module>
09-14 08:57:39.836  8569  9790 I python  :    File "/home/ludo/.local/share/python-for-android/build/python-installs/unnamed_dist_4/arm64-v8a/kivy/core/text/__init__.py", line 315, in register
09-14 08:57:39.836  8569  9790 I python  :  OSError: File ./kivymd/fonts/Roboto-Regular.ttf not found
09-14 08:57:39.836  8569  9790 I python  : Python for android ended.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.