Skip to content

Instantly share code, notes, and snippets.

@Saigesp
Last active October 6, 2017 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saigesp/8ca8ca2a4ce33e8e9efe8f5752683f88 to your computer and use it in GitHub Desktop.
Save Saigesp/8ca8ca2a4ce33e8e9efe8f5752683f88 to your computer and use it in GitHub Desktop.
Madrid neighborhoods
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# -*- coding: UTF-8 -*-
import os, json, time
from area import area
from termcolor import colored
# python3 -c "from fix_geojson import *; fix_geojson('ESP_MAD_adm6.json')"
def fix_geojson(filename):
try:
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)) as jsonfile:
jsonfile = json.load(jsonfile)
polygons = []
for polygon in jsonfile[u'features']:
ctemp = []
for coor in polygon['geometry']['coordinates'][0][0]:
ctemp.append([round(coor[0]-0.001368,6),round(coor[1]-0.0012047,6)])
polygon['geometry']['coordinates'][0][0] = ctemp
polygons.append(polygon)
jsonfile[u'features'] = polygons
f = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),'fixed_'+filename),'w')
f.write(json.dumps(jsonfile))
f.close()
except Exception as e:
print(time.strftime("%Y-%m-%d %H:%M:%S"),colored('Error general:','red'), e)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type": "FeatureCollection", "features": [{"geometry": {"coordinates": [[[[-3.705989, 40.420264], [-3.706397, 40.420149], [-3.708175, 40.420214], [-3.707973, 40.419844], [-3.708059, 40.419606], [-3.708196, 40.419141], [-3.708247, 40.418862], [-3.708509, 40.418376], [-3.708532, 40.418336], [-3.708584, 40.418249], [-3.70884, 40.417804], [-3.708638, 40.417774], [-3.708733, 40.417194], [-3.708762, 40.41709], [-3.708784, 40.416999], [-3.708746, 40.416755], [-3.708744, 40.416737], [-3.708714, 40.416465], [-3.708682, 40.416353], [-3.708755, 40.416269], [-3.708725, 40.415957], [-3.708777, 40.415826], [-3.70887, 40.415558], [-3.708668, 40.415303], [-3.708606, 40.415298], [-3.708541, 40.415295], [-3.708491, 40.415263], [-3.708247, 40.414722], [-3.708091, 40.414499], [-3.708175, 40.414088], [-3.708317, 40.413694], [-3.707784, 40.413554], [-3.707537, 40.413496], [-3.707487, 40.413315], [-3.707632, 40.412563], [-3.707775, 40.412448], [-3.708293, 40.411336], [-3.708487, 40.411235], [-3.708542, 40.411144], [-3.709208, 40.410353], [-3.710162, 40.40914], [-3.710287, 40.408994], [-3.711104, 40.407978], [-3.711737, 40.406641], [-3.712107, 40.406721], [-3.713752, 40.40742], [-3.71529, 40.408059], [-3.716829, 40.408674], [-3.718397, 40.411089], [-3.71791, 40.412054], [-3.716998, 40.413892], [-3.718598, 40.41389], [-3.719491, 40.413911], [-3.719696, 40.413916], [-3.720554, 40.413929], [-3.723012, 40.413966], [-3.722909, 40.415308], [-3.722438, 40.417151], [-3.722219, 40.418012], [-3.722112, 40.418436], [-3.721901, 40.418557], [-3.721568, 40.418747], [-3.721125, 40.419095], [-3.720758, 40.419446], [-3.720458, 40.419871], [-3.720357, 40.420045], [-3.720254, 40.420221], [-3.720248, 40.420231], [-3.718119, 40.420301], [-3.716861, 40.420318], [-3.716038, 40.42033], [-3.715563, 40.420379], [-3.715563, 40.420379], [-3.713955, 40.421454], [-3.71344, 40.421798], [-3.71339, 40.421881], [-3.713233, 40.422035], [-3.713102, 40.422164], [-3.711781, 40.42294], [-3.711221, 40.423268], [-3.710976, 40.423398], [-3.710953, 40.42341], [-3.710228, 40.422925], [-3.707988, 40.421519], [-3.705989, 40.420264]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 1, "name": "Palacio", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.703987, 40.414284], [-3.70292, 40.413892], [-3.701583, 40.413434], [-3.699817, 40.412707], [-3.699162, 40.412327], [-3.698685, 40.412116], [-3.696864, 40.411173], [-3.695815, 40.410652], [-3.694123, 40.409922], [-3.691999, 40.409058], [-3.692084, 40.408673], [-3.691915, 40.408412], [-3.69262, 40.407979], [-3.692894, 40.407752], [-3.693028, 40.407595], [-3.693028, 40.407595], [-3.69307, 40.407547], [-3.693221, 40.407322], [-3.693261, 40.407172], [-3.693287, 40.406962], [-3.693736, 40.407104], [-3.693909, 40.407233], [-3.693962, 40.407262], [-3.694025, 40.40727], [-3.694164, 40.407249], [-3.695348, 40.406929], [-3.69547, 40.406974], [-3.697934, 40.406324], [-3.698002, 40.406304], [-3.699436, 40.405905], [-3.70014, 40.40571], [-3.701044, 40.405478], [-3.702612, 40.405045], [-3.703031, 40.40504], [-3.703945, 40.405174], [-3.706566, 40.405655], [-3.708462, 40.406045], [-3.709597, 40.406254], [-3.709973, 40.406306], [-3.711342, 40.406538], [-3.711737, 40.406641], [-3.711104, 40.407978], [-3.710287, 40.408994], [-3.710162, 40.40914], [-3.709208, 40.410353], [-3.708542, 40.411144], [-3.708487, 40.411235], [-3.708293, 40.411336], [-3.707775, 40.412448], [-3.707632, 40.412563], [-3.707487, 40.413315], [-3.707537, 40.413496], [-3.707451, 40.413605], [-3.706329, 40.413957], [-3.70562, 40.413961], [-3.704973, 40.413914], [-3.704884, 40.413885], [-3.704789, 40.413902], [-3.703987, 40.414284]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 2, "name": "Embajadores", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.698108, 40.419252], [-3.696603, 40.418713], [-3.695613, 40.418944], [-3.694358, 40.419171], [-3.693148, 40.419311], [-3.693031, 40.418857], [-3.693225, 40.418454], [-3.69354, 40.416918], [-3.693663, 40.416321], [-3.693698, 40.415859], [-3.693501, 40.415111], [-3.693261, 40.41401], [-3.692956, 40.412614], [-3.692709, 40.411445], [-3.692426, 40.410177], [-3.692277, 40.409684], [-3.691999, 40.409058], [-3.694123, 40.409922], [-3.695815, 40.410652], [-3.696864, 40.411173], [-3.698685, 40.412116], [-3.699162, 40.412327], [-3.699817, 40.412707], [-3.701583, 40.413434], [-3.70292, 40.413892], [-3.703987, 40.414284], [-3.703493, 40.414679], [-3.70342, 40.414578], [-3.703327, 40.414531], [-3.703177, 40.414498], [-3.702603, 40.414953], [-3.702074, 40.41536], [-3.701417, 40.415833], [-3.701267, 40.415932], [-3.70102, 40.4161], [-3.700822, 40.416247], [-3.700623, 40.416418], [-3.700487, 40.416589], [-3.699945, 40.417394], [-3.699615, 40.41778], [-3.699367, 40.417878], [-3.699633, 40.418508], [-3.699791, 40.41927], [-3.699727, 40.419735], [-3.698108, 40.419252]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 3, "name": "Cortes", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.695613, 40.418944], [-3.696603, 40.418713], [-3.698108, 40.419252], [-3.699727, 40.419735], [-3.699731, 40.419736], [-3.700416, 40.419892], [-3.700859, 40.41996], [-3.701297, 40.419982], [-3.701651, 40.41999], [-3.701697, 40.420075], [-3.701224, 40.421306], [-3.701023, 40.421862], [-3.700976, 40.422026], [-3.70086, 40.422531], [-3.700754, 40.423022], [-3.700746, 40.423104], [-3.700708, 40.423588], [-3.700718, 40.423777], [-3.70072, 40.423906], [-3.700726, 40.424153], [-3.700807, 40.424872], [-3.700811, 40.424884], [-3.700926, 40.425188], [-3.70096, 40.425344], [-3.700983, 40.425454], [-3.701229, 40.426021], [-3.701729, 40.427221], [-3.702465, 40.429035], [-3.702005, 40.428951], [-3.699469, 40.428402], [-3.697187, 40.427917], [-3.695821, 40.427618], [-3.69518, 40.42732], [-3.693895, 40.426701], [-3.691452, 40.425462], [-3.690514, 40.425238], [-3.691278, 40.423099], [-3.693148, 40.419311], [-3.694358, 40.419171], [-3.695613, 40.418944]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 4, "name": "Justicia", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.701224, 40.421306], [-3.701697, 40.420075], [-3.701651, 40.41999], [-3.704897, 40.420237], [-3.705319, 40.420269], [-3.705632, 40.420272], [-3.705989, 40.420264], [-3.707988, 40.421519], [-3.710228, 40.422925], [-3.710953, 40.42341], [-3.711766, 40.42428], [-3.712516, 40.425336], [-3.713232, 40.426383], [-3.713955, 40.427439], [-3.714191, 40.42776], [-3.714586, 40.428297], [-3.715654, 40.42975], [-3.716254, 40.430579], [-3.716287, 40.430624], [-3.714692, 40.430444], [-3.713582, 40.430337], [-3.71192, 40.43017], [-3.710562, 40.430031], [-3.708887, 40.429856], [-3.708192, 40.429784], [-3.708189, 40.429783], [-3.707776, 40.42974], [-3.707555, 40.429724], [-3.707472, 40.429718], [-3.705865, 40.429581], [-3.703704, 40.429217], [-3.702465, 40.429035], [-3.701729, 40.427221], [-3.701229, 40.426021], [-3.700983, 40.425454], [-3.70096, 40.425344], [-3.700926, 40.425188], [-3.700811, 40.424884], [-3.700807, 40.424872], [-3.700726, 40.424153], [-3.70072, 40.423906], [-3.700718, 40.423777], [-3.700708, 40.423588], [-3.700746, 40.423104], [-3.700754, 40.423022], [-3.70086, 40.422531], [-3.700976, 40.422026], [-3.701023, 40.421862], [-3.701224, 40.421306]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 5, "name": "Universidad", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.704897, 40.420237], [-3.701651, 40.41999], [-3.701297, 40.419982], [-3.700859, 40.41996], [-3.700416, 40.419892], [-3.699731, 40.419736], [-3.699727, 40.419735], [-3.699791, 40.41927], [-3.699633, 40.418508], [-3.699367, 40.417878], [-3.699615, 40.41778], [-3.699945, 40.417394], [-3.700487, 40.416589], [-3.700623, 40.416418], [-3.700822, 40.416247], [-3.70102, 40.4161], [-3.701267, 40.415932], [-3.701417, 40.415833], [-3.702074, 40.41536], [-3.702603, 40.414953], [-3.703177, 40.414498], [-3.703327, 40.414531], [-3.70342, 40.414578], [-3.703493, 40.414679], [-3.703987, 40.414284], [-3.704789, 40.413902], [-3.704884, 40.413885], [-3.704973, 40.413914], [-3.70562, 40.413961], [-3.706329, 40.413957], [-3.707451, 40.413605], [-3.707537, 40.413496], [-3.707784, 40.413554], [-3.708317, 40.413694], [-3.708175, 40.414088], [-3.708091, 40.414499], [-3.708247, 40.414722], [-3.708491, 40.415263], [-3.708541, 40.415295], [-3.708606, 40.415298], [-3.708668, 40.415303], [-3.70887, 40.415558], [-3.708777, 40.415826], [-3.708725, 40.415957], [-3.708755, 40.416269], [-3.708682, 40.416353], [-3.708714, 40.416465], [-3.708744, 40.416737], [-3.708746, 40.416755], [-3.708784, 40.416999], [-3.708762, 40.41709], [-3.708733, 40.417194], [-3.708638, 40.417774], [-3.70884, 40.417804], [-3.708584, 40.418249], [-3.708532, 40.418336], [-3.708509, 40.418376], [-3.708247, 40.418862], [-3.708196, 40.419141], [-3.708059, 40.419606], [-3.707973, 40.419844], [-3.708175, 40.420214], [-3.706397, 40.420149], [-3.705989, 40.420264], [-3.705632, 40.420272], [-3.705319, 40.420269], [-3.704897, 40.420237]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 6, "name": "Sol", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.714424, 40.400869], [-3.714958, 40.399645], [-3.71596, 40.399896], [-3.716479, 40.399962], [-3.716833, 40.399974], [-3.717133, 40.399958], [-3.717369, 40.399935], [-3.719022, 40.39981], [-3.719066, 40.399807], [-3.719375, 40.399812], [-3.719793, 40.399872], [-3.720048, 40.399926], [-3.720413, 40.400062], [-3.72119, 40.400488], [-3.721767, 40.400922], [-3.721894, 40.401127], [-3.722007, 40.40131], [-3.722278, 40.40194], [-3.72231, 40.40205], [-3.722456, 40.402543], [-3.72264, 40.403782], [-3.722716, 40.40416], [-3.722779, 40.404522], [-3.722802, 40.405194], [-3.722707, 40.405803], [-3.722425, 40.406719], [-3.72232, 40.407027], [-3.722277, 40.40715], [-3.721881, 40.408482], [-3.72267, 40.411355], [-3.722824, 40.41169], [-3.72293, 40.411884], [-3.722959, 40.411949], [-3.722977, 40.411989], [-3.722983, 40.412342], [-3.722983, 40.412352], [-3.723012, 40.413966], [-3.720554, 40.413929], [-3.719696, 40.413916], [-3.719491, 40.413911], [-3.718598, 40.41389], [-3.716998, 40.413892], [-3.71791, 40.412054], [-3.718397, 40.411089], [-3.716829, 40.408674], [-3.71529, 40.408059], [-3.713752, 40.40742], [-3.712107, 40.406721], [-3.711737, 40.406641], [-3.712602, 40.404725], [-3.713273, 40.403298], [-3.714424, 40.400869]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 7, "name": "Imperial", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.703945, 40.405174], [-3.703031, 40.40504], [-3.702612, 40.405045], [-3.701764, 40.403921], [-3.700674, 40.402556], [-3.699678, 40.401271], [-3.699396, 40.401009], [-3.69976, 40.400516], [-3.700503, 40.399709], [-3.70107, 40.399011], [-3.701616, 40.398412], [-3.702144, 40.397915], [-3.702244, 40.397832], [-3.702343, 40.39775], [-3.703306, 40.396757], [-3.7047, 40.395211], [-3.707403, 40.395872], [-3.708288, 40.396086], [-3.708845, 40.396254], [-3.709757, 40.396529], [-3.710353, 40.396778], [-3.710863, 40.39699], [-3.711446, 40.397308], [-3.712224, 40.397868], [-3.712796, 40.398333], [-3.713243, 40.398721], [-3.713506, 40.398936], [-3.714112, 40.399323], [-3.714958, 40.399645], [-3.714424, 40.400869], [-3.713273, 40.403298], [-3.712602, 40.404725], [-3.711737, 40.406641], [-3.711342, 40.406538], [-3.709973, 40.406306], [-3.709597, 40.406254], [-3.708462, 40.406045], [-3.706566, 40.405655], [-3.703945, 40.405174]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 8, "name": "Acacias", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.69517, 40.391123], [-3.69815, 40.389073], [-3.699616, 40.390623], [-3.702453, 40.393622], [-3.703436, 40.39443], [-3.704459, 40.395062], [-3.7047, 40.395211], [-3.703306, 40.396757], [-3.702343, 40.39775], [-3.702244, 40.397832], [-3.702144, 40.397915], [-3.701616, 40.398412], [-3.70107, 40.399011], [-3.700503, 40.399709], [-3.69976, 40.400516], [-3.699396, 40.401009], [-3.698471, 40.399449], [-3.698011, 40.398761], [-3.696746, 40.397001], [-3.696261, 40.396326], [-3.695952, 40.395844], [-3.694808, 40.394193], [-3.694902, 40.393081], [-3.69517, 40.391123]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 9, "name": "Chopera", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.679898, 40.395057], [-3.677481, 40.392935], [-3.676986, 40.392581], [-3.676777, 40.392475], [-3.676491, 40.392297], [-3.677625, 40.391461], [-3.678348, 40.390886], [-3.678778, 40.390477], [-3.679209, 40.38997], [-3.682768, 40.384585], [-3.682913, 40.384422], [-3.683143, 40.384244], [-3.683171, 40.384222], [-3.683446, 40.384071], [-3.683884, 40.383882], [-3.684252, 40.383795], [-3.684371, 40.383767], [-3.684924, 40.383677], [-3.687081, 40.383328], [-3.687353, 40.383253], [-3.688295, 40.382994], [-3.688603, 40.382897], [-3.688705, 40.382865], [-3.688745, 40.38285], [-3.688958, 40.382768], [-3.689223, 40.382673], [-3.68939, 40.382614], [-3.690182, 40.382179], [-3.69237, 40.38413], [-3.695678, 40.38696], [-3.69815, 40.389073], [-3.69517, 40.391123], [-3.694851, 40.391217], [-3.693296, 40.391719], [-3.693114, 40.391783], [-3.688959, 40.393165], [-3.688428, 40.392285], [-3.688361, 40.392173], [-3.68722, 40.392721], [-3.686413, 40.393168], [-3.686098, 40.393343], [-3.68475, 40.394127], [-3.684549, 40.393819], [-3.684021, 40.393008], [-3.683571, 40.393258], [-3.682464, 40.393873], [-3.6819, 40.394172], [-3.681341, 40.394468], [-3.681271, 40.394505], [-3.68121, 40.394536], [-3.680705, 40.394746], [-3.680216, 40.394929], [-3.680034, 40.394998], [-3.679984, 40.39502], [-3.679898, 40.395057]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 10, "name": "Legazpi", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.696226, 40.400901], [-3.694037, 40.40075], [-3.693887, 40.400826], [-3.692738, 40.400774], [-3.692506, 40.400763], [-3.6924, 40.400757], [-3.691031, 40.40068], [-3.685796, 40.400386], [-3.680516, 40.395616], [-3.680044, 40.39519], [-3.679898, 40.395057], [-3.679984, 40.39502], [-3.680034, 40.394998], [-3.680216, 40.394929], [-3.680705, 40.394746], [-3.68121, 40.394536], [-3.681271, 40.394505], [-3.681341, 40.394468], [-3.6819, 40.394172], [-3.682464, 40.393873], [-3.683571, 40.393258], [-3.684021, 40.393008], [-3.684549, 40.393819], [-3.68475, 40.394127], [-3.686098, 40.393343], [-3.68722, 40.392721], [-3.688361, 40.392173], [-3.688428, 40.392285], [-3.688959, 40.393165], [-3.693114, 40.391783], [-3.693296, 40.391719], [-3.694851, 40.391217], [-3.69517, 40.391123], [-3.694902, 40.393081], [-3.694808, 40.394193], [-3.695952, 40.395844], [-3.696261, 40.396326], [-3.696746, 40.397001], [-3.698011, 40.398761], [-3.698471, 40.399449], [-3.699396, 40.401009], [-3.696226, 40.400901]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 11, "name": "Delicias", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.693017, 40.407174], [-3.691307, 40.405573], [-3.690753, 40.405054], [-3.690646, 40.404955], [-3.688027, 40.402605], [-3.687965, 40.4025], [-3.687942, 40.402394], [-3.687938, 40.402372], [-3.687906, 40.402304], [-3.687881, 40.402251], [-3.687614, 40.401976], [-3.687079, 40.401513], [-3.686507, 40.40101], [-3.685796, 40.400386], [-3.691031, 40.40068], [-3.6924, 40.400757], [-3.692506, 40.400763], [-3.692738, 40.400774], [-3.693887, 40.400826], [-3.694037, 40.40075], [-3.696226, 40.400901], [-3.699396, 40.401009], [-3.699678, 40.401271], [-3.700674, 40.402556], [-3.701764, 40.403921], [-3.702612, 40.405045], [-3.701044, 40.405478], [-3.70014, 40.40571], [-3.699436, 40.405905], [-3.698002, 40.406304], [-3.697934, 40.406324], [-3.69547, 40.406974], [-3.695348, 40.406929], [-3.694164, 40.407249], [-3.694025, 40.40727], [-3.693962, 40.407262], [-3.693909, 40.407233], [-3.693736, 40.407104], [-3.693287, 40.406962], [-3.693261, 40.407172], [-3.693221, 40.407322], [-3.69307, 40.407547], [-3.693071, 40.407514], [-3.693073, 40.407415], [-3.693059, 40.407247], [-3.693037, 40.407208], [-3.693027, 40.407191], [-3.693017, 40.407174]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 12, "name": "Palos de Moguer", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.684726, 40.403204], [-3.684695, 40.403193], [-3.682659, 40.402367], [-3.682581, 40.402335], [-3.682571, 40.402334], [-3.682522, 40.402326], [-3.682428, 40.402328], [-3.682352, 40.402347], [-3.682135, 40.402246], [-3.681273, 40.401845], [-3.68067, 40.401564], [-3.680136, 40.401315], [-3.679694, 40.401033], [-3.679662, 40.401013], [-3.679102, 40.400775], [-3.676855, 40.398931], [-3.676354, 40.398643], [-3.67601, 40.398384], [-3.675759, 40.398195], [-3.675111, 40.397515], [-3.675015, 40.397364], [-3.674491, 40.39655], [-3.673581, 40.394294], [-3.67358, 40.394291], [-3.674601, 40.393726], [-3.675317, 40.39324], [-3.676491, 40.392297], [-3.676777, 40.392475], [-3.676986, 40.392581], [-3.677481, 40.392935], [-3.679898, 40.395057], [-3.680044, 40.39519], [-3.680516, 40.395616], [-3.685796, 40.400386], [-3.686507, 40.40101], [-3.687079, 40.401513], [-3.687614, 40.401976], [-3.687881, 40.402251], [-3.687906, 40.402304], [-3.687938, 40.402372], [-3.687942, 40.402394], [-3.687965, 40.4025], [-3.688027, 40.402605], [-3.690646, 40.404955], [-3.690753, 40.405054], [-3.691307, 40.405573], [-3.693017, 40.407174], [-3.693027, 40.407191], [-3.693037, 40.407208], [-3.693059, 40.407247], [-3.693073, 40.407415], [-3.693071, 40.407514], [-3.69307, 40.407547], [-3.693028, 40.407595], [-3.693028, 40.407595], [-3.692894, 40.407752], [-3.69262, 40.407979], [-3.691915, 40.408412], [-3.691566, 40.408126], [-3.691456, 40.408087], [-3.691237, 40.407963], [-3.690883, 40.407732], [-3.690311, 40.407307], [-3.690273, 40.407332], [-3.689938, 40.407097], [-3.689221, 40.406698], [-3.688929, 40.406518], [-3.688676, 40.406362], [-3.687848, 40.405606], [-3.686756, 40.404611], [-3.684726, 40.403204]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 13, "name": "Atocha", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.670298, 40.406507], [-3.670324, 40.406368], [-3.670391, 40.406246], [-3.670488, 40.406097], [-3.6706, 40.405972], [-3.670751, 40.405803], [-3.670852, 40.405698], [-3.670949, 40.405584], [-3.671062, 40.405459], [-3.672221, 40.404175], [-3.672496, 40.403865], [-3.673097, 40.403188], [-3.673971, 40.402256], [-3.674894, 40.401276], [-3.676855, 40.398931], [-3.679102, 40.400775], [-3.679662, 40.401013], [-3.679694, 40.401033], [-3.680136, 40.401315], [-3.68067, 40.401564], [-3.681273, 40.401845], [-3.682135, 40.402246], [-3.682352, 40.402347], [-3.682428, 40.402328], [-3.682522, 40.402326], [-3.682571, 40.402334], [-3.682581, 40.402335], [-3.682659, 40.402367], [-3.684695, 40.403193], [-3.684726, 40.403204], [-3.686756, 40.404611], [-3.687848, 40.405606], [-3.688676, 40.406362], [-3.688929, 40.406518], [-3.688846, 40.406648], [-3.688675, 40.406965], [-3.686399, 40.406379], [-3.686163, 40.406363], [-3.686006, 40.406354], [-3.685664, 40.406372], [-3.685373, 40.406415], [-3.683479, 40.406716], [-3.682065, 40.406939], [-3.680075, 40.407292], [-3.678886, 40.407477], [-3.677612, 40.407399], [-3.675338, 40.407186], [-3.675136, 40.407167], [-3.673871, 40.407048], [-3.672325, 40.406888], [-3.670274, 40.406635], [-3.670298, 40.406507]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 14, "name": "Pac\u00edfico", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.672984, 40.394648], [-3.67358, 40.394291], [-3.673581, 40.394294], [-3.674491, 40.39655], [-3.675015, 40.397364], [-3.675111, 40.397515], [-3.675759, 40.398195], [-3.67601, 40.398384], [-3.676354, 40.398643], [-3.676855, 40.398931], [-3.674894, 40.401276], [-3.673971, 40.402256], [-3.673097, 40.403188], [-3.672496, 40.403865], [-3.672221, 40.404175], [-3.671062, 40.405459], [-3.670949, 40.405584], [-3.670852, 40.405698], [-3.670751, 40.405803], [-3.6706, 40.405972], [-3.670488, 40.406097], [-3.670391, 40.406246], [-3.670324, 40.406368], [-3.670298, 40.406507], [-3.670274, 40.406635], [-3.669039, 40.406599], [-3.66527, 40.406317], [-3.665625, 40.405533], [-3.66639, 40.403841], [-3.666754, 40.402869], [-3.666845, 40.402599], [-3.668336, 40.399612], [-3.669317, 40.3983], [-3.669687, 40.397807], [-3.670115, 40.397366], [-3.670456, 40.397049], [-3.671023, 40.39655], [-3.672103, 40.395285], [-3.672984, 40.394648]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 15, "name": "Adelfas", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.665211, 40.406432], [-3.66527, 40.406317], [-3.669039, 40.406599], [-3.670274, 40.406635], [-3.670091, 40.408463], [-3.669991, 40.409797], [-3.669874, 40.411366], [-3.669796, 40.412404], [-3.669759, 40.412895], [-3.669612, 40.414499], [-3.669454, 40.41628], [-3.669446, 40.416349], [-3.669424, 40.416547], [-3.669307, 40.417925], [-3.669099, 40.420715], [-3.669056, 40.421167], [-3.665084, 40.420184], [-3.662976, 40.419639], [-3.658755, 40.41865], [-3.659031, 40.417419], [-3.659502, 40.416523], [-3.660645, 40.414672], [-3.661114, 40.413914], [-3.661219, 40.413745], [-3.661542, 40.41323], [-3.662547, 40.411625], [-3.662594, 40.411551], [-3.662977, 40.41094], [-3.662977, 40.410939], [-3.66345, 40.409877], [-3.663823, 40.409147], [-3.664154, 40.4085], [-3.665211, 40.406432]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 16, "name": "Estrella", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.669307, 40.417925], [-3.669424, 40.416547], [-3.671621, 40.416657], [-3.671653, 40.416356], [-3.67485, 40.415917], [-3.675022, 40.415893], [-3.675038, 40.415891], [-3.676475, 40.415664], [-3.67785, 40.415447], [-3.678407, 40.417042], [-3.6785, 40.41731], [-3.679277, 40.419556], [-3.679649, 40.420506], [-3.67982, 40.421027], [-3.68002, 40.421639], [-3.679489, 40.421658], [-3.679028, 40.421651], [-3.678991, 40.421649], [-3.677579, 40.421578], [-3.676057, 40.421502], [-3.674449, 40.421432], [-3.672894, 40.421344], [-3.669056, 40.421167], [-3.669099, 40.420715], [-3.669307, 40.417925]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 17, "name": "Ibiza", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.678886, 40.407477], [-3.680075, 40.407292], [-3.682065, 40.406939], [-3.683479, 40.406716], [-3.685373, 40.406415], [-3.685664, 40.406372], [-3.686006, 40.406354], [-3.686163, 40.406363], [-3.686399, 40.406379], [-3.688675, 40.406965], [-3.688846, 40.406648], [-3.688929, 40.406518], [-3.689221, 40.406698], [-3.689938, 40.407097], [-3.690273, 40.407332], [-3.690311, 40.407307], [-3.690883, 40.407732], [-3.691237, 40.407963], [-3.691456, 40.408087], [-3.691566, 40.408126], [-3.691915, 40.408412], [-3.692084, 40.408673], [-3.691999, 40.409058], [-3.692277, 40.409684], [-3.692426, 40.410177], [-3.692709, 40.411445], [-3.692956, 40.412614], [-3.693261, 40.41401], [-3.693501, 40.415111], [-3.693698, 40.415859], [-3.693663, 40.416321], [-3.69354, 40.416918], [-3.693225, 40.418454], [-3.693031, 40.418857], [-3.693148, 40.419311], [-3.69225, 40.419488], [-3.688775, 40.419972], [-3.685983, 40.420555], [-3.685932, 40.420566], [-3.685254, 40.420689], [-3.684811, 40.420769], [-3.684645, 40.420796], [-3.684521, 40.420816], [-3.683157, 40.421038], [-3.682502, 40.421144], [-3.681274, 40.4214], [-3.68002, 40.421639], [-3.67982, 40.421027], [-3.679649, 40.420506], [-3.679277, 40.419556], [-3.6785, 40.41731], [-3.678407, 40.417042], [-3.67785, 40.415447], [-3.676919, 40.4129], [-3.67635, 40.411371], [-3.676387, 40.411304], [-3.676956, 40.410267], [-3.678464, 40.408174], [-3.678886, 40.407477]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 18, "name": "Jer\u00f3nimos", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.670091, 40.408463], [-3.670274, 40.406635], [-3.672325, 40.406888], [-3.673871, 40.407048], [-3.675136, 40.407167], [-3.675338, 40.407186], [-3.677612, 40.407399], [-3.678886, 40.407477], [-3.678464, 40.408174], [-3.676956, 40.410267], [-3.676387, 40.411304], [-3.67635, 40.411371], [-3.676919, 40.4129], [-3.67785, 40.415447], [-3.676475, 40.415664], [-3.675038, 40.415891], [-3.675022, 40.415893], [-3.67485, 40.415917], [-3.671653, 40.416356], [-3.671621, 40.416657], [-3.669424, 40.416547], [-3.669446, 40.416349], [-3.669454, 40.41628], [-3.669612, 40.414499], [-3.669759, 40.412895], [-3.669796, 40.412404], [-3.669874, 40.411366], [-3.669991, 40.409797], [-3.670091, 40.408463]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 19, "name": "Ni\u00f1o Jes\u00fas", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.69225, 40.419488], [-3.693148, 40.419311], [-3.691278, 40.423099], [-3.690514, 40.425238], [-3.690124, 40.426602], [-3.689769, 40.427974], [-3.689409, 40.429363], [-3.686053, 40.429211], [-3.684997, 40.429151], [-3.683887, 40.429088], [-3.679901, 40.4289], [-3.680002, 40.427503], [-3.68013, 40.426113], [-3.680234, 40.424984], [-3.680256, 40.42468], [-3.680409, 40.422712], [-3.68002, 40.421639], [-3.681274, 40.4214], [-3.682502, 40.421144], [-3.683157, 40.421038], [-3.684521, 40.420816], [-3.684645, 40.420796], [-3.684811, 40.420769], [-3.685254, 40.420689], [-3.685932, 40.420566], [-3.685983, 40.420555], [-3.688775, 40.419972], [-3.69225, 40.419488]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 20, "name": "Recoletos", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.668896, 40.422923], [-3.669056, 40.421167], [-3.672894, 40.421344], [-3.674449, 40.421432], [-3.676057, 40.421502], [-3.677579, 40.421578], [-3.678991, 40.421649], [-3.679028, 40.421651], [-3.679489, 40.421658], [-3.68002, 40.421639], [-3.680409, 40.422712], [-3.680256, 40.42468], [-3.680234, 40.424984], [-3.68013, 40.426113], [-3.680002, 40.427503], [-3.679901, 40.4289], [-3.678406, 40.428814], [-3.676983, 40.428749], [-3.675458, 40.428676], [-3.673853, 40.428604], [-3.67234, 40.428518], [-3.671755, 40.428485], [-3.669168, 40.42834], [-3.668749, 40.428099], [-3.668552, 40.426949], [-3.668685, 40.425555], [-3.668754, 40.424654], [-3.66877, 40.424434], [-3.668836, 40.423791], [-3.668847, 40.423685], [-3.668887, 40.423028], [-3.668896, 40.422923]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 21, "name": "Goya", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.659212, 40.421438], [-3.658755, 40.41865], [-3.662976, 40.419639], [-3.665084, 40.420184], [-3.669056, 40.421167], [-3.668896, 40.422923], [-3.668887, 40.423028], [-3.668847, 40.423685], [-3.668836, 40.423791], [-3.66877, 40.424434], [-3.668754, 40.424654], [-3.668685, 40.425555], [-3.668552, 40.426949], [-3.668749, 40.428099], [-3.667323, 40.428789], [-3.6652, 40.429816], [-3.665074, 40.429877], [-3.663971, 40.43044], [-3.662525, 40.431138], [-3.662302, 40.43119], [-3.662224, 40.431208], [-3.662117, 40.43123], [-3.661905, 40.431275], [-3.66087, 40.431397], [-3.660649, 40.429434], [-3.660172, 40.426914], [-3.659712, 40.424487], [-3.6596, 40.423805], [-3.659212, 40.421438]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 22, "name": "Fuente del Berro", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.667323, 40.428789], [-3.668749, 40.428099], [-3.669168, 40.42834], [-3.670224, 40.429645], [-3.6709, 40.430421], [-3.672041, 40.431732], [-3.673195, 40.433123], [-3.673436, 40.433414], [-3.674879, 40.434835], [-3.675821, 40.435763], [-3.676724, 40.436645], [-3.677484, 40.437388], [-3.677016, 40.437599], [-3.675359, 40.438574], [-3.674992, 40.438725], [-3.674618, 40.43881], [-3.673444, 40.439021], [-3.673336, 40.439036], [-3.672377, 40.439176], [-3.671718, 40.43933], [-3.6711, 40.43955], [-3.670505, 40.439787], [-3.669996, 40.440034], [-3.669089, 40.440583], [-3.668508, 40.44098], [-3.666878, 40.441933], [-3.666174, 40.442349], [-3.665336, 40.442818], [-3.664363, 40.443274], [-3.664329, 40.443286], [-3.662725, 40.443869], [-3.660661, 40.444582], [-3.66018, 40.44392], [-3.659811, 40.44326], [-3.659545, 40.442599], [-3.659414, 40.442112], [-3.65937, 40.441715], [-3.659305, 40.440804], [-3.659298, 40.440656], [-3.659291, 40.440478], [-3.659347, 40.439219], [-3.659361, 40.438906], [-3.659459, 40.438249], [-3.659651, 40.436958], [-3.659661, 40.436896], [-3.65975, 40.436364], [-3.659774, 40.436219], [-3.659885, 40.435561], [-3.659963, 40.435094], [-3.660078, 40.434631], [-3.660253, 40.433914], [-3.66087, 40.431397], [-3.661905, 40.431275], [-3.662117, 40.43123], [-3.662224, 40.431208], [-3.662302, 40.43119], [-3.662525, 40.431138], [-3.663971, 40.43044], [-3.665074, 40.429877], [-3.6652, 40.429816], [-3.667323, 40.428789]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 23, "name": "Guindalera", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.670224, 40.429645], [-3.669168, 40.42834], [-3.671755, 40.428485], [-3.67234, 40.428518], [-3.673853, 40.428604], [-3.675458, 40.428676], [-3.676983, 40.428749], [-3.678406, 40.428814], [-3.679901, 40.4289], [-3.679691, 40.431349], [-3.679584, 40.43262], [-3.6795, 40.433685], [-3.679416, 40.434754], [-3.679321, 40.43592], [-3.679153, 40.437438], [-3.677692, 40.437395], [-3.677484, 40.437388], [-3.676724, 40.436645], [-3.675821, 40.435763], [-3.674879, 40.434835], [-3.673436, 40.433414], [-3.673195, 40.433123], [-3.672041, 40.431732], [-3.6709, 40.430421], [-3.670224, 40.429645]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 24, "name": "Lista", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.679691, 40.431349], [-3.679901, 40.4289], [-3.683887, 40.429088], [-3.684997, 40.429151], [-3.686053, 40.429211], [-3.689409, 40.429363], [-3.689096, 40.430595], [-3.688514, 40.43288], [-3.688472, 40.433029], [-3.688817, 40.435149], [-3.688837, 40.43518], [-3.689446, 40.436075], [-3.690761, 40.437925], [-3.686317, 40.437775], [-3.685253, 40.437725], [-3.684253, 40.437678], [-3.683175, 40.437627], [-3.68183, 40.437564], [-3.680566, 40.437505], [-3.679153, 40.437438], [-3.679321, 40.43592], [-3.679416, 40.434754], [-3.6795, 40.433685], [-3.679584, 40.43262], [-3.679691, 40.431349]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 25, "name": "Castellana", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.679068, 40.43891], [-3.679153, 40.437438], [-3.680566, 40.437505], [-3.68183, 40.437564], [-3.683175, 40.437627], [-3.684253, 40.437678], [-3.685253, 40.437725], [-3.686317, 40.437775], [-3.690761, 40.437925], [-3.691175, 40.439189], [-3.691845, 40.441235], [-3.691281, 40.446166], [-3.691216, 40.447446], [-3.690703, 40.452101], [-3.689305, 40.452018], [-3.685964, 40.451818], [-3.681463, 40.451658], [-3.678827, 40.451656], [-3.677623, 40.451658], [-3.677967, 40.448701], [-3.678198, 40.446639], [-3.678472, 40.444221], [-3.678755, 40.441688], [-3.678865, 40.440711], [-3.679068, 40.43891]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 26, "name": "El Viso", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.666878, 40.441933], [-3.668508, 40.44098], [-3.669089, 40.440583], [-3.669996, 40.440034], [-3.670505, 40.439787], [-3.6711, 40.43955], [-3.671718, 40.43933], [-3.672377, 40.439176], [-3.673336, 40.439036], [-3.673444, 40.439021], [-3.674618, 40.43881], [-3.674992, 40.438725], [-3.675359, 40.438574], [-3.677016, 40.437599], [-3.677484, 40.437388], [-3.677692, 40.437395], [-3.679153, 40.437438], [-3.679068, 40.43891], [-3.678865, 40.440711], [-3.678755, 40.441688], [-3.678107, 40.441656], [-3.677174, 40.442065], [-3.67713, 40.442091], [-3.676058, 40.442724], [-3.675954, 40.44281], [-3.674509, 40.443924], [-3.673981, 40.444338], [-3.673914, 40.444379], [-3.67263, 40.445166], [-3.671528, 40.445854], [-3.67074, 40.446355], [-3.670612, 40.446446], [-3.66971, 40.447089], [-3.668589, 40.447959], [-3.668266, 40.448162], [-3.667922, 40.448327], [-3.666483, 40.449111], [-3.666353, 40.449226], [-3.66498, 40.450393], [-3.665109, 40.450554], [-3.665433, 40.451305], [-3.665601, 40.451689], [-3.665687, 40.452074], [-3.665702, 40.45245], [-3.663187, 40.453137], [-3.662957, 40.451702], [-3.6629, 40.451346], [-3.662641, 40.45012], [-3.662397, 40.449082], [-3.662352, 40.448928], [-3.662214, 40.448447], [-3.661943, 40.447654], [-3.661748, 40.44696], [-3.661536, 40.446359], [-3.661254, 40.445646], [-3.660661, 40.444582], [-3.662725, 40.443869], [-3.664329, 40.443286], [-3.664363, 40.443274], [-3.665336, 40.442818], [-3.666174, 40.442349], [-3.666878, 40.441933]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 27, "name": "Prosperidad", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.66751, 40.452339], [-3.667393, 40.45227], [-3.666605, 40.452296], [-3.66639, 40.452322], [-3.666129, 40.452363], [-3.665702, 40.45245], [-3.665687, 40.452074], [-3.665601, 40.451689], [-3.665433, 40.451305], [-3.665109, 40.450554], [-3.66498, 40.450393], [-3.666353, 40.449226], [-3.666483, 40.449111], [-3.667922, 40.448327], [-3.668266, 40.448162], [-3.668589, 40.447959], [-3.66971, 40.447089], [-3.670612, 40.446446], [-3.67074, 40.446355], [-3.671528, 40.445854], [-3.67263, 40.445166], [-3.673914, 40.444379], [-3.673981, 40.444338], [-3.674509, 40.443924], [-3.675954, 40.44281], [-3.676058, 40.442724], [-3.67713, 40.442091], [-3.677174, 40.442065], [-3.678107, 40.441656], [-3.678755, 40.441688], [-3.678472, 40.444221], [-3.678198, 40.446639], [-3.677967, 40.448701], [-3.677623, 40.451658], [-3.674679, 40.451632], [-3.673904, 40.451614], [-3.671164, 40.452221], [-3.670778, 40.452309], [-3.670295, 40.452408], [-3.670035, 40.452438], [-3.669536, 40.452447], [-3.669007, 40.452439], [-3.668546, 40.452401], [-3.668128, 40.452364], [-3.66751, 40.452339]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 28, "name": "Ciudad Jard\u00edn", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.664414, 40.45851], [-3.663865, 40.456791], [-3.663478, 40.455058], [-3.66336, 40.454278], [-3.663187, 40.453137], [-3.665702, 40.45245], [-3.666129, 40.452363], [-3.66639, 40.452322], [-3.666605, 40.452296], [-3.667393, 40.45227], [-3.66751, 40.452339], [-3.668128, 40.452364], [-3.668546, 40.452401], [-3.669007, 40.452439], [-3.669536, 40.452447], [-3.670035, 40.452438], [-3.670295, 40.452408], [-3.670778, 40.452309], [-3.671164, 40.452221], [-3.673904, 40.451614], [-3.674679, 40.451632], [-3.677623, 40.451658], [-3.678827, 40.451656], [-3.681463, 40.451658], [-3.685964, 40.451818], [-3.689305, 40.452018], [-3.690703, 40.452101], [-3.690274, 40.456096], [-3.690028, 40.459], [-3.688126, 40.458907], [-3.686827, 40.458857], [-3.685624, 40.458771], [-3.685227, 40.458743], [-3.683007, 40.458599], [-3.682961, 40.458597], [-3.682017, 40.458568], [-3.680599, 40.458609], [-3.677832, 40.45863], [-3.676873, 40.458579], [-3.675776, 40.458499], [-3.672016, 40.45844], [-3.671956, 40.458439], [-3.671258, 40.458416], [-3.670877, 40.45844], [-3.670482, 40.458486], [-3.668346, 40.459049], [-3.664996, 40.460005], [-3.66491, 40.459799], [-3.664414, 40.45851]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 29, "name": "Hispanoam\u00e9rica", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.676653, 40.467728], [-3.674241, 40.46713], [-3.671689, 40.466169], [-3.668466, 40.466679], [-3.668287, 40.466334], [-3.66778, 40.465355], [-3.664996, 40.460005], [-3.668346, 40.459049], [-3.670482, 40.458486], [-3.670877, 40.45844], [-3.671258, 40.458416], [-3.671956, 40.458439], [-3.672016, 40.45844], [-3.675776, 40.458499], [-3.676873, 40.458579], [-3.677832, 40.45863], [-3.680599, 40.458609], [-3.682017, 40.458568], [-3.682961, 40.458597], [-3.683007, 40.458599], [-3.685227, 40.458743], [-3.685624, 40.458771], [-3.686827, 40.458857], [-3.688126, 40.458907], [-3.690028, 40.459], [-3.689893, 40.460553], [-3.689771, 40.461962], [-3.689647, 40.463393], [-3.689403, 40.466013], [-3.684561, 40.467006], [-3.684012, 40.467118], [-3.683628, 40.467197], [-3.683074, 40.467311], [-3.67927, 40.46761], [-3.679108, 40.467611], [-3.679091, 40.467465], [-3.678453, 40.46748], [-3.67731, 40.467706], [-3.67668, 40.467701], [-3.676653, 40.467728]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 30, "name": "Nueva Espa\u00f1a", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.673675, 40.482679], [-3.673741, 40.482165], [-3.673768, 40.482026], [-3.673938, 40.481174], [-3.674136, 40.480212], [-3.674226, 40.479734], [-3.674258, 40.479541], [-3.674291, 40.479347], [-3.674418, 40.478708], [-3.674449, 40.478332], [-3.674497, 40.477759], [-3.674491, 40.477179], [-3.674447, 40.47658], [-3.674426, 40.476392], [-3.674426, 40.476391], [-3.674392, 40.476086], [-3.674285, 40.475555], [-3.674241, 40.475422], [-3.674141, 40.475121], [-3.673802, 40.474107], [-3.673624, 40.473721], [-3.673307, 40.473037], [-3.672058, 40.471396], [-3.671165, 40.470224], [-3.668466, 40.466679], [-3.671689, 40.466169], [-3.674241, 40.46713], [-3.676653, 40.467728], [-3.67668, 40.467701], [-3.67731, 40.467706], [-3.678453, 40.46748], [-3.679091, 40.467465], [-3.679108, 40.467611], [-3.67927, 40.46761], [-3.683074, 40.467311], [-3.683628, 40.467197], [-3.684012, 40.467118], [-3.684561, 40.467006], [-3.689403, 40.466013], [-3.689124, 40.467115], [-3.688609, 40.469003], [-3.688368, 40.469887], [-3.688006, 40.471218], [-3.687605, 40.472633], [-3.687181, 40.474127], [-3.687154, 40.474222], [-3.686457, 40.476663], [-3.68582, 40.478826], [-3.685615, 40.479694], [-3.685378, 40.480498], [-3.685279, 40.480833], [-3.685257, 40.480975], [-3.685234, 40.48113], [-3.685187, 40.48132], [-3.685167, 40.481405], [-3.685137, 40.481671], [-3.685158, 40.481919], [-3.685169, 40.481961], [-3.68521, 40.482124], [-3.685287, 40.482267], [-3.685156, 40.48226], [-3.684926, 40.482248], [-3.684884, 40.48225], [-3.684775, 40.482256], [-3.684585, 40.482265], [-3.684313, 40.482307], [-3.684001, 40.482374], [-3.683679, 40.48246], [-3.683388, 40.482553], [-3.682214, 40.482958], [-3.681968, 40.483027], [-3.681486, 40.483163], [-3.681215, 40.483239], [-3.681, 40.483299], [-3.680857, 40.483338], [-3.680532, 40.483427], [-3.680284, 40.483485], [-3.680123, 40.483523], [-3.679414, 40.483681], [-3.679052, 40.483747], [-3.678738, 40.483793], [-3.67858, 40.483815], [-3.678409, 40.483836], [-3.678353, 40.483842], [-3.678232, 40.483853], [-3.678087, 40.483867], [-3.67806, 40.483868], [-3.677836, 40.483885], [-3.677454, 40.483905], [-3.677402, 40.483907], [-3.677345, 40.48391], [-3.676698, 40.483938], [-3.676422, 40.483948], [-3.675974, 40.483964], [-3.675006, 40.483985], [-3.674527, 40.483998], [-3.67352, 40.48403], [-3.673584, 40.483392], [-3.673675, 40.482679]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 31, "name": "Castilla", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.703939, 40.447141], [-3.703946, 40.446798], [-3.706147, 40.446929], [-3.706833, 40.446971], [-3.708366, 40.447066], [-3.708948, 40.447934], [-3.709028, 40.448061], [-3.709929, 40.449493], [-3.710245, 40.449996], [-3.710348, 40.450045], [-3.710397, 40.450069], [-3.711048, 40.451096], [-3.711788, 40.452265], [-3.712, 40.452371], [-3.71333, 40.453014], [-3.712736, 40.453893], [-3.712847, 40.454153], [-3.712958, 40.454361], [-3.71308, 40.454588], [-3.713185, 40.454871], [-3.712925, 40.455441], [-3.712254, 40.456438], [-3.71156, 40.457469], [-3.711106, 40.457502], [-3.710994, 40.457554], [-3.710893, 40.457593], [-3.710764, 40.457624], [-3.710674, 40.457625], [-3.71064, 40.457618], [-3.709887, 40.457173], [-3.708783, 40.456818], [-3.70821, 40.456689], [-3.707632, 40.456659], [-3.705044, 40.456529], [-3.704963, 40.456414], [-3.703852, 40.455065], [-3.702971, 40.453994], [-3.703048, 40.45347], [-3.703217, 40.452354], [-3.703302, 40.451786], [-3.703417, 40.45102], [-3.703501, 40.450463], [-3.703579, 40.449949], [-3.703658, 40.449403], [-3.703781, 40.448624], [-3.703928, 40.447655], [-3.703939, 40.447141]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 32, "name": "Bellas Vistas", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.691216, 40.447446], [-3.691281, 40.446166], [-3.695116, 40.446359], [-3.695639, 40.446375], [-3.697178, 40.446421], [-3.698737, 40.4465], [-3.699401, 40.446537], [-3.700385, 40.446593], [-3.701002, 40.446628], [-3.703946, 40.446798], [-3.703939, 40.447141], [-3.703928, 40.447655], [-3.703781, 40.448624], [-3.703658, 40.449403], [-3.703579, 40.449949], [-3.703501, 40.450463], [-3.703417, 40.45102], [-3.703302, 40.451786], [-3.703217, 40.452354], [-3.703048, 40.45347], [-3.702971, 40.453994], [-3.702894, 40.454509], [-3.702757, 40.455063], [-3.702352, 40.456071], [-3.702266, 40.456285], [-3.701536, 40.457477], [-3.698945, 40.456886], [-3.6981, 40.456696], [-3.697679, 40.456602], [-3.697234, 40.4565], [-3.695994, 40.456433], [-3.695282, 40.456393], [-3.694701, 40.456361], [-3.692346, 40.456232], [-3.690274, 40.456096], [-3.690703, 40.452101], [-3.691216, 40.447446]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 33, "name": "Cuatro Caminos", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.690028, 40.459], [-3.690274, 40.456096], [-3.692346, 40.456232], [-3.694701, 40.456361], [-3.695282, 40.456393], [-3.695994, 40.456433], [-3.697234, 40.4565], [-3.697679, 40.456602], [-3.6981, 40.456696], [-3.698945, 40.456886], [-3.701536, 40.457477], [-3.70076, 40.45843], [-3.700324, 40.45881], [-3.699285, 40.459715], [-3.69845, 40.460609], [-3.698155, 40.461255], [-3.697865, 40.461888], [-3.697683, 40.462192], [-3.697398, 40.462534], [-3.697124, 40.462836], [-3.697095, 40.462871], [-3.696432, 40.463593], [-3.696083, 40.463974], [-3.695966, 40.464101], [-3.695858, 40.464185], [-3.695731, 40.464265], [-3.695578, 40.464324], [-3.6955, 40.464353], [-3.694502, 40.464698], [-3.693214, 40.465144], [-3.692752, 40.465268], [-3.691692, 40.465429], [-3.690866, 40.465554], [-3.690787, 40.465566], [-3.689403, 40.466013], [-3.689647, 40.463393], [-3.689771, 40.461962], [-3.689893, 40.460553], [-3.690028, 40.459]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 34, "name": "Castillejos", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.697695, 40.474513], [-3.697554, 40.47451], [-3.697315, 40.474515], [-3.697099, 40.474545], [-3.696909, 40.474588], [-3.696758, 40.47463], [-3.696596, 40.474677], [-3.696439, 40.474719], [-3.696256, 40.474751], [-3.69606, 40.474763], [-3.695764, 40.474749], [-3.695433, 40.474692], [-3.695095, 40.474613], [-3.694743, 40.474556], [-3.694412, 40.474531], [-3.694089, 40.474517], [-3.6938, 40.47454], [-3.693534, 40.474585], [-3.693211, 40.474646], [-3.692902, 40.474696], [-3.692649, 40.474703], [-3.692396, 40.474694], [-3.692086, 40.474637], [-3.691825, 40.474568], [-3.691586, 40.474505], [-3.691332, 40.474448], [-3.69105, 40.474423], [-3.690776, 40.474451], [-3.690292, 40.474535], [-3.68985, 40.474618], [-3.689499, 40.474668], [-3.689288, 40.474664], [-3.68914, 40.474584], [-3.689012, 40.474478], [-3.688921, 40.474403], [-3.687181, 40.474127], [-3.687605, 40.472633], [-3.688006, 40.471218], [-3.688368, 40.469887], [-3.688609, 40.469003], [-3.689124, 40.467115], [-3.689403, 40.466013], [-3.690787, 40.465566], [-3.690866, 40.465554], [-3.691692, 40.465429], [-3.692752, 40.465268], [-3.693214, 40.465144], [-3.694502, 40.464698], [-3.695455, 40.465345], [-3.695658, 40.46547], [-3.695718, 40.465522], [-3.695723, 40.465526], [-3.696034, 40.465901], [-3.69645, 40.466414], [-3.697369, 40.467346], [-3.697784, 40.467771], [-3.698189, 40.468078], [-3.698271, 40.468141], [-3.698635, 40.4684], [-3.699297, 40.469254], [-3.699646, 40.469704], [-3.700213, 40.470013], [-3.7022, 40.471096], [-3.70215, 40.473747], [-3.701879, 40.473992], [-3.701879, 40.473992], [-3.701692, 40.474162], [-3.701541, 40.474299], [-3.701455, 40.474374], [-3.701401, 40.47442], [-3.701314, 40.474484], [-3.701219, 40.474554], [-3.701127, 40.474611], [-3.700971, 40.474708], [-3.700782, 40.474788], [-3.700735, 40.474804], [-3.700571, 40.47486], [-3.700344, 40.474915], [-3.700052, 40.47495], [-3.699775, 40.474952], [-3.699604, 40.474945], [-3.699604, 40.474945], [-3.699499, 40.474941], [-3.699287, 40.474909], [-3.699097, 40.474877], [-3.699047, 40.47486], [-3.698939, 40.474824], [-3.698776, 40.474759], [-3.698564, 40.474669], [-3.698428, 40.474624], [-3.698226, 40.474568], [-3.698058, 40.474536], [-3.697937, 40.474523], [-3.697874, 40.474516], [-3.697695, 40.474513]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 35, "name": "Almenara", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.695966, 40.464101], [-3.696083, 40.463974], [-3.696432, 40.463593], [-3.697095, 40.462871], [-3.697124, 40.462836], [-3.697398, 40.462534], [-3.697683, 40.462192], [-3.697865, 40.461888], [-3.698155, 40.461255], [-3.69845, 40.460609], [-3.699217, 40.460938], [-3.699621, 40.461142], [-3.700055, 40.461381], [-3.700684, 40.461729], [-3.701999, 40.462459], [-3.702299, 40.462618], [-3.702592, 40.462773], [-3.703182, 40.46309], [-3.703908, 40.463458], [-3.704213, 40.463613], [-3.704226, 40.463619], [-3.704344, 40.46367], [-3.704567, 40.463746], [-3.704685, 40.463775], [-3.704777, 40.463797], [-3.70543, 40.463993], [-3.70545, 40.463905], [-3.705533, 40.463781], [-3.705597, 40.46371], [-3.705652, 40.463649], [-3.705715, 40.463597], [-3.705791, 40.463572], [-3.705899, 40.463568], [-3.705991, 40.463571], [-3.706099, 40.463585], [-3.706263, 40.463624], [-3.706403, 40.463654], [-3.706583, 40.463662], [-3.706742, 40.463643], [-3.706894, 40.463608], [-3.707037, 40.463561], [-3.707184, 40.463501], [-3.707869, 40.462727], [-3.708508, 40.462005], [-3.708661, 40.462033], [-3.708597, 40.462146], [-3.708578, 40.462192], [-3.708542, 40.462276], [-3.708533, 40.462382], [-3.708549, 40.46248], [-3.708569, 40.462534], [-3.708581, 40.462566], [-3.709165, 40.463461], [-3.709327, 40.464012], [-3.709403, 40.464132], [-3.70948, 40.464255], [-3.709859, 40.464802], [-3.71098, 40.465979], [-3.711071, 40.466042], [-3.711229, 40.466115], [-3.711447, 40.46624], [-3.71283, 40.467988], [-3.713336, 40.468489], [-3.713267, 40.468583], [-3.713225, 40.46864], [-3.713118, 40.468813], [-3.713095, 40.468845], [-3.713016, 40.468962], [-3.712932, 40.469139], [-3.712867, 40.469302], [-3.712848, 40.469344], [-3.712802, 40.469447], [-3.712778, 40.46954], [-3.712778, 40.469542], [-3.712761, 40.46961], [-3.712735, 40.469713], [-3.712697, 40.469866], [-3.712661, 40.469987], [-3.712566, 40.470197], [-3.712481, 40.470324], [-3.712428, 40.470402], [-3.71223, 40.470631], [-3.712145, 40.470701], [-3.712007, 40.470814], [-3.711722, 40.470992], [-3.711682, 40.47101], [-3.71145, 40.47111], [-3.711189, 40.471191], [-3.71077, 40.471282], [-3.708604, 40.471474], [-3.707484, 40.471572], [-3.707382, 40.471581], [-3.705271, 40.471783], [-3.704936, 40.471815], [-3.70472, 40.471849], [-3.704668, 40.471863], [-3.704444, 40.471921], [-3.704051, 40.472079], [-3.703806, 40.472227], [-3.703529, 40.472458], [-3.703494, 40.472487], [-3.70325, 40.472716], [-3.703244, 40.472722], [-3.70215, 40.473747], [-3.7022, 40.471096], [-3.700213, 40.470013], [-3.699646, 40.469704], [-3.699297, 40.469254], [-3.698635, 40.4684], [-3.698271, 40.468141], [-3.698189, 40.468078], [-3.697784, 40.467771], [-3.697369, 40.467346], [-3.69645, 40.466414], [-3.696034, 40.465901], [-3.695723, 40.465526], [-3.695718, 40.465522], [-3.695658, 40.46547], [-3.695455, 40.465345], [-3.694502, 40.464698], [-3.6955, 40.464353], [-3.695578, 40.464324], [-3.695731, 40.464265], [-3.695858, 40.464185], [-3.695966, 40.464101]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 36, "name": "Valdeacederas", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.704213, 40.463613], [-3.703908, 40.463458], [-3.703182, 40.46309], [-3.702592, 40.462773], [-3.702299, 40.462618], [-3.701999, 40.462459], [-3.700684, 40.461729], [-3.700055, 40.461381], [-3.699621, 40.461142], [-3.699217, 40.460938], [-3.69845, 40.460609], [-3.699285, 40.459715], [-3.700324, 40.45881], [-3.70076, 40.45843], [-3.701536, 40.457477], [-3.702266, 40.456285], [-3.702352, 40.456071], [-3.702757, 40.455063], [-3.702894, 40.454509], [-3.702971, 40.453994], [-3.703852, 40.455065], [-3.704963, 40.456414], [-3.705044, 40.456529], [-3.707632, 40.456659], [-3.70821, 40.456689], [-3.708783, 40.456818], [-3.709887, 40.457173], [-3.71064, 40.457618], [-3.710674, 40.457625], [-3.710764, 40.457624], [-3.710893, 40.457593], [-3.710994, 40.457554], [-3.711106, 40.457502], [-3.71156, 40.457469], [-3.710572, 40.458993], [-3.709875, 40.460062], [-3.70909, 40.461266], [-3.708661, 40.462033], [-3.708508, 40.462005], [-3.707869, 40.462727], [-3.707184, 40.463501], [-3.707037, 40.463561], [-3.706894, 40.463608], [-3.706742, 40.463643], [-3.706583, 40.463662], [-3.706403, 40.463654], [-3.706263, 40.463624], [-3.706099, 40.463585], [-3.705991, 40.463571], [-3.705899, 40.463568], [-3.705791, 40.463572], [-3.705715, 40.463597], [-3.705652, 40.463649], [-3.705597, 40.46371], [-3.705533, 40.463781], [-3.70545, 40.463905], [-3.70543, 40.463993], [-3.704777, 40.463797], [-3.704685, 40.463775], [-3.704567, 40.463746], [-3.704344, 40.46367], [-3.704226, 40.463619], [-3.704213, 40.463613]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 37, "name": "Berruguete", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.71178, 40.431718], [-3.71192, 40.43017], [-3.713582, 40.430337], [-3.714692, 40.430444], [-3.716287, 40.430624], [-3.717051, 40.431656], [-3.717228, 40.431898], [-3.717539, 40.432321], [-3.717667, 40.432497], [-3.718017, 40.432974], [-3.717671, 40.433068], [-3.717328, 40.433076], [-3.717292, 40.433077], [-3.718465, 40.434754], [-3.718329, 40.435517], [-3.718181, 40.436346], [-3.718133, 40.436615], [-3.717693, 40.439209], [-3.716444, 40.439147], [-3.71527, 40.439089], [-3.714174, 40.439035], [-3.712912, 40.438973], [-3.711187, 40.438888], [-3.711289, 40.437537], [-3.7114, 40.436296], [-3.711485, 40.435224], [-3.711568, 40.434125], [-3.711676, 40.432935], [-3.71178, 40.431718]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 38, "name": "Gaztambide", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.705614, 40.430289], [-3.705865, 40.429581], [-3.707472, 40.429718], [-3.707555, 40.429724], [-3.707776, 40.42974], [-3.708189, 40.429783], [-3.708192, 40.429784], [-3.708887, 40.429856], [-3.710562, 40.430031], [-3.71192, 40.43017], [-3.71178, 40.431718], [-3.711676, 40.432935], [-3.711568, 40.434125], [-3.711485, 40.435224], [-3.7114, 40.436296], [-3.711289, 40.437537], [-3.711187, 40.438888], [-3.710006, 40.438841], [-3.708348, 40.43878], [-3.707103, 40.438741], [-3.706557, 40.438724], [-3.704295, 40.438653], [-3.704306, 40.437152], [-3.704317, 40.436732], [-3.704336, 40.436013], [-3.70438, 40.434875], [-3.704443, 40.433544], [-3.704611, 40.43308], [-3.705217, 40.431407], [-3.705614, 40.430289]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 39, "name": "Arapiles", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.695853, 40.428076], [-3.695821, 40.427618], [-3.697187, 40.427917], [-3.699469, 40.428402], [-3.702005, 40.428951], [-3.702465, 40.429035], [-3.703704, 40.429217], [-3.705865, 40.429581], [-3.705614, 40.430289], [-3.705217, 40.431407], [-3.704611, 40.43308], [-3.704443, 40.433544], [-3.70438, 40.434875], [-3.704336, 40.436013], [-3.704317, 40.436732], [-3.704306, 40.437152], [-3.704295, 40.438653], [-3.701138, 40.438511], [-3.700323, 40.438463], [-3.699564, 40.436691], [-3.69916, 40.43575], [-3.698797, 40.434913], [-3.698196, 40.433476], [-3.697771, 40.432481], [-3.697671, 40.432258], [-3.697417, 40.431691], [-3.697033, 40.430836], [-3.696542, 40.429688], [-3.695853, 40.428076]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 40, "name": "Trafalgar", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.690124, 40.426602], [-3.690514, 40.425238], [-3.691452, 40.425462], [-3.693895, 40.426701], [-3.69518, 40.42732], [-3.695821, 40.427618], [-3.695853, 40.428076], [-3.696542, 40.429688], [-3.697033, 40.430836], [-3.697417, 40.431691], [-3.697671, 40.432258], [-3.697771, 40.432481], [-3.698196, 40.433476], [-3.698797, 40.434913], [-3.69916, 40.43575], [-3.699564, 40.436691], [-3.700323, 40.438463], [-3.699383, 40.438414], [-3.698593, 40.438374], [-3.697846, 40.438336], [-3.696353, 40.438261], [-3.692959, 40.438099], [-3.690761, 40.437925], [-3.689446, 40.436075], [-3.688837, 40.43518], [-3.688817, 40.435149], [-3.688472, 40.433029], [-3.688514, 40.43288], [-3.689096, 40.430595], [-3.689409, 40.429363], [-3.689769, 40.427974], [-3.690124, 40.426602]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 41, "name": "Almagro", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.691175, 40.439189], [-3.690761, 40.437925], [-3.692959, 40.438099], [-3.696353, 40.438261], [-3.697846, 40.438336], [-3.698593, 40.438374], [-3.699383, 40.438414], [-3.700323, 40.438463], [-3.701138, 40.438511], [-3.704295, 40.438653], [-3.70415, 40.4421], [-3.704113, 40.443247], [-3.70404, 40.44542], [-3.703946, 40.446798], [-3.701002, 40.446628], [-3.700385, 40.446593], [-3.699401, 40.446537], [-3.698737, 40.4465], [-3.697178, 40.446421], [-3.695639, 40.446375], [-3.695116, 40.446359], [-3.691281, 40.446166], [-3.691845, 40.441235], [-3.691175, 40.439189]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 42, "name": "Rios Rosas", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.703946, 40.446798], [-3.70404, 40.44542], [-3.704113, 40.443247], [-3.70415, 40.4421], [-3.704295, 40.438653], [-3.706557, 40.438724], [-3.707103, 40.438741], [-3.708348, 40.43878], [-3.710006, 40.438841], [-3.711187, 40.438888], [-3.712912, 40.438973], [-3.714174, 40.439035], [-3.71527, 40.439089], [-3.716444, 40.439147], [-3.717693, 40.439209], [-3.717667, 40.439407], [-3.717658, 40.439475], [-3.717655, 40.439612], [-3.717676, 40.439832], [-3.717698, 40.439912], [-3.71771, 40.439954], [-3.717941, 40.440406], [-3.718216, 40.440943], [-3.719223, 40.442826], [-3.719647, 40.443441], [-3.719847, 40.443731], [-3.719984, 40.444919], [-3.719979, 40.444968], [-3.719974, 40.44501], [-3.719944, 40.445069], [-3.719914, 40.445117], [-3.719839, 40.445186], [-3.719641, 40.44537], [-3.719046, 40.445915], [-3.718249, 40.446644], [-3.718059, 40.446672], [-3.717726, 40.446702], [-3.717495, 40.446689], [-3.717329, 40.446655], [-3.71718, 40.446607], [-3.715768, 40.446069], [-3.715578, 40.445994], [-3.71481, 40.445747], [-3.712347, 40.446372], [-3.710505, 40.446839], [-3.709267, 40.447109], [-3.708366, 40.447066], [-3.706833, 40.446971], [-3.706147, 40.446929], [-3.703946, 40.446798]]]], "type": "MultiPolygon"}, "type": "Feature", "properties": {"created_at": "2013-12-02T07:16:22+0100", "cartodb_id": 43, "name": "Vallehermoso", "updated_at": "2013-12-02T07:16:22+0100"}}, {"geometry": {"coordinates": [[[[-3.642679, 40.638014], [-3.642543, 40.638007], [-3.642072, 40.638082], [-3.64143, 40.638193], [-3.64137, 40.638203], [-3.640941, 40.638276], [-3.640155, 40.638414], [-3.63976, 40.638396], [-3.639372, 40.638384], [-3.639141, 40.638378], [-3.638908, 40.638372], [-3.638829, 40.638336], [-3.638567, 40.638182], [-3.637886, 40.637785], [-3.637692, 40.637671], [-3.637327, 40.637254], [-3.636895, 40.636759], [-3.636756, 40.636748], [-3.636675, 40.636426], [-3.636642, 40.63629], [-3.636633, 40.636248], [-3.636577, 40.636043], [-3.636433, 40.63558], [-3.636295, 40.635135], [-3.636295, 40.635097], [-3.635968, 40.634713], [-3.635896, 40.634639], [-3.635863, 40.634606], [-3.63559, 40.634343], [-3.635336, 40.634105], [-3.634913, 40.633698], [-3.634642, 40.633436], [-3.634484, 40.633176], [-3.634308, 40.632878], [-3.634207, 40.632707], [-3.633875, 40.632143], [-3.633788, 40.631999], [-3.633551, 40.631609], [-3.633145, 40.630927], [-3.633115, 40.630877], [-3.632988, 40.630661], [-3.632437, 40.630164], [-3.631933, 40.629704], [-3.631744, 40.629533], [-3.63171, 40.629502], [-3.631396, 40.629213], [-3.63111, 40.628951], [-3.63092, 40.628805], [-3.630765, 40.628686], [-3.630458, 40.628451], [-3.630368, 40.628382], [-3.630247, 40.62829], [-3.630207, 40.628259], [-3.630001, 40.627822], [-3.629863, 40.627526], [-3.629799, 40.627388], [-3.629766, 40.627321], [-3.629731, 40.626976], [-3.629722, 40.626862], [-3.629715, 40.626784], [-3.629775, 40.626677], [-3.629833, 40.626574], [-3.629892, 40.626468], [-3.629987, 40.626297], [-3.630088, 40.626114], [-3.630108, 40.626078], [-3.630272, 40.625783], [-3.630105, 40.625379], [-3.629941, 40.624968], [-3.62984, 40.624718], [-3.629763, 40.624529], [-3.629585, 40.624086], [-3.629531, 40.623948], [-3.629419, 40.623658], [-3.629368, 40.623518], [-3.629286, 40.623302], [-3.62927, 40.62326], [-3.62925, 40.623209], [-3.629082, 40.622771], [-3.628909, 40.622328], [-3.629051, 40.621934], [-3.629177, 40.621585], [-3.62921, 40.621494], [-3.629271, 40.62133], [-3.629364, 40.62108], [-3.629519, 40.620644], [-3.629549, 40.620561], [-3.629551, 40.620554], [-3.629554, 40.620546], [-3.629552, 40.620543], [-3.629338, 40.620243], [-3.62932, 40.620216], [-3.62912, 40.619937], [-3.628803, 40.619497], [-3.628722, 40.619384], [-3.628721, 40.619364], [-3.628708, 40.619085], [-3.6287, 40.618918], [-3.628687, 40.618655], [-3.628671, 40.618208], [-3.628666, 40.618114], [-3.628665, 40.618111], [-3.628664, 40.618111], [-3.628489, 40.617836], [-3.628344, 40.617613], [-3.628077, 40.617468], [-3.62793, 40.617387], [-3.627368, 40.617079], [-3.627234, 40.617007], [-3.626993, 40.616873], [-3.626158, 40.616762], [-3.625861, 40.616726], [-3.62544, 40.616668], [-3.625355, 40.616656], [-3.624712, 40.616571], [-3.623977, 40.616473], [-3.623254, 40.616145], [-3.622669, 40.615881], [-3.622557, 40.615749], [-3.621857, 40.614922], [-3.621033, 40.613409], [-3.620602, 40.612601], [-3.619934, 40.611868], [-3.618084, 40.611235], [-3.618008, 40.610737], [-3.617911, 40.610235], [-3.617893, 40.610144], [-3.617934, 40.610056], [-3.618457, 40.60893], [-3.617504, 40.607742], [-3.616871, 40.606944], [-3.616963, 40.606697], [-3.616979, 40.606654], [-3.61722, 40.606006], [-3.617202, 40.605722], [-3.61717, 40.605131], [-3.616934, 40.604599], [-3.616846, 40.604437], [-3.616509, 40.603836], [-3.616165, 40.603018], [-3.616368, 40.602509], [-3.616462, 40.602268], [-3.616551, 40.602045], [-3.616467, 40.601642], [-3.616436, 40.601493], [-3.616193, 40.601309], [-3.615959, 40.601132], [-3.615594, 40.600856], [-3.615379, 40.600692], [-3.614345, 40.600562], [-3.613314, 40.600034], [-3.613015, 40.599878], [-3.612111, 40.599581], [-3.611692, 40.599439], [-3.611033, 40.599001], [-3.610637, 40.598736], [-3.609806, 40.598597], [-3.608802, 40.598424], [-3.608539, 40.598151], [-3.608204, 40.597804], [-3.60803, 40.597625], [-3.607953, 40.597553], [-3.607917, 40.597522], [-3.607653, 40.597323], [-3.607231, 40.596994], [-3.607078, 40.596873], [-3.607001, 40.596813], [-3.605893, 40.596566], [-3.605274, 40.59643], [-3.605005, 40.596056], [-3.604798, 40.595777], [-3.604795, 40.595773], [-3.604816, 40.595642], [-3.604858, 40.59539], [-3.604899, 40.59512], [-3.604868, 40.594739], [-3.604836, 40.59429], [-3.604835, 40.594268], [-3.604192, 40.59362], [-3.604068, 40.593512], [-3.603841, 40.593326], [-3.603748, 40.593248], [-3.603651, 40.593185], [-3.603501, 40.593069], [-3.603425, 40.593011], [-3.603408, 40.592998], [-3.6034, 40.592994], [-3.603377, 40.592981], [-3.603337, 40.592955], [-3.603254, 40.592917], [-3.60314, 40.592869], [-3.602981, 40.592806], [-3.602831, 40.592749], [-3.602747, 40.592709], [-3.602612, 40.592649], [-3.602503, 40.592606], [-3.60234, 40.592535], [-3.602149, 40.59246], [-3.602074, 40.592431], [-3.602044, 40.592419], [-3.601971, 40.592386], [-3.601919, 40.592359], [-3.601912, 40.592346], [-3.601868, 40.59215], [-3.601858, 40.592099], [-3.601854, 40.592043], [-3.601857, 40.592], [-3.601863, 40.591947], [-3.601872, 40.591873], [-3.601875, 40.591842], [-3.601879, 40.591807], [-3.601881, 40.591798], [-3.601885, 40.591767], [-3.601895, 40.591698], [-3.601921, 40.591469], [-3.601959, 40.591195], [-3.601977, 40.591064], [-3.601986, 40.590992], [-3.601991, 40.590957], [-3.602194, 40.590383], [-3.602218, 40.590322], [-3.602263, 40.590205], [-3.602271, 40.590173], [-3.602286, 40.590141], [-3.602299, 40.590104], [-3.602551, 40.589727], [-3.602712, 40.589489], [-3.60273, 40.589463], [-3.602767, 40.589415], [-3.602882, 40.589241], [-3.603052, 40.58899], [-3.603291, 40.588825], [-3.603363, 40.588775], [-3.603399, 40.588752], [-3.603427, 40.588733], [-3.60344, 40.588722], [-3.603458, 40.588707], [-3.603473, 40.588694], [-3.603578, 40.588657], [-3.603656, 40.588622], [-3.603824, 40.588553], [-3.6042, 40.588404], [-3.604306, 40.588363], [-3.604565, 40.588148], [-3.604762, 40.587991], [-3.604882, 40.587896], [-3.605085, 40.58774], [-3.60532, 40.587254], [-3.605517, 40.586871], [-3.605656, 40.586598], [-3.605895, 40.58612], [-3.605985, 40.585949], [-3.606043, 40.585839], [-3.606143, 40.585641], [-3.606253, 40.585409], [-3.60627, 40.585375], [-3.606313, 40.585319], [-3.606438, 40.585156], [-3.606466, 40.585125], [-3.606495, 40.585091], [-3.607232, 40.584654], [-3.607595, 40.584428], [-3.607813, 40.584297], [-3.608458, 40.583909], [-3.608895, 40.583861], [-3.608924, 40.583818], [-3.609118, 40.583535], [-3.609295, 40.583457], [-3.609442, 40.583392], [-3.60966, 40.583239], [-3.609742, 40.583236], [-3.609781, 40.583164], [-3.609919, 40.583101], [-3.610348, 40.582837], [-3.610534, 40.582725], [-3.610648, 40.582656], [-3.610779, 40.582576], [-3.610814, 40.582555], [-3.611114, 40.582373], [-3.611623, 40.582079], [-3.611677, 40.582048], [-3.611974, 40.581878], [-3.612373, 40.581758], [-3.612661, 40.581671], [-3.612949, 40.581585], [-3.613135, 40.58153], [-3.613323, 40.581473], [-3.613418, 40.581444], [-3.613804, 40.581325], [-3.614064, 40.581247], [-3.614359, 40.581156], [-3.614407, 40.581142], [-3.614461, 40.581125], [-3.614897, 40.580993], [-3.6149, 40.580984], [-3.614942, 40.580974], [-3.614964, 40.580968], [-3.614992, 40.580961], [-3.615004, 40.580958], [-3.615129, 40.580912], [-3.615486, 40.580792], [-3.615537, 40.580775], [-3.615551, 40.58077], [-3.615772, 40.580694], [-3.616408, 40.580474], [-3.61644, 40.580463], [-3.616835, 40.580145], [-3.61712, 40.579915], [-3.617333, 40.579744], [-3.617646, 40.579497], [-3.617755, 40.57941], [-3.618046, 40.579178], [-3.618075, 40.579155], [-3.618363, 40.578925], [-3.618738, 40.578631], [-3.619122, 40.578327], [-3.619466, 40.578056], [-3.619749, 40.577832], [-3.619747, 40.577832], [-3.620112, 40.577547], [-3.620157, 40.577512], [-3.620262, 40.577427], [-3.620405, 40.577311], [-3.620526, 40.577214], [-3.620672, 40.577097], [-3.620938, 40.576883], [-3.62131, 40.57659], [-3.621459, 40.576468], [-3.621579, 40.576348], [-3.621655, 40.576272], [-3.621672, 40.576255], [-3.621773, 40.576155], [-3.621962, 40.575967], [-3.621984, 40.575945], [-3.621996, 40.575934], [-3.622203, 40.575727], [-3.622246, 40.575692], [-3.62227, 40.575672], [-3.622329, 40.575629], [-3.622514, 40.575497], [-3.622649, 40.575402], [-3.622726, 40.575345], [-3.62276, 40.57532], [-3.622911, 40.575208], [-3.623503, 40.574787], [-3.6238, 40.574571], [-3.62388, 40.574512], [-3.624303, 40.574202], [-3.624807, 40.573802], [-3.624845, 40.573772], [-3.624927, 40.573707], [-3.625074, 40.57359], [-3.625641, 40.573548], [-3.626007, 40.573518], [-3.626258, 40.5735], [-3.626354, 40.573492], [-3.626492, 40.573498], [-3.626621, 40.573504], [-3.627066, 40.573522], [-3.627245, 40.573529], [-3.627289, 40.573531], [-3.627517, 40.57354], [-3.628057, 40.573568], [-3.628247, 40.573609], [-3.628405, 40.573643], [-3.628661, 40.573699], [-3.628715, 40.573709], [-3.628793, 40.573725], [-3.629698, 40.574197], [-3.629836, 40.574267], [-3.629843, 40.57427], [-3.629872, 40.57428], [-3.630132, 40.574373], [-3.630349, 40.574451], [-3.630545, 40.574523], [-3.63063, 40.574555], [-3.631182, 40.574834], [-3.631596, 40.574717], [-3.631815, 40.574659], [-3.631933, 40.574627], [-3.631968, 40.574619], [-3.631986, 40.574614], [-3.632478, 40.574478], [-3.632516, 40.574468], [-3.632549, 40.574467], [-3.633177, 40.574443], [-3.633556, 40.57443], [-3.633657, 40.574425], [-3.633726, 40.574422], [-3.633855, 40.574425], [-3.633946, 40.574426], [-3.634192, 40.574429], [-3.63472, 40.574433], [-3.634738, 40.574433], [-3.635574, 40.574525], [-3.635702, 40.574537], [-3.636254, 40.574585], [-3.636568, 40.574626], [-3.636794, 40.574661], [-3.636829, 40.574668], [-3.636852, 40.574672], [-3.637099, 40.574704], [-3.637359, 40.574738], [-3.637436, 40.574748], [-3.637772, 40.57479], [-3.638517, 40.574897], [-3.639301, 40.575007], [-3.639443, 40.575027], [-3.639565, 40.575044], [-3.639666, 40.57506], [-3.639786, 40.575079], [-3.640689, 40.575422], [-3.640768, 40.575453], [-3.640923, 40.575513], [-3.641418, 40.575704], [-3.641505, 40.575738], [-3.641618, 40.575783], [-3.641863, 40.57592], [-3.642163, 40.576089], [-3.642343, 40.57619], [-3.642527, 40.576293], [-3.642706, 40.576392], [-3.643373, 40.576531], [-3.643837, 40.576628], [-3.644646, 40.576796], [-3.644846, 40.576837], [-3.644847, 40.576837], [-3.646166, 40.576883], [-3.647408, 40.576928], [-3.64761, 40.576935], [-3.648731, 40.577058], [-3.649648, 40.577154], [-3.650085, 40.577301], [-3.650377, 40.577401], [-3.650896, 40.577876], [-3.650975, 40.57794], [-3.651196, 40.57832], [-3.651482, 40.578824], [-3.651899, 40.579553], [-3.652079, 40.579879], [-3.652305, 40.58026], [-3.652563, 40.580684], [-3.652695, 40.5809], [-3.652777, 40.581038], [-3.652998, 40.581647], [-3.653067, 40.581834], [-3.653268, 40.582377], [-3.6535, 40.583004], [-3.653656, 40.583434], [-3.653756, 40.58371], [-3.653879, 40.584046], [-3.653887, 40.584067], [-3.654017, 40.584419], [-3.654049, 40.584503], [-3.654172, 40.584821], [-3.654186, 40.584863], [-3.654218, 40.584945], [-3.654272, 40.585139], [-3.654327, 40.585329], [-3.654382, 40.585489], [-3.654449, 40.585692], [-3.654494, 40.585837], [-3.654517, 40.585917], [-3.654552, 40.586023], [-3.654672, 40.586258], [-3.654717, 40.586344], [-3.654745, 40.586389], [-3.654775, 40.586437], [-3.654827, 40.586553], [-3.654916, 40.586749], [-3.655022, 40.58698], [-3.655127, 40.587199], [-3.655147, 40.587243], [-3.655172, 40.587298], [-3.655174, 40.587303], [-3.655188, 40.58733], [-3.65522, 40.587402], [-3.655269, 40.587488], [-3.655289, 40.587542], [-3.6553, 40.587567], [-3.655326, 40.587618], [-3.655327, 40.58762], [-3.655327, 40.587621], [-3.655342, 40.587658], [-3.6554, 40.587732], [-3.655405, 40.587737], [-3.655912, 40.588371], [-3.656299, 40.588895], [-3.656334, 40.58893], [-3.656357, 40.58896], [-3.656452, 40.589014], [-3.656764, 40.589177], [-3.6575, 40.58957], [-3.657681, 40.589662], [-3.657792, 40.589729], [-3.658447, 40.590123], [-3.658605, 40.590225], [-3.658725, 40.590295], [-3.658857, 40.590374], [-3.658893, 40.590403], [-3.658998, 40.59046], [-3.659105, 40.590541], [-3.659175, 40.590599], [-3.659256, 40.590668], [-3.659508, 40.59086], [-3.659704, 40.591022], [-3.659896, 40.5912], [-3.660035, 40.591329], [-3.660368, 40.59164], [-3.660785, 40.591751], [-3.661104, 40.591834], [-3.661823, 40.59203], [-3.661946, 40.592058], [-3.662404, 40.592163], [-3.662748, 40.592199], [-3.663148, 40.59224], [-3.663391, 40.592268], [-3.663789, 40.592304], [-3.664207, 40.592309], [-3.66452, 40.592312], [-3.664766, 40.59231], [-3.665243, 40.592301], [-3.665269, 40.592299], [-3.665447, 40.592287], [-3.665735, 40.592257], [-3.666537, 40.592175], [-3.66679, 40.592144], [-3.666896, 40.592131], [-3.667061, 40.592111], [-3.667138, 40.592113], [-3.667199, 40.592114], [-3.667232, 40.592099], [-3.667487, 40.591979], [-3.667598, 40.591932], [-3.667644, 40.591913], [-3.668065, 40.591718], [-3.66818, 40.591663], [-3.668339, 40.591592], [-3.668599, 40.591477], [-3.66898, 40.591291], [-3.66915, 40.59121], [-3.669431, 40.591077], [-3.669774, 40.590921], [-3.670032, 40.590795], [-3.670062, 40.590782], [-3.670903, 40.590394], [-3.67121, 40.590249], [-3.671918, 40.58992], [-3.672379, 40.5897], [-3.672557, 40.589619], [-3.67293, 40.58945], [-3.673773, 40.589045], [-3.673837, 40.589015], [-3.673935, 40.588964], [-3.674197, 40.588831], [-3.674201, 40.588832], [-3.674927, 40.588483], [-3.678082, 40.586919], [-3.682209, 40.584943], [-3.683951, 40.583872], [-3.684335, 40.583628], [-3.685924, 40.582888], [-3.686685, 40.582708], [-3.687315, 40.582556], [-3.688663, 40.582588], [-3.68897, 40.58238], [-3.689384, 40.582107], [-3.689967, 40.581611], [-3.690754, 40.580948], [-3.691033, 40.580832], [-3.691897, 40.580446], [-3.6925, 40.580279], [-3.692914, 40.580155], [-3.693376, 40.580034], [-3.69345, 40.580007], [-3.693905, 40.57994], [-3.694006, 40.57992], [-3.694353, 40.579851], [-3.6949, 40.579769], [-3.695762, 40.579655], [-3.695907, 40.579636], [-3.697112, 40.57929], [-3.697975, 40.579044], [-3.698461, 40.578906], [-3.699493, 40.578611], [-3.701294, 40.578624], [-3.701646, 40.578611], [-3.70165, 40.578504], [-3.703722, 40.57853], [-3.710308, 40.578475], [-3.710536, 40.578474], [-3.710548, 40.578406], [-3.710593, 40.578215], [-3.710627, 40.578076], [-3.710649, 40.577983], [-3.710688, 40.57783], [-3.710758, 40.577553], [-3.710801, 40.57731], [-3.710923, 40.576711], [-3.71098, 40.576455], [-3.711009, 40.576273], [-3.711046, 40.576126], [-3.711131, 40.575719], [-3.711187, 40.575483], [-3.711307, 40.574881], [-3.711367, 40.574593], [-3.711499, 40.574063], [-3.711646, 40.573428], [-3.711786, 40.572809], [-3.712117, 40.572343], [-3.712227, 40.572043], [-3.712273, 40.571884], [-3.712361, 40.57168], [-3.712573, 40.571356], [-3.712606, 40.571297], [-3.712777, 40.571056], [-3.713178, 40.570566], [-3.713337, 40.57036], [-3.713747, 40.569851], [-3.714092, 40.569382], [-3.714537, 40.56879], [-3.714927, 40.568264], [-3.715171, 40.56793], [-3.715978, 40.56673], [-3.716079, 40.566578], [-3.716114, 40.566542], [-3.716094, 40.566524], [-3.716156, 40.56626], [-3.716269, 40.565796], [-3.716353, 40.565459], [-3.716426, 40.565135], [-3.716428, 40.565115], [-3.716419, 40.565018], [-3.716412, 40.564961], [-3.716379, 40.564753], [-3.716364, 40.564676], [-3.71635, 40.564558], [-3.716328, 40.564409], [-3.716314, 40.564298], [-3.716236, 40.56376], [-3.716132, 40.563085], [-3.716123, 40.563053], [-3.716066, 40.562871], [-3.716031, 40.562768], [-3.715994, 40.562653], [-3.715969, 40.562582], [-3.715891, 40.562349], [-3.715864, 40.562251], [-3.715798, 40.562059], [-3.715783, 40.562028], [-3.715709, 40.561803], [-3.715589, 40.561443], [-3.715512, 40.561201], [-3.715494, 40.561159], [-3.715471, 40.561104], [-3.715406, 40.560865], [-3.715348, 40.560731], [-3.715296, 40.560555], [-3.715209, 40.560304], [-3.715153, 40.560125], [-3.715043, 40.559807], [-3.714711, 40.558766], [-3.714899, 40.558449], [-3.715088, 40.558148], [-3.715241, 40.557896], [-3.715277, 40.557829], [-3.715047, 40.557641], [-3.714658, 40.55732], [-3.714153, 40.556892], [-3.713975, 40.556737], [-3.71368, 40.555863], [-3.713661, 40.555806], [-3.713594, 40.555607], [-3.713373, 40.554925], [-3.713162, 40.554291], [-3.712968, 40.553693], [-3.712632, 40.552653], [-3.712037, 40.550838], [-3.711705, 40.549825], [-3.71142, 40.548954], [-3.711324, 40.548672], [-3.711253, 40.548429], [-3.711121, 40.548056], [-3.710861, 40.547261], [-3.71082, 40.547141], [-3.710761, 40.546985], [-3.710726, 40.546898], [-3.710641, 40.54671], [-3.71051, 40.546415], [-3.710339, 40.546096], [-3.710311, 40.546046], [-3.710202, 40.545836], [-3.710041, 40.545538], [-3.709925, 40.545313], [-3.709856, 40.545182], [-3.70972, 40.54493], [-3.709596, 40.544694], [-3.709554, 40.544612], [-3.709439, 40.544401], [-3.709377, 40.544284], [-3.709363, 40.544255], [-3.709244, 40.544035], [-3.709171, 40.543896], [-3.709124, 40.543811], [-3.708997, 40.543568], [-3.708668, 40.542949], [-3.708612, 40.542847], [-3.708583, 40.542785], [-3.708517, 40.542671], [-3.708411, 40.542469], [-3.708366, 40.542385], [-3.708297, 40.542263], [-3.708191, 40.542066], [-3.708086, 40.54187], [-3.708035, 40.541776], [-3.707992, 40.541703], [-3.707965, 40.541652], [-3.707955, 40.541637], [-3.707866, 40.54151], [-3.707736, 40.541339], [-3.7074, 40.540891], [-3.707363, 40.540851], [-3.707249, 40.540734], [-3.707203, 40.540685], [-3.707144, 40.540624], [-3.707105, 40.540585], [-3.707059, 40.540545], [-3.706941, 40.540438], [-3.706902, 40.540404], [-3.706842, 40.540353], [-3.706732, 40.540256], [-3.706589, 40.540137], [-3.706479, 40.540055], [-3.706338, 40.539951], [-3.706147, 40.539813], [-3.705727, 40.539511], [-3.705526, 40.539367], [-3.705638, 40.539219], [-3.705807, 40.539007], [-3.705927, 40.538851], [-3.706083, 40.538656], [-3.706332, 40.538337], [-3.706548, 40.538067], [-3.706941, 40.537568], [-3.707048, 40.537432], [-3.707143, 40.537314], [-3.707216, 40.537223], [-3.707435, 40.536948], [-3.707569, 40.536775], [-3.707669, 40.536662], [-3.707847, 40.536494], [-3.708804, 40.535606], [-3.709191, 40.535246], [-3.709492, 40.534964], [-3.709816, 40.534665], [-3.710025, 40.534474], [-3.710189, 40.534319], [-3.710406, 40.534114], [-3.710907, 40.533649], [-3.711327, 40.533258], [-3.71142, 40.533173], [-3.711599, 40.533009], [-3.711677, 40.532935], [-3.711776, 40.532839], [-3.711798, 40.532822], [-3.711818, 40.532812], [-3.711929, 40.532774], [-3.712022, 40.532742], [-3.712097, 40.532717], [-3.712126, 40.532707], [-3.712183, 40.532687], [-3.712302, 40.532644], [-3.712471, 40.532584], [-3.712639, 40.532524], [-3.712798, 40.532467], [-3.712956, 40.532411], [-3.71313, 40.532349], [-3.713261, 40.532302], [-3.713357, 40.532269], [-3.713582, 40.532189], [-3.713768, 40.532126], [-3.713946, 40.532062], [-3.714115, 40.532003], [-3.714287, 40.531943], [-3.714444, 40.53189], [-3.71451, 40.531868], [-3.714707, 40.531799], [-3.714872, 40.531742], [-3.715054, 40.531678], [-3.715217, 40.531621], [-3.715366, 40.53157], [-3.716216, 40.531282], [-3.717443, 40.530861], [-3.718777, 40.530404], [-3.719571, 40.530129], [-3.720621, 40.529904], [-3.721045, 40.529809], [-3.722226, 40.529317], [-3.722655, 40.529139], [-3.723369, 40.528838], [-3.723975, 40.528586], [-3.72462, 40.528311], [-3.725091, 40.528114], [-3.725619, 40.527886], [-3.726466, 40.527529], [-3.727197, 40.527216], [-3.727791, 40.526963], [-3.727888, 40.52679], [-3.727945, 40.52669], [-3.728028, 40.526542], [-3.728132, 40.526356], [-3.728156, 40.526314], [-3.728344, 40.525981], [-3.72849, 40.525723], [-3.728591, 40.525542], [-3.728691, 40.525363], [-3.728786, 40.525194], [-3.728985, 40.524841], [-3.72908, 40.52467], [-3.729501, 40.523916], [-3.7297, 40.523552], [-3.729729, 40.523507], [-3.730024, 40.523112], [-3.730093, 40.523108], [-3.730166, 40.523104], [-3.730438, 40.523082], [-3.730708, 40.523059], [-3.73128, 40.523012], [-3.731459, 40.522999], [-3.731631, 40.522983], [-3.731845, 40.522964], [-3.731955, 40.522957], [-3.732003, 40.522946], [-3.732151, 40.522913], [-3.732291, 40.522884], [-3.732445, 40.522852], [-3.732498, 40.522841], [-3.732622, 40.522816], [-3.732721, 40.522796], [-3.732742, 40.522766], [-3.732749, 40.522757], [-3.732757, 40.522744], [-3.732775, 40.522718], [-3.732804, 40.522676], [-3.732821, 40.522651], [-3.732838, 40.522628], [-3.732851, 40.522609], [-3.73291, 40.522528], [-3.732977, 40.52243], [-3.733013, 40.522381], [-3.733098, 40.522265], [-3.733286, 40.522001], [-3.733407, 40.521825], [-3.733441, 40.521777], [-3.733494, 40.521707], [-3.733578, 40.521589], [-3.733632, 40.521513], [-3.733682, 40.521445], [-3.733731, 40.521378], [-3.733955, 40.521062], [-3.734006, 40.520993], [-3.734021, 40.520973], [-3.734051, 40.520932], [-3.734105, 40.520856], [-3.734164, 40.520778], [-3.73422, 40.520702], [-3.734285, 40.520613], [-3.734386, 40.520473], [-3.7344, 40.520453], [-3.734431, 40.520409], [-3.734555, 40.520233], [-3.7346, 40.52017], [-3.734677, 40.520058], [-3.734769, 40.519923], [-3.734974, 40.519634], [-3.735023, 40.519564], [-3.735114, 40.519439], [-3.735222, 40.519288], [-3.735317, 40.519158], [-3.735408, 40.519032], [-3.735474, 40.51894], [-3.735543, 40.518843], [-3.735597, 40.518767], [-3.735717, 40.518598], [-3.735771, 40.518523], [-3.735893, 40.518362], [-3.735969, 40.518259], [-3.736093, 40.518084], [-3.736187, 40.517957], [-3.736281, 40.517828], [-3.736347, 40.517737], [-3.736485, 40.517551], [-3.736559, 40.51745], [-3.73681, 40.517102], [-3.737047, 40.51678], [-3.737285, 40.516454], [-3.737457, 40.516218], [-3.737551, 40.516087], [-3.737899, 40.515608], [-3.738109, 40.515324], [-3.738324, 40.515029], [-3.73877, 40.514418], [-3.738893, 40.514245], [-3.738891, 40.514244], [-3.738929, 40.514188], [-3.738973, 40.514119], [-3.739021, 40.51404], [-3.739137, 40.513848], [-3.73921, 40.513728], [-3.739348, 40.513499], [-3.739439, 40.513344], [-3.739474, 40.513281], [-3.73974, 40.512844], [-3.740705, 40.511229], [-3.740796, 40.511076], [-3.740823, 40.511033], [-3.740857, 40.510976], [-3.740894, 40.510913], [-3.740918, 40.510874], [-3.740936, 40.510845], [-3.74098, 40.510771], [-3.741006, 40.510727], [-3.741015, 40.510712], [-3.741022, 40.510701], [-3.741045, 40.510664], [-3.741068, 40.510626], [-3.741092, 40.510586], [-3.74112, 40.510539], [-3.74113, 40.510523], [-3.741148, 40.510493], [-3.741177, 40.510446], [-3.741206, 40.510398], [-3.74123, 40.510359], [-3.741256, 40.510315], [-3.741313, 40.510218], [-3.74133, 40.510189], [-3.741351, 40.510153], [-3.741395, 40.51008], [-3.741403, 40.510066], [-3.741415, 40.510046], [-3.741434, 40.510015], [-3.741455, 40.509978], [-3.741471, 40.509951], [-3.741543, 40.509831], [-3.741565, 40.509794], [-3.741587, 40.509756], [-3.741609, 40.50972], [-3.741685, 40.509592], [-3.741709, 40.50955], [-3.741735, 40.509509], [-3.741757, 40.509472], [-3.741784, 40.509428], [-3.741803, 40.509396], [-3.741814, 40.509377], [-3.741827, 40.509355], [-3.741854, 40.509309], [-3.741871, 40.509281], [-3.74189, 40.50925], [-3.741911, 40.509215], [-3.741931, 40.509183], [-3.741957, 40.509139], [-3.74198, 40.509102], [-3.741998, 40.509072], [-3.742017, 40.50904], [-3.742039, 40.509004], [-3.742084, 40.508932], [-3.741429, 40.508733], [-3.741337, 40.508706], [-3.741192, 40.508661], [-3.740989, 40.508598], [-3.739993, 40.508294], [-3.739785, 40.508232], [-3.739559, 40.508163], [-3.739271, 40.508074], [-3.739132, 40.508031], [-3.739023, 40.507997], [-3.738864, 40.507954], [-3.738736, 40.507913], [-3.738619, 40.507875], [-3.738463, 40.507827], [-3.738358, 40.507793], [-3.738275, 40.507769], [-3.738158, 40.507735], [-3.738029, 40.507698], [-3.737897, 40.507655], [-3.737838, 40.507638], [-3.737665, 40.507586], [-3.737487, 40.507534], [-3.737353, 40.507494], [-3.7372, 40.507448], [-3.737147, 40.507434], [-3.737046, 40.507406], [-3.736904, 40.507363], [-3.73683, 40.507342], [-3.736678, 40.507298], [-3.736542, 40.507259], [-3.736429, 40.507226], [-3.73618, 40.507153], [-3.735937, 40.507082], [-3.735757, 40.507029], [-3.735561, 40.506976], [-3.735391, 40.506929], [-3.735297, 40.506903], [-3.735158, 40.506863], [-3.735023, 40.506825], [-3.734885, 40.507043], [-3.734855, 40.507089], [-3.734829, 40.507129], [-3.734802, 40.507171], [-3.734776, 40.507213], [-3.734753, 40.507248], [-3.734711, 40.507314], [-3.734679, 40.507363], [-3.734638, 40.507427], [-3.734614, 40.507463], [-3.734578, 40.50752], [-3.734545, 40.507573], [-3.734505, 40.507634], [-3.734464, 40.507697], [-3.734151, 40.507595], [-3.734078, 40.507571], [-3.733971, 40.507534], [-3.733931, 40.507521], [-3.733755, 40.507461], [-3.733652, 40.507426], [-3.733526, 40.507383], [-3.733485, 40.507369], [-3.733331, 40.507353], [-3.73305, 40.507242], [-3.732978, 40.507117], [-3.732946, 40.507071], [-3.733047, 40.506944], [-3.733149, 40.506337], [-3.732856, 40.506266], [-3.73279, 40.505843], [-3.732787, 40.505821], [-3.732781, 40.505776], [-3.732774, 40.505725], [-3.732772, 40.505716], [-3.732603, 40.505269], [-3.7326, 40.505256], [-3.732592, 40.505213], [-3.732582, 40.505165], [-3.732575, 40.505131], [-3.732573, 40.505119], [-3.732564, 40.505074], [-3.732556, 40.505034], [-3.732548, 40.504996], [-3.732542, 40.504963], [-3.732535, 40.504929], [-3.732528, 40.504896], [-3.73252, 40.504855], [-3.732511, 40.504807], [-3.732509, 40.504798], [-3.732499, 40.504751], [-3.732488, 40.504697], [-3.732478, 40.504645], [-3.732474, 40.504615], [-3.732468, 40.504578], [-3.732464, 40.50455], [-3.732459, 40.504522], [-3.732455, 40.504494], [-3.73245, 40.504458], [-3.732446, 40.504431], [-3.732441, 40.504401], [-3.732438, 40.504374], [-3.732433, 40.504338], [-3.732427, 40.504296], [-3.732421, 40.50425], [-3.732415, 40.5042], [-3.732367, 40.50384], [-3.732755, 40.503409], [-3.733117, 40.50315], [-3.733708, 40.502722], [-3.734031, 40.502488], [-3.734573, 40.502094], [-3.734917, 40.50118], [-3.735466, 40.499707], [-3.735937, 40.498441], [-3.736226, 40.497672], [-3.73624, 40.497636], [-3.736279, 40.497532], [-3.736385, 40.497244], [-3.736498, 40.497], [-3.73652, 40.496957], [-3.736584, 40.49683], [-3.736633, 40.496732], [-3.736721, 40.496556], [-3.736824, 40.496346], [-3.73692, 40.496152], [-3.736998, 40.496], [-3.737183, 40.495636], [-3.737229, 40.49554], [-3.73729, 40.495415], [-3.737415, 40.495167], [-3.73747, 40.495056], [-3.737524, 40.494945], [-3.737577, 40.494838], [-3.737643, 40.494704], [-3.737716, 40.494556], [-3.737782, 40.494423], [-3.737834, 40.494319], [-3.737885, 40.494214], [-3.737937, 40.494109], [-3.737984, 40.494014], [-3.737984, 40.494013], [-3.738058, 40.493863], [-3.738081, 40.493816], [-3.738088, 40.493803], [-3.738095, 40.493789], [-3.738102, 40.493775], [-3.738118, 40.493744], [-3.738264, 40.493453], [-3.738276, 40.493429], [-3.738414, 40.493142], [-3.738474, 40.493025], [-3.738652, 40.492665], [-3.7388, 40.492367], [-3.739104, 40.491757], [-3.739442, 40.491079], [-3.740038, 40.490527], [-3.740445, 40.490147], [-3.74114, 40.489502], [-3.741143, 40.489503], [-3.741203, 40.489446], [-3.741211, 40.489449], [-3.741238, 40.489423], [-3.741354, 40.489311], [-3.741532, 40.48914], [-3.741702, 40.488978], [-3.741981, 40.488717], [-3.742464, 40.488485], [-3.742613, 40.487853], [-3.743765, 40.486118], [-3.744243, 40.485656], [-3.744452, 40.48546], [-3.745548, 40.483563], [-3.745106, 40.482837], [-3.745076, 40.482791], [-3.744974, 40.482661], [-3.744516, 40.482417], [-3.744361, 40.482334], [-3.743729, 40.481996], [-3.742861, 40.481549], [-3.741967, 40.481137], [-3.741642, 40.480983], [-3.741787, 40.480895], [-3.74184, 40.480862], [-3.741952, 40.480792], [-3.742063, 40.480722], [-3.742261, 40.480598], [-3.742563, 40.480408], [-3.742671, 40.48034], [-3.742799, 40.480258], [-3.742892, 40.480199], [-3.742981, 40.480143], [-3.743429, 40.479875], [-3.743562, 40.479793], [-3.743638, 40.479743], [-3.74384, 40.479608], [-3.743945, 40.479538], [-3.744198, 40.479376], [-3.744294, 40.479315], [-3.744418, 40.479236], [-3.74453, 40.479165], [-3.744563, 40.479145], [-3.744701, 40.479062], [-3.744719, 40.479051], [-3.744723, 40.479048], [-3.744733, 40.479042], [-3.744756, 40.479027], [-3.744796, 40.479001], [-3.744825, 40.478982], [-3.745166, 40.478764], [-3.745207, 40.478741], [-3.745342, 40.478656], [-3.745546, 40.478531], [-3.745657, 40.478461], [-3.745803, 40.478367], [-3.745906, 40.478302], [-3.745968, 40.478262], [-3.746102, 40.478181], [-3.746228, 40.478103], [-3.746377, 40.47801], [-3.746407, 40.477992], [-3.746457, 40.477961], [-3.746507, 40.477929], [-3.746534, 40.477913], [-3.746584, 40.477884], [-3.746664, 40.477834], [-3.746739, 40.477784], [-3.746829, 40.477724], [-3.746975, 40.477843], [-3.746984, 40.477854], [-3.74708, 40.477921], [-3.747182, 40.477986], [-3.747291, 40.478049], [-3.747334, 40.478073], [-3.747369, 40.47809], [-3.747444, 40.478127], [-3.747708, 40.478228], [-3.747791, 40.478254], [-3.747843, 40.478271], [-3.748023, 40.478314], [-3.748154, 40.478343], [-3.748303, 40.47836], [-3.748627, 40.478385], [-3.749149, 40.478402], [-3.749842, 40.478405], [-3.751569, 40.478394], [-3.751567, 40.478434], [-3.753616, 40.478214], [-3.753611, 40.478185], [-3.753598, 40.478121], [-3.754142, 40.478073], [-3.754425, 40.478043], [-3.754506, 40.478035], [-3.754556, 40.478163], [-3.754545, 40.478285], [-3.754544, 40.478298], [-3.754541, 40.478495], [-3.754471, 40.478632], [-3.754396, 40.478831], [-3.754385, 40.478882], [-3.754343, 40.479066], [-3.754305, 40.479232], [-3.754302, 40.479351], [-3.754316, 40.479357], [-3.754369, 40.479378], [-3.754404, 40.479383], [-3.754422, 40.479385], [-3.754448, 40.479389], [-3.754474, 40.479394], [-3.754504, 40.479403], [-3.754523, 40.479409], [-3.754528, 40.479414], [-3.754543, 40.47943], [-3.754563, 40.479438], [-3.754588, 40.479449], [-3.754648, 40.479467], [-3.75469, 40.47948], [-3.754858, 40.479524], [-3.754947, 40.479568], [-3.755005, 40.479594], [-3.755105, 40.479636], [-3.755138, 40.479646], [-3.755174, 40.479655], [-3.755226, 40.479661], [-3.755371, 40.479649], [-3.75541, 40.47965], [-3.755468, 40.479666], [-3.755528, 40.479685], [-3.755547, 40.479688], [-3.755575, 40.479692], [-3.755586, 40.479692], [-3.755606, 40.479693], [-3.755647, 40.479693], [-3.755657, 40.479693], [-3.755671, 40.479692], [-3.755725, 40.479685], [-3.75582, 40.479672], [-3.755834, 40.47967], [-3.75589, 40.479658], [-3.755911, 40.479648], [-3.755935, 40.479636], [-3.755965, 40.479604], [-3.755969, 40.479576], [-3.755967, 40.479498], [-3.755967, 40.479485], [-3.756023, 40.479444], [-3.7561, 40.479423], [-3.756111, 40.47942], [-3.756161, 40.479422], [-3.75619, 40.479423], [-3.756253, 40.479442], [-3.756285, 40.479454], [-3.756297, 40.479459], [-3.75643, 40.479572], [-3.756569, 40.479689], [-3.756621, 40.479702], [-3.756716, 40.479701], [-3.756807, 40.479689], [-3.756826, 40.479687], [-3.756896, 40.47969], [-3.756928, 40.479691], [-3.757, 40.479692], [-3.757091, 40.479709], [-3.757112, 40.479725], [-3.757116, 40.479728], [-3.75714, 40.479735], [-3.757177, 40.479746], [-3.757195, 40.479748], [-3.757241, 40.479755], [-3.757401, 40.47974], [-3.757406, 40.479739], [-3.757478, 40.479723], [-3.757632, 40.479687], [-3.75751, 40.47928], [-3.75753, 40.479106], [-3.757557, 40.479011], [-3.757568, 40.478973], [-3.757654, 40.478836], [-3.757754, 40.478676], [-3.75779, 40.478593], [-3.757819, 40.478526], [-3.757823, 40.47851], [-3.757859, 40.478342], [-3.758211, 40.474626], [-3.758242, 40.474533], [-3.758261, 40.474478], [-3.758315, 40.474381], [-3.758332, 40.47435], [-3.758361, 40.474316], [-3.758424, 40.474242], [-3.758456, 40.474219], [-3.758513, 40.474177], [-3.758619, 40.474124], [-3.758629, 40.474119], [-3.758749, 40.474078], [-3.758907, 40.474058], [-3.759043, 40.474057], [-3.759231, 40.474078], [-3.759246, 40.474079], [-3.759161, 40.474041], [-3.758652, 40.473808], [-3.758509, 40.473725], [-3.758429, 40.473644], [-3.758348, 40.473508], [-3.758319, 40.473328], [-3.758345, 40.472544], [-3.758448, 40.472534], [-3.758482, 40.472531], [-3.75867, 40.472541], [-3.758771, 40.472584], [-3.75883, 40.472602], [-3.758856, 40.47261], [-3.758917, 40.472609], [-3.758952, 40.472608], [-3.759067, 40.472584], [-3.759103, 40.472573], [-3.759156, 40.472557], [-3.759232, 40.472527], [-3.759287, 40.472505], [-3.759388, 40.472457], [-3.759491, 40.472448], [-3.759531, 40.472431], [-3.759556, 40.472421], [-3.759562, 40.472416], [-3.759658, 40.47234], [-3.75972, 40.472311], [-3.759785, 40.472281], [-3.759895, 40.472262], [-3.759928, 40.472256], [-3.75996, 40.472254], [-3.760018, 40.472251], [-3.760153, 40.472273], [-3.760268, 40.472278], [-3.760297, 40.47228], [-3.760308, 40.472282], [-3.760447, 40.472302], [-3.760538, 40.472304], [-3.760864, 40.472287], [-3.761122, 40.472283], [-3.761618, 40.472276], [-3.762029, 40.472268], [-3.762326, 40.472263], [-3.762468, 40.472264], [-3.76257, 40.47228], [-3.762647, 40.472292], [-3.762829, 40.472333], [-3.763088, 40.472391], [-3.763192, 40.472397], [-3.763267, 40.472401], [-3.76342, 40.472398], [-3.76347, 40.472397], [-3.763533, 40.472413], [-3.763652, 40.472492], [-3.763606, 40.473365], [-3.76369, 40.473377], [-3.765925, 40.473902], [-3.765972, 40.473914], [-3.766488, 40.474035], [-3.766508, 40.47405], [-3.766517, 40.474053], [-3.76653, 40.474057], [-3.766921, 40.474092], [-3.767677, 40.474162], [-3.76815, 40.474206], [-3.768165, 40.474208], [-3.768385, 40.47423], [-3.768612, 40.474253], [-3.768795, 40.474263], [-3.768975, 40.474281], [-3.769107, 40.474294], [-3.769401, 40.474307], [-3.769503, 40.474321], [-3.76964, 40.474339], [-3.770386, 40.474403], [-3.770912, 40.474452], [-3.771119, 40.474472], [-3.771524, 40.474483], [-3.771608, 40.474484], [-3.771768, 40.474487], [-3.772083, 40.474491], [-3.772305, 40.474494], [-3.772408, 40.474493], [-3.772528, 40.474493], [-3.772803, 40.474498], [-3.775742, 40.474542], [-3.776792, 40.474558], [-3.776846, 40.474559], [-3.776926, 40.474559], [-3.777054, 40.47456], [-3.777395, 40.474561], [-3.777803, 40.474566], [-3.777938, 40.474567], [-3.778185, 40.47457], [-3.778273, 40.474571], [-3.778456, 40.474572], [-3.778794, 40.474575], [-3.778899, 40.474576], [-3.779011, 40.474577], [-3.779174, 40.474577], [-3.77996, 40.474588], [-3.780319, 40.474595], [-3.781023, 40.474608], [-3.782, 40.474286], [-3.782733, 40.473998], [-3.782922, 40.473924], [-3.783285, 40.473782], [-3.784065, 40.473588], [-3.785537, 40.473221], [-3.786098, 40.473084], [-3.78681, 40.472887], [-3.787302, 40.472753], [-3.787513, 40.472691], [-3.787526, 40.472687], [-3.787602, 40.472666], [-3.787719, 40.472634], [-3.788169, 40.472503], [-3.788305, 40.472464], [-3.788556, 40.472389], [-3.788875, 40.472289], [-3.789355, 40.472133], [-3.789962, 40.471935], [-3.790998, 40.47154], [-3.791053, 40.471514], [-3.791062, 40.471509], [-3.791136, 40.471466], [-3.791556, 40.471219], [-3.791773, 40.471097], [-3.791955, 40.470994], [-3.792184, 40.47089], [-3.792229, 40.470869], [-3.792244, 40.470862], [-3.792321, 40.470824], [-3.792357, 40.470809], [-3.792399, 40.470793], [-3.792457, 40.470775], [-3.7925, 40.470761], [-3.792556, 40.470745], [-3.79338, 40.470479], [-3.793436, 40.470458], [-3.793451, 40.470453], [-3.794415, 40.470139], [-3.794514, 40.47011], [-3.794648, 40.470071], [-3.795058, 40.469973], [-3.795203, 40.469939], [-3.795329, 40.46991], [-3.795485, 40.469873], [-3.795563, 40.469852], [-3.79558, 40.469848], [-3.795683, 40.469829], [-3.795691, 40.469827], [-3.796156, 40.46974], [-3.796318, 40.469705], [-3.79687, 40.469604], [-3.797701, 40.469451], [-3.798394, 40.469411], [-3.798944, 40.46938], [-3.799216, 40.469364], [-3.79929, 40.469359], [-3.79942, 40.469352], [-3.799442, 40.46935], [-3.799464, 40.469347], [-3.80006, 40.469234], [-3.800193, 40.46919], [-3.800235, 40.469177], [-3.801096, 40.469423], [-3.801878, 40.469647], [-3.802149, 40.469723], [-3.802415, 40.469798], [-3.802684, 40.469874], [-3.802923, 40.469943], [-3.803126, 40.470001], [-3.803857, 40.47021], [-3.805112, 40.47057], [-3.805601, 40.47071], [-3.806113, 40.470856], [-3.81031, 40.472052], [-3.810783, 40.472186], [-3.811998, 40.472532], [-3.81239, 40.472639], [-3.812443, 40.472655], [-3.812544, 40.472683], [-3.812602, 40.4727], [-3.812638, 40.472711], [-3.812708, 40.472731], [-3.812814, 40.47276], [-3.812973, 40.472804], [-3.813143, 40.472852], [-3.813306, 40.472898], [-3.813579, 40.472975], [-3.813696, 40.473009], [-3.813796, 40.473039], [-3.814196, 40.473154], [-3.814506, 40.473242], [-3.814619, 40.473275], [-3.814789, 40.473322], [-3.81569, 40.473581], [-3.815931, 40.473648], [-3.816034, 40.473677], [-3.816204, 40.473725], [-3.816514, 40.473816], [-3.816868, 40.473918], [-3.817372, 40.474062], [-3.817546, 40.474109], [-3.81766, 40.474139], [-3.817711, 40.474154], [-3.817897, 40.474207], [-3.818358, 40.474341], [-3.818767, 40.474458], [-3.818935, 40.474506], [-3.819221, 40.474587], [-3.819303, 40.47461], [-3.819384, 40.474634], [-3.819764, 40.474742], [-3.820156, 40.474851], [-3.82027, 40.474884], [-3.820273, 40.474884], [-3.820623, 40.474983], [-3.820923, 40.475069], [-3.821303, 40.475178], [-3.821793, 40.475318], [-3.821988, 40.475374], [-3.822557, 40.475537], [-3.822751, 40.475593], [-3.823012, 40.475667], [-3.82338, 40.475773], [-3.823439, 40.47579], [-3.823562, 40.475825], [-3.823883, 40.475915], [-3.824623, 40.476126], [-3.824745, 40.476161], [-3.825241, 40.476302], [-3.825734, 40.476442], [-3.826182, 40.476569], [-3.82656, 40.476677], [-3.826648, 40.476702], [-3.826756, 40.476733], [-3.827167, 40.47685], [-3.827571, 40.476965], [-3.827799, 40.477028], [-3.827879, 40.477051], [-3.828256, 40.477155], [-3.828527, 40.477233], [-3.828537, 40.477236], [-3.828582, 40.477249], [-3.82876, 40.477301], [-3.828786, 40.477309], [-3.828918, 40.477346], [-3.829301, 40.477453], [-3.829327, 40.477461], [-3.82963, 40.477545], [-3.82984, 40.477606], [-3.83002, 40.477658], [-3.830307, 40.477738], [-3.83063, 40.477832], [-3.830744, 40.477866], [-3.830935, 40.47792], [-3.83131, 40.478026], [-3.831784, 40.478161], [-3.831894, 40.478192], [-3.832289, 40.478309], [-3.832725, 40.478427], [-3.832773, 40.478441], [-3.832783, 40.478444], [-3.832815, 40.478452], [-3.833137, 40.478536], [-3.833424, 40.47862], [-3.833655, 40.478687], [-3.834178, 40.478838], [-3.834268, 40.478864], [-3.834723, 40.478994], [-3.834945, 40.479057], [-3.835247, 40.479143], [-3.835796, 40.479299], [-3.836705, 40.479556], [-3.836705, 40.479558], [-3.836704, 40.47956], [-3.836538, 40.480524], [-3.836521, 40.480565], [-3.836531, 40.48059], [-3.836537, 40.480605], [-3.836752, 40.480799], [-3.836597, 40.480967], [-3.836596, 40.480968], [-3.836399, 40.481177], [-3.836391, 40.481236], [-3.836391, 40.481272], [-3.836387, 40.481283], [-3.836385, 40.48129], [-3.836379, 40.481305], [-3.836374, 40.481314], [-3.836367, 40.481327], [-3.836332, 40.481536], [-3.836326, 40.481572], [-3.836303, 40.481698], [-3.836182, 40.481864], [-3.83607, 40.482018], [-3.836064, 40.482027], [-3.835967, 40.482079], [-3.83569, 40.482224], [-3.835302, 40.482437], [-3.835148, 40.482521], [-3.834755, 40.483167], [-3.834284, 40.483979], [-3.834276, 40.483995], [-3.834239, 40.484071], [-3.834236, 40.484083], [-3.834234, 40.484092], [-3.834173, 40.484244], [-3.833973, 40.484759], [-3.833916, 40.48491], [-3.833867, 40.48504], [-3.833812, 40.485184], [-3.833747, 40.48529], [-3.833638, 40.485467], [-3.833594, 40.485537], [-3.833347, 40.485944], [-3.833372, 40.486126], [-3.833302, 40.486863], [-3.833229, 40.487564], [-3.833208, 40.487789], [-3.833206, 40.487809], [-3.833207, 40.487816], [-3.833247, 40.488134], [-3.833286, 40.48
@Saigesp
Copy link
Author

Saigesp commented Oct 6, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment