]> git.street.me.uk Git - andy/viking.git/log
andy/viking.git
11 years agoFix: use g_list dedicated function instead of own code
Guilhem Bonnefille [Tue, 23 Jul 2013 20:31:16 +0000 (22:31 +0200)]
Fix: use g_list dedicated function instead of own code

11 years agoFix menu use of named own Icons since the icons were renamed some time ago.
Rob Norris [Tue, 16 Jul 2013 21:08:51 +0000 (22:08 +0100)]
Fix menu use of named own Icons since the icons were renamed some time ago.

They were renamed back in commit SHA1:79dce0cbecc73aef904c1529467195416c1bfe96

11 years ago[QA] Fix memory leak in drawing new tracks/routes.
Rob Norris [Mon, 15 Jul 2013 21:26:01 +0000 (22:26 +0100)]
[QA] Fix memory leak in drawing new tracks/routes.

11 years ago[QA] Fix memory leak in sorting layers.
Rob Norris [Mon, 15 Jul 2013 22:17:45 +0000 (23:17 +0100)]
[QA] Fix memory leak in sorting layers.

11 years ago[QA] Fix name memory leaks in TrackWaypoint operations.
Rob Norris [Mon, 15 Jul 2013 21:24:31 +0000 (22:24 +0100)]
[QA] Fix name memory leaks in TrackWaypoint operations.

11 years ago[QA] Fix misc small memory leaks.
Rob Norris [Mon, 15 Jul 2013 21:22:43 +0000 (22:22 +0100)]
[QA] Fix misc small memory leaks.

11 years ago[QA] Fix several memory leaks on program closure.
Rob Norris [Mon, 15 Jul 2013 21:20:47 +0000 (22:20 +0100)]
[QA] Fix several memory leaks on program closure.

Not particularly important since the program is ending,
 but it should be done and aids tracing any other remaining memory faults.

11 years ago[QA] Fix memory leak on deleting TrackWaypoint layers.
Rob Norris [Mon, 15 Jul 2013 21:16:20 +0000 (22:16 +0100)]
[QA] Fix memory leak on deleting TrackWaypoint layers.

11 years ago[QA] Fix new tracks not shown after split called from the Track Properties dialog.
Rob Norris [Mon, 15 Jul 2013 21:14:03 +0000 (22:14 +0100)]
[QA] Fix new tracks not shown after split called from the Track Properties dialog.

11 years ago[QA] Fix large memory leak on viewing Track Properties.
Rob Norris [Mon, 15 Jul 2013 21:12:45 +0000 (22:12 +0100)]
[QA] Fix large memory leak on viewing Track Properties.

11 years ago[QA] Fix incorrect iterator usage.
Rob Norris [Mon, 15 Jul 2013 21:11:56 +0000 (22:11 +0100)]
[QA] Fix incorrect iterator usage.

11 years ago[QA] Fix memory leaks in usage of the clipboard.
Rob Norris [Mon, 15 Jul 2013 21:08:40 +0000 (22:08 +0100)]
[QA] Fix memory leaks in usage of the clipboard.

Refactor use of gdk_atom_name() since this returns an allocated string.

11 years ago[QA] Fix memory leaks on reading in Viking files.
Rob Norris [Mon, 15 Jul 2013 21:07:17 +0000 (22:07 +0100)]
[QA] Fix memory leaks on reading in Viking files.

Don't set these string variables to NULL too early!
Otherwise testing it's value means it previously didn't call the free function.

11 years ago[QA] Fix memory leak in treeview tooltips and selection.
Rob Norris [Mon, 15 Jul 2013 21:03:25 +0000 (22:03 +0100)]
[QA] Fix memory leak in treeview tooltips and selection.

11 years ago[QA] Fix large memory leak when removing DEM layers.
Rob Norris [Mon, 15 Jul 2013 21:00:26 +0000 (22:00 +0100)]
[QA] Fix large memory leak when removing DEM layers.

11 years agoQA: replace direct access to GtkWidget->window member by function call
Guilhem Bonnefille [Wed, 10 Jul 2013 21:16:31 +0000 (23:16 +0200)]
QA: replace direct access to GtkWidget->window member by function call

11 years agoAdd view of course and speed properties of trackpoints.
Rob Norris [Mon, 8 Jul 2013 19:20:55 +0000 (20:20 +0100)]
Add view of course and speed properties of trackpoints.

Since these values may be held in the trackpoint data, we might as well be able to show them!

Also reduce spacing between the elements to keep the dialog compact.

11 years agoEnable control of create_label_vbox spacing and padding.
Rob Norris [Mon, 8 Jul 2013 19:14:07 +0000 (20:14 +0100)]
Enable control of create_label_vbox spacing and padding.

11 years agoFix some interpolated values of a trackpoint on insertion between points.
Rob Norris [Mon, 8 Jul 2013 18:04:46 +0000 (19:04 +0100)]
Fix some interpolated values of a trackpoint on insertion between points.

Fairly obvious cut and paste error.
Incorrect code introduced (by me) in commit SHA1: db79f75f7deef5e8a934324c69dfaa274764514a

11 years agoUse the busy cursor during downloads of My OSM Traces.
Rob Norris [Sun, 7 Jul 2013 09:53:13 +0000 (10:53 +0100)]
Use the busy cursor during downloads of My OSM Traces.

11 years agoFix handling failed downloads with the My OSM Traces method.
Rob Norris [Sun, 7 Jul 2013 09:51:58 +0000 (10:51 +0100)]
Fix handling failed downloads with the My OSM Traces method.

Don't attempt to add a layer until we know it is OK.

11 years agoSF Bugs#101: Fix Acquire from Google Directions.
Rob Norris [Sun, 7 Jul 2013 10:20:06 +0000 (11:20 +0100)]
SF Bugs#101: Fix Acquire from Google Directions.

Allow for some download redirects by default. Otherwise may get HTTP 302 errors.

11 years agoRefactor Track property grid drawing into a common function.
Rob Norris [Sat, 6 Jul 2013 10:18:45 +0000 (11:18 +0100)]
Refactor Track property grid drawing into a common function.

Change the y-axis text to be slightly smaller to accommodate displaying larger values.
Otherwise distance labels over '100 miles' may be seen fully.

11 years agoSF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.
Rob Norris [Sat, 6 Jul 2013 10:16:29 +0000 (11:16 +0100)]
SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.

Even though the code checked for end of the array, it did not set the index value correctly.
Thus it could access memory outside of the array, which could be zero and lead to divide by zero errors.

Refactor the code to use the common chunk index function.

11 years agoAdd ability to use a conversion function between the displayed widget contents and...
Rob Norris [Wed, 26 Jun 2013 18:16:25 +0000 (19:16 +0100)]
Add ability to use a conversion function between the displayed widget contents and the value stored internally.

11 years agoSF Bugs#97: Fix missing redownload settings of some maps in the example config
Rob Norris [Tue, 25 Jun 2013 22:49:24 +0000 (23:49 +0100)]
SF Bugs#97: Fix missing redownload settings of some maps in the example config

Some extra properties of the maps should be defined to enable redownload behaviour.
[i.e. match the built in settings in osm.c]

11 years agoSF Bugs#99: Increase limit for Map IDs
Rob Norris [Sat, 6 Jul 2013 10:30:01 +0000 (11:30 +0100)]
SF Bugs#99: Increase limit for Map IDs

Change from a guint8 to a guint16 to enable larger map id range.
Thus prevents silently auto wrapping numbers around which may then overwrite a different map cache.

11 years ago[QA] Fix issue spotted with cppcheck 1.59
Rob Norris [Sat, 6 Jul 2013 10:29:45 +0000 (11:29 +0100)]
[QA] Fix issue spotted with cppcheck 1.59

11 years agoSF Features#114: Increase the time limit for the Tile Age and use days in the GUI.
Rob Norris [Wed, 26 Jun 2013 18:19:46 +0000 (19:19 +0100)]
SF Features#114: Increase the time limit for the Tile Age and use days in the GUI.

The limit is now increased to 1 year.
Units are the more human friendly scale of days, rather than trying to deal in hundreds of thousands of seconds.
Values are still held in seconds in the preferences.

11 years agoMore reliable waypoint symbol resetting on preferences change.
Rob Norris [Mon, 1 Jul 2013 23:23:56 +0000 (00:23 +0100)]
More reliable waypoint symbol resetting on preferences change.

Problem introduced in commit SHA1:9e3fa3387a28bc41a34ad01394f681b5c401b1a4,
fix g_list usage otherwise doesn't do more than one layer in the list!

11 years agoFix name search using Google.
Rob Norris [Mon, 1 Jul 2013 18:37:19 +0000 (19:37 +0100)]
Fix name search using Google.

It appears some redirection now occurs, so better allow for that to happen.

11 years agoFix some layer sorting issues.
Rob Norris [Mon, 1 Jul 2013 18:36:00 +0000 (19:36 +0100)]
Fix some layer sorting issues.

Ensure waypoints get sorted upon addition.
Ensure the treeview is available before attempting to sort within it.

11 years ago[QA] Fix some issues spotted with cppcheck 1.59
Rob Norris [Sun, 30 Jun 2013 22:56:59 +0000 (23:56 +0100)]
[QA] Fix some issues spotted with cppcheck 1.59

11 years agoMake dialog shifting a bit more reliable.
Rob Norris [Sun, 16 Jun 2013 14:14:25 +0000 (15:14 +0100)]
Make dialog shifting a bit more reliable.

11 years agoUse already calculated bounding box for 'maxmin' calculations.
Rob Norris [Sat, 15 Jun 2013 19:09:58 +0000 (20:09 +0100)]
Use already calculated bounding box for 'maxmin' calculations.

11 years agoAdd statistics for all tracks within a single TRW layer.
Rob Norris [Mon, 3 Jun 2013 21:35:20 +0000 (22:35 +0100)]
Add statistics for all tracks within a single TRW layer.

11 years agoEnable all tracks statistics analysis for all TRW Layers within an Aggregate layer.
Rob Norris [Thu, 6 Jun 2013 20:01:14 +0000 (21:01 +0100)]
Enable all tracks statistics analysis for all TRW Layers within an Aggregate layer.

11 years agoAdd Multiple Tracks Statistical analysis dialog.
Rob Norris [Thu, 6 Jun 2013 19:59:00 +0000 (20:59 +0100)]
Add Multiple Tracks Statistical analysis dialog.

This displays totals and averages for the selected tracks in a new dialog.

More then one instance of this dialog is allowed
 and it allows a choice of whether invisible items should be included in analysis.

NB This commit does not perform the actual selection of tracks to analysis.

11 years agoAdd functions to return sublayer visibility.
Rob Norris [Thu, 11 Apr 2013 01:06:00 +0000 (02:06 +0100)]
Add functions to return sublayer visibility.

11 years ago[DOC] Fix some incorrect docbook markup.
Rob Norris [Sat, 29 Jun 2013 09:32:10 +0000 (10:32 +0100)]
[DOC] Fix some incorrect docbook markup.

11 years agoMerge branch 'LayerSort'
Rob Norris [Sat, 29 Jun 2013 09:10:35 +0000 (10:10 +0100)]
Merge branch 'LayerSort'

11 years agoFix documentation minor typo
Guilhem Bonnefille [Sun, 23 Jun 2013 21:33:20 +0000 (23:33 +0200)]
Fix documentation minor typo

11 years agoGeneralize Acquire Directions
Guilhem Bonnefille [Sun, 23 Jun 2013 07:29:26 +0000 (09:29 +0200)]
Generalize Acquire Directions

Since we have a generic routing framework, we can replace
Google Routing feature by a more generic solution.

The user is now able to select the engine for the route
computation.

Signed-off-by: Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
11 years ago[QA] minor doc improvment
Guilhem Bonnefille [Sun, 23 Jun 2013 07:28:36 +0000 (09:28 +0200)]
[QA] minor doc improvment

11 years ago[QA] More minor code improving
Guilhem Bonnefille [Sat, 22 Jun 2013 21:07:03 +0000 (23:07 +0200)]
[QA] More minor code improving

11 years ago[QA] Add type checking
Guilhem Bonnefille [Sat, 22 Jun 2013 21:04:50 +0000 (23:04 +0200)]
[QA] Add type checking

11 years ago[QA] Add minor comment
Guilhem Bonnefille [Sat, 22 Jun 2013 21:02:20 +0000 (23:02 +0200)]
[QA] Add minor comment

11 years agoAdd a builder for a routing engine selector
Guilhem Bonnefille [Sat, 22 Jun 2013 20:51:09 +0000 (22:51 +0200)]
Add a builder for a routing engine selector

User can give a function to filter the routing engines displayed in the
selector.

11 years agoExpose a function to iterate on all registered engines
Guilhem Bonnefille [Sat, 22 Jun 2013 20:40:07 +0000 (22:40 +0200)]
Expose a function to iterate on all registered engines

Even if the function is trivial, it seems better to keep the list inside
the module and only offer a service to iterate (not offer the list)

11 years ago[QA] Use more explicit funcion name
Guilhem Bonnefille [Sat, 22 Jun 2013 20:33:17 +0000 (22:33 +0200)]
[QA] Use more explicit funcion name

11 years ago[DOC] fix ref doc
Guilhem Bonnefille [Wed, 19 Jun 2013 20:21:25 +0000 (22:21 +0200)]
[DOC] fix ref doc

11 years agoRemove now unused alphabetical sort functions as they have been superseded.
Rob Norris [Fri, 31 May 2013 17:47:42 +0000 (18:47 +0100)]
Remove now unused alphabetical sort functions as they have been superseded.

11 years ago[DOC] This internal setting no longer exists.
Rob Norris [Fri, 31 May 2013 17:46:23 +0000 (18:46 +0100)]
[DOC] This internal setting no longer exists.

11 years agoEnable TrackWaypoint sublayer alphabetical sort options.
Rob Norris [Thu, 13 Jun 2013 18:59:18 +0000 (19:59 +0100)]
Enable TrackWaypoint sublayer alphabetical sort options.

These are saved in the layer properties for each sublayer types: tracks(including routes) and waypoints.

By default this is defaulted to off in order to preserve potential ordering of named items like:
10
100
1001

Otherwise the alphabetical sort will destory this order and otherwise ATM no other way to restore it.

11 years agoEnable Alphabetical sorting of layers within Aggregate layers
Rob Norris [Sun, 7 Apr 2013 14:05:30 +0000 (15:05 +0100)]
Enable Alphabetical sorting of layers within Aggregate layers

Primarily useful when one has only TrackWaypoint layers within a Aggregate layer.

Aggregrates maintain a list of layers which needs to be sorted as well as the treeview.

11 years agoEnable fast and GUI controllable alphabetical sorting of treeview layers.
Rob Norris [Thu, 13 Jun 2013 19:00:12 +0000 (20:00 +0100)]
Enable fast and GUI controllable alphabetical sorting of treeview layers.

Use the gtk_tree_store_reorder method as it very quick.

This ordering can be performed on demand and works for any parent iterator (i.e. both sublayer and layer levels)

It should be called whenever an individual sublayer item is added or renamed (or after a group of sublayer items have been added).

Previously with insertion sort on every sublayer addition: adding 10,000 items would take over 30 seconds!
Now sorting after simply adding all tracks takes 1 second.
For a KML file with over 10,000 tracks (3Mb zipped) - See 'UK Hampshire Rights of Way'
 http://www3.hants.gov.uk/row/row-maps.htm

11 years agoMerge branch 'InternalSettings+StartupPreferences'
Rob Norris [Thu, 13 Jun 2013 18:26:43 +0000 (19:26 +0100)]
Merge branch 'InternalSettings+StartupPreferences'

11 years ago[DOC] Some words about the new Startup preferences options.
Rob Norris [Tue, 11 Jun 2013 23:07:47 +0000 (00:07 +0100)]
[DOC] Some words about the new Startup preferences options.

11 years ago[DOC] Some words about the viking.ini file
Rob Norris [Fri, 24 May 2013 22:20:22 +0000 (23:20 +0100)]
[DOC] Some words about the viking.ini file

11 years agoAdd option to control whether a periodic version check should be performed.
Rob Norris [Tue, 11 Jun 2013 20:45:36 +0000 (21:45 +0100)]
Add option to control whether a periodic version check should be performed.

By default this only on for Windows systems.
The period between checking is two weeks.

11 years agoMap data license does not need to be shown every time for the default map.
Rob Norris [Wed, 29 May 2013 23:10:40 +0000 (00:10 +0100)]
Map data license does not need to be shown every time for the default map.

11 years agoOn the very first startup, ask whether internet related options should default to on.
Rob Norris [Sun, 19 May 2013 13:16:02 +0000 (14:16 +0100)]
On the very first startup, ask whether internet related options should default to on.

11 years agoEnable detection of when Viking is run for the very first time.
Rob Norris [Fri, 26 Apr 2013 00:55:51 +0000 (01:55 +0100)]
Enable detection of when Viking is run for the very first time.

11 years agoEnable an optional automatic IP to location startup mode - mainly for new users to...
Rob Norris [Thu, 23 May 2013 23:34:27 +0000 (00:34 +0100)]
Enable an optional automatic IP to location startup mode - mainly for new users to get going more easily.

The location is (attempted to be) determined by http:/www.hostip.info/

11 years agoEnable Startup Method option to choose between using the home position, last position...
Rob Norris [Thu, 18 Apr 2013 19:13:00 +0000 (20:13 +0100)]
Enable Startup Method option to choose between using the home position, last position or loading a specified file.

11 years agoAdd a startup option to load a default map (as defined by layer default for the map...
Rob Norris [Sat, 20 Apr 2013 00:42:03 +0000 (01:42 +0100)]
Add a startup option to load a default map (as defined by layer default for the map layer).

It won't add a map if Viking project file is loaded.

11 years agoAdd preference to control whether the auto window settings should be used.
Rob Norris [Fri, 19 Apr 2013 23:42:11 +0000 (00:42 +0100)]
Add preference to control whether the auto window settings should be used.

11 years agoStart Startup preferences
Rob Norris [Fri, 19 Apr 2013 22:41:45 +0000 (23:41 +0100)]
Start Startup preferences

11 years agoUse settings to allow configuration of max background threads.
Rob Norris [Thu, 23 May 2013 22:24:45 +0000 (23:24 +0100)]
Use settings to allow configuration of max background threads.

11 years agoUse settings to maintain the track properties dialog size between invocations.
Rob Norris [Sat, 4 May 2013 14:30:16 +0000 (15:30 +0100)]
Use settings to maintain the track properties dialog size between invocations.

Allow resizing back down to a minimal size after being created at a larger size.

11 years agoUse settings to allow configuration of hardcoded map display performance values.
Rob Norris [Sat, 4 May 2013 12:36:25 +0000 (13:36 +0100)]
Use settings to allow configuration of hardcoded map display performance values.

11 years agoUse settings to save and restore Geotag values.
Rob Norris [Fri, 19 Apr 2013 19:59:17 +0000 (20:59 +0100)]
Use settings to save and restore Geotag values.

11 years agoUse settings to save and restore the Goto Provider selected.
Rob Norris [Fri, 19 Apr 2013 19:58:33 +0000 (20:58 +0100)]
Use settings to save and restore the Goto Provider selected.

11 years agoUse settings for OSM Traces visibility value.
Rob Norris [Fri, 19 Apr 2013 19:57:39 +0000 (20:57 +0100)]
Use settings for OSM Traces visibility value.

11 years agoSave and restore the generate image values using the settings mechanism.
Rob Norris [Sun, 17 Feb 2013 01:12:12 +0000 (01:12 +0000)]
Save and restore the generate image values using the settings mechanism.

11 years ago[QA] Tidy up general preferences into single array
Rob Norris [Thu, 14 Feb 2013 18:35:58 +0000 (18:35 +0000)]
[QA] Tidy up general preferences into single array

11 years agoUse settings to store GPS values for reuse.
Rob Norris [Fri, 8 Feb 2013 19:31:13 +0000 (19:31 +0000)]
Use settings to store GPS values for reuse.

11 years agoAlphabetized TrackWaypoint layer ordering is now a configurable run time setting.
Rob Norris [Thu, 18 Apr 2013 19:11:50 +0000 (20:11 +0100)]
Alphabetized TrackWaypoint layer ordering is now a configurable run time setting.

11 years agoUse settings to store Window layout states
Rob Norris [Tue, 29 Jan 2013 20:35:55 +0000 (20:35 +0000)]
Use settings to store Window layout states

11 years agoFirst iteration of internal settings
Rob Norris [Tue, 29 Jan 2013 20:35:40 +0000 (20:35 +0000)]
First iteration of internal settings

11 years agoFix track not displayed from realtime GPS tracking.
Rob Norris [Wed, 12 Jun 2013 19:23:00 +0000 (20:23 +0100)]
Fix track not displayed from realtime GPS tracking.

Need to calculate the bounds of track,
 as follow on from optimization commits SHA1:80169badb016873d8a2e674e32820ecbe32d6788

Add method to only consider the last trackpoint added,
 otherwise for creating very long tracks it will get progressively slower.

11 years agoAdd a simple file properties dialog to show some details for a Viking file:
Rob Norris [Tue, 11 Jun 2013 19:51:05 +0000 (20:51 +0100)]
Add a simple file properties dialog to show some details for a Viking file:

.the full filename path
.the modification time (useful to know when last saved)
.the file size

11 years agoFix usage of default maps cache directory when it does not end in a separator.
Rob Norris [Tue, 11 Jun 2013 20:01:05 +0000 (21:01 +0100)]
Fix usage of default maps cache directory when it does not end in a separator.

Seems on Windows the preference 'maplayer_default_dir' does not end in a separator.

Thus when using the default value directly in downloading maps, the directory structure is not be created as expected.

Hence ensure for internal usage the cache_dir always ends with a separator.

This also fixes usage when the preferences is manually edited and the map default doesn't end in a separator.

11 years ago[DOC] Add documentation on new public routing function
Guilhem Bonnefille [Sun, 9 Jun 2013 20:38:20 +0000 (22:38 +0200)]
[DOC] Add documentation on new public routing function

11 years ago[QA] minor revision on cast operators
Guilhem Bonnefille [Sun, 9 Jun 2013 20:36:42 +0000 (22:36 +0200)]
[QA] minor revision on cast operators

11 years ago[QA] Fix incorrect comment
Rob Norris [Mon, 3 Jun 2013 18:10:07 +0000 (19:10 +0100)]
[QA] Fix incorrect comment

Recent commit SHA1:82c4d69225945223917c65e3ce73adee7118951c fixes the issue.

11 years agoQA: Add glib.h
Guilhem Bonnefille [Sun, 2 Jun 2013 19:45:59 +0000 (21:45 +0200)]
QA: Add glib.h

11 years agoEnsure all buildable types are registered
Guilhem Bonnefille [Sun, 2 Jun 2013 19:40:05 +0000 (21:40 +0200)]
Ensure all buildable types are registered

11 years agoFix doc: Replace simple quotes by DocBook tags
Guilhem Bonnefille [Sat, 1 Jun 2013 21:09:11 +0000 (23:09 +0200)]
Fix doc: Replace simple quotes by DocBook tags

11 years agoAdd Show/Hide all Layers within an Aggregate Layer.
Rob Norris [Sun, 20 Jan 2013 15:09:25 +0000 (15:09 +0000)]
Add Show/Hide all Layers within an Aggregate Layer.

Especially useful for managing groups of TrackWaypoint Layers within an Aggregate Layer.

Includes toggling the visibility

11 years agoSF#3314896: Show/Hide All Tracks (Routes+Waypoints too) of a Layer.
Rob Norris [Wed, 21 Sep 2011 22:46:30 +0000 (23:46 +0100)]
SF#3314896: Show/Hide All Tracks (Routes+Waypoints too) of a Layer.

Includes toggling the visibility

11 years ago[QA] Fix missing G_BEGIN/END_DECLS
Rob Norris [Thu, 23 May 2013 23:32:23 +0000 (00:32 +0100)]
[QA] Fix missing G_BEGIN/END_DECLS

11 years agoAutomated check for the latest version. ATM only on Windows systems.
Rob Norris [Thu, 23 May 2013 21:47:48 +0000 (22:47 +0100)]
Automated check for the latest version. ATM only on Windows systems.

Access the 'VERSION' file on the website which should hold the latest Viking version.

11 years agoEnable getting Viking Version as a number from a string to enable comparisons.
Rob Norris [Fri, 26 Apr 2013 17:12:00 +0000 (18:12 +0100)]
Enable getting Viking Version as a number from a string to enable comparisons.

11 years agoSF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.
Rob Norris [Wed, 29 May 2013 19:46:35 +0000 (20:46 +0100)]
SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.

Remember to remove from the example config too.

11 years agoSF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.
Rob Norris [Wed, 29 May 2013 17:49:45 +0000 (18:49 +0100)]
SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.

It no longer works without an appropriate account.

11 years agoFix GLib macros typo
Guilhem Bonnefille [Mon, 27 May 2013 20:08:18 +0000 (22:08 +0200)]
Fix GLib macros typo

11 years agoQA: factorize GObject cast operations (datasource_osm_my_traces.c)
Guilhem Bonnefille [Mon, 27 May 2013 11:10:04 +0000 (13:10 +0200)]
QA: factorize GObject cast operations (datasource_osm_my_traces.c)

GObject cast operation consume CPU, so it could be useful to reduce the
number of call (even if it is low consumption).
Furthermore, it is better to have small source code lines.

11 years agoQA: factorize GObject cast operations (datasource_osm.c)
Guilhem Bonnefille [Mon, 27 May 2013 11:09:47 +0000 (13:09 +0200)]
QA: factorize GObject cast operations (datasource_osm.c)

GObject cast operation consume CPU, so it could be useful to reduce the
number of call (even if it is low consumption).
Furthermore, it is better to have small source code lines.

11 years agoQA: factorize GObject cast operations (datasource_google.c)
Guilhem Bonnefille [Mon, 27 May 2013 11:09:31 +0000 (13:09 +0200)]
QA: factorize GObject cast operations (datasource_google.c)

GObject cast operation consume CPU, so it could be useful to reduce the
number of call (even if it is low consumption).
Furthermore, it is better to have small source code lines.