diff options
-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", |