From 44c59e51a005abe55585cda08098284b64ba5817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 14 Jul 2017 00:00:53 +0200 Subject: [PATCH] update editor api docs --- src/c3nav/editor/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c3nav/editor/api.py b/src/c3nav/editor/api.py index 6f52c30c..71f74e38 100644 --- a/src/c3nav/editor/api.py +++ b/src/c3nav/editor/api.py @@ -18,6 +18,7 @@ class EditorViewSet(ViewSet): Editor API /geometries/ returns a list of geojson features, you have to specify ?level= or ?space= /geometrystyles/ returns styling information for all geometry types + /bounds/ returns the maximum bounds of the map """ @staticmethod def _get_level_geometries(level):