diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-08-01 19:18:17 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-08-01 19:18:17 +0200 |
commit | afc5be9a3b027222d94c8fdc72e176de4466e40b (patch) | |
tree | c12543eb406dfef4773c9b5b444b518ff29052d5 | |
parent | fa55cebad4e6341db5fca03fa0b9e571cffbca55 (diff) |
Pick a point in Norway.
-rw-r--r-- | templates/web/default/open311/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/open311/index.html b/templates/web/default/open311/index.html index 05c6c14aa..edd92dca8 100644 --- a/templates/web/default/open311/index.html +++ b/templates/web/default/open311/index.html @@ -39,8 +39,8 @@ info = 'list of services provided', }, { - url = c.cobrand.base_url _ "/open311/v2/services.xml?jurisdiction_id=$jurisdiction_id&lat=11&long=60", - info = 'list of services provided for WGS84 coordinate latitude 11 longitude 60', + url = c.cobrand.base_url _ "/open311/v2/services.xml?jurisdiction_id=$jurisdiction_id&lat=60&long=11", + info = 'list of services provided for WGS84 coordinate latitude 60 longitude 11, }, { url = c.cobrand.base_url _ "/open311/v2/requests/1.xml?jurisdiction_id=$jurisdiction_id", |