diff --git a/server/map_handler/__pycache__/add_new_lake.cpython-311.pyc b/server/map_handler/__pycache__/add_new_lake.cpython-311.pyc
index c314577441f11c531cf72b7fcc24f0316f846fcc..093180d4e496f6f466ac18ae5f1a109a7212da2e 100644
Binary files a/server/map_handler/__pycache__/add_new_lake.cpython-311.pyc and b/server/map_handler/__pycache__/add_new_lake.cpython-311.pyc differ
diff --git a/server/map_handler/add_new_lake.py b/server/map_handler/add_new_lake.py
index 40e875306ad41a632bdefea3126a48c2f75aa1b2..09d2133b7375e6596ed540dd856262ad2d7dd044 100644
--- a/server/map_handler/add_new_lake.py
+++ b/server/map_handler/add_new_lake.py
@@ -33,17 +33,17 @@ def cut_map(self, cursor, lake_name: str, cell_size_in_km: float = 0.5):
         # List to store all the map tiles
         divided_map = []
 
-        # Convert the cell size to degrees
-        cell_size = cell_size_in_km * 2
-        cell_width = cell_size / 111.32
-        # A slightly more complicated formula is required to calculate the height. This ensures that
-        # the height in km is equal to the width in km regardless of the latitude.
-        cell_height = (cell_size * 360) / (40075 * cos(cell_width))
+        # Select an arbitrary x and y value from within the polygon
+        bounds = polygons[0].bounds
+        start_x, start_y, _, _ = bounds
+
+        cell_width = cell_size_in_km / 111.3200
+        cell_height = cell_width / cos(start_x * 0.01745)
 
         # Process all polygons
         for polygon in polygons:
             # Generate a grid based on the calculated cell size
-            lines = create_grid(polygon, cell_width, cell_height)
+            lines = create_grid(polygon, cell_width*2, cell_height)
             lines.append(polygon.boundary)
             # Merge the grid lines into a single grid object
             lines = unary_union(lines)
@@ -233,7 +233,6 @@ def plot_map(divided_map):
 
     # Configure plot settings
     fig, ax = plt.subplots()
-    ax.set_aspect(1.5)
 
     # Plot each tile
     for tile in tiles:
@@ -241,5 +240,7 @@ def plot_map(divided_map):
         random_color = "#{:06x}".format(random.randint(0, 0xFFFFFF))
         gpd.GeoSeries(tile.geometry).plot(ax=ax, facecolor=random_color, edgecolor='none')
 
+    ax.set_aspect(1.6)
+
     # Display plot
     plt.show()
diff --git "a/server/map_handler/lake_relations/skumsj\303\270en_div.json" "b/server/map_handler/lake_relations/skumsj\303\270en_div.json"
index 675c6436b803dbdc2e87413414413cb249a53cbc..bc328c371211d510f12358762d3f592f110290ee 100644
--- "a/server/map_handler/lake_relations/skumsj\303\270en_div.json"
+++ "b/server/map_handler/lake_relations/skumsj\303\270en_div.json"
@@ -1 +1 @@
-{"type": "FeatureCollection", "cell_count": 22, "cell_width": 0.007186489399928136, "cell_height": 0.007186710845433426, "cell_size_in_km": 0.08, "features": [{"type": "Feature", "properties": {"sub_div_id": "0", "sub_div_center": [60.768223, 10.528021]}, "geometry": {"type": "Polygon", "coordinates": [[[10.528, 60.7707], [10.5281, 60.7707], [10.5282, 60.7707], [10.5284, 60.7706], [10.5286, 60.7706], [10.5287, 60.7703], [10.5288, 60.7702], [10.529, 60.7701], [10.5291, 60.7699], [10.5292, 60.7698], [10.5293, 60.7698], [10.5293, 60.7696], [10.5293, 60.7695], [10.5294, 60.7694], [10.5295, 60.7694], [10.5295, 60.7694], [10.5296, 60.7694], [10.5297, 60.7693], [10.5299, 60.7692], [10.5299, 60.7692], [10.53, 60.7692], [10.5302, 60.7692], [10.5304, 60.7692], [10.5305, 60.7691], [10.5308, 60.769], [10.5312, 60.769], [10.5314, 60.7689], [10.5318, 60.7688], [10.5319, 60.7687], [10.5319, 60.7687], [10.5319, 60.7686], [10.532, 60.7686], [10.532, 60.7686], [10.532, 60.7685], [10.532, 60.7684], [10.5321, 60.7683], [10.5322, 60.7682], [10.5322, 60.7682], [10.5306, 60.7682], [10.5305, 60.7683], [10.5304, 60.7684], [10.5304, 60.7684], [10.5304, 60.7687], [10.5304, 60.7688], [10.5303, 60.7688], [10.5302, 60.7688], [10.5301, 60.7687], [10.53, 60.7687], [10.53, 60.7687], [10.5298, 60.7688], [10.5296, 60.7689], [10.5295, 60.7689], [10.5293, 60.769], [10.5293, 60.769], [10.5291, 60.7691], [10.5289, 60.7691], [10.5282, 60.7691], [10.5282, 60.7691], [10.5281, 60.7691], [10.5282, 60.7691], [10.5282, 60.7691], [10.5289, 60.7692], [10.529, 60.7692], [10.5291, 60.7692], [10.5292, 60.7692], [10.5292, 60.7692], [10.529, 60.7693], [10.5289, 60.7694], [10.5288, 60.7694], [10.5287, 60.7694], [10.5287, 60.7696], [10.5287, 60.7696], [10.5287, 60.7697], [10.5285, 60.7697], [10.5285, 60.7697], [10.5282, 60.7698], [10.5281, 60.7698], [10.528, 60.7698], [10.5281, 60.7699], [10.5282, 60.7699], [10.5282, 60.77], [10.5281, 60.7701], [10.5281, 60.7703], [10.5282, 60.7704], [10.5282, 60.7704], [10.5282, 60.7705], [10.5282, 60.7705], [10.528, 60.7706], [10.528, 60.7707], [10.528, 60.7707]]]}}, {"type": "Feature", "properties": {"sub_div_id": "1", "sub_div_center": [60.765263, 10.530598]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5322, 60.7682], [10.5323, 60.768], [10.5326, 60.7677], [10.5329, 60.7676], [10.533, 60.7674], [10.5332, 60.7674], [10.5338, 60.7672], [10.5341, 60.7672], [10.5344, 60.7671], [10.5347, 60.7671], [10.5348, 60.7671], [10.535, 60.7671], [10.5352, 60.7672], [10.5352, 60.7653], [10.5349, 60.7653], [10.5349, 60.7653], [10.5348, 60.7654], [10.5347, 60.7654], [10.5346, 60.7654], [10.5345, 60.7654], [10.5344, 60.7654], [10.5342, 60.7653], [10.5341, 60.7653], [10.534, 60.7653], [10.5338, 60.7653], [10.5337, 60.7653], [10.5335, 60.7653], [10.5333, 60.7654], [10.5331, 60.7655], [10.533, 60.7655], [10.5329, 60.7656], [10.5328, 60.7657], [10.5326, 60.7659], [10.5323, 60.766], [10.5323, 60.7661], [10.5322, 60.7662], [10.5321, 60.7663], [10.5318, 60.7664], [10.5317, 60.7665], [10.5317, 60.7665], [10.5317, 60.7668], [10.5316, 60.7669], [10.5316, 60.767], [10.5316, 60.7672], [10.5314, 60.7673], [10.5314, 60.7673], [10.5314, 60.7675], [10.5313, 60.7676], [10.5311, 60.7679], [10.5307, 60.7681], [10.5306, 60.7682], [10.5306, 60.7682], [10.5322, 60.7682]]]}}, {"type": "Feature", "properties": {"sub_div_id": "2", "sub_div_center": [60.751459, 10.532473]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7538], [10.5352, 60.7517], [10.5349, 60.7517], [10.5348, 60.7516], [10.5345, 60.7516], [10.5344, 60.7515], [10.5343, 60.7515], [10.5342, 60.7516], [10.5337, 60.7516], [10.5336, 60.7516], [10.5334, 60.7515], [10.5333, 60.7515], [10.5332, 60.7515], [10.5332, 60.7515], [10.5332, 60.7515], [10.5331, 60.7515], [10.5329, 60.7516], [10.5328, 60.7516], [10.5328, 60.7517], [10.5326, 60.7518], [10.5325, 60.7519], [10.5325, 60.7519], [10.5326, 60.7521], [10.5326, 60.7522], [10.5326, 60.7523], [10.5326, 60.7523], [10.5325, 60.7523], [10.5325, 60.7524], [10.5325, 60.7524], [10.5326, 60.7526], [10.5326, 60.7526], [10.5327, 60.7526], [10.5328, 60.7527], [10.5328, 60.7528], [10.5329, 60.7528], [10.5328, 60.7528], [10.5328, 60.7529], [10.5329, 60.7529], [10.533, 60.753], [10.5331, 60.7531], [10.5333, 60.7531], [10.5335, 60.7531], [10.5336, 60.7531], [10.5339, 60.7531], [10.534, 60.7531], [10.5341, 60.7531], [10.5341, 60.7531], [10.5341, 60.7531], [10.5339, 60.7532], [10.5338, 60.7533], [10.5335, 60.7534], [10.5335, 60.7535], [10.5334, 60.7535], [10.5333, 60.7536], [10.5333, 60.7538], [10.5352, 60.7538]]]}}, {"type": "Feature", "properties": {"sub_div_id": "3", "sub_div_center": [60.753849, 10.53148]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5333, 60.7538], [10.5333, 60.7539], [10.5333, 60.754], [10.5333, 60.754], [10.5332, 60.7541], [10.5331, 60.7541], [10.5329, 60.7542], [10.5328, 60.7542], [10.5327, 60.7543], [10.5327, 60.7544], [10.5326, 60.7545], [10.5326, 60.7547], [10.5324, 60.7548], [10.5324, 60.7548], [10.5324, 60.7549], [10.5323, 60.755], [10.5323, 60.755], [10.5323, 60.755], [10.5324, 60.7551], [10.5325, 60.7551], [10.5326, 60.7551], [10.5327, 60.7551], [10.5329, 60.7551], [10.5332, 60.755], [10.5333, 60.755], [10.5333, 60.755], [10.5334, 60.755], [10.5334, 60.755], [10.5334, 60.7552], [10.5335, 60.7554], [10.5335, 60.7555], [10.5335, 60.7558], [10.5335, 60.7559], [10.5334, 60.7559], [10.5334, 60.756], [10.5335, 60.7561], [10.5336, 60.7561], [10.5336, 60.7562], [10.5335, 60.7562], [10.5334, 60.7562], [10.5333, 60.7563], [10.5332, 60.7564], [10.5332, 60.7564], [10.5332, 60.7565], [10.5332, 60.7566], [10.5332, 60.7567], [10.5331, 60.7567], [10.5331, 60.7568], [10.5331, 60.7568], [10.5332, 60.7569], [10.5332, 60.757], [10.5331, 60.7571], [10.5331, 60.7573], [10.533, 60.7574], [10.533, 60.7575], [10.5329, 60.7575], [10.5329, 60.7575], [10.5327, 60.7576], [10.5327, 60.7576], [10.5327, 60.7576], [10.5327, 60.7577], [10.5327, 60.7578], [10.5328, 60.7579], [10.5327, 60.7579], [10.5327, 60.758], [10.5326, 60.758], [10.5326, 60.7582], [10.5325, 60.7583], [10.5323, 60.7584], [10.5321, 60.7586], [10.5319, 60.7586], [10.5318, 60.7588], [10.5316, 60.759], [10.5316, 60.7591], [10.5315, 60.7592], [10.5315, 60.7592], [10.5315, 60.7593], [10.5315, 60.7593], [10.5315, 60.7594], [10.5317, 60.7594], [10.5317, 60.7594], [10.5318, 60.7594], [10.532, 60.7593], [10.5323, 60.7592], [10.5327, 60.7589], [10.5329, 60.7588], [10.5329, 60.7587], [10.5329, 60.7586], [10.533, 60.7585], [10.533, 60.7585], [10.5332, 60.7584], [10.5334, 60.7584], [10.5335, 60.7583], [10.5336, 60.7582], [10.5338, 60.7582], [10.5339, 60.7582], [10.534, 60.7581], [10.5341, 60.758], [10.5342, 60.758], [10.5343, 60.7579], [10.5345, 60.7579], [10.5346, 60.7578], [10.5348, 60.7577], [10.535, 60.7576], [10.5351, 60.7576], [10.5351, 60.7575], [10.5352, 60.7575], [10.5352, 60.7576], [10.5352, 60.7538], [10.5333, 60.7538]]]}}, {"type": "Feature", "properties": {"sub_div_id": "4", "sub_div_center": [60.740144, 10.530733]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7467], [10.5352, 60.7401], [10.5352, 60.7401], [10.535, 60.7402], [10.5348, 60.7403], [10.5347, 60.7404], [10.5345, 60.7404], [10.5345, 60.7405], [10.5345, 60.7405], [10.5343, 60.7405], [10.5342, 60.7406], [10.5341, 60.7406], [10.534, 60.7405], [10.5339, 60.7405], [10.5338, 60.7405], [10.5337, 60.7405], [10.5334, 60.7406], [10.5332, 60.7407], [10.5331, 60.7407], [10.533, 60.7407], [10.5328, 60.7407], [10.5327, 60.7408], [10.5326, 60.7408], [10.5324, 60.7408], [10.5323, 60.7408], [10.5321, 60.7408], [10.532, 60.7408], [10.5319, 60.7407], [10.5317, 60.7407], [10.5315, 60.7407], [10.5313, 60.7407], [10.5311, 60.7408], [10.5311, 60.7408], [10.531, 60.7408], [10.5308, 60.7408], [10.5307, 60.7409], [10.5307, 60.741], [10.5308, 60.7411], [10.5308, 60.7412], [10.5308, 60.7412], [10.5308, 60.7412], [10.5308, 60.7414], [10.531, 60.7414], [10.5311, 60.7415], [10.5311, 60.7415], [10.5312, 60.7416], [10.5311, 60.7416], [10.5311, 60.7417], [10.5313, 60.7418], [10.5314, 60.7418], [10.5315, 60.7419], [10.5315, 60.742], [10.5316, 60.7421], [10.5317, 60.7421], [10.5317, 60.7422], [10.532, 60.7422], [10.5322, 60.7423], [10.5322, 60.7423], [10.5323, 60.7423], [10.5324, 60.7423], [10.5325, 60.7424], [10.5326, 60.7425], [10.5328, 60.7426], [10.5329, 60.7426], [10.5329, 60.7427], [10.5328, 60.7428], [10.5328, 60.7429], [10.5328, 60.743], [10.5328, 60.7431], [10.533, 60.7431], [10.533, 60.7432], [10.5328, 60.7432], [10.5328, 60.7432], [10.533, 60.7433], [10.533, 60.7433], [10.5332, 60.7434], [10.5333, 60.7434], [10.5333, 60.7433], [10.5333, 60.7434], [10.5334, 60.7434], [10.5333, 60.7434], [10.5333, 60.7435], [10.5334, 60.7435], [10.5335, 60.7436], [10.5335, 60.7436], [10.5335, 60.7438], [10.5336, 60.7439], [10.5336, 60.744], [10.5337, 60.744], [10.5337, 60.7441], [10.5337, 60.7441], [10.5337, 60.7442], [10.5337, 60.7443], [10.5337, 60.7443], [10.5338, 60.7443], [10.5338, 60.7444], [10.5338, 60.7444], [10.5339, 60.7445], [10.5339, 60.7446], [10.5339, 60.7446], [10.5338, 60.7446], [10.5338, 60.7447], [10.5338, 60.745], [10.5338, 60.7451], [10.5339, 60.7453], [10.534, 60.7454], [10.534, 60.7456], [10.5341, 60.7456], [10.5341, 60.7457], [10.5341, 60.7458], [10.5341, 60.7459], [10.5341, 60.7459], [10.5342, 60.746], [10.5342, 60.746], [10.5342, 60.7461], [10.5343, 60.7461], [10.5343, 60.7462], [10.5344, 60.7462], [10.5344, 60.7462], [10.5344, 60.7464], [10.5344, 60.7464], [10.5345, 60.7465], [10.5346, 60.7466], [10.5346, 60.7466], [10.5346, 60.7467], [10.5352, 60.7467]]]}}, {"type": "Feature", "properties": {"sub_div_id": "5", "sub_div_center": [60.746663, 10.532524]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5346, 60.7467], [10.5346, 60.7468], [10.5346, 60.7469], [10.5346, 60.7472], [10.5345, 60.7472], [10.5345, 60.7474], [10.5346, 60.7475], [10.5346, 60.7475], [10.5347, 60.7476], [10.5347, 60.7476], [10.5349, 60.7476], [10.535, 60.7477], [10.535, 60.7478], [10.5351, 60.7478], [10.535, 60.7479], [10.5351, 60.748], [10.5351, 60.748], [10.535, 60.7481], [10.535, 60.7481], [10.5349, 60.7482], [10.5349, 60.7483], [10.5349, 60.7483], [10.5348, 60.7484], [10.5348, 60.7484], [10.5346, 60.7486], [10.5345, 60.7486], [10.5343, 60.7487], [10.5343, 60.7487], [10.5343, 60.7487], [10.5342, 60.7488], [10.5341, 60.7488], [10.534, 60.7488], [10.5337, 60.7487], [10.5336, 60.7487], [10.5335, 60.7487], [10.5334, 60.7487], [10.5332, 60.7487], [10.533, 60.7487], [10.533, 60.7487], [10.5327, 60.7488], [10.5326, 60.7488], [10.5326, 60.7488], [10.5326, 60.7488], [10.5327, 60.7489], [10.5327, 60.749], [10.5327, 60.749], [10.5325, 60.749], [10.5325, 60.749], [10.5325, 60.7491], [10.5326, 60.7491], [10.5327, 60.7491], [10.5328, 60.7491], [10.5328, 60.7491], [10.5329, 60.7492], [10.5333, 60.7493], [10.5333, 60.7493], [10.5332, 60.7494], [10.5332, 60.7494], [10.5336, 60.7495], [10.5338, 60.7495], [10.5338, 60.7496], [10.5339, 60.7496], [10.5339, 60.7496], [10.5341, 60.7497], [10.5343, 60.7497], [10.5344, 60.7497], [10.5344, 60.7498], [10.5344, 60.7499], [10.5344, 60.7499], [10.5345, 60.75], [10.5346, 60.75], [10.5347, 60.75], [10.5349, 60.7502], [10.535, 60.7503], [10.5352, 60.7503], [10.5352, 60.7503], [10.5352, 60.7467], [10.5346, 60.7467]]]}}, {"type": "Feature", "properties": {"sub_div_id": "6", "sub_div_center": [60.739476, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7467], [10.5424, 60.7467], [10.5424, 60.743], [10.5422, 60.743], [10.542, 60.7429], [10.5418, 60.7428], [10.5415, 60.7427], [10.5416, 60.7427], [10.5416, 60.7426], [10.5416, 60.7426], [10.5413, 60.7424], [10.5412, 60.7423], [10.5411, 60.7422], [10.541, 60.7422], [10.541, 60.7422], [10.5409, 60.7421], [10.5409, 60.7421], [10.5408, 60.7421], [10.5408, 60.742], [10.5407, 60.7419], [10.5406, 60.7419], [10.5404, 60.7419], [10.5402, 60.7419], [10.5402, 60.7419], [10.5401, 60.7419], [10.5401, 60.742], [10.54, 60.742], [10.54, 60.742], [10.5398, 60.742], [10.5398, 60.742], [10.5397, 60.742], [10.5397, 60.7421], [10.5395, 60.7422], [10.5394, 60.7422], [10.5393, 60.7423], [10.5393, 60.7424], [10.5393, 60.7424], [10.5394, 60.7424], [10.5394, 60.7424], [10.5395, 60.7424], [10.5393, 60.7425], [10.5393, 60.7425], [10.5391, 60.7425], [10.539, 60.7426], [10.539, 60.7426], [10.539, 60.7426], [10.5389, 60.7427], [10.5389, 60.7427], [10.5388, 60.7427], [10.5388, 60.7426], [10.5388, 60.7426], [10.5387, 60.7426], [10.5386, 60.7427], [10.5386, 60.7427], [10.5386, 60.7427], [10.5386, 60.7428], [10.5387, 60.7428], [10.5388, 60.7428], [10.5389, 60.7429], [10.5389, 60.7429], [10.5389, 60.7429], [10.5388, 60.7429], [10.5387, 60.743], [10.5386, 60.743], [10.5385, 60.743], [10.5384, 60.743], [10.5381, 60.743], [10.538, 60.743], [10.5379, 60.743], [10.5378, 60.7429], [10.5378, 60.7429], [10.5378, 60.7429], [10.5377, 60.7429], [10.5377, 60.7428], [10.5377, 60.7428], [10.5376, 60.7427], [10.5376, 60.7427], [10.5377, 60.7426], [10.5378, 60.7426], [10.5378, 60.7426], [10.5379, 60.7426], [10.5379, 60.7425], [10.538, 60.7425], [10.538, 60.7425], [10.538, 60.7424], [10.538, 60.7424], [10.5379, 60.7424], [10.5376, 60.7424], [10.5375, 60.7424], [10.5375, 60.7423], [10.5375, 60.7423], [10.5376, 60.7423], [10.5377, 60.7423], [10.5377, 60.7422], [10.5377, 60.742], [10.5377, 60.742], [10.5377, 60.7418], [10.5379, 60.7418], [10.5381, 60.7417], [10.5382, 60.7417], [10.5383, 60.7416], [10.5385, 60.7416], [10.5386, 60.7416], [10.5387, 60.7416], [10.5388, 60.7416], [10.539, 60.7417], [10.5392, 60.7416], [10.5392, 60.7416], [10.5392, 60.7416], [10.539, 60.7415], [10.539, 60.7415], [10.5389, 60.7414], [10.5387, 60.7414], [10.5385, 60.7413], [10.5383, 60.7413], [10.5382, 60.7413], [10.5381, 60.7412], [10.5378, 60.7411], [10.5377, 60.7411], [10.5376, 60.741], [10.5376, 60.741], [10.5376, 60.7409], [10.5376, 60.7409], [10.5377, 60.7409], [10.5376, 60.7409], [10.5376, 60.7409], [10.5376, 60.7407], [10.5376, 60.7407], [10.5376, 60.7406], [10.5374, 60.7404], [10.5373, 60.7403], [10.5373, 60.7403], [10.5373, 60.7403], [10.5373, 60.7403], [10.5372, 60.7402], [10.5372, 60.7402], [10.5373, 60.7402], [10.5375, 60.7401], [10.5376, 60.74], [10.5376, 60.74], [10.5374, 60.7399], [10.5374, 60.7399], [10.5374, 60.7398], [10.5374, 60.7397], [10.5373, 60.7397], [10.5373, 60.7396], [10.5371, 60.7396], [10.5369, 60.7395], [10.5368, 60.7395], [10.5367, 60.7395], [10.5366, 60.7395], [10.5365, 60.7395], [10.5364, 60.7395], [10.5363, 60.7396], [10.5362, 60.7397], [10.5361, 60.7398], [10.5359, 60.7399], [10.5359, 60.7399], [10.5357, 60.74], [10.5355, 60.7401], [10.5353, 60.7401], [10.5352, 60.7401], [10.5352, 60.7467]]]}}, {"type": "Feature", "properties": {"sub_div_id": "7", "sub_div_center": [60.746663, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7467], [10.5352, 60.7503], [10.5352, 60.7503], [10.5353, 60.7503], [10.5353, 60.7504], [10.5354, 60.7505], [10.5355, 60.7505], [10.5355, 60.7507], [10.5356, 60.7508], [10.5356, 60.7509], [10.5357, 60.751], [10.5358, 60.751], [10.5359, 60.7511], [10.5359, 60.7513], [10.5358, 60.7513], [10.5358, 60.7514], [10.5356, 60.7514], [10.5356, 60.7514], [10.5355, 60.7516], [10.5355, 60.7516], [10.5354, 60.7516], [10.5353, 60.7517], [10.5352, 60.7517], [10.5352, 60.7538], [10.5424, 60.7538], [10.5424, 60.7467], [10.5352, 60.7467]]]}}, {"type": "Feature", "properties": {"sub_div_id": "8", "sub_div_center": [60.753849, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7538], [10.5352, 60.7576], [10.5353, 60.7576], [10.5357, 60.7576], [10.5357, 60.7576], [10.5357, 60.7577], [10.5358, 60.7577], [10.5359, 60.7578], [10.5359, 60.7578], [10.5359, 60.758], [10.536, 60.7581], [10.5361, 60.7581], [10.5361, 60.7581], [10.5362, 60.758], [10.5363, 60.758], [10.5363, 60.7581], [10.5363, 60.7582], [10.5364, 60.7582], [10.5364, 60.7582], [10.5365, 60.7583], [10.5366, 60.7582], [10.5367, 60.7582], [10.5368, 60.7581], [10.537, 60.758], [10.5371, 60.7579], [10.5372, 60.7579], [10.5373, 60.7578], [10.5372, 60.7577], [10.5372, 60.7577], [10.5372, 60.7576], [10.5373, 60.7576], [10.5374, 60.7575], [10.5375, 60.7575], [10.5376, 60.7575], [10.5377, 60.7576], [10.5378, 60.7576], [10.5378, 60.7576], [10.5379, 60.7575], [10.5379, 60.7574], [10.5379, 60.7574], [10.538, 60.7574], [10.538, 60.7575], [10.538, 60.7576], [10.5379, 60.7577], [10.5379, 60.7578], [10.538, 60.7579], [10.538, 60.7579], [10.5379, 60.758], [10.5379, 60.7581], [10.5378, 60.7582], [10.5378, 60.7583], [10.538, 60.7584], [10.538, 60.7585], [10.538, 60.7586], [10.538, 60.7586], [10.5383, 60.7586], [10.5384, 60.7587], [10.5384, 60.7587], [10.5383, 60.7587], [10.5382, 60.7587], [10.5381, 60.7588], [10.5381, 60.7588], [10.5382, 60.7589], [10.5382, 60.759], [10.5384, 60.7591], [10.5384, 60.7592], [10.5384, 60.7592], [10.5382, 60.7593], [10.5382, 60.7595], [10.5379, 60.7598], [10.5378, 60.76], [10.5379, 60.76], [10.538, 60.7601], [10.538, 60.7601], [10.5381, 60.7602], [10.5381, 60.7604], [10.5381, 60.7605], [10.538, 60.7605], [10.5379, 60.7606], [10.5378, 60.7607], [10.5377, 60.7609], [10.5377, 60.761], [10.5424, 60.761], [10.5424, 60.7538], [10.5352, 60.7538]]]}}, {"type": "Feature", "properties": {"sub_div_id": "9", "sub_div_center": [60.761036, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5377, 60.7611], [10.5377, 60.7612], [10.5376, 60.7613], [10.5375, 60.7614], [10.5374, 60.7615], [10.5373, 60.7616], [10.5372, 60.7617], [10.5371, 60.7619], [10.537, 60.7619], [10.537, 60.762], [10.5368, 60.762], [10.5367, 60.7621], [10.5367, 60.7621], [10.5366, 60.7622], [10.5366, 60.7623], [10.5364, 60.7623], [10.5363, 60.7624], [10.5362, 60.7625], [10.5361, 60.7626], [10.536, 60.7628], [10.536, 60.7628], [10.5359, 60.7628], [10.5359, 60.7628], [10.5358, 60.7628], [10.5356, 60.763], [10.5356, 60.763], [10.5355, 60.763], [10.5354, 60.7631], [10.5353, 60.7631], [10.5352, 60.7632], [10.5352, 60.7632], [10.5352, 60.7634], [10.5353, 60.7634], [10.5353, 60.7634], [10.5355, 60.7633], [10.5356, 60.7633], [10.5357, 60.7633], [10.5358, 60.7634], [10.5358, 60.7634], [10.5359, 60.7634], [10.5361, 60.7634], [10.5363, 60.7634], [10.5366, 60.7635], [10.5366, 60.7636], [10.5366, 60.7637], [10.5367, 60.7637], [10.5369, 60.7638], [10.5369, 60.7639], [10.537, 60.764], [10.537, 60.7641], [10.537, 60.7641], [10.5371, 60.7641], [10.5373, 60.764], [10.5374, 60.7639], [10.5375, 60.7638], [10.5376, 60.7638], [10.5376, 60.7639], [10.5377, 60.7639], [10.5377, 60.764], [10.5377, 60.7643], [10.5377, 60.7644], [10.5375, 60.7646], [10.5373, 60.7647], [10.5372, 60.7649], [10.5371, 60.7649], [10.537, 60.765], [10.5369, 60.7651], [10.5368, 60.7651], [10.5367, 60.7651], [10.5367, 60.7651], [10.5366, 60.765], [10.5365, 60.765], [10.5366, 60.7649], [10.5366, 60.7648], [10.5368, 60.7646], [10.5368, 60.7646], [10.5368, 60.7645], [10.5368, 60.7645], [10.5367, 60.7645], [10.5366, 60.7645], [10.5365, 60.7646], [10.5365, 60.7646], [10.5363, 60.7649], [10.5362, 60.765], [10.536, 60.7651], [10.536, 60.7651], [10.536, 60.7653], [10.536, 60.7653], [10.5359, 60.7653], [10.5359, 60.7653], [10.5357, 60.7653], [10.5355, 60.7653], [10.5353, 60.7653], [10.5352, 60.7653], [10.5352, 60.7653], [10.5352, 60.7672], [10.5353, 60.7672], [10.5355, 60.7672], [10.536, 60.7672], [10.5361, 60.7672], [10.5364, 60.7672], [10.5366, 60.7672], [10.5367, 60.7673], [10.5367, 60.7673], [10.5367, 60.7674], [10.5367, 60.7674], [10.5366, 60.7675], [10.5365, 60.7675], [10.5364, 60.7677], [10.5362, 60.7678], [10.5362, 60.7679], [10.5363, 60.768], [10.5363, 60.768], [10.5363, 60.768], [10.5363, 60.7681], [10.5363, 60.7682], [10.5406, 60.7682], [10.5407, 60.7681], [10.5408, 60.7681], [10.5409, 60.768], [10.5411, 60.768], [10.5414, 60.7679], [10.5414, 60.7679], [10.5415, 60.7677], [10.5417, 60.7676], [10.5418, 60.7675], [10.5418, 60.7675], [10.5419, 60.7674], [10.5421, 60.7674], [10.5422, 60.7674], [10.5423, 60.7674], [10.5424, 60.7674], [10.5424, 60.761], [10.5377, 60.761], [10.5377, 60.7611]]]}}, {"type": "Feature", "properties": {"sub_div_id": "10", "sub_div_center": [60.768223, 10.536343]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5363, 60.7682], [10.5363, 60.7683], [10.5364, 60.7684], [10.5364, 60.7686], [10.5365, 60.7687], [10.5366, 60.7688], [10.5367, 60.769], [10.5368, 60.769], [10.5369, 60.769], [10.537, 60.769], [10.5373, 60.769], [10.5375, 60.769], [10.5377, 60.769], [10.5381, 60.769], [10.5382, 60.7689], [10.5385, 60.7688], [10.5387, 60.7686], [10.5387, 60.7686], [10.5388, 60.7686], [10.5391, 60.7684], [10.5392, 60.7684], [10.5393, 60.7683], [10.5394, 60.7682], [10.5394, 60.7682], [10.5395, 60.7682], [10.5395, 60.7683], [10.5396, 60.7683], [10.5396, 60.7684], [10.5396, 60.7684], [10.5396, 60.7684], [10.5398, 60.7685], [10.54, 60.7685], [10.5402, 60.7684], [10.5403, 60.7684], [10.5404, 60.7683], [10.5405, 60.7683], [10.5406, 60.7682], [10.5363, 60.7682]]]}}, {"type": "Feature", "properties": {"sub_div_id": "11", "sub_div_center": [60.743025, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5457, 60.7466], [10.5457, 60.7466], [10.5457, 60.7464], [10.5456, 60.7464], [10.5455, 60.7463], [10.5454, 60.7462], [10.5453, 60.7462], [10.5452, 60.7461], [10.5452, 60.7461], [10.5453, 60.7461], [10.5453, 60.746], [10.5452, 60.746], [10.5452, 60.7457], [10.5452, 60.7457], [10.5451, 60.7457], [10.5449, 60.7456], [10.5445, 60.7455], [10.5441, 60.7453], [10.544, 60.7452], [10.5439, 60.7451], [10.5439, 60.745], [10.5439, 60.7448], [10.5438, 60.7448], [10.5436, 60.7448], [10.5435, 60.7448], [10.5433, 60.7447], [10.5432, 60.7446], [10.5432, 60.7445], [10.5432, 60.7444], [10.5433, 60.7444], [10.5433, 60.7443], [10.5434, 60.7442], [10.5434, 60.7442], [10.5435, 60.7442], [10.5435, 60.7441], [10.5435, 60.7441], [10.5435, 60.744], [10.5436, 60.744], [10.5436, 60.744], [10.5437, 60.7439], [10.5437, 60.7439], [10.5436, 60.7439], [10.5436, 60.7438], [10.5436, 60.7438], [10.5436, 60.7438], [10.5437, 60.7437], [10.5436, 60.7436], [10.5434, 60.7435], [10.5433, 60.7433], [10.5432, 60.7433], [10.5433, 60.7432], [10.5434, 60.7432], [10.5434, 60.7431], [10.5434, 60.743], [10.5433, 60.743], [10.543, 60.7431], [10.543, 60.7431], [10.543, 60.7431], [10.5429, 60.7432], [10.5429, 60.7432], [10.5428, 60.7432], [10.5428, 60.7432], [10.5427, 60.7432], [10.5427, 60.7431], [10.5426, 60.7431], [10.5424, 60.743], [10.5424, 60.7467], [10.5457, 60.7467], [10.5457, 60.7466]]]}}, {"type": "Feature", "properties": {"sub_div_id": "12", "sub_div_center": [60.746663, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7467], [10.5424, 60.7538], [10.5441, 60.7538], [10.5441, 60.7538], [10.544, 60.7537], [10.544, 60.7534], [10.5439, 60.7531], [10.5439, 60.7531], [10.5439, 60.753], [10.5439, 60.7528], [10.5439, 60.7528], [10.544, 60.7527], [10.5441, 60.7526], [10.5443, 60.7525], [10.5443, 60.7524], [10.5449, 60.7522], [10.5453, 60.752], [10.5456, 60.7518], [10.5458, 60.7517], [10.546, 60.7516], [10.5461, 60.7516], [10.5462, 60.7515], [10.5462, 60.7514], [10.5462, 60.7514], [10.5462, 60.7513], [10.5462, 60.7513], [10.546, 60.7512], [10.5459, 60.7512], [10.5459, 60.7511], [10.5459, 60.751], [10.5459, 60.751], [10.546, 60.7509], [10.5459, 60.7509], [10.5459, 60.7509], [10.5457, 60.7509], [10.5455, 60.7509], [10.5453, 60.751], [10.5451, 60.751], [10.545, 60.751], [10.5449, 60.751], [10.5447, 60.7511], [10.5446, 60.7511], [10.5444, 60.7511], [10.5444, 60.7511], [10.5443, 60.7511], [10.5443, 60.751], [10.5444, 60.7509], [10.5445, 60.7508], [10.5445, 60.7507], [10.5445, 60.7507], [10.5444, 60.7506], [10.5444, 60.7506], [10.5445, 60.7505], [10.5446, 60.7505], [10.5446, 60.7504], [10.5447, 60.7502], [10.5448, 60.7501], [10.5449, 60.7501], [10.5449, 60.75], [10.5448, 60.75], [10.5446, 60.7499], [10.5446, 60.7499], [10.5445, 60.7498], [10.5446, 60.7497], [10.5446, 60.7497], [10.5445, 60.7496], [10.5444, 60.7496], [10.5444, 60.7496], [10.5443, 60.7496], [10.5442, 60.7495], [10.5441, 60.7495], [10.5441, 60.7495], [10.5441, 60.7494], [10.5441, 60.7494], [10.5441, 60.7492], [10.5442, 60.7491], [10.5442, 60.749], [10.5442, 60.7489], [10.5443, 60.7488], [10.5443, 60.7488], [10.5443, 60.7488], [10.5443, 60.7487], [10.5443, 60.7487], [10.5446, 60.7486], [10.5446, 60.7486], [10.5446, 60.7485], [10.5447, 60.7485], [10.5447, 60.7485], [10.5448, 60.7485], [10.545, 60.7484], [10.5451, 60.7484], [10.5452, 60.7484], [10.5453, 60.7484], [10.5454, 60.7484], [10.5455, 60.7483], [10.5456, 60.7483], [10.5457, 60.7482], [10.5457, 60.7481], [10.5457, 60.7481], [10.5459, 60.748], [10.546, 60.7479], [10.5464, 60.7479], [10.5465, 60.7479], [10.5466, 60.7479], [10.5467, 60.7478], [10.5468, 60.7478], [10.5468, 60.7478], [10.5469, 60.7478], [10.547, 60.7477], [10.547, 60.7477], [10.5471, 60.7477], [10.5472, 60.7477], [10.5473, 60.7476], [10.5477, 60.7475], [10.5477, 60.7474], [10.5478, 60.7473], [10.5477, 60.7472], [10.5477, 60.7472], [10.5477, 60.7472], [10.5477, 60.7471], [10.5476, 60.7471], [10.5475, 60.7471], [10.5472, 60.747], [10.5469, 60.747], [10.5467, 60.747], [10.5465, 60.7471], [10.5465, 60.7472], [10.5464, 60.7472], [10.5463, 60.7472], [10.5462, 60.7472], [10.5462, 60.7472], [10.5461, 60.7472], [10.546, 60.7472], [10.5459, 60.7472], [10.5459, 60.7471], [10.5459, 60.7471], [10.5461, 60.7471], [10.5462, 60.7471], [10.5463, 60.7471], [10.5463, 60.747], [10.5462, 60.747], [10.5462, 60.747], [10.5462, 60.7469], [10.5461, 60.7469], [10.546, 60.7469], [10.5459, 60.7469], [10.5458, 60.7468], [10.5458, 60.7468], [10.5458, 60.7468], [10.5457, 60.7467], [10.5457, 60.7467], [10.5424, 60.7467]]]}}, {"type": "Feature", "properties": {"sub_div_id": "13", "sub_div_center": [60.753849, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7538], [10.5424, 60.761], [10.5489, 60.761], [10.5488, 60.761], [10.5486, 60.7609], [10.5482, 60.7607], [10.548, 60.7607], [10.5479, 60.7606], [10.5478, 60.7605], [10.5478, 60.7604], [10.5478, 60.7604], [10.5478, 60.7602], [10.5477, 60.7601], [10.5476, 60.7599], [10.5476, 60.7598], [10.5476, 60.7595], [10.5475, 60.7593], [10.5475, 60.759], [10.5474, 60.7589], [10.5474, 60.7587], [10.5473, 60.7586], [10.5473, 60.7585], [10.5472, 60.7585], [10.547, 60.7583], [10.5468, 60.7581], [10.5468, 60.7581], [10.5465, 60.7579], [10.5465, 60.7579], [10.5464, 60.7576], [10.5464, 60.7575], [10.5462, 60.7574], [10.5461, 60.7573], [10.5459, 60.7571], [10.5456, 60.7568], [10.5453, 60.7566], [10.5452, 60.7565], [10.5451, 60.7565], [10.5451, 60.7563], [10.5451, 60.7563], [10.545, 60.7562], [10.5449, 60.7561], [10.5447, 60.7559], [10.5447, 60.7558], [10.5446, 60.7556], [10.5446, 60.7554], [10.5445, 60.7551], [10.5444, 60.755], [10.5443, 60.7549], [10.5443, 60.7548], [10.5443, 60.7547], [10.5442, 60.7546], [10.5442, 60.7544], [10.5441, 60.7543], [10.5441, 60.7539], [10.5441, 60.7538], [10.5424, 60.7538]]]}}, {"type": "Feature", "properties": {"sub_div_id": "14", "sub_div_center": [60.761036, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.761], [10.5424, 60.7674], [10.5424, 60.7673], [10.5424, 60.7672], [10.5424, 60.7672], [10.5425, 60.7672], [10.5426, 60.7671], [10.5428, 60.767], [10.5428, 60.767], [10.543, 60.7669], [10.5432, 60.7669], [10.5434, 60.7669], [10.5434, 60.7669], [10.5434, 60.7671], [10.5434, 60.7671], [10.5434, 60.7672], [10.5434, 60.7672], [10.5437, 60.7672], [10.5437, 60.7672], [10.5439, 60.7672], [10.544, 60.7672], [10.5441, 60.7672], [10.5442, 60.7671], [10.5443, 60.7671], [10.5443, 60.767], [10.5443, 60.7669], [10.5443, 60.7669], [10.5443, 60.7669], [10.5442, 60.7669], [10.5441, 60.7669], [10.5441, 60.7668], [10.5441, 60.7668], [10.5442, 60.7668], [10.5444, 60.7667], [10.5446, 60.7666], [10.5448, 60.7665], [10.5449, 60.7664], [10.5451, 60.7662], [10.5454, 60.766], [10.5456, 60.7659], [10.5456, 60.7659], [10.5456, 60.7659], [10.5455, 60.7658], [10.5454, 60.7657], [10.5454, 60.7656], [10.5454, 60.7655], [10.5453, 60.7654], [10.5452, 60.7653], [10.5451, 60.7652], [10.5451, 60.7652], [10.5452, 60.7652], [10.5452, 60.7652], [10.5453, 60.7652], [10.5454, 60.7652], [10.5455, 60.7653], [10.5457, 60.7654], [10.5458, 60.7655], [10.5459, 60.7655], [10.5463, 60.7655], [10.5463, 60.7655], [10.5464, 60.7656], [10.5464, 60.7656], [10.5464, 60.7656], [10.5465, 60.7657], [10.5467, 60.7657], [10.5469, 60.7658], [10.5471, 60.7658], [10.5473, 60.7658], [10.5473, 60.7658], [10.5475, 60.7657], [10.5476, 60.7656], [10.5477, 60.7656], [10.5478, 60.7655], [10.5481, 60.7655], [10.5483, 60.7655], [10.5487, 60.7655], [10.5488, 60.7654], [10.549, 60.7653], [10.5492, 60.7652], [10.5492, 60.7651], [10.5492, 60.7651], [10.5491, 60.765], [10.5491, 60.765], [10.5491, 60.7649], [10.5491, 60.7649], [10.5491, 60.7648], [10.5491, 60.7647], [10.5493, 60.7647], [10.5496, 60.7646], [10.5496, 60.7641], [10.5496, 60.764], [10.5492, 60.7637], [10.549, 60.7636], [10.5488, 60.7634], [10.5487, 60.7633], [10.5484, 60.7631], [10.5483, 60.7631], [10.5483, 60.763], [10.5482, 60.7628], [10.5482, 60.7627], [10.5481, 60.7627], [10.5478, 60.7624], [10.5477, 60.7624], [10.5477, 60.7623], [10.5477, 60.7622], [10.5478, 60.7622], [10.5479, 60.7621], [10.548, 60.7621], [10.548, 60.7621], [10.5481, 60.7621], [10.5482, 60.7621], [10.5483, 60.7622], [10.5484, 60.7622], [10.5485, 60.7621], [10.5486, 60.7621], [10.5487, 60.7621], [10.5488, 60.762], [10.549, 60.762], [10.5491, 60.7619], [10.5491, 60.7619], [10.5491, 60.7617], [10.5493, 60.7616], [10.5493, 60.7615], [10.5493, 60.7614], [10.5493, 60.7614], [10.5492, 60.7613], [10.5489, 60.761], [10.5424, 60.761]]]}}, {"type": "Feature", "properties": {"sub_div_id": "15", "sub_div_center": [60.764066, 10.54958]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5496, 60.7645], [10.5497, 60.7645], [10.5497, 60.7644], [10.5497, 60.7643], [10.5497, 60.7642], [10.5496, 60.7641], [10.5496, 60.7641], [10.5496, 60.7646], [10.5496, 60.7645]]]}}, {"type": "Feature", "properties": {"sub_div_id": "16", "sub_div_center": [60.742282, 10.536377]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5364, 60.7432], [10.5365, 60.7433], [10.5366, 60.7433], [10.5367, 60.7433], [10.5368, 60.7433], [10.5368, 60.7432], [10.5369, 60.7432], [10.537, 60.7431], [10.537, 60.7431], [10.537, 60.743], [10.5371, 60.7429], [10.5371, 60.7429], [10.5371, 60.7428], [10.5371, 60.7425], [10.5372, 60.7424], [10.5372, 60.7424], [10.5371, 60.7423], [10.537, 60.7423], [10.5369, 60.7423], [10.5368, 60.7423], [10.5367, 60.7423], [10.5366, 60.7423], [10.5365, 60.7425], [10.5364, 60.7426], [10.5364, 60.7429], [10.5364, 60.743], [10.5364, 60.7431], [10.5364, 60.7431], [10.5364, 60.7432], [10.5364, 60.7432]]]}}, {"type": "Feature", "properties": {"sub_div_id": "17", "sub_div_center": [60.7481, 10.544887]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5449, 60.7483], [10.545, 60.7484], [10.5452, 60.7484], [10.5452, 60.7484], [10.5453, 60.7483], [10.5454, 60.7482], [10.5454, 60.7482], [10.5452, 60.7481], [10.5452, 60.7481], [10.545, 60.7482], [10.5449, 60.7482], [10.5449, 60.7482], [10.5449, 60.7483]]]}}, {"type": "Feature", "properties": {"sub_div_id": "18", "sub_div_center": [60.750731, 10.543055]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5431, 60.7509], [10.5431, 60.7509], [10.5432, 60.7509], [10.5432, 60.7508], [10.5433, 60.7508], [10.5433, 60.7507], [10.5432, 60.7507], [10.5431, 60.7508], [10.5431, 60.7508], [10.5431, 60.7508], [10.5431, 60.7509]]]}}, {"type": "Feature", "properties": {"sub_div_id": "19", "sub_div_center": [60.750735, 10.542226]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5422, 60.7509], [10.5423, 60.7509], [10.5424, 60.7508], [10.5425, 60.7508], [10.5426, 60.7508], [10.5426, 60.7508], [10.5425, 60.7507], [10.5424, 60.7507], [10.5423, 60.7508], [10.5422, 60.7508], [10.5422, 60.7509], [10.5422, 60.7509]]]}}, {"type": "Feature", "properties": {"sub_div_id": "20", "sub_div_center": [60.751169, 10.54319]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5432, 60.7516], [10.5433, 60.7515], [10.5433, 60.7515], [10.5434, 60.7514], [10.5436, 60.7513], [10.5436, 60.7513], [10.5436, 60.7512], [10.5436, 60.7512], [10.5435, 60.7512], [10.5435, 60.7512], [10.5434, 60.7513], [10.5433, 60.7513], [10.5432, 60.7515], [10.5432, 60.7516]]]}}, {"type": "Feature", "properties": {"sub_div_id": "21", "sub_div_center": [60.749417, 10.543726]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5438, 60.7495], [10.5438, 60.7496], [10.5438, 60.7496], [10.5439, 60.7496], [10.5439, 60.7496], [10.544, 60.7496], [10.544, 60.7495], [10.5439, 60.7495], [10.5439, 60.7495], [10.5438, 60.7494], [10.5438, 60.7494], [10.5437, 60.7494], [10.5437, 60.7495], [10.5438, 60.7495]]]}}]}
\ No newline at end of file
+{"type": "FeatureCollection", "cell_count": 93, "cell_width": 0.001796622349982034, "cell_height": 0.0018273733903691365, "cell_size_in_km": 0.2, "features": [{"type": "Feature", "properties": {"sub_div_id": "0", "sub_div_center": [60.770541, 10.528021]}, "geometry": {"type": "Polygon", "coordinates": [[[10.528, 60.7707], [10.5281, 60.7707], [10.5282, 60.7707], [10.5284, 60.7706], [10.5286, 60.7706], [10.5286, 60.7705], [10.5282, 60.7705], [10.528, 60.7706], [10.528, 60.7707], [10.528, 60.7707]]]}}, {"type": "Feature", "properties": {"sub_div_id": "1", "sub_div_center": [60.768714, 10.528022]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5286, 60.7705], [10.5287, 60.7703], [10.5288, 60.7702], [10.529, 60.7701], [10.5291, 60.7699], [10.5292, 60.7698], [10.5293, 60.7698], [10.5293, 60.7696], [10.5293, 60.7695], [10.5294, 60.7694], [10.5295, 60.7694], [10.5295, 60.7694], [10.5296, 60.7694], [10.5297, 60.7693], [10.5299, 60.7692], [10.5299, 60.7692], [10.53, 60.7692], [10.5302, 60.7692], [10.5304, 60.7692], [10.5305, 60.7691], [10.5308, 60.769], [10.5312, 60.769], [10.5314, 60.7689], [10.5316, 60.7688], [10.5316, 60.7687], [10.5304, 60.7687], [10.5304, 60.7687], [10.5304, 60.7688], [10.5303, 60.7688], [10.5302, 60.7688], [10.5301, 60.7687], [10.5299, 60.7687], [10.5298, 60.7688], [10.5296, 60.7689], [10.5295, 60.7689], [10.5293, 60.769], [10.5293, 60.769], [10.5291, 60.7691], [10.5289, 60.7691], [10.5282, 60.7691], [10.5282, 60.7691], [10.5281, 60.7691], [10.5282, 60.7691], [10.5282, 60.7691], [10.5289, 60.7692], [10.529, 60.7692], [10.5291, 60.7692], [10.5292, 60.7692], [10.5292, 60.7692], [10.529, 60.7693], [10.5289, 60.7694], [10.5288, 60.7694], [10.5287, 60.7694], [10.5287, 60.7696], [10.5287, 60.7696], [10.5287, 60.7697], [10.5285, 60.7697], [10.5285, 60.7697], [10.5282, 60.7698], [10.5281, 60.7698], [10.528, 60.7698], [10.5281, 60.7699], [10.5282, 60.7699], [10.5282, 60.77], [10.5281, 60.7701], [10.5281, 60.7703], [10.5282, 60.7704], [10.5282, 60.7704], [10.5282, 60.7705], [10.5282, 60.7705], [10.5282, 60.7705], [10.5286, 60.7705]]]}}, {"type": "Feature", "properties": {"sub_div_id": "2", "sub_div_center": [60.768667, 10.529933]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5301, 60.7687], [10.5301, 60.7687], [10.53, 60.7687], [10.53, 60.7687], [10.5299, 60.7687], [10.5301, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "3", "sub_div_center": [60.76694, 10.530416]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7687], [10.5316, 60.7669], [10.5316, 60.767], [10.5316, 60.7672], [10.5314, 60.7673], [10.5314, 60.7673], [10.5314, 60.7675], [10.5313, 60.7676], [10.5311, 60.7679], [10.5307, 60.7681], [10.5306, 60.7682], [10.5305, 60.7683], [10.5304, 60.7684], [10.5304, 60.7684], [10.5304, 60.7687], [10.5316, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "4", "sub_div_center": [60.740703, 10.530733]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7413], [10.5316, 60.7407], [10.5315, 60.7407], [10.5313, 60.7407], [10.5311, 60.7408], [10.5311, 60.7408], [10.531, 60.7408], [10.5308, 60.7408], [10.5307, 60.7409], [10.5307, 60.741], [10.5308, 60.7411], [10.5308, 60.7412], [10.5308, 60.7412], [10.5308, 60.7412], [10.5308, 60.7413], [10.5316, 60.7413]]]}}, {"type": "Feature", "properties": {"sub_div_id": "5", "sub_div_center": [60.741303, 10.530819]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5308, 60.7413], [10.5308, 60.7414], [10.531, 60.7414], [10.5311, 60.7415], [10.5311, 60.7415], [10.5312, 60.7416], [10.5311, 60.7416], [10.5311, 60.7417], [10.5313, 60.7418], [10.5314, 60.7418], [10.5315, 60.7419], [10.5315, 60.742], [10.5316, 60.7421], [10.5316, 60.7421], [10.5316, 60.7413], [10.5308, 60.7413]]]}}, {"type": "Feature", "properties": {"sub_div_id": "6", "sub_div_center": [60.740144, 10.531614]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7401], [10.535, 60.7402], [10.5348, 60.7403], [10.5347, 60.7404], [10.5345, 60.7404], [10.5345, 60.7405], [10.5345, 60.7405], [10.5343, 60.7405], [10.5342, 60.7406], [10.5341, 60.7406], [10.534, 60.7405], [10.5339, 60.7405], [10.5338, 60.7405], [10.5337, 60.7405], [10.5334, 60.7406], [10.5332, 60.7407], [10.5331, 60.7407], [10.533, 60.7407], [10.5328, 60.7407], [10.5327, 60.7408], [10.5326, 60.7408], [10.5324, 60.7408], [10.5323, 60.7408], [10.5321, 60.7408], [10.532, 60.7408], [10.5319, 60.7407], [10.5317, 60.7407], [10.5316, 60.7407], [10.5316, 60.7413], [10.5352, 60.7413], [10.5352, 60.7401], [10.5352, 60.7401]]]}}, {"type": "Feature", "properties": {"sub_div_id": "7", "sub_div_center": [60.741303, 10.531614]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7413], [10.5316, 60.7421], [10.5317, 60.7421], [10.5317, 60.7422], [10.532, 60.7422], [10.5322, 60.7423], [10.5322, 60.7423], [10.5323, 60.7423], [10.5324, 60.7423], [10.5325, 60.7424], [10.5326, 60.7425], [10.5328, 60.7426], [10.5329, 60.7426], [10.5329, 60.7427], [10.5328, 60.7428], [10.5328, 60.7429], [10.5328, 60.743], [10.5328, 60.7431], [10.533, 60.7431], [10.5352, 60.7431], [10.5352, 60.7413], [10.5316, 60.7413]]]}}, {"type": "Feature", "properties": {"sub_div_id": "8", "sub_div_center": [60.75775, 10.531614]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7594], [10.5317, 60.7594], [10.5317, 60.7594], [10.5318, 60.7594], [10.532, 60.7593], [10.5323, 60.7592], [10.5327, 60.7589], [10.5329, 60.7588], [10.5329, 60.7587], [10.5329, 60.7586], [10.533, 60.7585], [10.533, 60.7585], [10.5332, 60.7584], [10.5334, 60.7584], [10.5335, 60.7583], [10.5336, 60.7582], [10.5338, 60.7582], [10.5339, 60.7582], [10.534, 60.7581], [10.5341, 60.758], [10.5342, 60.758], [10.5343, 60.7579], [10.5345, 60.7579], [10.5346, 60.7578], [10.5347, 60.7577], [10.5327, 60.7577], [10.5327, 60.7578], [10.5328, 60.7579], [10.5327, 60.7579], [10.5327, 60.758], [10.5326, 60.758], [10.5326, 60.7582], [10.5325, 60.7583], [10.5323, 60.7584], [10.5321, 60.7586], [10.5319, 60.7586], [10.5318, 60.7588], [10.5316, 60.759], [10.5316, 60.759], [10.5316, 60.7594]]]}}, {"type": "Feature", "properties": {"sub_div_id": "9", "sub_div_center": [60.758966, 10.53148]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.759], [10.5316, 60.7591], [10.5315, 60.7592], [10.5315, 60.7592], [10.5315, 60.7593], [10.5315, 60.7593], [10.5315, 60.7594], [10.5316, 60.7594], [10.5316, 60.759]]]}}, {"type": "Feature", "properties": {"sub_div_id": "10", "sub_div_center": [60.766889, 10.531647]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.759], [10.5316, 60.7591], [10.5315, 60.7592], [10.5315, 60.7592], [10.5315, 60.7593], [10.5315, 60.7593], [10.5315, 60.7594], [10.5316, 60.7594], [10.5316, 60.759]]]}}, {"type": "Feature", "properties": {"sub_div_id": "11", "sub_div_center": [60.766886, 10.531614]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7687], [10.5319, 60.7687], [10.5319, 60.7687], [10.5319, 60.7687], [10.5319, 60.7686], [10.532, 60.7686], [10.532, 60.7686], [10.532, 60.7685], [10.532, 60.7684], [10.5321, 60.7683], [10.5322, 60.7682], [10.5323, 60.768], [10.5326, 60.7677], [10.5329, 60.7676], [10.533, 60.7674], [10.5332, 60.7674], [10.5338, 60.7672], [10.5341, 60.7672], [10.5344, 60.7671], [10.5347, 60.7671], [10.5348, 60.7671], [10.535, 60.7671], [10.5352, 60.7672], [10.5352, 60.7669], [10.5316, 60.7669], [10.5316, 60.7669], [10.5316, 60.7669], [10.5316, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "12", "sub_div_center": [60.768714, 10.531614]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7687], [10.5316, 60.7688], [10.5318, 60.7688], [10.5319, 60.7687], [10.5316, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "13", "sub_div_center": [60.768714, 10.53177]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5316, 60.7687], [10.5316, 60.7688], [10.5318, 60.7688], [10.5319, 60.7687], [10.5316, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "14", "sub_div_center": [60.765263, 10.531648]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7669], [10.5352, 60.7653], [10.5349, 60.7653], [10.5349, 60.7653], [10.5348, 60.7654], [10.5347, 60.7654], [10.5346, 60.7654], [10.5345, 60.7654], [10.5344, 60.7654], [10.5342, 60.7653], [10.5341, 60.7653], [10.534, 60.7653], [10.5338, 60.7653], [10.5337, 60.7653], [10.5335, 60.7653], [10.5333, 60.7654], [10.5331, 60.7655], [10.533, 60.7655], [10.5329, 60.7656], [10.5328, 60.7657], [10.5326, 60.7659], [10.5323, 60.766], [10.5323, 60.7661], [10.5322, 60.7662], [10.5321, 60.7663], [10.5318, 60.7664], [10.5317, 60.7665], [10.5317, 60.7665], [10.5317, 60.7668], [10.5316, 60.7669], [10.5352, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "15", "sub_div_center": [60.751459, 10.532536]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7523], [10.5352, 60.7517], [10.5349, 60.7517], [10.5348, 60.7516], [10.5345, 60.7516], [10.5344, 60.7515], [10.5343, 60.7515], [10.5342, 60.7516], [10.5337, 60.7516], [10.5336, 60.7516], [10.5334, 60.7515], [10.5333, 60.7515], [10.5332, 60.7515], [10.5332, 60.7515], [10.5332, 60.7515], [10.5331, 60.7515], [10.5329, 60.7516], [10.5328, 60.7516], [10.5328, 60.7517], [10.5326, 60.7518], [10.5325, 60.7519], [10.5325, 60.7519], [10.5326, 60.7521], [10.5326, 60.7522], [10.5326, 60.7523], [10.5326, 60.7523], [10.5352, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "16", "sub_div_center": [60.752267, 10.532473]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5326, 60.7523], [10.5326, 60.7523], [10.5325, 60.7523], [10.5325, 60.7524], [10.5325, 60.7524], [10.5326, 60.7526], [10.5326, 60.7526], [10.5327, 60.7526], [10.5328, 60.7527], [10.5328, 60.7528], [10.5329, 60.7528], [10.5328, 60.7528], [10.5328, 60.7529], [10.5329, 60.7529], [10.533, 60.753], [10.5331, 60.7531], [10.5333, 60.7531], [10.5335, 60.7531], [10.5336, 60.7531], [10.5339, 60.7531], [10.534, 60.7531], [10.5341, 60.7531], [10.5341, 60.7531], [10.5341, 60.7531], [10.5339, 60.7532], [10.5338, 60.7533], [10.5335, 60.7534], [10.5335, 60.7535], [10.5334, 60.7535], [10.5333, 60.7536], [10.5333, 60.7539], [10.5333, 60.754], [10.5333, 60.754], [10.5332, 60.7541], [10.5332, 60.7541], [10.5352, 60.7541], [10.5352, 60.7523], [10.5326, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "17", "sub_div_center": [60.755922, 10.532667]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5347, 60.7577], [10.5348, 60.7577], [10.535, 60.7576], [10.5351, 60.7576], [10.5351, 60.7575], [10.5352, 60.7575], [10.5352, 60.7576], [10.5352, 60.7559], [10.5334, 60.7559], [10.5334, 60.7559], [10.5334, 60.756], [10.5335, 60.7561], [10.5336, 60.7561], [10.5336, 60.7562], [10.5335, 60.7562], [10.5334, 60.7562], [10.5333, 60.7563], [10.5332, 60.7564], [10.5332, 60.7564], [10.5332, 60.7565], [10.5332, 60.7566], [10.5332, 60.7567], [10.5331, 60.7567], [10.5331, 60.7568], [10.5331, 60.7568], [10.5332, 60.7569], [10.5332, 60.757], [10.5331, 60.7571], [10.5331, 60.7573], [10.533, 60.7574], [10.533, 60.7575], [10.5329, 60.7575], [10.5329, 60.7575], [10.5327, 60.7576], [10.5327, 60.7576], [10.5327, 60.7576], [10.5327, 60.7577], [10.5327, 60.7577], [10.5347, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "18", "sub_div_center": [60.743131, 10.532845]}, "geometry": {"type": "Polygon", "coordinates": [[[10.533, 60.7431], [10.533, 60.7431], [10.533, 60.7432], [10.5328, 60.7432], [10.5328, 60.7432], [10.533, 60.7433], [10.533, 60.7433], [10.5332, 60.7434], [10.5333, 60.7434], [10.5333, 60.7433], [10.5333, 60.7434], [10.5334, 60.7434], [10.5333, 60.7434], [10.5333, 60.7435], [10.5334, 60.7435], [10.5335, 60.7436], [10.5335, 60.7436], [10.5335, 60.7438], [10.5336, 60.7439], [10.5336, 60.744], [10.5337, 60.744], [10.5337, 60.7441], [10.5337, 60.7441], [10.5337, 60.7442], [10.5337, 60.7443], [10.5337, 60.7443], [10.5338, 60.7443], [10.5338, 60.7444], [10.5338, 60.7444], [10.5339, 60.7445], [10.5339, 60.7446], [10.5339, 60.7446], [10.5338, 60.7446], [10.5338, 60.7447], [10.5338, 60.745], [10.5338, 60.745], [10.5352, 60.745], [10.5352, 60.7431], [10.533, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "19", "sub_div_center": [60.754095, 10.532261]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5332, 60.7541], [10.5331, 60.7541], [10.5329, 60.7542], [10.5328, 60.7542], [10.5327, 60.7543], [10.5327, 60.7544], [10.5326, 60.7545], [10.5326, 60.7547], [10.5324, 60.7548], [10.5324, 60.7548], [10.5324, 60.7549], [10.5323, 60.755], [10.5323, 60.755], [10.5323, 60.755], [10.5324, 60.7551], [10.5325, 60.7551], [10.5326, 60.7551], [10.5327, 60.7551], [10.5329, 60.7551], [10.5332, 60.755], [10.5333, 60.755], [10.5333, 60.755], [10.5334, 60.755], [10.5334, 60.755], [10.5334, 60.7552], [10.5335, 60.7554], [10.5335, 60.7555], [10.5335, 60.7558], [10.5335, 60.7559], [10.5334, 60.7559], [10.5352, 60.7559], [10.5352, 60.7541], [10.5332, 60.7541]]]}}, {"type": "Feature", "properties": {"sub_div_id": "20", "sub_div_center": [60.744958, 10.533791]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5338, 60.745], [10.5338, 60.7451], [10.5339, 60.7453], [10.534, 60.7454], [10.534, 60.7456], [10.5341, 60.7456], [10.5341, 60.7457], [10.5341, 60.7458], [10.5341, 60.7459], [10.5341, 60.7459], [10.5342, 60.746], [10.5342, 60.746], [10.5342, 60.7461], [10.5343, 60.7461], [10.5343, 60.7462], [10.5344, 60.7462], [10.5344, 60.7462], [10.5344, 60.7464], [10.5344, 60.7464], [10.5345, 60.7465], [10.5346, 60.7466], [10.5346, 60.7466], [10.5346, 60.7468], [10.5352, 60.7468], [10.5352, 60.745], [10.5338, 60.745]]]}}, {"type": "Feature", "properties": {"sub_div_id": "21", "sub_div_center": [60.746785, 10.534451]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7486], [10.5352, 60.7468], [10.5346, 60.7468], [10.5346, 60.7468], [10.5346, 60.7469], [10.5346, 60.7472], [10.5345, 60.7472], [10.5345, 60.7474], [10.5346, 60.7475], [10.5346, 60.7475], [10.5347, 60.7476], [10.5347, 60.7476], [10.5349, 60.7476], [10.535, 60.7477], [10.535, 60.7478], [10.5351, 60.7478], [10.535, 60.7479], [10.5351, 60.748], [10.5351, 60.748], [10.535, 60.7481], [10.535, 60.7481], [10.5349, 60.7482], [10.5349, 60.7483], [10.5349, 60.7483], [10.5348, 60.7484], [10.5348, 60.7484], [10.5346, 60.7486], [10.5345, 60.7486], [10.5345, 60.7486], [10.5352, 60.7486]]]}}, {"type": "Feature", "properties": {"sub_div_id": "22", "sub_div_center": [60.748613, 10.532524]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5345, 60.7486], [10.5343, 60.7487], [10.5343, 60.7487], [10.5343, 60.7487], [10.5342, 60.7488], [10.5341, 60.7488], [10.534, 60.7488], [10.5337, 60.7487], [10.5336, 60.7487], [10.5335, 60.7487], [10.5334, 60.7487], [10.5332, 60.7487], [10.533, 60.7487], [10.533, 60.7487], [10.5327, 60.7488], [10.5326, 60.7488], [10.5326, 60.7488], [10.5326, 60.7488], [10.5327, 60.7489], [10.5327, 60.749], [10.5327, 60.749], [10.5325, 60.749], [10.5325, 60.749], [10.5325, 60.7491], [10.5326, 60.7491], [10.5327, 60.7491], [10.5328, 60.7491], [10.5328, 60.7491], [10.5329, 60.7492], [10.5333, 60.7493], [10.5333, 60.7493], [10.5332, 60.7494], [10.5332, 60.7494], [10.5336, 60.7495], [10.5338, 60.7495], [10.5338, 60.7496], [10.5339, 60.7496], [10.5339, 60.7496], [10.5341, 60.7497], [10.5343, 60.7497], [10.5344, 60.7497], [10.5344, 60.7498], [10.5344, 60.7499], [10.5344, 60.7499], [10.5345, 60.75], [10.5346, 60.75], [10.5347, 60.75], [10.5349, 60.7502], [10.535, 60.7503], [10.5352, 60.7503], [10.5352, 60.7503], [10.5352, 60.7486], [10.5345, 60.7486]]]}}, {"type": "Feature", "properties": {"sub_div_id": "23", "sub_div_center": [60.739476, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7413], [10.5383, 60.7413], [10.5383, 60.7413], [10.5382, 60.7413], [10.5381, 60.7412], [10.5378, 60.7411], [10.5377, 60.7411], [10.5376, 60.741], [10.5376, 60.741], [10.5376, 60.7409], [10.5376, 60.7409], [10.5377, 60.7409], [10.5376, 60.7409], [10.5376, 60.7409], [10.5376, 60.7407], [10.5376, 60.7407], [10.5376, 60.7406], [10.5374, 60.7404], [10.5373, 60.7403], [10.5373, 60.7403], [10.5373, 60.7403], [10.5373, 60.7403], [10.5372, 60.7402], [10.5372, 60.7402], [10.5373, 60.7402], [10.5375, 60.7401], [10.5376, 60.74], [10.5376, 60.74], [10.5374, 60.7399], [10.5374, 60.7399], [10.5374, 60.7398], [10.5374, 60.7397], [10.5373, 60.7397], [10.5373, 60.7396], [10.5371, 60.7396], [10.5369, 60.7395], [10.5368, 60.7395], [10.5367, 60.7395], [10.5366, 60.7395], [10.5365, 60.7395], [10.5364, 60.7395], [10.5363, 60.7396], [10.5362, 60.7397], [10.5361, 60.7398], [10.5359, 60.7399], [10.5359, 60.7399], [10.5357, 60.74], [10.5355, 60.7401], [10.5353, 60.7401], [10.5352, 60.7401], [10.5352, 60.7413]]]}}, {"type": "Feature", "properties": {"sub_div_id": "24", "sub_div_center": [60.741303, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7413], [10.5352, 60.7431], [10.5388, 60.7431], [10.5388, 60.7429], [10.5388, 60.7429], [10.5387, 60.743], [10.5386, 60.743], [10.5385, 60.743], [10.5384, 60.743], [10.5381, 60.743], [10.538, 60.743], [10.5379, 60.743], [10.5378, 60.7429], [10.5378, 60.7429], [10.5378, 60.7429], [10.5377, 60.7429], [10.5377, 60.7428], [10.5377, 60.7428], [10.5376, 60.7427], [10.5376, 60.7427], [10.5377, 60.7426], [10.5378, 60.7426], [10.5378, 60.7426], [10.5379, 60.7426], [10.5379, 60.7425], [10.538, 60.7425], [10.538, 60.7425], [10.538, 60.7424], [10.538, 60.7424], [10.5379, 60.7424], [10.5376, 60.7424], [10.5375, 60.7424], [10.5375, 60.7423], [10.5375, 60.7423], [10.5376, 60.7423], [10.5377, 60.7423], [10.5377, 60.7422], [10.5377, 60.742], [10.5377, 60.742], [10.5377, 60.7418], [10.5379, 60.7418], [10.5381, 60.7417], [10.5382, 60.7417], [10.5383, 60.7416], [10.5385, 60.7416], [10.5386, 60.7416], [10.5387, 60.7416], [10.5388, 60.7416], [10.5388, 60.7416], [10.5388, 60.7414], [10.5387, 60.7414], [10.5385, 60.7413], [10.5383, 60.7413], [10.5352, 60.7413]]]}}, {"type": "Feature", "properties": {"sub_div_id": "25", "sub_div_center": [60.743131, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7431], [10.5352, 60.745], [10.5388, 60.745], [10.5388, 60.7431], [10.5352, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "26", "sub_div_center": [60.744958, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.745], [10.5352, 60.7468], [10.5388, 60.7468], [10.5388, 60.745], [10.5352, 60.745]]]}}, {"type": "Feature", "properties": {"sub_div_id": "27", "sub_div_center": [60.746785, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7468], [10.5352, 60.7486], [10.5388, 60.7486], [10.5388, 60.7468], [10.5352, 60.7468]]]}}, {"type": "Feature", "properties": {"sub_div_id": "28", "sub_div_center": [60.748613, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7486], [10.5352, 60.7503], [10.5352, 60.7503], [10.5353, 60.7503], [10.5353, 60.7504], [10.5354, 60.7504], [10.5388, 60.7504], [10.5388, 60.7486], [10.5352, 60.7486]]]}}, {"type": "Feature", "properties": {"sub_div_id": "29", "sub_div_center": [60.75044, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7523], [10.5388, 60.7523], [10.5388, 60.7504], [10.5354, 60.7504], [10.5354, 60.7505], [10.5355, 60.7505], [10.5355, 60.7507], [10.5356, 60.7508], [10.5356, 60.7509], [10.5357, 60.751], [10.5358, 60.751], [10.5359, 60.7511], [10.5359, 60.7513], [10.5358, 60.7513], [10.5358, 60.7514], [10.5356, 60.7514], [10.5356, 60.7514], [10.5355, 60.7516], [10.5355, 60.7516], [10.5354, 60.7516], [10.5353, 60.7517], [10.5352, 60.7517], [10.5352, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "30", "sub_div_center": [60.752267, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7523], [10.5352, 60.7541], [10.5388, 60.7541], [10.5388, 60.7523], [10.5352, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "31", "sub_div_center": [60.754095, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7541], [10.5352, 60.7559], [10.5388, 60.7559], [10.5388, 60.7541], [10.5352, 60.7541]]]}}, {"type": "Feature", "properties": {"sub_div_id": "32", "sub_div_center": [60.755922, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7559], [10.5352, 60.7576], [10.5353, 60.7576], [10.5357, 60.7576], [10.5357, 60.7576], [10.5357, 60.7577], [10.5358, 60.7577], [10.5358, 60.7577], [10.5372, 60.7577], [10.5372, 60.7577], [10.5372, 60.7577], [10.5372, 60.7576], [10.5373, 60.7576], [10.5374, 60.7575], [10.5375, 60.7575], [10.5376, 60.7575], [10.5377, 60.7576], [10.5378, 60.7576], [10.5378, 60.7576], [10.5379, 60.7575], [10.5379, 60.7574], [10.5379, 60.7574], [10.538, 60.7574], [10.538, 60.7575], [10.538, 60.7576], [10.5379, 60.7577], [10.5379, 60.7577], [10.5388, 60.7577], [10.5388, 60.7559], [10.5352, 60.7559]]]}}, {"type": "Feature", "properties": {"sub_div_id": "33", "sub_div_center": [60.765059, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.536, 60.7651], [10.536, 60.7653], [10.536, 60.7653], [10.5359, 60.7653], [10.5359, 60.7653], [10.5357, 60.7653], [10.5355, 60.7653], [10.5353, 60.7653], [10.5352, 60.7653], [10.5352, 60.7653], [10.5352, 60.7669], [10.5388, 60.7669], [10.5388, 60.7651], [10.5369, 60.7651], [10.5369, 60.7651], [10.5368, 60.7651], [10.5367, 60.7651], [10.5367, 60.7651], [10.5366, 60.7651], [10.536, 60.7651], [10.536, 60.7651]]]}}, {"type": "Feature", "properties": {"sub_div_id": "34", "sub_div_center": [60.766886, 10.535207]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7669], [10.5352, 60.7672], [10.5353, 60.7672], [10.5355, 60.7672], [10.536, 60.7672], [10.5361, 60.7672], [10.5364, 60.7672], [10.5366, 60.7672], [10.5367, 60.7673], [10.5367, 60.7673], [10.5367, 60.7674], [10.5367, 60.7674], [10.5366, 60.7675], [10.5365, 60.7675], [10.5364, 60.7677], [10.5362, 60.7678], [10.5362, 60.7679], [10.5363, 60.768], [10.5363, 60.768], [10.5363, 60.768], [10.5363, 60.7681], [10.5363, 60.7683], [10.5364, 60.7684], [10.5364, 60.7686], [10.5365, 60.7687], [10.5365, 60.7687], [10.5386, 60.7687], [10.5387, 60.7686], [10.5387, 60.7686], [10.5388, 60.7686], [10.5388, 60.7669], [10.5352, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "35", "sub_div_center": [60.761404, 10.535233]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7632], [10.5388, 60.7614], [10.5375, 60.7614], [10.5374, 60.7615], [10.5373, 60.7616], [10.5372, 60.7617], [10.5371, 60.7619], [10.537, 60.7619], [10.537, 60.762], [10.5368, 60.762], [10.5367, 60.7621], [10.5367, 60.7621], [10.5366, 60.7622], [10.5366, 60.7623], [10.5364, 60.7623], [10.5363, 60.7624], [10.5362, 60.7625], [10.5361, 60.7626], [10.536, 60.7628], [10.536, 60.7628], [10.5359, 60.7628], [10.5359, 60.7628], [10.5358, 60.7628], [10.5356, 60.763], [10.5356, 60.763], [10.5355, 60.763], [10.5354, 60.7631], [10.5353, 60.7631], [10.5352, 60.7632], [10.5352, 60.7632], [10.5388, 60.7632]]]}}, {"type": "Feature", "properties": {"sub_div_id": "36", "sub_div_center": [60.763232, 10.535227]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5352, 60.7632], [10.5352, 60.7632], [10.5352, 60.7634], [10.5353, 60.7634], [10.5353, 60.7634], [10.5355, 60.7633], [10.5356, 60.7633], [10.5357, 60.7633], [10.5358, 60.7634], [10.5358, 60.7634], [10.5359, 60.7634], [10.5361, 60.7634], [10.5363, 60.7634], [10.5366, 60.7635], [10.5366, 60.7636], [10.5366, 60.7637], [10.5367, 60.7637], [10.5369, 60.7638], [10.5369, 60.7639], [10.537, 60.764], [10.537, 60.7641], [10.537, 60.7641], [10.5371, 60.7641], [10.5373, 60.764], [10.5374, 60.7639], [10.5375, 60.7638], [10.5376, 60.7638], [10.5376, 60.7639], [10.5377, 60.7639], [10.5377, 60.764], [10.5377, 60.7643], [10.5377, 60.7644], [10.5375, 60.7646], [10.5373, 60.7647], [10.5372, 60.7649], [10.5371, 60.7649], [10.537, 60.765], [10.5369, 60.7651], [10.5388, 60.7651], [10.5388, 60.7632], [10.5352, 60.7632]]]}}, {"type": "Feature", "properties": {"sub_div_id": "37", "sub_div_center": [60.75775, 10.535803]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5358, 60.7577], [10.5359, 60.7578], [10.5359, 60.7578], [10.5359, 60.758], [10.536, 60.7581], [10.5361, 60.7581], [10.5361, 60.7581], [10.5362, 60.758], [10.5363, 60.758], [10.5363, 60.7581], [10.5363, 60.7582], [10.5364, 60.7582], [10.5364, 60.7582], [10.5365, 60.7583], [10.5366, 60.7582], [10.5367, 60.7582], [10.5368, 60.7581], [10.537, 60.758], [10.5371, 60.7579], [10.5372, 60.7579], [10.5373, 60.7578], [10.5372, 60.7577], [10.5358, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "38", "sub_div_center": [60.764495, 10.536027]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5366, 60.7651], [10.5366, 60.765], [10.5365, 60.765], [10.5366, 60.7649], [10.5366, 60.7648], [10.5368, 60.7646], [10.5368, 60.7646], [10.5368, 60.7645], [10.5368, 60.7645], [10.5367, 60.7645], [10.5366, 60.7645], [10.5365, 60.7646], [10.5365, 60.7646], [10.5363, 60.7649], [10.5362, 60.765], [10.536, 60.7651], [10.536, 60.7651], [10.5366, 60.7651]]]}}, {"type": "Feature", "properties": {"sub_div_id": "39", "sub_div_center": [60.768714, 10.536477]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5365, 60.7687], [10.5366, 60.7688], [10.5367, 60.769], [10.5368, 60.769], [10.5369, 60.769], [10.537, 60.769], [10.5373, 60.769], [10.5375, 60.769], [10.5377, 60.769], [10.5381, 60.769], [10.5382, 60.7689], [10.5385, 60.7688], [10.5386, 60.7687], [10.5365, 60.7687]]]}}, {"type": "Feature", "properties": {"sub_div_id": "40", "sub_div_center": [60.759577, 10.537463]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7614], [10.5388, 60.7596], [10.5381, 60.7596], [10.5379, 60.7598], [10.5378, 60.76], [10.5379, 60.76], [10.538, 60.7601], [10.538, 60.7601], [10.5381, 60.7602], [10.5381, 60.7604], [10.5381, 60.7605], [10.538, 60.7605], [10.5379, 60.7606], [10.5378, 60.7607], [10.5377, 60.7609], [10.5377, 60.7611], [10.5377, 60.7612], [10.5376, 60.7613], [10.5375, 60.7614], [10.5375, 60.7614], [10.5388, 60.7614]]]}}, {"type": "Feature", "properties": {"sub_div_id": "41", "sub_div_center": [60.75775, 10.537803]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5379, 60.7577], [10.5379, 60.7578], [10.538, 60.7579], [10.538, 60.7579], [10.5379, 60.758], [10.5379, 60.7581], [10.5378, 60.7582], [10.5378, 60.7583], [10.538, 60.7584], [10.538, 60.7585], [10.538, 60.7586], [10.538, 60.7586], [10.5383, 60.7586], [10.5384, 60.7587], [10.5384, 60.7587], [10.5383, 60.7587], [10.5382, 60.7587], [10.5381, 60.7588], [10.5381, 60.7588], [10.5382, 60.7589], [10.5382, 60.759], [10.5384, 60.7591], [10.5384, 60.7592], [10.5384, 60.7592], [10.5382, 60.7593], [10.5382, 60.7595], [10.5381, 60.7596], [10.5388, 60.7596], [10.5388, 60.7577], [10.5379, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "42", "sub_div_center": [60.741383, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.539, 60.7417], [10.5392, 60.7416], [10.5392, 60.7416], [10.5392, 60.7416], [10.539, 60.7415], [10.539, 60.7415], [10.5389, 60.7414], [10.5388, 60.7414], [10.5388, 60.7416], [10.539, 60.7417]]]}}, {"type": "Feature", "properties": {"sub_div_id": "43", "sub_div_center": [60.741864, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5422, 60.743], [10.542, 60.7429], [10.5418, 60.7428], [10.5415, 60.7427], [10.5416, 60.7427], [10.5416, 60.7426], [10.5416, 60.7426], [10.5413, 60.7424], [10.5412, 60.7423], [10.5411, 60.7422], [10.541, 60.7422], [10.541, 60.7422], [10.5409, 60.7421], [10.5409, 60.7421], [10.5408, 60.7421], [10.5408, 60.742], [10.5407, 60.7419], [10.5406, 60.7419], [10.5404, 60.7419], [10.5402, 60.7419], [10.5402, 60.7419], [10.5401, 60.7419], [10.5401, 60.742], [10.54, 60.742], [10.54, 60.742], [10.5398, 60.742], [10.5398, 60.742], [10.5397, 60.742], [10.5397, 60.7421], [10.5395, 60.7422], [10.5394, 60.7422], [10.5393, 60.7423], [10.5393, 60.7424], [10.5393, 60.7424], [10.5394, 60.7424], [10.5394, 60.7424], [10.5395, 60.7424], [10.5393, 60.7425], [10.5393, 60.7425], [10.5391, 60.7425], [10.539, 60.7426], [10.539, 60.7426], [10.539, 60.7426], [10.5389, 60.7427], [10.5389, 60.7427], [10.5388, 60.7427], [10.5388, 60.7426], [10.5388, 60.7428], [10.5388, 60.7428], [10.5389, 60.7429], [10.5389, 60.7429], [10.5389, 60.7429], [10.5388, 60.7429], [10.5388, 60.7431], [10.5424, 60.7431], [10.5424, 60.743], [10.5422, 60.743]]]}}, {"type": "Feature", "properties": {"sub_div_id": "44", "sub_div_center": [60.742618, 10.538588]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7426], [10.5388, 60.7426], [10.5388, 60.7426], [10.5387, 60.7426], [10.5386, 60.7427], [10.5386, 60.7427], [10.5386, 60.7427], [10.5386, 60.7428], [10.5387, 60.7428], [10.5388, 60.7428], [10.5388, 60.7426]]]}}, {"type": "Feature", "properties": {"sub_div_id": "45", "sub_div_center": [60.743131, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7431], [10.5388, 60.745], [10.5424, 60.745], [10.5424, 60.7431], [10.5388, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "46", "sub_div_center": [60.744958, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.745], [10.5388, 60.7468], [10.5424, 60.7468], [10.5424, 60.745], [10.5388, 60.745]]]}}, {"type": "Feature", "properties": {"sub_div_id": "47", "sub_div_center": [60.746785, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7468], [10.5388, 60.7486], [10.5424, 60.7486], [10.5424, 60.7468], [10.5388, 60.7468]]]}}, {"type": "Feature", "properties": {"sub_div_id": "48", "sub_div_center": [60.748613, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7486], [10.5388, 60.7504], [10.5424, 60.7504], [10.5424, 60.7486], [10.5388, 60.7486]]]}}, {"type": "Feature", "properties": {"sub_div_id": "49", "sub_div_center": [60.75044, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7504], [10.5388, 60.7523], [10.5424, 60.7523], [10.5424, 60.7504], [10.5388, 60.7504]]]}}, {"type": "Feature", "properties": {"sub_div_id": "50", "sub_div_center": [60.752267, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7523], [10.5388, 60.7541], [10.5424, 60.7541], [10.5424, 60.7523], [10.5388, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "51", "sub_div_center": [60.754095, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7541], [10.5388, 60.7559], [10.5424, 60.7559], [10.5424, 60.7541], [10.5388, 60.7541]]]}}, {"type": "Feature", "properties": {"sub_div_id": "52", "sub_div_center": [60.755922, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7559], [10.5388, 60.7577], [10.5424, 60.7577], [10.5424, 60.7559], [10.5388, 60.7559]]]}}, {"type": "Feature", "properties": {"sub_div_id": "53", "sub_div_center": [60.75775, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7577], [10.5388, 60.7596], [10.5424, 60.7596], [10.5424, 60.7577], [10.5388, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "54", "sub_div_center": [60.759577, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7596], [10.5388, 60.7614], [10.5424, 60.7614], [10.5424, 60.7596], [10.5388, 60.7596]]]}}, {"type": "Feature", "properties": {"sub_div_id": "55", "sub_div_center": [60.761404, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7614], [10.5388, 60.7632], [10.5424, 60.7632], [10.5424, 60.7614], [10.5388, 60.7614]]]}}, {"type": "Feature", "properties": {"sub_div_id": "56", "sub_div_center": [60.763232, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7632], [10.5388, 60.7651], [10.5424, 60.7651], [10.5424, 60.7632], [10.5388, 60.7632]]]}}, {"type": "Feature", "properties": {"sub_div_id": "57", "sub_div_center": [60.765059, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7651], [10.5388, 60.7669], [10.5424, 60.7669], [10.5424, 60.7651], [10.5388, 60.7651]]]}}, {"type": "Feature", "properties": {"sub_div_id": "58", "sub_div_center": [60.766886, 10.538801]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7669], [10.5388, 60.7686], [10.5388, 60.7686], [10.5391, 60.7684], [10.5392, 60.7684], [10.5393, 60.7683], [10.5394, 60.7682], [10.5394, 60.7682], [10.5395, 60.7682], [10.5395, 60.7683], [10.5396, 60.7683], [10.5396, 60.7684], [10.5396, 60.7684], [10.5396, 60.7684], [10.5398, 60.7685], [10.54, 60.7685], [10.5402, 60.7684], [10.5403, 60.7684], [10.5404, 60.7683], [10.5405, 60.7683], [10.5407, 60.7681], [10.5408, 60.7681], [10.5409, 60.768], [10.5411, 60.768], [10.5414, 60.7679], [10.5414, 60.7679], [10.5415, 60.7677], [10.5417, 60.7676], [10.5418, 60.7675], [10.5418, 60.7675], [10.5419, 60.7674], [10.5421, 60.7674], [10.5422, 60.7674], [10.5423, 60.7674], [10.5424, 60.7674], [10.5424, 60.7669], [10.5388, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "59", "sub_div_center": [60.743031, 10.542555]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5388, 60.7669], [10.5388, 60.7686], [10.5388, 60.7686], [10.5391, 60.7684], [10.5392, 60.7684], [10.5393, 60.7683], [10.5394, 60.7682], [10.5394, 60.7682], [10.5395, 60.7682], [10.5395, 60.7683], [10.5396, 60.7683], [10.5396, 60.7684], [10.5396, 60.7684], [10.5396, 60.7684], [10.5398, 60.7685], [10.54, 60.7685], [10.5402, 60.7684], [10.5403, 60.7684], [10.5404, 60.7683], [10.5405, 60.7683], [10.5407, 60.7681], [10.5408, 60.7681], [10.5409, 60.768], [10.5411, 60.768], [10.5414, 60.7679], [10.5414, 60.7679], [10.5415, 60.7677], [10.5417, 60.7676], [10.5418, 60.7675], [10.5418, 60.7675], [10.5419, 60.7674], [10.5421, 60.7674], [10.5422, 60.7674], [10.5423, 60.7674], [10.5424, 60.7674], [10.5424, 60.7669], [10.5388, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "60", "sub_div_center": [60.743025, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5426, 60.7431], [10.5424, 60.743], [10.5424, 60.7431], [10.5426, 60.7431], [10.5426, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "61", "sub_div_center": [60.743131, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7431], [10.5424, 60.745], [10.5439, 60.745], [10.5439, 60.7448], [10.5438, 60.7448], [10.5436, 60.7448], [10.5435, 60.7448], [10.5433, 60.7447], [10.5432, 60.7446], [10.5432, 60.7445], [10.5432, 60.7444], [10.5433, 60.7444], [10.5433, 60.7443], [10.5434, 60.7442], [10.5434, 60.7442], [10.5435, 60.7442], [10.5435, 60.7441], [10.5435, 60.7441], [10.5435, 60.744], [10.5436, 60.744], [10.5436, 60.744], [10.5437, 60.7439], [10.5437, 60.7439], [10.5436, 60.7439], [10.5436, 60.7438], [10.5436, 60.7438], [10.5436, 60.7438], [10.5437, 60.7437], [10.5436, 60.7436], [10.5434, 60.7435], [10.5433, 60.7433], [10.5432, 60.7433], [10.5433, 60.7432], [10.5434, 60.7432], [10.5434, 60.7431], [10.5434, 60.7431], [10.5429, 60.7431], [10.5429, 60.7432], [10.5429, 60.7432], [10.5428, 60.7432], [10.5428, 60.7432], [10.5427, 60.7432], [10.5427, 60.7431], [10.5426, 60.7431], [10.5424, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "62", "sub_div_center": [60.744958, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.745], [10.5424, 60.7468], [10.5458, 60.7468], [10.5458, 60.7468], [10.5457, 60.7467], [10.5457, 60.7466], [10.5457, 60.7466], [10.5457, 60.7464], [10.5456, 60.7464], [10.5455, 60.7463], [10.5454, 60.7462], [10.5453, 60.7462], [10.5452, 60.7461], [10.5452, 60.7461], [10.5453, 60.7461], [10.5453, 60.746], [10.5452, 60.746], [10.5452, 60.7457], [10.5452, 60.7457], [10.5451, 60.7457], [10.5449, 60.7456], [10.5445, 60.7455], [10.5441, 60.7453], [10.544, 60.7452], [10.5439, 60.7451], [10.5439, 60.745], [10.5439, 60.745], [10.5424, 60.745]]]}}, {"type": "Feature", "properties": {"sub_div_id": "63", "sub_div_center": [60.746785, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7468], [10.5424, 60.7486], [10.5446, 60.7486], [10.5446, 60.7486], [10.5446, 60.7485], [10.5447, 60.7485], [10.5447, 60.7485], [10.5448, 60.7485], [10.545, 60.7484], [10.5451, 60.7484], [10.5452, 60.7484], [10.5453, 60.7484], [10.5454, 60.7484], [10.5455, 60.7483], [10.5456, 60.7483], [10.5457, 60.7482], [10.5457, 60.7481], [10.5457, 60.7481], [10.5459, 60.748], [10.546, 60.7479], [10.546, 60.7479], [10.546, 60.7472], [10.5459, 60.7472], [10.5459, 60.7471], [10.5459, 60.7471], [10.546, 60.7471], [10.546, 60.7469], [10.5459, 60.7469], [10.5458, 60.7468], [10.5458, 60.7468], [10.5458, 60.7468], [10.5424, 60.7468]]]}}, {"type": "Feature", "properties": {"sub_div_id": "64", "sub_div_center": [60.748613, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7486], [10.5424, 60.7504], [10.5446, 60.7504], [10.5446, 60.7504], [10.5447, 60.7502], [10.5448, 60.7501], [10.5449, 60.7501], [10.5449, 60.75], [10.5448, 60.75], [10.5446, 60.7499], [10.5446, 60.7499], [10.5445, 60.7498], [10.5446, 60.7497], [10.5446, 60.7497], [10.5445, 60.7496], [10.5444, 60.7496], [10.5444, 60.7496], [10.5443, 60.7496], [10.5442, 60.7495], [10.5441, 60.7495], [10.5441, 60.7495], [10.5441, 60.7494], [10.5441, 60.7494], [10.5441, 60.7492], [10.5442, 60.7491], [10.5442, 60.749], [10.5442, 60.7489], [10.5443, 60.7488], [10.5443, 60.7488], [10.5443, 60.7488], [10.5443, 60.7487], [10.5443, 60.7487], [10.5446, 60.7486], [10.5446, 60.7486], [10.5424, 60.7486]]]}}, {"type": "Feature", "properties": {"sub_div_id": "65", "sub_div_center": [60.75044, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7504], [10.5424, 60.7523], [10.5447, 60.7523], [10.5449, 60.7522], [10.5453, 60.752], [10.5456, 60.7518], [10.5458, 60.7517], [10.546, 60.7516], [10.546, 60.7512], [10.546, 60.7512], [10.5459, 60.7512], [10.5459, 60.7511], [10.5459, 60.751], [10.5459, 60.751], [10.546, 60.7509], [10.5459, 60.7509], [10.5459, 60.7509], [10.5457, 60.7509], [10.5455, 60.7509], [10.5453, 60.751], [10.5451, 60.751], [10.545, 60.751], [10.5449, 60.751], [10.5447, 60.7511], [10.5446, 60.7511], [10.5444, 60.7511], [10.5444, 60.7511], [10.5443, 60.7511], [10.5443, 60.751], [10.5444, 60.7509], [10.5445, 60.7508], [10.5445, 60.7507], [10.5445, 60.7507], [10.5444, 60.7506], [10.5444, 60.7506], [10.5445, 60.7505], [10.5446, 60.7505], [10.5446, 60.7504], [10.5424, 60.7504]]]}}, {"type": "Feature", "properties": {"sub_div_id": "66", "sub_div_center": [60.752267, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7523], [10.5424, 60.7541], [10.5441, 60.7541], [10.5441, 60.7539], [10.5441, 60.7538], [10.544, 60.7537], [10.544, 60.7534], [10.5439, 60.7531], [10.5439, 60.7531], [10.5439, 60.753], [10.5439, 60.7528], [10.5439, 60.7528], [10.544, 60.7527], [10.5441, 60.7526], [10.5443, 60.7525], [10.5443, 60.7524], [10.5447, 60.7523], [10.5424, 60.7523]]]}}, {"type": "Feature", "properties": {"sub_div_id": "67", "sub_div_center": [60.754095, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7541], [10.5424, 60.7559], [10.5447, 60.7559], [10.5447, 60.7559], [10.5447, 60.7558], [10.5446, 60.7556], [10.5446, 60.7554], [10.5445, 60.7551], [10.5444, 60.755], [10.5443, 60.7549], [10.5443, 60.7548], [10.5443, 60.7547], [10.5442, 60.7546], [10.5442, 60.7544], [10.5441, 60.7543], [10.5441, 60.7541], [10.5424, 60.7541]]]}}, {"type": "Feature", "properties": {"sub_div_id": "68", "sub_div_center": [60.755922, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7559], [10.5424, 60.7577], [10.546, 60.7577], [10.546, 60.7572], [10.5459, 60.7571], [10.5456, 60.7568], [10.5453, 60.7566], [10.5452, 60.7565], [10.5451, 60.7565], [10.5451, 60.7563], [10.5451, 60.7563], [10.545, 60.7562], [10.5449, 60.7561], [10.5447, 60.7559], [10.5424, 60.7559]]]}}, {"type": "Feature", "properties": {"sub_div_id": "69", "sub_div_center": [60.75775, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7577], [10.5424, 60.7596], [10.546, 60.7596], [10.546, 60.7577], [10.5424, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "70", "sub_div_center": [60.759577, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7596], [10.5424, 60.7614], [10.546, 60.7614], [10.546, 60.7596], [10.5424, 60.7596]]]}}, {"type": "Feature", "properties": {"sub_div_id": "71", "sub_div_center": [60.761404, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7614], [10.5424, 60.7632], [10.546, 60.7632], [10.546, 60.7614], [10.5424, 60.7614]]]}}, {"type": "Feature", "properties": {"sub_div_id": "72", "sub_div_center": [60.763232, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7632], [10.5424, 60.7651], [10.546, 60.7651], [10.546, 60.7632], [10.5424, 60.7632]]]}}, {"type": "Feature", "properties": {"sub_div_id": "73", "sub_div_center": [60.765059, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7651], [10.5424, 60.7669], [10.5431, 60.7669], [10.5432, 60.7669], [10.5434, 60.7669], [10.5434, 60.7669], [10.5443, 60.7669], [10.5443, 60.7669], [10.5443, 60.7669], [10.5442, 60.7669], [10.5441, 60.7669], [10.5441, 60.7668], [10.5441, 60.7668], [10.5442, 60.7668], [10.5444, 60.7667], [10.5446, 60.7666], [10.5448, 60.7665], [10.5449, 60.7664], [10.5451, 60.7662], [10.5454, 60.766], [10.5456, 60.7659], [10.5456, 60.7659], [10.5456, 60.7659], [10.5455, 60.7658], [10.5454, 60.7657], [10.5454, 60.7656], [10.5454, 60.7655], [10.5453, 60.7654], [10.5452, 60.7653], [10.5451, 60.7652], [10.5451, 60.7652], [10.5452, 60.7652], [10.5452, 60.7652], [10.5453, 60.7652], [10.5454, 60.7652], [10.5455, 60.7653], [10.5457, 60.7654], [10.5458, 60.7655], [10.5459, 60.7655], [10.546, 60.7655], [10.546, 60.7651], [10.5424, 60.7651]]]}}, {"type": "Feature", "properties": {"sub_div_id": "74", "sub_div_center": [60.766886, 10.542394]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5424, 60.7669], [10.5424, 60.7674], [10.5424, 60.7673], [10.5424, 60.7672], [10.5424, 60.7672], [10.5425, 60.7672], [10.5426, 60.7671], [10.5428, 60.767], [10.5428, 60.767], [10.543, 60.7669], [10.5431, 60.7669], [10.5424, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "75", "sub_div_center": [60.743031, 10.542944]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5434, 60.7431], [10.5434, 60.743], [10.5433, 60.743], [10.543, 60.7431], [10.543, 60.7431], [10.543, 60.7431], [10.5429, 60.7431], [10.5434, 60.7431]]]}}, {"type": "Feature", "properties": {"sub_div_id": "76", "sub_div_center": [60.766886, 10.543374]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5434, 60.7669], [10.5434, 60.7669], [10.5434, 60.7671], [10.5434, 60.7671], [10.5434, 60.7672], [10.5434, 60.7672], [10.5437, 60.7672], [10.5437, 60.7672], [10.5439, 60.7672], [10.544, 60.7672], [10.5441, 60.7672], [10.5442, 60.7671], [10.5443, 60.7671], [10.5443, 60.767], [10.5443, 60.7669], [10.5443, 60.7669], [10.5434, 60.7669]]]}}, {"type": "Feature", "properties": {"sub_div_id": "77", "sub_div_center": [60.74692, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5461, 60.7471], [10.5462, 60.7471], [10.5463, 60.7471], [10.5463, 60.747], [10.5462, 60.747], [10.5462, 60.747], [10.5462, 60.7469], [10.5461, 60.7469], [10.546, 60.7469], [10.546, 60.7469], [10.546, 60.7471], [10.5461, 60.7471]]]}}, {"type": "Feature", "properties": {"sub_div_id": "78", "sub_div_center": [60.746981, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5464, 60.7479], [10.5465, 60.7479], [10.5466, 60.7479], [10.5467, 60.7478], [10.5468, 60.7478], [10.5468, 60.7478], [10.5469, 60.7478], [10.547, 60.7477], [10.547, 60.7477], [10.5471, 60.7477], [10.5472, 60.7477], [10.5473, 60.7476], [10.5477, 60.7475], [10.5477, 60.7474], [10.5478, 60.7473], [10.5477, 60.7472], [10.5477, 60.7472], [10.5477, 60.7472], [10.5477, 60.7471], [10.5476, 60.7471], [10.5475, 60.7471], [10.5472, 60.747], [10.5469, 60.747], [10.5467, 60.747], [10.5465, 60.7471], [10.5465, 60.7472], [10.5464, 60.7472], [10.5463, 60.7472], [10.5462, 60.7472], [10.5462, 60.7472], [10.5461, 60.7472], [10.546, 60.7472], [10.546, 60.7472], [10.546, 60.7479], [10.5464, 60.7479]]]}}, {"type": "Feature", "properties": {"sub_div_id": "79", "sub_div_center": [60.751212, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7516], [10.5461, 60.7516], [10.5462, 60.7515], [10.5462, 60.7514], [10.5462, 60.7514], [10.5462, 60.7513], [10.5462, 60.7513], [10.546, 60.7512], [10.546, 60.7516], [10.546, 60.7516]]]}}, {"type": "Feature", "properties": {"sub_div_id": "80", "sub_div_center": [60.757194, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5464, 60.7576], [10.5464, 60.7575], [10.5462, 60.7574], [10.5461, 60.7573], [10.546, 60.7572], [10.546, 60.7577], [10.5464, 60.7577], [10.5464, 60.7576]]]}}, {"type": "Feature", "properties": {"sub_div_id": "81", "sub_div_center": [60.75775, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7577], [10.546, 60.7596], [10.5476, 60.7596], [10.5476, 60.7595], [10.5475, 60.7593], [10.5475, 60.759], [10.5474, 60.7589], [10.5474, 60.7587], [10.5473, 60.7586], [10.5473, 60.7585], [10.5472, 60.7585], [10.547, 60.7583], [10.5468, 60.7581], [10.5468, 60.7581], [10.5465, 60.7579], [10.5465, 60.7579], [10.5464, 60.7577], [10.546, 60.7577]]]}}, {"type": "Feature", "properties": {"sub_div_id": "82", "sub_div_center": [60.759577, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7596], [10.546, 60.7614], [10.5493, 60.7614], [10.5493, 60.7614], [10.5492, 60.7613], [10.5488, 60.761], [10.5486, 60.7609], [10.5482, 60.7607], [10.548, 60.7607], [10.5479, 60.7606], [10.5478, 60.7605], [10.5478, 60.7604], [10.5478, 60.7604], [10.5478, 60.7602], [10.5477, 60.7601], [10.5476, 60.7599], [10.5476, 60.7598], [10.5476, 60.7596], [10.546, 60.7596]]]}}, {"type": "Feature", "properties": {"sub_div_id": "83", "sub_div_center": [60.761404, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7614], [10.546, 60.7632], [10.5486, 60.7632], [10.5484, 60.7631], [10.5483, 60.7631], [10.5483, 60.763], [10.5482, 60.7628], [10.5482, 60.7627], [10.5481, 60.7627], [10.5478, 60.7624], [10.5477, 60.7624], [10.5477, 60.7623], [10.5477, 60.7622], [10.5478, 60.7622], [10.5479, 60.7621], [10.548, 60.7621], [10.548, 60.7621], [10.5481, 60.7621], [10.5482, 60.7621], [10.5483, 60.7622], [10.5484, 60.7622], [10.5485, 60.7621], [10.5486, 60.7621], [10.5487, 60.7621], [10.5488, 60.762], [10.549, 60.762], [10.5491, 60.7619], [10.5491, 60.7619], [10.5491, 60.7617], [10.5493, 60.7616], [10.5493, 60.7615], [10.5493, 60.7614], [10.5493, 60.7614], [10.546, 60.7614]]]}}, {"type": "Feature", "properties": {"sub_div_id": "84", "sub_div_center": [60.763232, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7632], [10.546, 60.7651], [10.5492, 60.7651], [10.5491, 60.765], [10.5491, 60.765], [10.5491, 60.7649], [10.5491, 60.7649], [10.5491, 60.7648], [10.5491, 60.7647], [10.5493, 60.7647], [10.5496, 60.7646], [10.5496, 60.7641], [10.5496, 60.764], [10.5492, 60.7637], [10.549, 60.7636], [10.5488, 60.7634], [10.5487, 60.7633], [10.5486, 60.7632], [10.546, 60.7632]]]}}, {"type": "Feature", "properties": {"sub_div_id": "85", "sub_div_center": [60.765059, 10.545987]}, "geometry": {"type": "Polygon", "coordinates": [[[10.546, 60.7651], [10.546, 60.7655], [10.5463, 60.7655], [10.5463, 60.7655], [10.5464, 60.7656], [10.5464, 60.7656], [10.5464, 60.7656], [10.5465, 60.7657], [10.5467, 60.7657], [10.5469, 60.7658], [10.5471, 60.7658], [10.5473, 60.7658], [10.5473, 60.7658], [10.5475, 60.7657], [10.5476, 60.7656], [10.5477, 60.7656], [10.5478, 60.7655], [10.5481, 60.7655], [10.5483, 60.7655], [10.5487, 60.7655], [10.5488, 60.7654], [10.549, 60.7653], [10.5492, 60.7652], [10.5492, 60.7651], [10.5492, 60.7651], [10.5492, 60.7651], [10.546, 60.7651]]]}}, {"type": "Feature", "properties": {"sub_div_id": "86", "sub_div_center": [60.764066, 10.54958]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5496, 60.7645], [10.5497, 60.7645], [10.5497, 60.7644], [10.5497, 60.7643], [10.5497, 60.7642], [10.5496, 60.7641], [10.5496, 60.7641], [10.5496, 60.7646], [10.5496, 60.7645]]]}}, {"type": "Feature", "properties": {"sub_div_id": "87", "sub_div_center": [60.742282, 10.536377]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5364, 60.7432], [10.5365, 60.7433], [10.5366, 60.7433], [10.5367, 60.7433], [10.5368, 60.7433], [10.5368, 60.7432], [10.5369, 60.7432], [10.537, 60.7431], [10.537, 60.7431], [10.537, 60.743], [10.5371, 60.7429], [10.5371, 60.7429], [10.5371, 60.7428], [10.5371, 60.7425], [10.5372, 60.7424], [10.5372, 60.7424], [10.5371, 60.7423], [10.537, 60.7423], [10.5369, 60.7423], [10.5368, 60.7423], [10.5367, 60.7423], [10.5366, 60.7423], [10.5365, 60.7425], [10.5364, 60.7426], [10.5364, 60.7429], [10.5364, 60.743], [10.5364, 60.7431], [10.5364, 60.7431], [10.5364, 60.7432], [10.5364, 60.7432]]]}}, {"type": "Feature", "properties": {"sub_div_id": "88", "sub_div_center": [60.7481, 10.544887]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5449, 60.7483], [10.545, 60.7484], [10.5452, 60.7484], [10.5452, 60.7484], [10.5453, 60.7483], [10.5454, 60.7482], [10.5454, 60.7482], [10.5452, 60.7481], [10.5452, 60.7481], [10.545, 60.7482], [10.5449, 60.7482], [10.5449, 60.7482], [10.5449, 60.7483]]]}}, {"type": "Feature", "properties": {"sub_div_id": "89", "sub_div_center": [60.750731, 10.543055]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5431, 60.7509], [10.5431, 60.7509], [10.5432, 60.7509], [10.5432, 60.7508], [10.5433, 60.7508], [10.5433, 60.7507], [10.5432, 60.7507], [10.5431, 60.7508], [10.5431, 60.7508], [10.5431, 60.7508], [10.5431, 60.7509]]]}}, {"type": "Feature", "properties": {"sub_div_id": "90", "sub_div_center": [60.750735, 10.542226]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5422, 60.7509], [10.5423, 60.7509], [10.5424, 60.7508], [10.5425, 60.7508], [10.5426, 60.7508], [10.5426, 60.7508], [10.5425, 60.7507], [10.5424, 60.7507], [10.5423, 60.7508], [10.5422, 60.7508], [10.5422, 60.7509], [10.5422, 60.7509]]]}}, {"type": "Feature", "properties": {"sub_div_id": "91", "sub_div_center": [60.751169, 10.54319]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5432, 60.7516], [10.5433, 60.7515], [10.5433, 60.7515], [10.5434, 60.7514], [10.5436, 60.7513], [10.5436, 60.7513], [10.5436, 60.7512], [10.5436, 60.7512], [10.5435, 60.7512], [10.5435, 60.7512], [10.5434, 60.7513], [10.5433, 60.7513], [10.5432, 60.7515], [10.5432, 60.7516]]]}}, {"type": "Feature", "properties": {"sub_div_id": "92", "sub_div_center": [60.749417, 10.543726]}, "geometry": {"type": "Polygon", "coordinates": [[[10.5438, 60.7495], [10.5438, 60.7496], [10.5438, 60.7496], [10.5439, 60.7496], [10.5439, 60.7496], [10.544, 60.7496], [10.544, 60.7495], [10.5439, 60.7495], [10.5439, 60.7495], [10.5438, 60.7494], [10.5438, 60.7494], [10.5437, 60.7494], [10.5437, 60.7495], [10.5438, 60.7495]]]}}]}
\ No newline at end of file