From b1f56c1e986dbe1840c5c74390d32bd4c7f8c78e Mon Sep 17 00:00:00 2001 From: tsauerwein Date: Fri, 18 Sep 2015 16:35:44 +0900 Subject: [PATCH] Fix lat/lon order --- doc/quickstart.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 4fa37ef1ec..3a602c4d6a 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -130,4 +130,4 @@ The next part of the `Map` object is the `View`. The view allow to specify the c }) ``` -You will notice that the `center` specified is in lat/lon coordinates (EPSG:4326). Since the only layer we use is in Spherical Mercator projection (EPSG:3857), we can reproject them on the fly to be able to zoom the map on the right coordinates. +You will notice that the `center` specified is in lon/lat coordinates (EPSG:4326). Since the only layer we use is in Spherical Mercator projection (EPSG:3857), we can reproject them on the fly to be able to zoom the map on the right coordinates.