[PATCH 0/2] Subsurface -> GooleMaps API

Lubomir I. Ivanov neolit123 at gmail.com
Wed Jan 16 05:55:38 PST 2013


[PATCH 1/2] Initial communication between Subsurface and the...

proof of concept patch for dive visualisation on the GoogleMaps API.

perhaps subsurface can have a local map widget, but also can communicate
with the google maps API?

the "Log menu" entry is questionable, yet the current logic is
to populate the map with clickable markers for all selected dives
that have coordinates. We also have dive->location text on them.

the example code at http://econym.org.uk/gmap/example_plotpoints.htm
requires some modifications, such as:
- adding proper URI escape for unicode characters (this works in a
dry test i did using decodeURIComponent() and regex)
- adding a zoom clamp so that the zoom level isn't too high for a single
maker, by bounds.
- migration to the GMap3 API, as soon GMap2 will be deprecated.

If someone understands web programming (JS/PHP) and is willing
to do these things, you can give it a try.

[PATCH 2/2] windows.c: Add unicode support in...
This one only fixes broken unicode support for URI calls on Windows

lubomir
--


More information about the subsurface mailing list