osm-gps-map icon indicating copy to clipboard operation
osm-gps-map copied to clipboard

A Gtk+ Widget for Displaying OpenStreetMap tiles LOOKING FOR A NEW MAINTAINER

Results 21 osm-gps-map issues
Sort by recently updated
recently updated
newest added

The [Gramps project](https://gramps-project.org/) uses this widget and we would like to see a new release. If nobody is interested in maintaining this project, how do we apply to become the...

Perhaps you're aware of the center-hopping issue: at certain points, when zooming in the map, the map center swaps between two positions, mostly between zoom levels 17, 18 and 19....

First attempt to update osm-gps-map to GTK4. So far I only updated the main code. I will try to update the examples in the coming days. Please note this branch...

Points on tracks and polygons which have the clickable property set will emit a point-clicked signal when the user left-clicks on a point. When the editable property is also set...

I was able to package a program using this with some help from Pyinstaller team: https://github.com/pyinstaller/pyinstaller/issues/6575 However it gives errors trying to run and browse to new tile areas. It...

Not sure how much features you want in the examples, but this turned out useful for me. Later I might look at periodically reread the file for live updates, and...

If the zoom level is raised rapidly (mouse scroll) in the app using osm_gps, e.g. from 5 to 9, all the tiles needed tiles for zoom 6, then all those...

Hi! I've tried to use OsmGpsMap in glade 3.28.1, but glade-previewer complains with following error: ``` Couldn't load builder definition: ../../OpenTacho.glade:122:1 Invalid object type 'OsmGpsMap' ``` When I remove it...

I installed my app using the libOSMGPS, on my new Librem 5 phone. https://sourceforge.net/projects/repeater-start/ I noticed that pinch to zoom isn't working like it does in other phone mapping libraries.

How I can draw on top of map with cairo, or display on the fly images created programmatically ?