Git Product home page Git Product logo

dearpygui-map's People

Contributors

mkouhia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mustafa-gokce

dearpygui-map's Issues

Rethink callback item

Which item is best for init return value? This is the item for which the user will set callbacks. Maybe the rect?

How would it be possible to set clicked coordinates for app_data?

Refer also to #11

Increase test coverage

Test all compute methods. For dpg interaction, try to see if tests can be done without actually starting dpg.

Add api keys to tile sources

class TileServer:

    ...

    def with_api_key(api_key: str) -> TileServer:
        """Return new instance with API key set"""
        ...

Dear PyGui showcase

Hey, dearpygui-map looks like it could be a nice addition to the Dear PyGui showcase. Would you be willing to make a short GIF (<8Mb) of the app?

I'm not familiar with poetry, but I cannot get the app to run on my computer or I'd probably make the GIF myself.

Error downloading first tile

Sometiimes, first tile is not displayed (top left corner) and following error message is displayed:

ERROR:root:<built-in function pop_container_stack> returned a result with an exception set
Exception: Error: [1009] Message: 	No container to pop.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/mikko/Documents/softaprojektit/dearpygui_map/dearpygui_map/io.py", line 55, in run
    self.callback(result)
  File "/home/mikko/Documents/softaprojektit/dearpygui_map/dearpygui_map/widget.py", line 198, in draw_tile
    tile.draw_image(parent=self.tile_draw_node_id)
  File "/home/mikko/Documents/softaprojektit/dearpygui_map/dearpygui_map/widget.py", line 249, in draw_image
    with dpg.texture_registry():
  File "/home/mikko/.pyenv/versions/3.10.2/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/home/mikko/.cache/pypoetry/virtualenvs/dearpygui-map-AAtoTuFr-py3.10/lib/python3.10/site-packages/dearpygui/dearpygui.py", line 2523, in texture_registry
    internal_dpg.pop_container_stack()
SystemError: <built-in function pop_container_stack> returned a result with an exception set

Free zooming

Free zooming, switch level when scale factor would be >1 or <0.5

Rethink public api

Even in 0.1.0, api should be somewhat sane.

Try to follow dearpygui conventions for context managers and add_ methods

Add drawing layer on map

First available feature: marker without data. Add more features later.

At first, no user interaction is required. Make separate issue of that.

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.