diff --git a/README.md b/README.md
index d03683c..f503411 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ Japanese maps usually use [special symbols](https://en.wikipedia.org/wiki/List_o
Draw indoor features specifying level with `--level` option. Possible values are numbers (e.g. `1`, `0.5`), lists of number separated by `;` (e.g. `1;2;4;4.5`), `all`, `overground`, and `underground`. Default value is not `all`, but `overground`, so underground objects are not shown on the map if `--level` option is not specified.
```shell
-map-machine render -c 4.597,-74.075 -s 600,400 -z 19.5 --level 0
+map-machine render -c 4.5978,-74.07507 -s 600,400 -z 19.5 --level 0
```

diff --git a/doc/indoor.svg b/doc/indoor.svg
index 60b8cb3..7cd6e80 100644
--- a/doc/indoor.svg
+++ b/doc/indoor.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/doc/moi/readme.moi b/doc/moi/readme.moi
index cd0ed1f..9a7b7e5 100644
--- a/doc/moi/readme.moi
+++ b/doc/moi/readme.moi
@@ -121,7 +121,7 @@ Japanese maps usually use \ref {https://en.wikipedia.org/wiki/List_of_Japanese_m
Draw indoor features specifying level with \m {--level} option. Possible values are numbers (e.g. \m {1}, \m {0.5}), lists of number separated by \m {;} (e.g. \m {1;2;4;4.5}), \m {all}, \m {overground}, and \m {underground}. Default value is not \m {all}, but \m {overground}, so underground objects are not shown on the map if \m {--level} option is not specified.
-\code {shell} {map-machine render -c 4.597,-74.075 -s 600,400 -z 19.5 --level 0}
+\code {shell} {map-machine render -c 4.5978,-74.07507 -s 600,400 -z 19.5 --level 0}
\image {doc/indoor.svg} {Indoor}
diff --git a/map_machine/doc/preview.py b/map_machine/doc/preview.py
index 0c61837..3bf9af3 100755
--- a/map_machine/doc/preview.py
+++ b/map_machine/doc/preview.py
@@ -203,7 +203,7 @@ def main(id_: str) -> None:
if id_ is None or id_ == "indoor":
draw_around_point(
- np.array((4.597, -74.075)),
+ np.array((4.5978, -74.07507)),
"indoor",
configuration=MapConfiguration(SCHEME, zoom_level=19.5, level="0"),
)