osm-gps-map
osm-gps-map copied to clipboard
A Gtk+ Widget for Displaying OpenStreetMap tiles LOOKING FOR A NEW MAINTAINER
When I use a Mapbox map (with a free account this is https://api.mapbox.com/v4/mapbox.outdoors/#Z/#Y/#X.jpg90?access_token=...key) https://docs.mapbox.com/help/glossary/raster-tiles-api/ for the tiles in this example, the map shows all broken up, which apparently is due...
Hi, I'm working on a project based on your library and example mapviewer.py. I would like to add several layers (real-time localisation of a robot, waypoints and paths the robot...
[BeeWare](https://beeware.org/) is a project that tries to make Python programming be available for all modern platforms and devices. (This is achieved in various way, for Android e.g. by cross-compiling Python...
Is it possible to use multiple tile layers easily with the current implementation? In my use-case I need to have a base OSM tilemap + openseamap seamark layer; I'm not...
It would be nice if the pointer delta bigger than the hidden part of a tile (in respect to the current zoom level) would trigger loading of neighboring tiles.
Hi, I tried to use osm_gps_map_track_insert_point while writing tests in python. The function itself works, but than python exits unexpected. Here is a small example: ``` python #!/usr/bin/python3 from gi.repository...
See mailing list I came around a strange problem trying to add an image to a Map object. When calling add_image I get the following error. GtkWarning: gdk_drawable_real_draw_pixbuf: assertion `src_y...
From: http://talk.maemo.org/showpost.php?p=852020&postcount=122 Something Like; [Google Maps] fileFormat=/home/user/MyDocs/.maps/Google Maps/%d/%d/%d.png urlFormat=http://mt.google.com/vt?z=%d&x=%d&y=%0d minZoom=0 maxZoom=20
> > There are two approaches here. If you want to manage clicks totally > > yourself then just use the normal gtk+ click event API. > > Yes that...
> Yeah, I have had this before, where it goes and calculates a million > tiles to download if you try and cache the whole world at all zoom >...