[gnome-maps/wip/osm-edit: 20/47] osmApi: add URL for OSM development test API



commit 4b3423d48633b06a38adf813be80966ff9ab12f4
Author: Marcus Lundblad <ml update uu se>
Date:   Tue Feb 10 23:24:35 2015 +0100

    osmApi: add URL for OSM development test API

 src/osmConnection.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/osmConnection.js b/src/osmConnection.js
index 8292e64..2abf86f 100644
--- a/src/osmConnection.js
+++ b/src/osmConnection.js
@@ -30,6 +30,7 @@ const Maps = imports.gi.GnomeMaps;
 const Soup = imports.gi.Soup;
 
 const BASE_URL = 'https://api.openstreetmap.org/api';
+const TEST_BASE_URL = 'http://api06.dev.openstreetmap.org/';
 const API_VERSION = '0.6';
 
 const OSMConnection = new Lang.Class({


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]