Skip to content

Commit

Permalink
[ground_segment] put google maps dir in Google subdir in var/maps
Browse files Browse the repository at this point in the history
should close #902
  • Loading branch information
flixr committed Nov 4, 2014
1 parent 13101c4 commit 295eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/lib/ocaml/gm.ml
Expand Up @@ -236,7 +236,7 @@ let url_of_tile_key = fun maps_source s ->


let get_cache_dir = function
Google -> !cache_path (* Historic ! Should be // Google *)
Google -> !cache_path // "Google"
| OSM -> !cache_path // "OSM"
| MQ -> !cache_path // "MapQuest"
| MQ_Aerial -> !cache_path // "MapQuestAerial"
Expand Down

0 comments on commit 295eafc

Please sign in to comment.