Created
May 3, 2018 14:59
-
-
Save isc-rsingh/3565ff9a06f5898dc7418e589814888f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nbformat_minor": 2, | |
"cells": [ | |
{ | |
"source": "# Formalizing reusable data science: \n## _Building apps in Jupyter notebooks in Watson Studio with Pixiedust_\n\n_[presented at ODSC East, Boston, May 2018](https://odsc.com/boston)_\n\n*Raj Singh* • Developer Advocate • IBM Watson & Cloud", | |
"cell_type": "markdown", | |
"metadata": {} | |
}, | |
{ | |
"execution_count": 1, | |
"cell_type": "code", | |
"metadata": {}, | |
"outputs": [ | |
{ | |
"output_type": "stream", | |
"name": "stdout", | |
"text": "Pixiedust database opened successfully\n" | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/html": "\n <div style=\"margin:10px\">\n <a href=\"https://github.com/ibm-watson-data-lab/pixiedust\" target=\"_new\">\n <img src=\"https://github.com/ibm-watson-data-lab/pixiedust/raw/master/docs/_static/pd_icon32.png\" style=\"float:left;margin-right:10px\"/>\n </a>\n <span>Pixiedust version 1.1.9</span>\n </div>\n ", | |
"text/plain": "<IPython.core.display.HTML object>" | |
}, | |
"metadata": {} | |
} | |
], | |
"source": "import pixiedust" | |
}, | |
{ | |
"source": "## Introduction to PixieDust\n\n### Renderers\n\nThis chart like the first one is rendered by matplotlib. With PixieDust, you have other options. To toggle between renderers, use the Renderers control at top right of the display output:\n\n1. [Bokeh](http://bokeh.pydata.org/en/0.10.0/index.html) is interactive; play with the controls along the top of the chart, e.g., zoom, save\n1. [Matplotlib](http://matplotlib.org/) is static; you can save the image as a PNG\n\n### Chart options\n\n1. Chart types: At top left, you should see an option to display the dataframe as a table. You should also see a dropdown menu with other chart options, including bar charts, pie charts, scatter plots, and so on.\n1. Options: Click the Options button to explore other display configurations; e.g., clustering\n\nTo learn more : https://ibm-watson-data-lab.github.io/pixiedust/displayapi.html\n", | |
"cell_type": "markdown", | |
"metadata": {} | |
}, | |
{ | |
"execution_count": 6, | |
"cell_type": "code", | |
"metadata": { | |
"pixiedust": { | |
"displayParams": { | |
"handlerId": "barChart", | |
"valueFields": "Price", | |
"rendererId": "brunel", | |
"keyFields": "Product" | |
} | |
} | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/html": "<style type=\"text/css\">.pd_warning{display:none;}</style><div class=\"pd_warning\"><em>Hey, there's something awesome here! To see it, open this notebook outside GitHub, in a viewer like Jupyter</em></div>", | |
"text/plain": "<IPython.core.display.HTML object>" | |
}, | |
"metadata": { | |
"pixieapp_metadata": null | |
} | |
} | |
], | |
"source": "df = pixiedust.sampleData(7, forcePandas='true')\ndisplay(df)" | |
}, | |
{ | |
"source": "## PixieDust Mapping", | |
"cell_type": "markdown", | |
"metadata": {} | |
}, | |
{ | |
"execution_count": 3, | |
"cell_type": "code", | |
"metadata": { | |
"pixiedust": { | |
"displayParams": { | |
"rowCount": "10000", | |
"handlerId": "mapView", | |
"valueFields": "LOT SIZE", | |
"keyFields": "LATITUDE,LONGITUDE", | |
"mapboxtoken": "pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4M29iazA2Z2gycXA4N2pmbDZmangifQ.-g_vE53SD2WrJ6tFX7QHmA" | |
} | |
} | |
}, | |
"outputs": [ | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/html": "<style type=\"text/css\">.pd_warning{display:none;}</style><div class=\"pd_warning\"><em>Hey, there's something awesome here! To see it, open this notebook outside GitHub, in a viewer like Jupyter</em></div>\n <div class=\"pd_save is-viewer-good\" style=\"padding-right:10px;text-align: center;line-height:initial !important;font-size: xx-large;font-weight: 500;color: coral;\">\n \n </div>\n <div id=\"chartFiguree4eca9ff\" class=\"pd_save is-viewer-good\" style=\"overflow-x:auto\">\n <script>\n window.iframeLoaded = window.iframeLoaded || function(iframe) {\n try {\n iframe.contentWindow.pdMessageListeners = [];\n iframe.contentWindow[\"addPDMessageListener\"] = function(listener){\n iframe.contentWindow.pdMessageListeners.push(listener);\n }\n iframe.contentWindow.addEventListener(\"message\", function(event){\n iframe.contentWindow.pdMessageListeners.forEach(function(listener){\n listener(event);\n });\n }, false);\n iframe.contentWindow.ready = true;\n iframe.contentWindow[\"triggerPDEvent\"] = function(eventInfo) {\n $(document).trigger('pd_event', eventInfo);\n }\n } catch (e) {\n console.log(e)\n }\n }\n\n \n</script>\n<iframe id=\"mapframee4eca9ff\" style=\"width:1020.8000000000001px;height:500px\" srcdoc=\"<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <meta name="viewport" content="width=device-width, initial-scale=1">\n <title>Pixiedust Mapbox map</title>\n <script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.js"></script>\n <link href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.32.1/mapbox-gl.css" rel="stylesheet" />\n <style>\n .mapboxgl-popup-content h3 { \n margin: 2px 0 2px 0;\n font-style: italic;\n }\n .mapboxgl-popup {\n max-width: 200px;\n }\n #map canvas {\n cursor: crosshair;\n }\n .legend {\n background-color: rgba(255,255,255, 0.75);\n border-radius: 3px;\n position: absolute;\n left: 14px;\n top: 14px;\n box-shadow: 0 1px 2px rgba(0,0,0,0.10);\n font-size: 12px;\n line-height: 18px;\n padding: 10px;\n z-index: 1;\n }\n .legend h4 {\n margin: 0 0 10px;\n }\n .legend div span {\n border-radius: 50%;\n display: inline-block;\n height: 10px;\n margin-right: 5px;\n width: 10px;\n }\n body { \n background-color:#333; \n margin:0px !important; \n overflow: hidden;\n font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;\n }\n </style>\n</head>\n<body>\n<div id="map-e4eca9ff-829dd218" style="width:calc(1020.8000000000001px - 4px);height:calc(500px - 4px)" />\n\n\n<script>\n !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;"undefined"!=typeof window?n=window:"undefined"!=typeof global?n=global:"undefined"!=typeof self&&(n=self),n.geojsonExtent=e()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module "+o+"");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require,module){function getExtent(_){for(var ext=extent(),coords=geojsonCoords(_),i=0;i<coords.length;i++)ext.include(coords[i]);return ext}var geojsonCoords=require("geojson-coords"),traverse=require("traverse"),extent=require("extent"),geojsonTypes=["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon","Feature","FeatureCollection","GeometryCollection"];module.exports=function(_){return getExtent(_).bbox()},module.exports.polygon=function(_){return getExtent(_).polygon()},module.exports.bboxify=function(_){return traverse(_).map(function(value){value&&-1!==typeof geojsonTypes.indexOf(value.type)&&(console.log(value.type,value),value.bbox=getExtent(value).bbox(),this.update(value))})}},{extent:2,"geojson-coords":4,traverse:7}],2:[function(require,module){function Extent(){return this instanceof Extent?(this._bbox=[1/0,1/0,-(1/0),-(1/0)],void(this._valid=!1)):new Extent}module.exports=Extent,Extent.prototype.include=function(ll){return this._valid=!0,this._bbox[0]=Math.min(this._bbox[0],ll[0]),this._bbox[1]=Math.min(this._bbox[1],ll[1]),this._bbox[2]=Math.max(this._bbox[2],ll[0]),this._bbox[3]=Math.max(this._bbox[3],ll[1]),this},Extent.prototype.union=function(other){return this._valid=!0,this._bbox[0]=Math.min(this._bbox[0],other[0]),this._bbox[1]=Math.min(this._bbox[1],other[1]),this._bbox[2]=Math.max(this._bbox[2],other[2]),this._bbox[3]=Math.max(this._bbox[3],other[3]),this},Extent.prototype.bbox=function(){return this._valid?this._bbox:null},Extent.prototype.contains=function(ll){return this._valid?this._bbox[0]<=ll[0]&&this._bbox[1]<=ll[1]&&this._bbox[2]>=ll[0]&&this._bbox[3]>=ll[1]:null},Extent.prototype.polygon=function(){return this._valid?{type:"Polygon",coordinates:[[[this._bbox[0],this._bbox[1]],[this._bbox[2],this._bbox[1]],[this._bbox[2],this._bbox[3]],[this._bbox[0],this._bbox[3]],[this._bbox[0],this._bbox[1]]]]}:null}},{}],3:[function(require,module){module.exports=function(list){function _flatten(list){return Array.isArray(list)&&list.length&&"number"==typeof list[0]?[list]:list.reduce(function(acc,item){return Array.isArray(item)&&Array.isArray(item[0])?acc.concat(_flatten(item)):(acc.push(item),acc)},[])}return _flatten(list)}},{}],4:[function(require,module){var geojsonNormalize=require("geojson-normalize"),geojsonFlatten=require("geojson-flatten"),flatten=require("./flatten");module.exports=function(_){if(!_)return[];var normalized=geojsonFlatten(geojsonNormalize(_)),coordinates=[];return normalized.features.forEach(function(feature){feature.geometry&&(coordinates=coordinates.concat(flatten(feature.geometry.coordinates)))}),coordinates}},{"./flatten":3,"geojson-flatten":5,"geojson-normalize":6}],5:[function(require,module){function flatten(gj){switch(gj&&gj.type||null){case"FeatureCollection":return gj.features=gj.features.reduce(function(mem,feature){return mem.concat(flatten(feature))},[]),gj;case"Feature":return flatten(gj.geometry).map(function(geom){return{type:"Feature",properties:JSON.parse(JSON.stringify(gj.properties)),geometry:geom}});case"MultiPoint":return gj.coordinates.map(function(_){return{type:"Point",coordinates:_}});case"MultiPolygon":return gj.coordinates.map(function(_){return{type:"Polygon",coordinates:_}});case"MultiLineString":return gj.coordinates.map(function(_){return{type:"LineString",coordinates:_}});case"GeometryCollection":return gj.geometries;case"Point":case"Polygon":case"LineString":return[gj];default:return gj}}module.exports=flatten},{}],6:[function(require,module){function normalize(gj){if(!gj||!gj.type)return null;var type=types[gj.type];return type?"geometry"===type?{type:"FeatureCollection",features:[{type:"Feature",properties:{},geometry:gj}]}:"feature"===type?{type:"FeatureCollection",features:[gj]}:"featurecollection"===type?gj:void 0:null}module.exports=normalize;var types={Point:"geometry",MultiPoint:"geometry",LineString:"geometry",MultiLineString:"geometry",Polygon:"geometry",MultiPolygon:"geometry",GeometryCollection:"geometry",Feature:"feature",FeatureCollection:"featurecollection"}},{}],7:[function(require,module){function Traverse(obj){this.value=obj}function walk(root,cb,immutable){var path=[],parents=[],alive=!0;return function walker(node_){function updateState(){if("object"==typeof state.node&&null!==state.node){state.keys&&state.node_===state.node||(state.keys=objectKeys(state.node)),state.isLeaf=0==state.keys.length;for(var i=0;i<parents.length;i++)if(parents[i].node_===node_){state.circular=parents[i];break}}else state.isLeaf=!0,state.keys=null;state.notLeaf=!state.isLeaf,state.notRoot=!state.isRoot}var node=immutable?copy(node_):node_,modifiers={},keepGoing=!0,state={node:node,node_:node_,path:[].concat(path),parent:parents[parents.length-1],parents:parents,key:path.slice(-1)[0],isRoot:0===path.length,level:path.length,circular:null,update:function(x,stopHere){state.isRoot||(state.parent.node[state.key]=x),state.node=x,stopHere&&(keepGoing=!1)},"delete":function(stopHere){delete state.parent.node[state.key],stopHere&&(keepGoing=!1)},remove:function(stopHere){isArray(state.parent.node)?state.parent.node.splice(state.key,1):delete state.parent.node[state.key],stopHere&&(keepGoing=!1)},keys:null,before:function(f){modifiers.before=f},after:function(f){modifiers.after=f},pre:function(f){modifiers.pre=f},post:function(f){modifiers.post=f},stop:function(){alive=!1},block:function(){keepGoing=!1}};if(!alive)return state;updateState();var ret=cb.call(state,state.node);return void 0!==ret&&state.update&&state.update(ret),modifiers.before&&modifiers.before.call(state,state.node),keepGoing?("object"!=typeof state.node||null===state.node||state.circular||(parents.push(state),updateState(),forEach(state.keys,function(key,i){path.push(key),modifiers.pre&&modifiers.pre.call(state,state.node[key],key);var child=walker(state.node[key]);immutable&&hasOwnProperty.call(state.node,key)&&(state.node[key]=child.node),child.isLast=i==state.keys.length-1,child.isFirst=0==i,modifiers.post&&modifiers.post.call(state,child),path.pop()}),parents.pop()),modifiers.after&&modifiers.after.call(state,state.node),state):state}(root).node}function copy(src){if("object"==typeof src&&null!==src){var dst;if(isArray(src))dst=[];else if(isDate(src))dst=new Date(src.getTime?src.getTime():src);else if(isRegExp(src))dst=new RegExp(src);else if(isError(src))dst={message:src.message};else if(isBoolean(src))dst=new Boolean(src);else if(isNumber(src))dst=new Number(src);else if(isString(src))dst=new String(src);else if(Object.create&&Object.getPrototypeOf)dst=Object.create(Object.getPrototypeOf(src));else if(src.constructor===Object)dst={};else{var proto=src.constructor&&src.constructor.prototype||src.__proto__||{},T=function(){};T.prototype=proto,dst=new T}return forEach(objectKeys(src),function(key){dst[key]=src[key]}),dst}return src}function toS(obj){return Object.prototype.toString.call(obj)}function isDate(obj){return"[object Date]"===toS(obj)}function isRegExp(obj){return"[object RegExp]"===toS(obj)}function isError(obj){return"[object Error]"===toS(obj)}function isBoolean(obj){return"[object Boolean]"===toS(obj)}function isNumber(obj){return"[object Number]"===toS(obj)}function isString(obj){return"[object String]"===toS(obj)}var traverse=module.exports=function(obj){return new Traverse(obj)};Traverse.prototype.get=function(ps){for(var node=this.value,i=0;i<ps.length;i++){var key=ps[i];if(!node||!hasOwnProperty.call(node,key)){node=void 0;break}node=node[key]}return node},Traverse.prototype.has=function(ps){for(var node=this.value,i=0;i<ps.length;i++){var key=ps[i];if(!node||!hasOwnProperty.call(node,key))return!1;node=node[key]}return!0},Traverse.prototype.set=function(ps,value){for(var node=this.value,i=0;i<ps.length-1;i++){var key=ps[i];hasOwnProperty.call(node,key)||(node[key]={}),node=node[key]}return node[ps[i]]=value,value},Traverse.prototype.map=function(cb){return walk(this.value,cb,!0)},Traverse.prototype.forEach=function(cb){return this.value=walk(this.value,cb,!1),this.value},Traverse.prototype.reduce=function(cb,init){var skip=1===arguments.length,acc=skip?this.value:init;return this.forEach(function(x){this.isRoot&&skip||(acc=cb.call(this,acc,x))}),acc},Traverse.prototype.paths=function(){var acc=[];return this.forEach(function(){acc.push(this.path)}),acc},Traverse.prototype.nodes=function(){var acc=[];return this.forEach(function(){acc.push(this.node)}),acc},Traverse.prototype.clone=function(){var parents=[],nodes=[];return function clone(src){for(var i=0;i<parents.length;i++)if(parents[i]===src)return nodes[i];if("object"==typeof src&&null!==src){var dst=copy(src);return parents.push(src),nodes.push(dst),forEach(objectKeys(src),function(key){dst[key]=clone(src[key])}),parents.pop(),nodes.pop(),dst}return src}(this.value)};var objectKeys=Object.keys||function(obj){var res=[];for(var key in obj)res.push(key);return res},isArray=Array.isArray||function(xs){return"[object Array]"===Object.prototype.toString.call(xs)},forEach=function(xs,fn){if(xs.forEach)return xs.forEach(fn);for(var i=0;i<xs.length;i++)fn(xs[i],i,xs)};forEach(objectKeys(Traverse.prototype),function(key){traverse[key]=function(obj){var args=[].slice.call(arguments,1),t=new Traverse(obj);return t[key].apply(t,args)}});var hasOwnProperty=Object.hasOwnProperty||function(obj,key){return key in obj}},{}]},{},[1])(1)}); \n var comment = "";\n mapboxgl.accessToken="pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4M29iazA2Z2gycXA4N2pmbDZmangifQ.-g_vE53SD2WrJ6tFX7QHmA";\n var mapdata = null;\n var map = new mapboxgl.Map({\n container: "map-e4eca9ff-829dd218",\n style: "mapbox://styles/mapbox/light-v9"\n });\n\n setTimeout(function(){\n if (window.addPDMessageListener){\n window.addPDMessageListener(function(event){\n streamingLayer = map.getSource("streamingLayer");\n if (streamingLayer){\n streamingLayer.setData(event.data.data);\n }else{\n map.addLayer({\n "id": "streamingLayer",\n "maptype": "mapbox",\n "type": event.data.type,\n "source": { type: "geojson", data: event.data.data },\n "layout": event.data.layout || {},\n "paint": event.data.paint || {}\n });\n if (event.data.fitbounds && event.data.data.features){\n function updateBounds(res, ar){\n if (ar[0].length >=2 && ar[1].length >= 2 ){\n if (!res){\n return ar;\n }\n return [ \n [Math.min( ar[0][0]-0.1, res[0][0]), Math.min( ar[0][1]-0.1, res[0][1])],\n [Math.max( ar[1][0]+0.1, res[1][0]), Math.max( ar[1][1]+0.1, res[1][1])]\n ]\n }\n return null;\n }\n var bbox = event.data.data.features.reduce(function(res, value){\n var coord = value.geometry.coordinates;\n if (coord.length >= 2 ){\n res = updateBounds( res, [coord[0], coord[1]]);\n }\n return res;\n }, null);\n if (bbox){\n map.fitBounds(bbox);\n }\n }\n }\n });\n };\n },100);\n\n var popup = new mapboxgl.Popup({closeButton: false,closeOnClick: true});\n\n function divineGeometryType(mapdata) {\n comment = "check type of first geometry. Later expand to check all geometries and make a good decision";\n return mapdata.features[0].geometry.type;\n }\n \n map.on("mousemove", function (e) {\n var fs = map.queryRenderedFeatures(e.point,{layers:["pxlayer"]});\n if (!fs || !fs.length) {popup.remove();return;};\n popuphtml = "";\n var hr = false;\n fs.forEach(function(f){\n if (hr){ \n popuphtml += "<hr>\\n";\n }\n hr=true;\n popuphtml += "<h3>"+f.layer.id.toUpperCase()+"</h3>\\n";\n var keylength = Object.keys(f.properties).length;\n for (var key in f.properties) {\n popuphtml += "<b>"+key+": </b> "+f.properties[key]+"<br/>\\n";\n }\n });\n popup.setLngLat(e.lngLat).setHTML(popuphtml).addTo(map);\n });\n \n map.on("click", function (e) {\n var fs = map.queryRenderedFeatures(e.point, { layers: ["pxlayer"] });\n if (fs && fs.length) {\n var f = fs[0];\n console.log("clicked", f);\n var keylength = Object.keys(f.properties).length;\n var payload = {type:"select", targetDivId: "" };\n\n for (var key in f.properties) {\n payload[key] = f.properties[key];\n }\n\n if (window.triggerPDEvent) {\n window.triggerPDEvent(payload);\n }\n }\n });\n \n map.on("load", function() {\n \n mapdata={"features": [{"geometry": {"coordinates": [-70.0985043, 41.2424202], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82727}}, {"geometry": {"coordinates": [-70.098226, 41.242426], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53106}}, {"geometry": {"coordinates": [-69.993134, 41.243697], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4791}}, {"geometry": {"coordinates": [-70.0003872, 41.2439063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 120226}}, {"geometry": {"coordinates": [-69.9933548, 41.244071], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-70.061657, 41.244675], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 250244}}, {"geometry": {"coordinates": [-70.084862, 41.246156], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14000}}, {"geometry": {"coordinates": [-69.99704, 41.248543], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-69.998667, 41.248548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50093}}, {"geometry": {"coordinates": [-69.982635, 41.249542], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 156816}}, {"geometry": {"coordinates": [-70.092048, 41.250067], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47841}}, {"geometry": {"coordinates": [-70.1099223, 41.2517959], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11091}}, {"geometry": {"coordinates": [-70.0290069, 41.252223], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72310}}, {"geometry": {"coordinates": [-70.144368, 41.252288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-70.006897, 41.257256], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 119790}}, {"geometry": {"coordinates": [-69.966915, 41.2589241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5708}}, {"geometry": {"coordinates": [-69.99529, 41.259831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-70.121172, 41.259854], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19583}}, {"geometry": {"coordinates": [-69.965254, 41.2604207], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3800}}, {"geometry": {"coordinates": [-70.091598, 41.260631], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6098}}, {"geometry": {"coordinates": [-70.0925335, 41.2611624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6098}}, {"geometry": {"coordinates": [-70.0920256, 41.2613982], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5663}}, {"geometry": {"coordinates": [-70.013048, 41.261754], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.0917573, 41.2618594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8049}}, {"geometry": {"coordinates": [-70.0729458, 41.2625574], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11098}}, {"geometry": {"coordinates": [-69.963788, 41.2627233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3484}}, {"geometry": {"coordinates": [-70.0725784, 41.2634662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4792}}, {"geometry": {"coordinates": [-70.0744411, 41.2640882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5204}}, {"geometry": {"coordinates": [-70.074537, 41.264969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5148}}, {"geometry": {"coordinates": [-69.964274, 41.265051], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10227}}, {"geometry": {"coordinates": [-70.074409, 41.2652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5001}}, {"geometry": {"coordinates": [-70.0738761, 41.265629], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5100}}, {"geometry": {"coordinates": [-70.0716081, 41.2656832], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6307}}, {"geometry": {"coordinates": [-70.113798, 41.2658522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5162}}, {"geometry": {"coordinates": [-70.0718285, 41.2671029], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-69.96617, 41.2672628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10755}}, {"geometry": {"coordinates": [-69.9657019, 41.268735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17772}}, {"geometry": {"coordinates": [-70.122738, 41.269078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40038}}, {"geometry": {"coordinates": [-70.1138292, 41.2691556], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42689}}, {"geometry": {"coordinates": [-69.9643585, 41.2697196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6742}}, {"geometry": {"coordinates": [-70.1133514, 41.2706839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35682}}, {"geometry": {"coordinates": [-69.9655012, 41.2707795], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13049}}, {"geometry": {"coordinates": [-70.1992723, 41.2711163], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22614}}, {"geometry": {"coordinates": [-70.193951, 41.271399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21307}}, {"geometry": {"coordinates": [-70.193004, 41.271652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-70.0830759, 41.271765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21344}}, {"geometry": {"coordinates": [-70.1128891, 41.2718554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20067}}, {"geometry": {"coordinates": [-70.102425, 41.2719027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5227}}, {"geometry": {"coordinates": [-70.1066335, 41.2719979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20135}}, {"geometry": {"coordinates": [-70.122515, 41.272498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21307}}, {"geometry": {"coordinates": [-70.1040866, 41.2725536], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4356}}, {"geometry": {"coordinates": [-70.103633, 41.2726479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4356}}, {"geometry": {"coordinates": [-70.081937, 41.272664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21307}}, {"geometry": {"coordinates": [-70.1196797, 41.2745429], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20038}}, {"geometry": {"coordinates": [-70.0819767, 41.2746049], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12697}}, {"geometry": {"coordinates": [-70.0891341, 41.2747859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43485}}, {"geometry": {"coordinates": [-70.0955846, 41.2757011], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8920}}, {"geometry": {"coordinates": [-69.9634988, 41.2764486], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9148}}, {"geometry": {"coordinates": [-70.186117, 41.276639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19693}}, {"geometry": {"coordinates": [-70.075726, 41.276765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59602}}, {"geometry": {"coordinates": [-70.082146, 41.276839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-70.0969955, 41.2775888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11098}}, {"geometry": {"coordinates": [-70.0994609, 41.2781067], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8485}}, {"geometry": {"coordinates": [-70.0977377, 41.2783558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5049}}, {"geometry": {"coordinates": [-70.1095938, 41.2783732], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8049}}, {"geometry": {"coordinates": [-70.1036603, 41.2784146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5005}}, {"geometry": {"coordinates": [-70.1029139, 41.2787705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14148}}, {"geometry": {"coordinates": [-70.0979998, 41.2792218], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3987}}, {"geometry": {"coordinates": [-70.0979689, 41.279264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3626}}, {"geometry": {"coordinates": [-70.0965835, 41.279443], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3200}}, {"geometry": {"coordinates": [-70.0977733, 41.2797013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4350}}, {"geometry": {"coordinates": [-70.0958171, 41.279834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2940}}, {"geometry": {"coordinates": [-70.1079281, 41.279985], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5293}}, {"geometry": {"coordinates": [-70.0949952, 41.2801336], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5391}}, {"geometry": {"coordinates": [-70.079194, 41.280207], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55246}}, {"geometry": {"coordinates": [-70.109639, 41.280271], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5632}}, {"geometry": {"coordinates": [-70.0953935, 41.280315], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1611}}, {"geometry": {"coordinates": [-70.0950922, 41.2805333], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3445}}, {"geometry": {"coordinates": [-70.0991522, 41.2807231], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1525}}, {"geometry": {"coordinates": [-70.1008351, 41.2809624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7178}}, {"geometry": {"coordinates": [-70.064572, 41.280965], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25264}}, {"geometry": {"coordinates": [-70.0991668, 41.2810823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4500}}, {"geometry": {"coordinates": [-70.1027861, 41.2811356], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21117}}, {"geometry": {"coordinates": [-70.1037898, 41.2814518], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3015}}, {"geometry": {"coordinates": [-70.1080084, 41.2817058], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11262}}, {"geometry": {"coordinates": [-70.1000191, 41.281865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5572}}, {"geometry": {"coordinates": [-70.0967062, 41.2819267], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 164221}}, {"geometry": {"coordinates": [-70.098577, 41.2819833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4827}}, {"geometry": {"coordinates": [-70.1165594, 41.2821176], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37860}}, {"geometry": {"coordinates": [-70.1011577, 41.2823219], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7614}}, {"geometry": {"coordinates": [-70.061459, 41.283066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-70.1098797, 41.2832383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5009}}, {"geometry": {"coordinates": [-70.180435, 41.283451], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22216}}, {"geometry": {"coordinates": [-70.1118179, 41.2835038], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38731}}, {"geometry": {"coordinates": [-70.0980582, 41.2837816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8061}}, {"geometry": {"coordinates": [-70.1025775, 41.2840212], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4791}}, {"geometry": {"coordinates": [-70.1096934, 41.2840431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5299}}, {"geometry": {"coordinates": [-70.0965768, 41.2843394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1531}}, {"geometry": {"coordinates": [-70.1055235, 41.2846353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13712}}, {"geometry": {"coordinates": [-70.1014679, 41.2847314], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5436}}, {"geometry": {"coordinates": [-70.1065051, 41.2850002], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5871}}, {"geometry": {"coordinates": [-70.181438, 41.285146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11326}}, {"geometry": {"coordinates": [-70.0982081, 41.285372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3278}}, {"geometry": {"coordinates": [-70.0980679, 41.2853946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1525}}, {"geometry": {"coordinates": [-70.177672, 41.286023], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-70.1073696, 41.2865894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3560}}, {"geometry": {"coordinates": [-70.1146239, 41.2866117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42651}}, {"geometry": {"coordinates": [-70.186683, 41.28708], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 210830}}, {"geometry": {"coordinates": [-70.136197, 41.287123], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80150}}, {"geometry": {"coordinates": [-70.110633, 41.287125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-70.113043, 41.287498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.13254, 41.287625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.1079281, 41.2885596], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5871}}, {"geometry": {"coordinates": [-70.1573219, 41.2886809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 94960}}, {"geometry": {"coordinates": [-70.048402, 41.288892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42178}}, {"geometry": {"coordinates": [-70.19204, 41.288898], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 126324}}, {"geometry": {"coordinates": [-70.1050301, 41.2890365], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4100}}, {"geometry": {"coordinates": [-70.110173, 41.289087], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6098}}, {"geometry": {"coordinates": [-70.1097631, 41.2891925], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8485}}, {"geometry": {"coordinates": [-70.0977101, 41.2892063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6742}}, {"geometry": {"coordinates": [-70.1018537, 41.2896153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-70.1078222, 41.2901344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4200}}, {"geometry": {"coordinates": [-70.0997746, 41.2912091], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5150}}, {"geometry": {"coordinates": [-70.109636, 41.291233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7614}}, {"geometry": {"coordinates": [-70.1092852, 41.2920581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.1477787, 41.2930651], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95396}}, {"geometry": {"coordinates": [-69.993974, 41.303677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36175}}, {"geometry": {"coordinates": [-70.015354, 41.314031], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.0174229, 41.316704], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.768389, 41.323374], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 152460}}, {"geometry": {"coordinates": [-70.772469, 41.325149], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135036}}, {"geometry": {"coordinates": [-69.995598, 41.326803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40284}}, {"geometry": {"coordinates": [-69.995854, 41.32774], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44204}}, {"geometry": {"coordinates": [-70.751061, 41.330668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 196020}}, {"geometry": {"coordinates": [-70.816815, 41.331288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92347}}, {"geometry": {"coordinates": [-69.998114, 41.333258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43920}}, {"geometry": {"coordinates": [-70.793759, 41.334103], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135036}}, {"geometry": {"coordinates": [-70.810316, 41.340241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.830506, 41.343154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 370260}}, {"geometry": {"coordinates": [-70.761615, 41.346997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47916}}, {"geometry": {"coordinates": [-70.716861, 41.348179], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47916}}, {"geometry": {"coordinates": [-70.707876, 41.349209], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-70.74348, 41.3493489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 204732}}, {"geometry": {"coordinates": [-70.755215, 41.34985], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 204732}}, {"geometry": {"coordinates": [-70.8105964, 41.3508012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.733049, 41.352008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 217800}}, {"geometry": {"coordinates": [-70.5018506, 41.3525782], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23522}}, {"geometry": {"coordinates": [-70.5020849, 41.353331], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23680}}, {"geometry": {"coordinates": [-70.499257, 41.353646], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-70.757276, 41.3576089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.467208, 41.358153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.757059, 41.360729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261360}}, {"geometry": {"coordinates": [-70.6385334, 41.3612563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261360}}, {"geometry": {"coordinates": [-70.67053, 41.362482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 191664}}, {"geometry": {"coordinates": [-70.5139223, 41.3631154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72310}}, {"geometry": {"coordinates": [-70.5225362, 41.3631596], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82764}}, {"geometry": {"coordinates": [-70.563496, 41.363213], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 309275}}, {"geometry": {"coordinates": [-70.6121935, 41.3639196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 592416}}, {"geometry": {"coordinates": [-70.5267609, 41.364642], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25103}}, {"geometry": {"coordinates": [-70.5224984, 41.3647418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32234}}, {"geometry": {"coordinates": [-70.529391, 41.364776], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65775}}, {"geometry": {"coordinates": [-70.520288, 41.3648922], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20038}}, {"geometry": {"coordinates": [-70.5250177, 41.3656931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-70.73787, 41.368012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 196020}}, {"geometry": {"coordinates": [-70.524323, 41.368448], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67954}}, {"geometry": {"coordinates": [-70.5212319, 41.370357], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5287121, 41.3706335], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21954}}, {"geometry": {"coordinates": [-70.4951619, 41.371117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.5100525, 41.3719447], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74052}}, {"geometry": {"coordinates": [-70.528317, 41.3728321], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49658}}, {"geometry": {"coordinates": [-70.5093631, 41.3728402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 91476}}, {"geometry": {"coordinates": [-70.5159761, 41.3736927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29621}}, {"geometry": {"coordinates": [-70.621469, 41.3737975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135472}}, {"geometry": {"coordinates": [-70.713154, 41.37435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 439956}}, {"geometry": {"coordinates": [-70.5249621, 41.3750653], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5254665, 41.3761711], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5166664, 41.3776988], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24829}}, {"geometry": {"coordinates": [-70.594911, 41.378102], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 132858}}, {"geometry": {"coordinates": [-70.518073, 41.378402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-70.6103368, 41.3786118], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32792}}, {"geometry": {"coordinates": [-70.538528, 41.378908], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22216}}, {"geometry": {"coordinates": [-70.526097, 41.379237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.7112384, 41.3792599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 365904}}, {"geometry": {"coordinates": [-70.7172949, 41.379458], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 326700}}, {"geometry": {"coordinates": [-70.496823, 41.380183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 156815}}, {"geometry": {"coordinates": [-70.5192654, 41.380818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65776}}, {"geometry": {"coordinates": [-70.644819, 41.381293], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60548}}, {"geometry": {"coordinates": [-70.504469, 41.383959], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-70.504482, 41.384465], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32480}}, {"geometry": {"coordinates": [-70.519403, 41.385535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-70.522401, 41.385965], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26136}}, {"geometry": {"coordinates": [-70.534279, 41.387853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-70.5178249, 41.3878626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-70.5148501, 41.3880095], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2565}}, {"geometry": {"coordinates": [-70.5154839, 41.3893529], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5663}}, {"geometry": {"coordinates": [-70.702829, 41.389552], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 139392}}, {"geometry": {"coordinates": [-70.5282923, 41.3896215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23680}}, {"geometry": {"coordinates": [-70.516246, 41.3901466], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4550}}, {"geometry": {"coordinates": [-70.5120605, 41.3905238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5052}}, {"geometry": {"coordinates": [-70.514722, 41.391817], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10207}}, {"geometry": {"coordinates": [-70.5069009, 41.3919177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15900}}, {"geometry": {"coordinates": [-70.5138272, 41.3919543], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-70.5134085, 41.3920799], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-70.5109194, 41.3929298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7050}}, {"geometry": {"coordinates": [-70.5107255, 41.3931904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8529}}, {"geometry": {"coordinates": [-70.5088648, 41.3933344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10320}}, {"geometry": {"coordinates": [-70.5069321, 41.3940586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10124}}, {"geometry": {"coordinates": [-70.5077273, 41.3940701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17548}}, {"geometry": {"coordinates": [-70.5420216, 41.3941891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33977}}, {"geometry": {"coordinates": [-70.5187068, 41.3947384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-70.5477775, 41.3947954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-70.6632758, 41.3971578], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66647}}, {"geometry": {"coordinates": [-70.5487846, 41.4056735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-70.5556359, 41.4087662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 150282}}, {"geometry": {"coordinates": [-70.5778741, 41.4089564], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24829}}, {"geometry": {"coordinates": [-70.5776784, 41.4118541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5726341, 41.412592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-70.5729104, 41.4129241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-70.5688477, 41.414998], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.6779678, 41.416304], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 190792}}, {"geometry": {"coordinates": [-70.586433, 41.420178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23217}}, {"geometry": {"coordinates": [-70.672478, 41.421804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 102801}}, {"geometry": {"coordinates": [-70.5681562, 41.4259351], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 168142}}, {"geometry": {"coordinates": [-70.68601, 41.426634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 943945}}, {"geometry": {"coordinates": [-70.5867368, 41.4305155], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49658}}, {"geometry": {"coordinates": [-70.63709, 41.4343738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 147668}}, {"geometry": {"coordinates": [-70.603214, 41.435677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42253}}, {"geometry": {"coordinates": [-70.5583304, 41.4367566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90474}}, {"geometry": {"coordinates": [-70.630566, 41.43687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 424710}}, {"geometry": {"coordinates": [-70.602503, 41.437404], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35719}}, {"geometry": {"coordinates": [-70.5564417, 41.4386127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5935214, 41.4386301], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.589923, 41.442368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19166}}, {"geometry": {"coordinates": [-70.5892633, 41.4426038], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78277}}, {"geometry": {"coordinates": [-70.5555165, 41.44381], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-70.6632175, 41.4468734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135036}}, {"geometry": {"coordinates": [-70.595684, 41.4475679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-70.6139599, 41.4485561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9920}}, {"geometry": {"coordinates": [-70.5925381, 41.448945], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24100}}, {"geometry": {"coordinates": [-70.5534473, 41.4509169], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3920}}, {"geometry": {"coordinates": [-70.6041355, 41.4554123], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5544}}, {"geometry": {"coordinates": [-70.603969, 41.45599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12994}}, {"geometry": {"coordinates": [-70.5678999, 41.4560056], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11299}}, {"geometry": {"coordinates": [-70.5647505, 41.4567196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4792}}, {"geometry": {"coordinates": [-70.604088, 41.4567586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-70.6052509, 41.4574161], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.6019873, 41.459392], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61420}}, {"geometry": {"coordinates": [-70.60343, 41.461165], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.566363, 41.4625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14374}}, {"geometry": {"coordinates": [-70.6176085, 41.4639192], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-70.6147456, 41.4644187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.599265, 41.464766], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-70.600229, 41.466343], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34412}}, {"geometry": {"coordinates": [-70.566328, 41.467759], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.597556, 41.468349], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.5741002, 41.4685125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.5641909, 41.469138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-70.5690885, 41.4692733], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42384}}, {"geometry": {"coordinates": [-70.600972, 41.478642], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40135}}, {"geometry": {"coordinates": [-71.0388444, 41.4961701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46348}}, {"geometry": {"coordinates": [-71.0388556, 41.496182], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46348}}, {"geometry": {"coordinates": [-71.1101566, 41.5041726], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34543}}, {"geometry": {"coordinates": [-71.1100037, 41.5048483], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34543}}, {"geometry": {"coordinates": [-71.096284, 41.50493], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30400}}, {"geometry": {"coordinates": [-71.108685, 41.5058949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70888}}, {"geometry": {"coordinates": [-71.1124989, 41.5080813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60984}}, {"geometry": {"coordinates": [-70.953519, 41.5158801], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 435600}}, {"geometry": {"coordinates": [-70.954128, 41.516518], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 435600}}, {"geometry": {"coordinates": [-70.669094, 41.520259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87000}}, {"geometry": {"coordinates": [-70.651489, 41.524393], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80150}}, {"geometry": {"coordinates": [-71.077211, 41.5255901], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92434}}, {"geometry": {"coordinates": [-70.957935, 41.526573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 203425}}, {"geometry": {"coordinates": [-71.0789588, 41.5277576], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-71.065074, 41.53078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 104544}}, {"geometry": {"coordinates": [-70.947602, 41.53251], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.9483232, 41.5334184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13570}}, {"geometry": {"coordinates": [-70.949415, 41.533762], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19625}}, {"geometry": {"coordinates": [-70.668006, 41.535568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 159865}}, {"geometry": {"coordinates": [-70.950402, 41.536611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63598}}, {"geometry": {"coordinates": [-70.6371939, 41.537344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42628}}, {"geometry": {"coordinates": [-70.620487, 41.542594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.6032524, 41.5431489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-70.6168229, 41.5436767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27442}}, {"geometry": {"coordinates": [-70.6017181, 41.5438012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7400}}, {"geometry": {"coordinates": [-70.6083414, 41.5443954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13800}}, {"geometry": {"coordinates": [-70.6106651, 41.5447262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23609}}, {"geometry": {"coordinates": [-70.587028, 41.545755], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-70.5962231, 41.5464803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3600}}, {"geometry": {"coordinates": [-70.5972572, 41.5465012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7200}}, {"geometry": {"coordinates": [-70.6480057, 41.5468983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-70.6335531, 41.5472364], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31799}}, {"geometry": {"coordinates": [-70.6074299, 41.548053], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9500}}, {"geometry": {"coordinates": [-70.5742048, 41.5481845], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19166}}, {"geometry": {"coordinates": [-70.9371759, 41.548558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41600}}, {"geometry": {"coordinates": [-70.5640726, 41.5492305], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19020}}, {"geometry": {"coordinates": [-70.5733915, 41.5519715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29000}}, {"geometry": {"coordinates": [-70.5504542, 41.5521834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7425}}, {"geometry": {"coordinates": [-70.5741119, 41.5522668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20102}}, {"geometry": {"coordinates": [-70.6205408, 41.5525248], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53503}}, {"geometry": {"coordinates": [-70.5728463, 41.553171], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21000}}, {"geometry": {"coordinates": [-70.6533033, 41.5536518], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43908}}, {"geometry": {"coordinates": [-70.550805, 41.554224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19800}}, {"geometry": {"coordinates": [-70.6003717, 41.5543547], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22700}}, {"geometry": {"coordinates": [-70.550512, 41.554439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19800}}, {"geometry": {"coordinates": [-70.6536054, 41.555679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.5598895, 41.5557167], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20300}}, {"geometry": {"coordinates": [-71.0708453, 41.5564919], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135036}}, {"geometry": {"coordinates": [-70.486529, 41.557589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12455}}, {"geometry": {"coordinates": [-71.005998, 41.557904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 217650}}, {"geometry": {"coordinates": [-70.486799, 41.558258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23086}}, {"geometry": {"coordinates": [-70.485899, 41.558769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.4787458, 41.5589202], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7362}}, {"geometry": {"coordinates": [-70.486161, 41.559016], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23515}}, {"geometry": {"coordinates": [-70.9700743, 41.5594897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38546}}, {"geometry": {"coordinates": [-70.547619, 41.5607089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38800}}, {"geometry": {"coordinates": [-70.4755234, 41.5607477], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15551}}, {"geometry": {"coordinates": [-70.4745472, 41.5610644], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-70.5397289, 41.5612142], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12300}}, {"geometry": {"coordinates": [-71.0074786, 41.5625712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 429066}}, {"geometry": {"coordinates": [-70.6395944, 41.5629949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 201377}}, {"geometry": {"coordinates": [-70.6522112, 41.5630326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24916}}, {"geometry": {"coordinates": [-70.5017179, 41.5638332], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.5082024, 41.5642023], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25003}}, {"geometry": {"coordinates": [-70.4711072, 41.56463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5489}}, {"geometry": {"coordinates": [-70.4897249, 41.564731], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22216}}, {"geometry": {"coordinates": [-70.5809905, 41.564825], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20560}}, {"geometry": {"coordinates": [-70.5048788, 41.5655914], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21344}}, {"geometry": {"coordinates": [-70.471758, 41.565684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-70.4853785, 41.5658641], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19868}}, {"geometry": {"coordinates": [-70.504321, 41.5661698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17076}}, {"geometry": {"coordinates": [-71.0659149, 41.5664466], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 266152}}, {"geometry": {"coordinates": [-70.472753, 41.566655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23087}}, {"geometry": {"coordinates": [-70.4673417, 41.5672361], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18730}}, {"geometry": {"coordinates": [-70.472817, 41.567379], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23174}}, {"geometry": {"coordinates": [-70.5834017, 41.5674771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14374}}, {"geometry": {"coordinates": [-70.4693639, 41.5687382], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10018}}, {"geometry": {"coordinates": [-70.4994634, 41.5700698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16596}}, {"geometry": {"coordinates": [-70.4643666, 41.5701689], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7579}}, {"geometry": {"coordinates": [-70.46698, 41.570184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8015}}, {"geometry": {"coordinates": [-70.4761742, 41.5710832], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24925}}, {"geometry": {"coordinates": [-70.6449851, 41.5714552], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17206}}, {"geometry": {"coordinates": [-70.4624141, 41.5717787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-70.629139, 41.572355], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108900}}, {"geometry": {"coordinates": [-70.4616238, 41.5724284], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-70.6276279, 41.5750249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19310}}, {"geometry": {"coordinates": [-70.5117351, 41.5762095], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35501}}, {"geometry": {"coordinates": [-70.5320479, 41.5786112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9870}}, {"geometry": {"coordinates": [-70.4608102, 41.5791037], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21736}}, {"geometry": {"coordinates": [-70.4632973, 41.5801617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20647}}, {"geometry": {"coordinates": [-70.9561428, 41.5805561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 341946}}, {"geometry": {"coordinates": [-70.4611124, 41.5811291], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23217}}, {"geometry": {"coordinates": [-70.4629603, 41.5814265], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16640}}, {"geometry": {"coordinates": [-70.9372417, 41.5815305], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-70.4600664, 41.5830296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13547}}, {"geometry": {"coordinates": [-70.9393303, 41.5847875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17933}}, {"geometry": {"coordinates": [-70.9395173, 41.5858345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37648}}, {"geometry": {"coordinates": [-70.4750353, 41.5871685], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52272}}, {"geometry": {"coordinates": [-70.4750353, 41.5876192], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50965}}, {"geometry": {"coordinates": [-70.9288822, 41.5925888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20038}}, {"geometry": {"coordinates": [-70.9279534, 41.5933324], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22400}}, {"geometry": {"coordinates": [-70.6460309, 41.594869], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 415039}}, {"geometry": {"coordinates": [-70.4704796, 41.5965824], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24916}}, {"geometry": {"coordinates": [-70.5637785, 41.5984741], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 807919}}, {"geometry": {"coordinates": [-70.640245, 41.599233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.6305908, 41.6008939], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44962}}, {"geometry": {"coordinates": [-70.6473086, 41.6041476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43049}}, {"geometry": {"coordinates": [-70.4386584, 41.6080773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.3898884, 41.6086964], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 121968}}, {"geometry": {"coordinates": [-70.3930965, 41.6097518], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-70.4554409, 41.6102482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50529}}, {"geometry": {"coordinates": [-70.4177827, 41.6114634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53143}}, {"geometry": {"coordinates": [-70.4177608, 41.6114647], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53143}}, {"geometry": {"coordinates": [-70.391167, 41.6120191], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.3932127, 41.6123059], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72745}}, {"geometry": {"coordinates": [-70.4129257, 41.6131631], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.6459842, 41.6135916], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42613}}, {"geometry": {"coordinates": [-70.3883541, 41.6148056], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36155}}, {"geometry": {"coordinates": [-70.3919342, 41.6151387], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.3723135, 41.6155318], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35719}}, {"geometry": {"coordinates": [-70.4442836, 41.6174035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20038}}, {"geometry": {"coordinates": [-70.384518, 41.618913], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 98010}}, {"geometry": {"coordinates": [-70.3701747, 41.6189433], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60983}}, {"geometry": {"coordinates": [-70.3741268, 41.6190803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-70.6437025, 41.6202654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17978}}, {"geometry": {"coordinates": [-70.6436072, 41.6203649], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19166}}, {"geometry": {"coordinates": [-70.3730109, 41.6206088], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31799}}, {"geometry": {"coordinates": [-70.6334137, 41.6210342], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24930}}, {"geometry": {"coordinates": [-70.4134603, 41.6211208], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26136}}, {"geometry": {"coordinates": [-70.4025114, 41.6212312], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87991}}, {"geometry": {"coordinates": [-70.3842162, 41.621354], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3920}}, {"geometry": {"coordinates": [-70.3760494, 41.6221623], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22215}}, {"geometry": {"coordinates": [-70.409151, 41.622233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71874}}, {"geometry": {"coordinates": [-70.26903, 41.6228849], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 151154}}, {"geometry": {"coordinates": [-70.4122051, 41.6231132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31798}}, {"geometry": {"coordinates": [-70.398327, 41.6231934], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.5989977, 41.6232253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67082}}, {"geometry": {"coordinates": [-70.381287, 41.6236125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-70.377002, 41.623664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20473}}, {"geometry": {"coordinates": [-70.3797527, 41.6243165], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-70.3807291, 41.6251272], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.3764515, 41.6254207], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37462}}, {"geometry": {"coordinates": [-70.4246648, 41.6254641], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.314632, 41.62757], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.6392691, 41.628554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-70.3048074, 41.629101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50093}}, {"geometry": {"coordinates": [-70.6396409, 41.6293325], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14400}}, {"geometry": {"coordinates": [-70.42592, 41.6300389], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75358}}, {"geometry": {"coordinates": [-70.3058909, 41.6308927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.4004657, 41.6316767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 226512}}, {"geometry": {"coordinates": [-70.6433818, 41.6322949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26000}}, {"geometry": {"coordinates": [-70.3023879, 41.632384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4792}}, {"geometry": {"coordinates": [-70.304567, 41.632846], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24394}}, {"geometry": {"coordinates": [-70.2334237, 41.6331449], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11325}}, {"geometry": {"coordinates": [-70.393529, 41.633186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 247857}}, {"geometry": {"coordinates": [-70.3605733, 41.6334698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 115869}}, {"geometry": {"coordinates": [-70.2317667, 41.6335878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-70.3973972, 41.6338356], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.2977299, 41.6340365], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-70.4175516, 41.6341147], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-70.2296853, 41.6345347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8605}}, {"geometry": {"coordinates": [-70.3529711, 41.6348422], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27878}}, {"geometry": {"coordinates": [-70.2991715, 41.6348929], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.323553, 41.634904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.394884, 41.635032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89297}}, {"geometry": {"coordinates": [-70.307217, 41.635074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.3073409, 41.6355686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49658}}, {"geometry": {"coordinates": [-70.2977764, 41.6356199], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.6405936, 41.637667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15681}}, {"geometry": {"coordinates": [-70.6411745, 41.6376744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2428}}, {"geometry": {"coordinates": [-70.347046, 41.63793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37026}}, {"geometry": {"coordinates": [-70.3470228, 41.6379412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20909}}, {"geometry": {"coordinates": [-70.350825, 41.638035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-70.363763, 41.6381303], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101930}}, {"geometry": {"coordinates": [-70.3450848, 41.6382339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22215}}, {"geometry": {"coordinates": [-70.641675, 41.638489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24829}}, {"geometry": {"coordinates": [-70.6432657, 41.6386025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-70.3647579, 41.6386378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 137214}}, {"geometry": {"coordinates": [-70.3920272, 41.6389074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.2411685, 41.6395519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71363}}, {"geometry": {"coordinates": [-70.4027903, 41.6396665], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 383328}}, {"geometry": {"coordinates": [-70.403242, 41.640742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 256568}}, {"geometry": {"coordinates": [-70.4146226, 41.6413638], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-70.3666875, 41.6418117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66647}}, {"geometry": {"coordinates": [-70.249762, 41.641991], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-70.6331007, 41.6447717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22651}}, {"geometry": {"coordinates": [-70.2775014, 41.6448748], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.6503524, 41.6450769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.3994429, 41.6455271], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76666}}, {"geometry": {"coordinates": [-70.3486468, 41.645553], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19601}}, {"geometry": {"coordinates": [-70.6335996, 41.6455897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.6382468, 41.6458751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19360}}, {"geometry": {"coordinates": [-70.9126382, 41.6468805], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15791}}, {"geometry": {"coordinates": [-70.2764086, 41.6479984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16553}}, {"geometry": {"coordinates": [-70.3460662, 41.6481519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43995}}, {"geometry": {"coordinates": [-70.3482981, 41.6482477], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59242}}, {"geometry": {"coordinates": [-70.2592042, 41.6498994], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23086}}, {"geometry": {"coordinates": [-70.7637516, 41.6500446], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10193}}, {"geometry": {"coordinates": [-70.6283947, 41.6511761], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10100}}, {"geometry": {"coordinates": [-70.1588431, 41.6525168], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.1674659, 41.6528047], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65664}}, {"geometry": {"coordinates": [-70.131719, 41.652996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9000}}, {"geometry": {"coordinates": [-70.197791, 41.653538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37897}}, {"geometry": {"coordinates": [-70.198896, 41.6535582], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43124}}, {"geometry": {"coordinates": [-70.7924608, 41.65378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59242}}, {"geometry": {"coordinates": [-70.128289, 41.6541177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21344}}, {"geometry": {"coordinates": [-70.127143, 41.654432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.6243659, 41.6548186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7405}}, {"geometry": {"coordinates": [-69.9626326, 41.6561509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-69.9620462, 41.6564664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46130}}, {"geometry": {"coordinates": [-69.9643213, 41.6568637], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47044}}, {"geometry": {"coordinates": [-70.1874148, 41.6572769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15246}}, {"geometry": {"coordinates": [-70.1734181, 41.6588642], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48351}}, {"geometry": {"coordinates": [-70.6192395, 41.6596749], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31799}}, {"geometry": {"coordinates": [-70.1576147, 41.6598592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18426}}, {"geometry": {"coordinates": [-70.1087787, 41.6602391], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17859}}, {"geometry": {"coordinates": [-69.9655188, 41.6619788], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40032}}, {"geometry": {"coordinates": [-69.9642846, 41.6620964], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33541}}, {"geometry": {"coordinates": [-69.9666952, 41.6628498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32632}}, {"geometry": {"coordinates": [-70.6292142, 41.6632664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34282}}, {"geometry": {"coordinates": [-70.629076, 41.663738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34282}}, {"geometry": {"coordinates": [-69.9669765, 41.6637654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41817}}, {"geometry": {"coordinates": [-70.089307, 41.66377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27007}}, {"geometry": {"coordinates": [-70.618969, 41.663867], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31189}}, {"geometry": {"coordinates": [-70.112515, 41.664583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 138085}}, {"geometry": {"coordinates": [-70.0842676, 41.664687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-70.077834, 41.6655469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9000}}, {"geometry": {"coordinates": [-70.0739327, 41.6656012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.0537611, 41.6656874], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 131551}}, {"geometry": {"coordinates": [-70.087914, 41.665807], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27442}}, {"geometry": {"coordinates": [-70.0962219, 41.6658199], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15028}}, {"geometry": {"coordinates": [-70.05497, 41.6659161], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.0786501, 41.6659967], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9000}}, {"geometry": {"coordinates": [-70.054312, 41.666061], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 276606}}, {"geometry": {"coordinates": [-70.0778574, 41.6662872], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9148}}, {"geometry": {"coordinates": [-70.0879592, 41.6666802], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-70.627553, 41.666988], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 140699}}, {"geometry": {"coordinates": [-69.9536909, 41.66727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24350}}, {"geometry": {"coordinates": [-70.0456821, 41.6679522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34412}}, {"geometry": {"coordinates": [-70.0320798, 41.6689457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-69.9636187, 41.6692567], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7405}}, {"geometry": {"coordinates": [-70.057098, 41.669261], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50530}}, {"geometry": {"coordinates": [-70.057106, 41.669296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50529}}, {"geometry": {"coordinates": [-70.0300523, 41.6693974], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6970}}, {"geometry": {"coordinates": [-69.9786396, 41.6694876], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40206}}, {"geometry": {"coordinates": [-70.6408417, 41.6695952], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48352}}, {"geometry": {"coordinates": [-70.621263, 41.6697429], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 195584}}, {"geometry": {"coordinates": [-70.1819665, 41.6697967], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38768}}, {"geometry": {"coordinates": [-70.0800863, 41.6700731], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 276606}}, {"geometry": {"coordinates": [-69.9802942, 41.6700964], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40500}}, {"geometry": {"coordinates": [-69.9638041, 41.6702138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 143748}}, {"geometry": {"coordinates": [-69.9814373, 41.6702241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.640245, 41.6703234], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48352}}, {"geometry": {"coordinates": [-69.9960925, 41.670479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16553}}, {"geometry": {"coordinates": [-70.0638746, 41.6705057], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-70.0011648, 41.6706093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-69.9762032, 41.6706807], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19994}}, {"geometry": {"coordinates": [-70.6428474, 41.67074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59677}}, {"geometry": {"coordinates": [-70.1510654, 41.6709714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-70.1713371, 41.6710837], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89297}}, {"geometry": {"coordinates": [-69.9940907, 41.6714449], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26571}}, {"geometry": {"coordinates": [-69.993023, 41.671714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27442}}, {"geometry": {"coordinates": [-69.9926032, 41.6724311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-69.9998411, 41.6725972], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43124}}, {"geometry": {"coordinates": [-70.8099977, 41.6726434], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39703}}, {"geometry": {"coordinates": [-69.9879042, 41.6729288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20436}}, {"geometry": {"coordinates": [-70.0411262, 41.6729579], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33106}}, {"geometry": {"coordinates": [-70.023693, 41.673435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36590}}, {"geometry": {"coordinates": [-69.9669446, 41.6736084], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16519}}, {"geometry": {"coordinates": [-69.9669446, 41.6736084], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15780}}, {"geometry": {"coordinates": [-70.06971, 41.674557], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42200}}, {"geometry": {"coordinates": [-69.953253, 41.6746946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5663}}, {"geometry": {"coordinates": [-70.013871, 41.67474], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32632}}, {"geometry": {"coordinates": [-70.010147, 41.675414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-69.9512081, 41.6757968], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-69.998196, 41.6758339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57064}}, {"geometry": {"coordinates": [-70.018929, 41.6760221], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-70.7458627, 41.6764628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 97462}}, {"geometry": {"coordinates": [-69.9639436, 41.6767516], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25221}}, {"geometry": {"coordinates": [-70.038648, 41.6779544], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-70.0179689, 41.6791837], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33939}}, {"geometry": {"coordinates": [-69.9552432, 41.679816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-70.0008293, 41.6800784], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49615}}, {"geometry": {"coordinates": [-70.4501792, 41.6801137], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29185}}, {"geometry": {"coordinates": [-70.1664656, 41.680347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-69.990457, 41.681044], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21344}}, {"geometry": {"coordinates": [-69.9809193, 41.6811505], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-70.299885, 41.681373], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49658}}, {"geometry": {"coordinates": [-69.991063, 41.681377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20534}}, {"geometry": {"coordinates": [-70.751438, 41.681409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-69.9592445, 41.6816262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6055}}, {"geometry": {"coordinates": [-70.7518097, 41.6816987], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11839}}, {"geometry": {"coordinates": [-69.9520091, 41.6818083], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-69.972944, 41.682155], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43124}}, {"geometry": {"coordinates": [-69.958684, 41.6823151], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-69.9582288, 41.6824467], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-69.9738249, 41.682848], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14985}}, {"geometry": {"coordinates": [-69.973139, 41.683287], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29583}}, {"geometry": {"coordinates": [-69.9565819, 41.6834134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20037}}, {"geometry": {"coordinates": [-70.1586332, 41.6841824], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20909}}, {"geometry": {"coordinates": [-70.0018687, 41.6844957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53578}}, {"geometry": {"coordinates": [-69.973986, 41.685514], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-70.6419645, 41.6857086], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111078}}, {"geometry": {"coordinates": [-69.965996, 41.6875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16519}}, {"geometry": {"coordinates": [-69.9620637, 41.6875203], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-69.966385, 41.687988], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15780}}, {"geometry": {"coordinates": [-69.9733884, 41.6883414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74487}}, {"geometry": {"coordinates": [-69.9667737, 41.6885519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19994}}, {"geometry": {"coordinates": [-69.952866, 41.6887644], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-70.168186, 41.6888966], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.017201, 41.6889881], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22172}}, {"geometry": {"coordinates": [-70.0945957, 41.6894102], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.7359664, 41.6902854], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11250}}, {"geometry": {"coordinates": [-70.001897, 41.691577], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.760342, 41.692014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8933}}, {"geometry": {"coordinates": [-70.626164, 41.6920293], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12807}}, {"geometry": {"coordinates": [-70.7382895, 41.6923399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11850}}, {"geometry": {"coordinates": [-69.9552432, 41.6939974], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16552}}, {"geometry": {"coordinates": [-69.9542305, 41.6944859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36154}}, {"geometry": {"coordinates": [-70.7398692, 41.6945281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28280}}, {"geometry": {"coordinates": [-70.6297889, 41.695926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-70.307743, 41.698205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56192}}, {"geometry": {"coordinates": [-70.7348281, 41.6985878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108787}}, {"geometry": {"coordinates": [-70.250948, 41.699542], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 696960}}, {"geometry": {"coordinates": [-70.252768, 41.700294], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 77972}}, {"geometry": {"coordinates": [-69.967662, 41.701098], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41381}}, {"geometry": {"coordinates": [-69.954066, 41.7012203], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40467}}, {"geometry": {"coordinates": [-70.2655889, 41.7018584], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.182361, 41.7027266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87556}}, {"geometry": {"coordinates": [-70.7613805, 41.7034753], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19232}}, {"geometry": {"coordinates": [-70.264381, 41.703598], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84070}}, {"geometry": {"coordinates": [-70.2971486, 41.704678], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56192}}, {"geometry": {"coordinates": [-70.7457234, 41.7052253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 157574}}, {"geometry": {"coordinates": [-69.971771, 41.705379], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32191}}, {"geometry": {"coordinates": [-70.7482266, 41.7056091], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71002}}, {"geometry": {"coordinates": [-69.9805533, 41.7082702], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67039}}, {"geometry": {"coordinates": [-69.9770195, 41.7083179], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22215}}, {"geometry": {"coordinates": [-69.966531, 41.7084029], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41818}}, {"geometry": {"coordinates": [-70.3081229, 41.7084273], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63597}}, {"geometry": {"coordinates": [-69.9741026, 41.7087771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19601}}, {"geometry": {"coordinates": [-70.256753, 41.708924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29185}}, {"geometry": {"coordinates": [-70.2954978, 41.7095344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9583}}, {"geometry": {"coordinates": [-69.9882812, 41.7100594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49614}}, {"geometry": {"coordinates": [-70.2934982, 41.7100775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15681}}, {"geometry": {"coordinates": [-69.9812643, 41.7103824], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29142}}, {"geometry": {"coordinates": [-70.615754, 41.7115516], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13983}}, {"geometry": {"coordinates": [-69.973259, 41.7139499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-69.9713971, 41.7146046], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23914}}, {"geometry": {"coordinates": [-70.7489839, 41.715255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 446377}}, {"geometry": {"coordinates": [-69.972373, 41.716258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38769}}, {"geometry": {"coordinates": [-69.9811349, 41.7168475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43124}}, {"geometry": {"coordinates": [-70.05073, 41.717887], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71438}}, {"geometry": {"coordinates": [-69.977162, 41.718013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 119354}}, {"geometry": {"coordinates": [-70.6652924, 41.7180224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60112}}, {"geometry": {"coordinates": [-70.2242863, 41.7202394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23522}}, {"geometry": {"coordinates": [-70.197392, 41.7205593], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87556}}, {"geometry": {"coordinates": [-70.2136179, 41.7212766], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 125888}}, {"geometry": {"coordinates": [-70.6217258, 41.7257744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.1921171, 41.727735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.6493301, 41.7305187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35600}}, {"geometry": {"coordinates": [-69.9921566, 41.7309819], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37897}}, {"geometry": {"coordinates": [-70.6535407, 41.7316677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33200}}, {"geometry": {"coordinates": [-70.0792401, 41.7325201], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.0656928, 41.7356973], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-70.6217026, 41.7361728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11282}}, {"geometry": {"coordinates": [-70.4117183, 41.7362464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46138}}, {"geometry": {"coordinates": [-70.410637, 41.737106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-69.984512, 41.737269], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50965}}, {"geometry": {"coordinates": [-70.412425, 41.7375364], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39639}}, {"geometry": {"coordinates": [-70.3934202, 41.7394677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39640}}, {"geometry": {"coordinates": [-70.2148926, 41.7404859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.3993266, 41.7412103], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 117612}}, {"geometry": {"coordinates": [-70.2013599, 41.741221], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17080}}, {"geometry": {"coordinates": [-70.2121618, 41.7415672], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23522}}, {"geometry": {"coordinates": [-70.404828, 41.741786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 104544}}, {"geometry": {"coordinates": [-70.4164285, 41.7425552], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 194277}}, {"geometry": {"coordinates": [-70.1611106, 41.7428006], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51400}}, {"geometry": {"coordinates": [-70.2116085, 41.7439599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-70.2108353, 41.7442451], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-70.2071353, 41.7455048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-70.191572, 41.74701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11473}}, {"geometry": {"coordinates": [-69.9724994, 41.7476683], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-69.974228, 41.7485054], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-70.1892024, 41.7489175], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.1918244, 41.7490254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17859}}, {"geometry": {"coordinates": [-70.161016, 41.749325], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71438}}, {"geometry": {"coordinates": [-70.13123, 41.749889], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 307969}}, {"geometry": {"coordinates": [-70.1024844, 41.7499766], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 118483}}, {"geometry": {"coordinates": [-70.1404124, 41.7516619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37026}}, {"geometry": {"coordinates": [-70.1556919, 41.7537618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.122191, 41.7540213], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 141134}}, {"geometry": {"coordinates": [-70.158951, 41.755054], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-70.4580442, 41.7570479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73181}}, {"geometry": {"coordinates": [-70.1106155, 41.7584077], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16117}}, {"geometry": {"coordinates": [-69.956748, 41.764821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100623}}, {"geometry": {"coordinates": [-70.098386, 41.7648598], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20735}}, {"geometry": {"coordinates": [-69.9512083, 41.7666149], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70131}}, {"geometry": {"coordinates": [-70.4863893, 41.7688517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-69.978512, 41.770981], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56628}}, {"geometry": {"coordinates": [-69.954833, 41.77196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57499}}, {"geometry": {"coordinates": [-69.983958, 41.772626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 137214}}, {"geometry": {"coordinates": [-69.9603672, 41.7729024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-69.9591224, 41.7740997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-69.9640021, 41.775196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-69.942103, 41.778244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-69.9719725, 41.7783116], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35719}}, {"geometry": {"coordinates": [-69.9646542, 41.7783582], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28749}}, {"geometry": {"coordinates": [-69.9767205, 41.7785998], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-69.961329, 41.779503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.0317759, 41.779799], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25544}}, {"geometry": {"coordinates": [-70.0325721, 41.7809528], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42688}}, {"geometry": {"coordinates": [-70.016498, 41.782936], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63162}}, {"geometry": {"coordinates": [-69.968515, 41.7856326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56192}}, {"geometry": {"coordinates": [-69.9761058, 41.7904612], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-69.939362, 41.7929699], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55321}}, {"geometry": {"coordinates": [-69.9460791, 41.793021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-69.9684225, 41.7955335], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43995}}, {"geometry": {"coordinates": [-69.956326, 41.7959559], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52272}}, {"geometry": {"coordinates": [-69.956006, 41.799112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62216}}, {"geometry": {"coordinates": [-69.955918, 41.799265], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62216}}, {"geometry": {"coordinates": [-69.952524, 41.799323], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-69.9704088, 41.8017735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30928}}, {"geometry": {"coordinates": [-69.9674999, 41.8029772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30491}}, {"geometry": {"coordinates": [-70.533496, 41.804217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 113692}}, {"geometry": {"coordinates": [-69.9571675, 41.8044904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57499}}, {"geometry": {"coordinates": [-69.964876, 41.80475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-69.9558306, 41.8060445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23087}}, {"geometry": {"coordinates": [-69.9672244, 41.8086964], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26136}}, {"geometry": {"coordinates": [-69.9532743, 41.8099057], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44867}}, {"geometry": {"coordinates": [-69.9956274, 41.8099322], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70915}}, {"geometry": {"coordinates": [-69.9902654, 41.8165038], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42688}}, {"geometry": {"coordinates": [-70.0040763, 41.839655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32147}}, {"geometry": {"coordinates": [-70.0054636, 41.8495062], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26572}}, {"geometry": {"coordinates": [-71.253199, 41.850991], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 527399}}, {"geometry": {"coordinates": [-71.251913, 41.8515371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 528000}}, {"geometry": {"coordinates": [-70.0062463, 41.8520769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-70.0081886, 41.8775046], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87033}}, {"geometry": {"coordinates": [-69.988037, 41.878368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 121532}}, {"geometry": {"coordinates": [-70.6020209, 41.8843448], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30455}}, {"geometry": {"coordinates": [-70.5892168, 41.887803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30225}}, {"geometry": {"coordinates": [-70.0009775, 41.8921616], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36590}}, {"geometry": {"coordinates": [-70.0228898, 41.8960861], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.6435445, 41.9067219], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 241285}}, {"geometry": {"coordinates": [-70.02508, 41.913183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52708}}, {"geometry": {"coordinates": [-70.025088, 41.913186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52708}}, {"geometry": {"coordinates": [-70.028993, 41.916888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.0628733, 41.9283955], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26136}}, {"geometry": {"coordinates": [-70.045242, 41.932169], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57063}}, {"geometry": {"coordinates": [-70.6157773, 41.9397295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57934}}, {"geometry": {"coordinates": [-70.6036347, 41.942399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62253}}, {"geometry": {"coordinates": [-70.6278741, 41.9437823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87954}}, {"geometry": {"coordinates": [-70.6467259, 41.9481517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47879}}, {"geometry": {"coordinates": [-70.662625, 41.956222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5435}}, {"geometry": {"coordinates": [-70.070053, 41.963718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 145926}}, {"geometry": {"coordinates": [-70.0696069, 41.9637751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 146013}}, {"geometry": {"coordinates": [-70.0722149, 41.9655038], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 177725}}, {"geometry": {"coordinates": [-70.737004, 41.969635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95396}}, {"geometry": {"coordinates": [-70.076562, 41.97146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.031182, 41.972928], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 121358}}, {"geometry": {"coordinates": [-70.7476515, 41.9789937], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 119790}}, {"geometry": {"coordinates": [-70.075899, 41.98195], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111513}}, {"geometry": {"coordinates": [-70.0639974, 41.9886679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74531}}, {"geometry": {"coordinates": [-71.3101102, 41.9897059], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20160}}, {"geometry": {"coordinates": [-70.067325, 41.990527], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-70.067322, 41.990528], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-70.0425938, 41.9932235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-70.062089, 41.995619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41469}}, {"geometry": {"coordinates": [-70.062088, 41.995621], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41381}}, {"geometry": {"coordinates": [-70.06372, 42.0010679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72745}}, {"geometry": {"coordinates": [-70.06372, 42.0010679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72745}}, {"geometry": {"coordinates": [-70.0806258, 42.0045399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62291}}, {"geometry": {"coordinates": [-71.1076, 42.0080428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 266152}}, {"geometry": {"coordinates": [-70.0809132, 42.010204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33976}}, {"geometry": {"coordinates": [-70.7144076, 42.0114133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42614}}, {"geometry": {"coordinates": [-70.6688473, 42.0122979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56500}}, {"geometry": {"coordinates": [-70.6747952, 42.0146036], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83996}}, {"geometry": {"coordinates": [-70.084453, 42.014871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-70.6756549, 42.0154062], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40871}}, {"geometry": {"coordinates": [-70.6796973, 42.0158744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50890}}, {"geometry": {"coordinates": [-70.6824923, 42.0166508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61344}}, {"geometry": {"coordinates": [-70.6706427, 42.0166702], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59167}}, {"geometry": {"coordinates": [-70.6787218, 42.0172465], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92272}}, {"geometry": {"coordinates": [-70.084724, 42.017998], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-70.6708919, 42.0181748], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111874}}, {"geometry": {"coordinates": [-70.6946599, 42.0213669], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66572}}, {"geometry": {"coordinates": [-70.6799996, 42.0218517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41307}}, {"geometry": {"coordinates": [-70.0878199, 42.024655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.6799068, 42.0251626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27442}}, {"geometry": {"coordinates": [-70.6806047, 42.025313], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60897}}, {"geometry": {"coordinates": [-70.089645, 42.025406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-70.6824159, 42.0273449], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11389}}, {"geometry": {"coordinates": [-70.09077, 42.027557], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-70.09053, 42.027706], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-70.088196, 42.028337], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55757}}, {"geometry": {"coordinates": [-70.089426, 42.028894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55756}}, {"geometry": {"coordinates": [-70.6743925, 42.0289502], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20903}}, {"geometry": {"coordinates": [-70.7095077, 42.0294845], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 171116}}, {"geometry": {"coordinates": [-70.6724486, 42.033158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-70.0800863, 42.033165], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 113000}}, {"geometry": {"coordinates": [-70.6731877, 42.033187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20038}}, {"geometry": {"coordinates": [-70.6828806, 42.0336907], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65265}}, {"geometry": {"coordinates": [-70.6710778, 42.0340934], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135036}}, {"geometry": {"coordinates": [-70.09642, 42.035835], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35283}}, {"geometry": {"coordinates": [-70.096418, 42.035836], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35284}}, {"geometry": {"coordinates": [-70.6715828, 42.0368673], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-70.6726627, 42.0372577], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19125}}, {"geometry": {"coordinates": [-70.6716161, 42.037812], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-70.6828383, 42.0384147], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51326}}, {"geometry": {"coordinates": [-70.1950455, 42.0395499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3317}}, {"geometry": {"coordinates": [-70.1954194, 42.0396412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5234}}, {"geometry": {"coordinates": [-70.6770025, 42.0396941], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.0636039, 42.0410392], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111949}}, {"geometry": {"coordinates": [-70.062912, 42.04142], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111949}}, {"geometry": {"coordinates": [-70.672259, 42.0417695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53939}}, {"geometry": {"coordinates": [-70.1947772, 42.0422112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25264}}, {"geometry": {"coordinates": [-70.194906, 42.0424274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20037}}, {"geometry": {"coordinates": [-70.1951546, 42.0425438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-70.673491, 42.043136], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9583}}, {"geometry": {"coordinates": [-70.67451, 42.043581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108825}}, {"geometry": {"coordinates": [-70.6593059, 42.0436175], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50530}}, {"geometry": {"coordinates": [-70.673558, 42.043709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27268}}, {"geometry": {"coordinates": [-70.192627, 42.0437681], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10652}}, {"geometry": {"coordinates": [-70.2023475, 42.0442437], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12589}}, {"geometry": {"coordinates": [-70.6709848, 42.0444417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.655224, 42.044811], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38333}}, {"geometry": {"coordinates": [-70.1978522, 42.0450334], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14206}}, {"geometry": {"coordinates": [-70.1929834, 42.0454672], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7449}}, {"geometry": {"coordinates": [-70.193095, 42.045613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15856}}, {"geometry": {"coordinates": [-70.65578, 42.046081], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45663}}, {"geometry": {"coordinates": [-70.1977536, 42.0461189], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13503}}, {"geometry": {"coordinates": [-70.6642236, 42.0466357], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31799}}, {"geometry": {"coordinates": [-70.660495, 42.046869], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46098}}, {"geometry": {"coordinates": [-70.1939758, 42.0470608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6781}}, {"geometry": {"coordinates": [-70.1985971, 42.0472915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16553}}, {"geometry": {"coordinates": [-70.195729, 42.047936], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-70.1958447, 42.0480156], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10441}}, {"geometry": {"coordinates": [-70.6744602, 42.048323], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72309}}, {"geometry": {"coordinates": [-71.429673, 42.048469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 927392}}, {"geometry": {"coordinates": [-70.6957286, 42.0485503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 129733}}, {"geometry": {"coordinates": [-70.6748649, 42.0486786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-70.190499, 42.0487722], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3703}}, {"geometry": {"coordinates": [-70.6728436, 42.048792], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43485}}, {"geometry": {"coordinates": [-70.6863278, 42.0489389], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53829}}, {"geometry": {"coordinates": [-70.1915573, 42.0499018], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4792}}, {"geometry": {"coordinates": [-70.1880973, 42.0508756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7405}}, {"geometry": {"coordinates": [-71.1882498, 42.0539032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89223}}, {"geometry": {"coordinates": [-70.185196, 42.0540698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7491}}, {"geometry": {"coordinates": [-70.1841166, 42.0543349], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2217}}, {"geometry": {"coordinates": [-70.1869528, 42.0543597], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5663}}, {"geometry": {"coordinates": [-70.1835099, 42.056626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-70.1894643, 42.0569674], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5662}}, {"geometry": {"coordinates": [-71.1358864, 42.0571687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 154638}}, {"geometry": {"coordinates": [-70.1749995, 42.0580575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4051}}, {"geometry": {"coordinates": [-70.1753699, 42.0595447], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-70.1699763, 42.0597232], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5662}}, {"geometry": {"coordinates": [-70.1595111, 42.0622345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-70.1555516, 42.0630081], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38332}}, {"geometry": {"coordinates": [-71.0941562, 42.0663524], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 200376}}, {"geometry": {"coordinates": [-70.6487957, 42.0665267], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-71.0884733, 42.0674578], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61019}}, {"geometry": {"coordinates": [-71.1371935, 42.0725729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40100}}, {"geometry": {"coordinates": [-71.373367, 42.072933], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44953}}, {"geometry": {"coordinates": [-70.648331, 42.0750148], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4800}}, {"geometry": {"coordinates": [-71.2615406, 42.0764924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.2614607, 42.077865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33005}}, {"geometry": {"coordinates": [-71.17783, 42.0795232], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52941}}, {"geometry": {"coordinates": [-71.1111498, 42.0815767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40757}}, {"geometry": {"coordinates": [-70.7290668, 42.0820637], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-71.2343813, 42.0840377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60000}}, {"geometry": {"coordinates": [-71.2007677, 42.0845115], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76665}}, {"geometry": {"coordinates": [-70.7486969, 42.0859042], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60112}}, {"geometry": {"coordinates": [-71.2033014, 42.0935167], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 105700}}, {"geometry": {"coordinates": [-70.7776874, 42.0961528], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 202554}}, {"geometry": {"coordinates": [-71.343908, 42.1000409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40129}}, {"geometry": {"coordinates": [-71.345626, 42.101795], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47946}}, {"geometry": {"coordinates": [-71.3466868, 42.1022264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95075}}, {"geometry": {"coordinates": [-70.8195113, 42.1067137], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 319295}}, {"geometry": {"coordinates": [-70.6653081, 42.108513], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10011}}, {"geometry": {"coordinates": [-70.669277, 42.1118081], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-70.6704505, 42.1119489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50000}}, {"geometry": {"coordinates": [-70.791671, 42.1123239], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-71.3372139, 42.1140445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-71.333935, 42.11502], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54450}}, {"geometry": {"coordinates": [-70.7871415, 42.1159154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-71.3343603, 42.1159628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47855}}, {"geometry": {"coordinates": [-71.3343603, 42.1159628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-71.333012, 42.116068], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47766}}, {"geometry": {"coordinates": [-70.6712359, 42.1161983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.3230549, 42.1208961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 531111}}, {"geometry": {"coordinates": [-71.3230549, 42.1208961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.69078, 42.1232196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31500}}, {"geometry": {"coordinates": [-71.1786237, 42.1236499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 147442}}, {"geometry": {"coordinates": [-71.168517, 42.128548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31761}}, {"geometry": {"coordinates": [-70.7602887, 42.1289082], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53142}}, {"geometry": {"coordinates": [-71.1836818, 42.1318862], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 68998}}, {"geometry": {"coordinates": [-71.318007, 42.134666], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 387798}}, {"geometry": {"coordinates": [-70.8804584, 42.1346798], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33527}}, {"geometry": {"coordinates": [-70.8693627, 42.1363197], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33976}}, {"geometry": {"coordinates": [-71.5735866, 42.136463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 373744}}, {"geometry": {"coordinates": [-70.8930463, 42.136855], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 123710}}, {"geometry": {"coordinates": [-70.6942915, 42.1372454], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13255}}, {"geometry": {"coordinates": [-70.6957725, 42.1374904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13254}}, {"geometry": {"coordinates": [-70.6951795, 42.1377213], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11339}}, {"geometry": {"coordinates": [-70.8694479, 42.1385311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30102}}, {"geometry": {"coordinates": [-70.690435, 42.1390714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7492}}, {"geometry": {"coordinates": [-70.8196233, 42.1403541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.8196233, 42.1403541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.821814, 42.140483], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-70.7186823, 42.1450713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 91476}}, {"geometry": {"coordinates": [-70.7911368, 42.1472158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55756}}, {"geometry": {"coordinates": [-70.7981061, 42.1480463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44866}}, {"geometry": {"coordinates": [-70.7980892, 42.1480777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43995}}, {"geometry": {"coordinates": [-70.7958152, 42.1495921], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-70.7958152, 42.1495921], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48351}}, {"geometry": {"coordinates": [-70.7958152, 42.1495921], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93654}}, {"geometry": {"coordinates": [-70.7958152, 42.1495921], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43995}}, {"geometry": {"coordinates": [-71.5396452, 42.1513401], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46677}}, {"geometry": {"coordinates": [-70.7252273, 42.1567372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44867}}, {"geometry": {"coordinates": [-70.778152, 42.1570795], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111078}}, {"geometry": {"coordinates": [-70.7813111, 42.1579624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92347}}, {"geometry": {"coordinates": [-71.78281, 42.1581199], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 251776}}, {"geometry": {"coordinates": [-70.8126003, 42.1587865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1481040}}, {"geometry": {"coordinates": [-71.1009198, 42.1599009], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32562}}, {"geometry": {"coordinates": [-71.1010949, 42.1602902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35007}}, {"geometry": {"coordinates": [-71.2961209, 42.1604359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45663}}, {"geometry": {"coordinates": [-71.0999781, 42.1607222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30210}}, {"geometry": {"coordinates": [-71.1000673, 42.161604], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30187}}, {"geometry": {"coordinates": [-70.7717408, 42.1619214], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.7955501, 42.162385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-71.2988103, 42.1627237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40010}}, {"geometry": {"coordinates": [-71.0974302, 42.1630185], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42910}}, {"geometry": {"coordinates": [-71.0986406, 42.1636007], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34710}}, {"geometry": {"coordinates": [-70.7948966, 42.1640078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 177725}}, {"geometry": {"coordinates": [-70.8443031, 42.1647376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.0951176, 42.1668266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-70.7536914, 42.1670665], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 161608}}, {"geometry": {"coordinates": [-70.7745158, 42.1675284], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89734}}, {"geometry": {"coordinates": [-71.27061, 42.1682599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43124}}, {"geometry": {"coordinates": [-71.272491, 42.168542], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 146797}}, {"geometry": {"coordinates": [-71.2668649, 42.1686083], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40005}}, {"geometry": {"coordinates": [-71.2953067, 42.1688181], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58719}}, {"geometry": {"coordinates": [-70.7730762, 42.1695957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 270508}}, {"geometry": {"coordinates": [-71.1510483, 42.1697783], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30753}}, {"geometry": {"coordinates": [-71.2705771, 42.169831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40030}}, {"geometry": {"coordinates": [-71.271598, 42.1698541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40006}}, {"geometry": {"coordinates": [-71.2750317, 42.1704333], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43494}}, {"geometry": {"coordinates": [-71.274206, 42.171492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.305173, 42.1736373], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1132485}}, {"geometry": {"coordinates": [-70.7635641, 42.1740084], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.3008305, 42.1742594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89696}}, {"geometry": {"coordinates": [-71.3847858, 42.1757183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8886240}}, {"geometry": {"coordinates": [-70.7767351, 42.1762758], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51400}}, {"geometry": {"coordinates": [-70.8990146, 42.1762977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62651}}, {"geometry": {"coordinates": [-71.1034912, 42.1765352], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45215}}, {"geometry": {"coordinates": [-70.7618683, 42.1768203], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40206}}, {"geometry": {"coordinates": [-71.241992, 42.1799132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40092}}, {"geometry": {"coordinates": [-71.2426802, 42.1800419], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95649}}, {"geometry": {"coordinates": [-70.8256991, 42.1802204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 161608}}, {"geometry": {"coordinates": [-71.2625029, 42.180694], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47916}}, {"geometry": {"coordinates": [-71.2877457, 42.18115], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 144675}}, {"geometry": {"coordinates": [-70.892953, 42.183479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50454}}, {"geometry": {"coordinates": [-71.095785, 42.1837889], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45520}}, {"geometry": {"coordinates": [-71.2894161, 42.1838914], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20006}}, {"geometry": {"coordinates": [-71.2899729, 42.1842834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20058}}, {"geometry": {"coordinates": [-71.239353, 42.1843084], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49148}}, {"geometry": {"coordinates": [-71.0863849, 42.184482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18295}}, {"geometry": {"coordinates": [-71.0902523, 42.1853802], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47872}}, {"geometry": {"coordinates": [-70.8641372, 42.1856548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41307}}, {"geometry": {"coordinates": [-71.1439929, 42.1871692], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43604}}, {"geometry": {"coordinates": [-70.7345261, 42.1889736], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-70.7160803, 42.1912302], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30405}}, {"geometry": {"coordinates": [-71.1306707, 42.1912733], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29839}}, {"geometry": {"coordinates": [-70.7173813, 42.1919029], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17206}}, {"geometry": {"coordinates": [-71.1331309, 42.192362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30013}}, {"geometry": {"coordinates": [-70.7167075, 42.1927709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10846}}, {"geometry": {"coordinates": [-70.8184063, 42.1929151], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 231739}}, {"geometry": {"coordinates": [-70.7188449, 42.1929943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14636}}, {"geometry": {"coordinates": [-70.8145735, 42.1930825], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44867}}, {"geometry": {"coordinates": [-71.361451, 42.1932403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2439360}}, {"geometry": {"coordinates": [-71.1331309, 42.1932931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30100}}, {"geometry": {"coordinates": [-71.2424334, 42.1939114], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-72.0819384, 42.1940587], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5039892}}, {"geometry": {"coordinates": [-70.8790471, 42.1950368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33976}}, {"geometry": {"coordinates": [-70.7648924, 42.1953499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26206}}, {"geometry": {"coordinates": [-71.3029273, 42.1957523], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20240}}, {"geometry": {"coordinates": [-71.4970458, 42.1966051], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-71.4971386, 42.1973663], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-70.7160803, 42.197402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19733}}, {"geometry": {"coordinates": [-70.715755, 42.1978297], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18992}}, {"geometry": {"coordinates": [-71.2386489, 42.1980133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41742}}, {"geometry": {"coordinates": [-70.7158712, 42.1981281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29664}}, {"geometry": {"coordinates": [-71.4950054, 42.1985772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48100}}, {"geometry": {"coordinates": [-71.497695, 42.1989505], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-71.3147297, 42.1996986], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42613}}, {"geometry": {"coordinates": [-71.4963966, 42.1997783], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45002}}, {"geometry": {"coordinates": [-71.2924034, 42.1997952], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48547}}, {"geometry": {"coordinates": [-71.3109659, 42.2000447], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87045}}, {"geometry": {"coordinates": [-70.9019914, 42.2000715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41742}}, {"geometry": {"coordinates": [-71.2270274, 42.2009068], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47405}}, {"geometry": {"coordinates": [-70.8654378, 42.2010956], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95757}}, {"geometry": {"coordinates": [-71.4993645, 42.2011674], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49314}}, {"geometry": {"coordinates": [-71.5013122, 42.2017154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45150}}, {"geometry": {"coordinates": [-71.2908778, 42.2024899], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59602}}, {"geometry": {"coordinates": [-71.2662612, 42.2027448], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45010}}, {"geometry": {"coordinates": [-70.8646481, 42.2027448], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100187}}, {"geometry": {"coordinates": [-70.7392956, 42.2029971], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65776}}, {"geometry": {"coordinates": [-71.2947846, 42.2030546], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66136}}, {"geometry": {"coordinates": [-71.231287, 42.2031165], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43049}}, {"geometry": {"coordinates": [-71.26596, 42.2035407], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2296249, 42.2036039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40007}}, {"geometry": {"coordinates": [-71.2318607, 42.2036244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43000}}, {"geometry": {"coordinates": [-71.2671433, 42.2039825], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-71.2376767, 42.2041055], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13780}}, {"geometry": {"coordinates": [-71.2315096, 42.2049115], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12150}}, {"geometry": {"coordinates": [-71.5700307, 42.2051534], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89874}}, {"geometry": {"coordinates": [-71.2183424, 42.2055643], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46534}}, {"geometry": {"coordinates": [-71.249365, 42.206317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42614}}, {"geometry": {"coordinates": [-71.2672129, 42.206397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43632}}, {"geometry": {"coordinates": [-71.264246, 42.206418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87293}}, {"geometry": {"coordinates": [-71.3001292, 42.2069983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 159277}}, {"geometry": {"coordinates": [-70.8839938, 42.2070217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32341}}, {"geometry": {"coordinates": [-71.1615346, 42.2071951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40144}}, {"geometry": {"coordinates": [-71.2614821, 42.2075716], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130244}}, {"geometry": {"coordinates": [-71.2458477, 42.2076801], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34199}}, {"geometry": {"coordinates": [-71.2222379, 42.2079106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41307}}, {"geometry": {"coordinates": [-71.266192, 42.2079382], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57064}}, {"geometry": {"coordinates": [-71.1618348, 42.2080558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40351}}, {"geometry": {"coordinates": [-71.57971, 42.208252], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46677}}, {"geometry": {"coordinates": [-71.1873916, 42.2089028], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19451}}, {"geometry": {"coordinates": [-71.25757, 42.209342], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 85355}}, {"geometry": {"coordinates": [-70.8896137, 42.2094887], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51761}}, {"geometry": {"coordinates": [-70.769652, 42.209554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20259}}, {"geometry": {"coordinates": [-71.2599275, 42.2096745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43995}}, {"geometry": {"coordinates": [-71.2177433, 42.209774], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.4781943, 42.2099247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60566}}, {"geometry": {"coordinates": [-71.258846, 42.209977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43629}}, {"geometry": {"coordinates": [-71.2328962, 42.2106383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25615}}, {"geometry": {"coordinates": [-71.2673169, 42.2107693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50136}}, {"geometry": {"coordinates": [-71.2673427, 42.2108177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73029}}, {"geometry": {"coordinates": [-71.1630005, 42.2110847], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40278}}, {"geometry": {"coordinates": [-70.9008768, 42.2112255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20190}}, {"geometry": {"coordinates": [-71.2605772, 42.211274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-70.8831344, 42.2114762], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-71.1726704, 42.2115854], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21991}}, {"geometry": {"coordinates": [-71.208416, 42.2121489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80000}}, {"geometry": {"coordinates": [-71.2903209, 42.2121566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76155}}, {"geometry": {"coordinates": [-71.3091539, 42.212413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 696960}}, {"geometry": {"coordinates": [-71.1634001, 42.2128906], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45227}}, {"geometry": {"coordinates": [-71.3081026, 42.2132311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1655280}}, {"geometry": {"coordinates": [-71.2504501, 42.213397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 696960}}, {"geometry": {"coordinates": [-71.13081, 42.213489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57935}}, {"geometry": {"coordinates": [-71.2463076, 42.2135894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64394}}, {"geometry": {"coordinates": [-71.2601131, 42.2136539], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89881}}, {"geometry": {"coordinates": [-71.319204, 42.2138725], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55246}}, {"geometry": {"coordinates": [-71.3205031, 42.2139421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61344}}, {"geometry": {"coordinates": [-71.2852401, 42.2144104], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50019}}, {"geometry": {"coordinates": [-71.5954606, 42.2146441], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60392}}, {"geometry": {"coordinates": [-71.4744146, 42.2147554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53747}}, {"geometry": {"coordinates": [-71.2464514, 42.2148098], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42178}}, {"geometry": {"coordinates": [-70.9003659, 42.2149686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 177214}}, {"geometry": {"coordinates": [-71.2922698, 42.2152042], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84653}}, {"geometry": {"coordinates": [-71.0077335, 42.2154831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15808}}, {"geometry": {"coordinates": [-71.2176511, 42.2156006], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.1231043, 42.215789], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75358}}, {"geometry": {"coordinates": [-71.2885876, 42.2158437], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 132422}}, {"geometry": {"coordinates": [-71.2635071, 42.2159034], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 570375}}, {"geometry": {"coordinates": [-71.207183, 42.2159602], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 165378}}, {"geometry": {"coordinates": [-70.8716619, 42.2161177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80511}}, {"geometry": {"coordinates": [-71.1302994, 42.2161568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46174}}, {"geometry": {"coordinates": [-71.0139091, 42.2162058], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30688}}, {"geometry": {"coordinates": [-70.8829486, 42.2165404], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20560}}, {"geometry": {"coordinates": [-71.1761867, 42.2167995], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22570}}, {"geometry": {"coordinates": [-71.1229882, 42.2169418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80586}}, {"geometry": {"coordinates": [-71.276215, 42.216967], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44116}}, {"geometry": {"coordinates": [-71.3212455, 42.2170472], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 124575}}, {"geometry": {"coordinates": [-71.1625463, 42.2170997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50890}}, {"geometry": {"coordinates": [-71.2724332, 42.2172416], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47882}}, {"geometry": {"coordinates": [-71.2055902, 42.217413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.8995303, 42.217428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51326}}, {"geometry": {"coordinates": [-71.3131492, 42.2174541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 94699}}, {"geometry": {"coordinates": [-71.2841644, 42.2176027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 91171}}, {"geometry": {"coordinates": [-71.2857969, 42.218378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101059}}, {"geometry": {"coordinates": [-71.2020241, 42.218565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90454}}, {"geometry": {"coordinates": [-71.2963761, 42.2185965], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 107425}}, {"geometry": {"coordinates": [-71.3131141, 42.21863], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95877}}, {"geometry": {"coordinates": [-70.810939, 42.218689], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-71.2564008, 42.2187625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88845}}, {"geometry": {"coordinates": [-71.3179281, 42.2188171], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99157}}, {"geometry": {"coordinates": [-70.8083696, 42.2191244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 132858}}, {"geometry": {"coordinates": [-71.381777, 42.219233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1123848}}, {"geometry": {"coordinates": [-70.7508108, 42.2193728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33018}}, {"geometry": {"coordinates": [-71.3191344, 42.2196538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 106286}}, {"geometry": {"coordinates": [-70.7448638, 42.2196772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11282}}, {"geometry": {"coordinates": [-71.0832273, 42.2199014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 132585}}, {"geometry": {"coordinates": [-71.4886948, 42.2202695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66612}}, {"geometry": {"coordinates": [-70.8702684, 42.2203769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20037}}, {"geometry": {"coordinates": [-70.8698272, 42.2205796], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-71.2080443, 42.2207139], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 137064}}, {"geometry": {"coordinates": [-70.8909839, 42.2207897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35719}}, {"geometry": {"coordinates": [-71.3191808, 42.2208904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90169}}, {"geometry": {"coordinates": [-71.2343591, 42.2210464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49583}}, {"geometry": {"coordinates": [-71.303799, 42.221295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 824634}}, {"geometry": {"coordinates": [-70.912186, 42.2215608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21734}}, {"geometry": {"coordinates": [-71.2320009, 42.2215702], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15927}}, {"geometry": {"coordinates": [-71.3863164, 42.221699], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 155509}}, {"geometry": {"coordinates": [-71.226281, 42.2217491], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40020}}, {"geometry": {"coordinates": [-71.2133248, 42.2217624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 138085}}, {"geometry": {"coordinates": [-71.2329275, 42.2218147], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15374}}, {"geometry": {"coordinates": [-71.3149123, 42.2218862], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 213444}}, {"geometry": {"coordinates": [-70.912165, 42.221943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108900}}, {"geometry": {"coordinates": [-71.389955, 42.222076], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.870222, 42.2221165], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53068}}, {"geometry": {"coordinates": [-71.078994, 42.222247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 85813}}, {"geometry": {"coordinates": [-70.9117912, 42.2227751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100548}}, {"geometry": {"coordinates": [-71.300304, 42.222969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 666920}}, {"geometry": {"coordinates": [-71.2642895, 42.2232225], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 361112}}, {"geometry": {"coordinates": [-70.8876173, 42.2232567], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69185}}, {"geometry": {"coordinates": [-71.2157475, 42.2238789], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80000}}, {"geometry": {"coordinates": [-70.885595, 42.224067], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46098}}, {"geometry": {"coordinates": [-70.7912529, 42.224144], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70916}}, {"geometry": {"coordinates": [-70.8945137, 42.2241501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 96628}}, {"geometry": {"coordinates": [-71.2744053, 42.2246316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44420}}, {"geometry": {"coordinates": [-71.2382365, 42.2246775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33615}}, {"geometry": {"coordinates": [-71.365497, 42.224945], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 348480}}, {"geometry": {"coordinates": [-71.0772384, 42.2249458], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.2787439, 42.2252331], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2191987, 42.2253107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13096}}, {"geometry": {"coordinates": [-71.3102261, 42.2254544], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92173}}, {"geometry": {"coordinates": [-71.1228722, 42.2254642], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 127195}}, {"geometry": {"coordinates": [-70.804576, 42.225591], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9772}}, {"geometry": {"coordinates": [-70.8045403, 42.2255962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18182}}, {"geometry": {"coordinates": [-70.8045384, 42.2255972], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19416}}, {"geometry": {"coordinates": [-70.8039125, 42.225617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12203}}, {"geometry": {"coordinates": [-70.8115347, 42.2256541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42928}}, {"geometry": {"coordinates": [-71.2386054, 42.2256749], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47405}}, {"geometry": {"coordinates": [-71.4910171, 42.2257224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55000}}, {"geometry": {"coordinates": [-70.8797014, 42.2258844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17376}}, {"geometry": {"coordinates": [-71.076239, 42.225922], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 199504}}, {"geometry": {"coordinates": [-70.9005283, 42.2259842], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48325}}, {"geometry": {"coordinates": [-71.2364053, 42.2260034], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.2607164, 42.226008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93218}}, {"geometry": {"coordinates": [-70.7812647, 42.2261287], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 206910}}, {"geometry": {"coordinates": [-71.2184881, 42.2261989], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46534}}, {"geometry": {"coordinates": [-71.115321, 42.226308], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66939}}, {"geometry": {"coordinates": [-70.8034361, 42.2263879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10563}}, {"geometry": {"coordinates": [-71.3536984, 42.2264318], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.8028809, 42.2264532], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9856}}, {"geometry": {"coordinates": [-71.209816, 42.226563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 362269}}, {"geometry": {"coordinates": [-71.2733845, 42.2268427], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44457}}, {"geometry": {"coordinates": [-70.8029711, 42.2269226], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9278}}, {"geometry": {"coordinates": [-71.115281, 42.226932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40908}}, {"geometry": {"coordinates": [-71.305918, 42.227224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 239580}}, {"geometry": {"coordinates": [-70.8031353, 42.2272952], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12693}}, {"geometry": {"coordinates": [-70.8033299, 42.2277253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13185}}, {"geometry": {"coordinates": [-71.2324319, 42.2277949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33615}}, {"geometry": {"coordinates": [-70.8034678, 42.2279961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18645}}, {"geometry": {"coordinates": [-70.801634, 42.2281862], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16079}}, {"geometry": {"coordinates": [-71.2931284, 42.2282069], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 174414}}, {"geometry": {"coordinates": [-70.8881971, 42.2283412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29922}}, {"geometry": {"coordinates": [-71.5225638, 42.2287065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-70.8654378, 42.2292103], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51326}}, {"geometry": {"coordinates": [-70.8906587, 42.2292119], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27160}}, {"geometry": {"coordinates": [-71.2358785, 42.2292195], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40155}}, {"geometry": {"coordinates": [-71.2363395, 42.2293864], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42688}}, {"geometry": {"coordinates": [-71.0825872, 42.229597], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 158558}}, {"geometry": {"coordinates": [-71.2164899, 42.2296391], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 115284}}, {"geometry": {"coordinates": [-71.454389, 42.229667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99752}}, {"geometry": {"coordinates": [-71.384422, 42.229835], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 234353}}, {"geometry": {"coordinates": [-70.8778859, 42.2299089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.7931376, 42.2300001], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35400}}, {"geometry": {"coordinates": [-71.3438167, 42.230061], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 150282}}, {"geometry": {"coordinates": [-70.7569436, 42.2301759], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16118}}, {"geometry": {"coordinates": [-70.9099567, 42.2302507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41709}}, {"geometry": {"coordinates": [-70.8701058, 42.2302951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-71.109838, 42.230347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 151589}}, {"geometry": {"coordinates": [-71.2168432, 42.2303813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40063}}, {"geometry": {"coordinates": [-71.1941537, 42.2304767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22584}}, {"geometry": {"coordinates": [-71.2146743, 42.2304861], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 118768}}, {"geometry": {"coordinates": [-70.8087667, 42.2307476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34717}}, {"geometry": {"coordinates": [-70.8790006, 42.2312538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29861}}, {"geometry": {"coordinates": [-70.873752, 42.231352], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17287}}, {"geometry": {"coordinates": [-71.4232164, 42.2314546], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-71.4232164, 42.2314546], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40934}}, {"geometry": {"coordinates": [-71.2337444, 42.2314611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44792}}, {"geometry": {"coordinates": [-70.7940164, 42.2315222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-71.1958997, 42.2315379], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15408}}, {"geometry": {"coordinates": [-71.2151116, 42.2315676], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60384}}, {"geometry": {"coordinates": [-70.8784897, 42.2315747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20516}}, {"geometry": {"coordinates": [-71.2114851, 42.2316035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54885}}, {"geometry": {"coordinates": [-71.308655, 42.2317899], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 220849}}, {"geometry": {"coordinates": [-71.3255089, 42.2319257], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 117568}}, {"geometry": {"coordinates": [-70.8779788, 42.2319326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-70.8794194, 42.2319661], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11100}}, {"geometry": {"coordinates": [-70.8794827, 42.2320425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11550}}, {"geometry": {"coordinates": [-71.2131157, 42.2322641], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48352}}, {"geometry": {"coordinates": [-71.218879, 42.232473], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 119715}}, {"geometry": {"coordinates": [-71.0730601, 42.2325311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40002}}, {"geometry": {"coordinates": [-70.8822984, 42.2333099], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13732}}, {"geometry": {"coordinates": [-70.8818803, 42.2333865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13930}}, {"geometry": {"coordinates": [-70.8696414, 42.2334865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34731}}, {"geometry": {"coordinates": [-71.2724165, 42.2337911], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47350}}, {"geometry": {"coordinates": [-70.908633, 42.2339083], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.5956579, 42.234101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48578}}, {"geometry": {"coordinates": [-70.8800689, 42.2341522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15096}}, {"geometry": {"coordinates": [-71.630968, 42.234209], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70619}}, {"geometry": {"coordinates": [-71.3070253, 42.2343255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 212675}}, {"geometry": {"coordinates": [-71.2049124, 42.2344485], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 116590}}, {"geometry": {"coordinates": [-71.632302, 42.234497], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58872}}, {"geometry": {"coordinates": [-71.630552, 42.23456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57508}}, {"geometry": {"coordinates": [-70.7810324, 42.2346738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51836}}, {"geometry": {"coordinates": [-71.420627, 42.2347773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-71.420627, 42.2347773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41546}}, {"geometry": {"coordinates": [-71.420627, 42.2347773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.420627, 42.2347773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54014}}, {"geometry": {"coordinates": [-71.420627, 42.2347773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40655}}, {"geometry": {"coordinates": [-71.42291, 42.2348717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40946}}, {"geometry": {"coordinates": [-71.42291, 42.2348717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40128}}, {"geometry": {"coordinates": [-71.42291, 42.2348717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.42291, 42.2348717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41139}}, {"geometry": {"coordinates": [-71.321612, 42.2349419], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 227078}}, {"geometry": {"coordinates": [-70.8928649, 42.2358572], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-70.7964328, 42.2362853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-70.761334, 42.2365684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13809}}, {"geometry": {"coordinates": [-71.1015362, 42.2366161], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40028}}, {"geometry": {"coordinates": [-70.8228433, 42.2368656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20002}}, {"geometry": {"coordinates": [-71.287294, 42.236982], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 210952}}, {"geometry": {"coordinates": [-70.7617994, 42.2371322], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8886}}, {"geometry": {"coordinates": [-70.8870824, 42.2371836], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8000}}, {"geometry": {"coordinates": [-71.1020362, 42.2372183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50094}}, {"geometry": {"coordinates": [-71.277143, 42.237381], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46407}}, {"geometry": {"coordinates": [-70.8698504, 42.2375189], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28000}}, {"geometry": {"coordinates": [-70.9014337, 42.2378064], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100984}}, {"geometry": {"coordinates": [-70.7645862, 42.2380622], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23697}}, {"geometry": {"coordinates": [-71.274583, 42.238128], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20037}}, {"geometry": {"coordinates": [-70.7663981, 42.2382653], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21824}}, {"geometry": {"coordinates": [-71.2829896, 42.2382926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44009}}, {"geometry": {"coordinates": [-71.0958547, 42.2383897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40162}}, {"geometry": {"coordinates": [-71.0870805, 42.2384193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43344}}, {"geometry": {"coordinates": [-70.8835993, 42.2384976], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95757}}, {"geometry": {"coordinates": [-70.894456, 42.238585], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12551}}, {"geometry": {"coordinates": [-70.8167568, 42.23871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.8901943, 42.2387612], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11650}}, {"geometry": {"coordinates": [-70.7786863, 42.2388562], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 265716}}, {"geometry": {"coordinates": [-71.2857041, 42.2389923], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.343025, 42.239133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 199504}}, {"geometry": {"coordinates": [-70.7798193, 42.2393054], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 373745}}, {"geometry": {"coordinates": [-71.2274498, 42.2393088], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 118844}}, {"geometry": {"coordinates": [-71.0988722, 42.2393132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40538}}, {"geometry": {"coordinates": [-70.8067294, 42.2396274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20476}}, {"geometry": {"coordinates": [-71.2171113, 42.2396626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 110928}}, {"geometry": {"coordinates": [-70.8165653, 42.2398657], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50965}}, {"geometry": {"coordinates": [-70.8248388, 42.2398862], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37719}}, {"geometry": {"coordinates": [-71.3733682, 42.2399385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 105633}}, {"geometry": {"coordinates": [-71.2850313, 42.2401633], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95698}}, {"geometry": {"coordinates": [-71.6256864, 42.2402255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 160083}}, {"geometry": {"coordinates": [-70.801232, 42.240304], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34525}}, {"geometry": {"coordinates": [-71.1867414, 42.2404068], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 140750}}, {"geometry": {"coordinates": [-71.3856382, 42.2405994], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 185130}}, {"geometry": {"coordinates": [-71.249574, 42.240627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1049796}}, {"geometry": {"coordinates": [-70.8857354, 42.2406317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22430}}, {"geometry": {"coordinates": [-70.8924701, 42.2407522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23600}}, {"geometry": {"coordinates": [-71.0867556, 42.2407821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40297}}, {"geometry": {"coordinates": [-70.883924, 42.240914], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16600}}, {"geometry": {"coordinates": [-71.3781928, 42.2409339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-70.8862463, 42.24098], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26300}}, {"geometry": {"coordinates": [-70.8798306, 42.2409902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20017}}, {"geometry": {"coordinates": [-70.9076215, 42.2411413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19345}}, {"geometry": {"coordinates": [-71.0777027, 42.2412468], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40266}}, {"geometry": {"coordinates": [-71.0782134, 42.2414455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40050}}, {"geometry": {"coordinates": [-70.883924, 42.2415831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34190}}, {"geometry": {"coordinates": [-71.2298333, 42.2418423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 178521}}, {"geometry": {"coordinates": [-71.2820905, 42.2420726], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24947}}, {"geometry": {"coordinates": [-71.2815996, 42.2421266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24947}}, {"geometry": {"coordinates": [-70.8967431, 42.2424182], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53703}}, {"geometry": {"coordinates": [-71.2315272, 42.2425568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65265}}, {"geometry": {"coordinates": [-70.9114043, 42.2427758], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21475}}, {"geometry": {"coordinates": [-70.7928324, 42.2428148], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10398}}, {"geometry": {"coordinates": [-71.251431, 42.242819], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 487871}}, {"geometry": {"coordinates": [-71.0795133, 42.2428205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-70.7928253, 42.2428255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10398}}, {"geometry": {"coordinates": [-71.286759, 42.242992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 197326}}, {"geometry": {"coordinates": [-70.90717, 42.2431554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90604}}, {"geometry": {"coordinates": [-71.0846432, 42.2432305], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40050}}, {"geometry": {"coordinates": [-71.2200053, 42.2432696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83697}}, {"geometry": {"coordinates": [-71.1160869, 42.243281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59242}}, {"geometry": {"coordinates": [-71.2288788, 42.2433097], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 115794}}, {"geometry": {"coordinates": [-70.8042268, 42.2433816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24570}}, {"geometry": {"coordinates": [-71.1829355, 42.2434085], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35046}}, {"geometry": {"coordinates": [-70.9144317, 42.2434931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9732}}, {"geometry": {"coordinates": [-70.9144317, 42.2434931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9236}}, {"geometry": {"coordinates": [-70.8923308, 42.2436277], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9899}}, {"geometry": {"coordinates": [-70.793142, 42.243908], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 131551}}, {"geometry": {"coordinates": [-70.8087869, 42.2440708], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22380}}, {"geometry": {"coordinates": [-70.9064037, 42.2443431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21500}}, {"geometry": {"coordinates": [-70.8926095, 42.244382], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.0890148, 42.2444756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93654}}, {"geometry": {"coordinates": [-70.8033768, 42.2447215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26600}}, {"geometry": {"coordinates": [-70.9032454, 42.2447655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38661}}, {"geometry": {"coordinates": [-71.3236581, 42.2447884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44312}}, {"geometry": {"coordinates": [-71.6420963, 42.2450244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93349}}, {"geometry": {"coordinates": [-70.830583, 42.2450476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55756}}, {"geometry": {"coordinates": [-71.0819738, 42.2451746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41536}}, {"geometry": {"coordinates": [-71.1031239, 42.245227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40316}}, {"geometry": {"coordinates": [-70.8639205, 42.2452455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10018}}, {"geometry": {"coordinates": [-70.8138378, 42.2453188], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18058}}, {"geometry": {"coordinates": [-71.1769946, 42.2453406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23608}}, {"geometry": {"coordinates": [-71.2865973, 42.2453407], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 77297}}, {"geometry": {"coordinates": [-71.0896339, 42.2454393], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40500}}, {"geometry": {"coordinates": [-71.2299674, 42.2454894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59166}}, {"geometry": {"coordinates": [-70.8012833, 42.2457842], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20037}}, {"geometry": {"coordinates": [-71.0573678, 42.245996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20867}}, {"geometry": {"coordinates": [-71.0676437, 42.2460254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11394}}, {"geometry": {"coordinates": [-71.0676437, 42.2460254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8086}}, {"geometry": {"coordinates": [-71.0676437, 42.2460254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8953}}, {"geometry": {"coordinates": [-71.0676437, 42.2460254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7987}}, {"geometry": {"coordinates": [-71.3179977, 42.2460699], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43783}}, {"geometry": {"coordinates": [-70.8947345, 42.246316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10005}}, {"geometry": {"coordinates": [-71.3021574, 42.2464097], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 435600}}, {"geometry": {"coordinates": [-71.2953321, 42.2464423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.0551857, 42.2464787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20039}}, {"geometry": {"coordinates": [-71.0869645, 42.2466023], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42822}}, {"geometry": {"coordinates": [-71.2863769, 42.2467189], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 85004}}, {"geometry": {"coordinates": [-70.8934455, 42.246868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70928}}, {"geometry": {"coordinates": [-71.3259083, 42.2469355], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44478}}, {"geometry": {"coordinates": [-71.1747386, 42.2470506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7740}}, {"geometry": {"coordinates": [-71.0891696, 42.2474805], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41175}}, {"geometry": {"coordinates": [-71.1771338, 42.2475224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17693}}, {"geometry": {"coordinates": [-71.2486955, 42.2477754], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 230868}}, {"geometry": {"coordinates": [-71.324122, 42.247845], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54890}}, {"geometry": {"coordinates": [-71.326929, 42.2484475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45217}}, {"geometry": {"coordinates": [-70.7989058, 42.248916], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40200}}, {"geometry": {"coordinates": [-71.1808934, 42.2489788], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13570}}, {"geometry": {"coordinates": [-70.7987324, 42.2491882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25040}}, {"geometry": {"coordinates": [-71.1804988, 42.2494514], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12500}}, {"geometry": {"coordinates": [-71.1804988, 42.2494514], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12518}}, {"geometry": {"coordinates": [-71.2281505, 42.2497049], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70056}}, {"geometry": {"coordinates": [-71.1787393, 42.2497088], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46534}}, {"geometry": {"coordinates": [-71.3684045, 42.2497932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.86341, 42.250093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64032}}, {"geometry": {"coordinates": [-71.0564857, 42.2501969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13686}}, {"geometry": {"coordinates": [-71.1746043, 42.2502002], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87784}}, {"geometry": {"coordinates": [-71.2763542, 42.25024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39312}}, {"geometry": {"coordinates": [-71.283268, 42.2502894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43564}}, {"geometry": {"coordinates": [-71.0836219, 42.2504958], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40001}}, {"geometry": {"coordinates": [-71.278426, 42.250691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40290}}, {"geometry": {"coordinates": [-71.241522, 42.2507639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 246985}}, {"geometry": {"coordinates": [-71.278191, 42.2508625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92776}}, {"geometry": {"coordinates": [-70.8753305, 42.2509168], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 151588}}, {"geometry": {"coordinates": [-71.378959, 42.250953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 110642}}, {"geometry": {"coordinates": [-71.1085281, 42.2509654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.1822161, 42.2509706], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62415}}, {"geometry": {"coordinates": [-71.1828891, 42.2511777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22195}}, {"geometry": {"coordinates": [-71.2677697, 42.2512109], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48352}}, {"geometry": {"coordinates": [-71.2297913, 42.2515714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64934}}, {"geometry": {"coordinates": [-71.390216, 42.251598], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1089000}}, {"geometry": {"coordinates": [-71.2319449, 42.2516341], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74923}}, {"geometry": {"coordinates": [-71.62817, 42.251723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50200}}, {"geometry": {"coordinates": [-71.0656391, 42.2518828], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25745}}, {"geometry": {"coordinates": [-71.2982089, 42.2519888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28314}}, {"geometry": {"coordinates": [-71.374195, 42.252017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1001880}}, {"geometry": {"coordinates": [-70.8563413, 42.2520801], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26060}}, {"geometry": {"coordinates": [-71.3158634, 42.2521884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 181209}}, {"geometry": {"coordinates": [-70.8651591, 42.2522825], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50890}}, {"geometry": {"coordinates": [-71.216758, 42.2523554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 609840}}, {"geometry": {"coordinates": [-70.8732643, 42.2523997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33429}}, {"geometry": {"coordinates": [-71.105998, 42.2524501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57630}}, {"geometry": {"coordinates": [-70.7922274, 42.2524723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25414}}, {"geometry": {"coordinates": [-71.1853954, 42.2526446], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67878}}, {"geometry": {"coordinates": [-70.8655442, 42.2526809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40100}}, {"geometry": {"coordinates": [-70.894746, 42.252779], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9375}}, {"geometry": {"coordinates": [-71.1897118, 42.2528555], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.1872287, 42.2529368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 172783}}, {"geometry": {"coordinates": [-71.2970257, 42.252962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53578}}, {"geometry": {"coordinates": [-71.6469861, 42.2530804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57744}}, {"geometry": {"coordinates": [-70.8288876, 42.2530867], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66211}}, {"geometry": {"coordinates": [-71.0157377, 42.2532761], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51872}}, {"geometry": {"coordinates": [-70.8440479, 42.2532808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-71.1903152, 42.2532927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48276}}, {"geometry": {"coordinates": [-70.7913318, 42.2533698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38558}}, {"geometry": {"coordinates": [-70.7913318, 42.2533698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38558}}, {"geometry": {"coordinates": [-71.3132652, 42.2534635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72832}}, {"geometry": {"coordinates": [-70.8115199, 42.253627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34337}}, {"geometry": {"coordinates": [-70.8682247, 42.2538152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 91040}}, {"geometry": {"coordinates": [-71.106716, 42.2538367], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40201}}, {"geometry": {"coordinates": [-70.8946299, 42.2539297], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13871}}, {"geometry": {"coordinates": [-70.8571133, 42.2541811], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33493}}, {"geometry": {"coordinates": [-70.9020379, 42.2542216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24020}}, {"geometry": {"coordinates": [-71.6471542, 42.254746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51465}}, {"geometry": {"coordinates": [-70.8742032, 42.2549132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39715}}, {"geometry": {"coordinates": [-71.3134276, 42.2550356], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47655}}, {"geometry": {"coordinates": [-70.805329, 42.2558673], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18084}}, {"geometry": {"coordinates": [-70.805695, 42.2559169], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29527}}, {"geometry": {"coordinates": [-70.8974398, 42.2559193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67443}}, {"geometry": {"coordinates": [-70.8040838, 42.2559492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25036}}, {"geometry": {"coordinates": [-71.0783532, 42.2560283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8090}}, {"geometry": {"coordinates": [-71.2643591, 42.2562365], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54450}}, {"geometry": {"coordinates": [-71.220355, 42.256268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 523952}}, {"geometry": {"coordinates": [-70.8980436, 42.2563958], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13214}}, {"geometry": {"coordinates": [-70.8693627, 42.2567802], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63597}}, {"geometry": {"coordinates": [-71.5525046, 42.2568152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46173}}, {"geometry": {"coordinates": [-71.3014105, 42.2569948], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 91773}}, {"geometry": {"coordinates": [-70.9316904, 42.2570432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11021}}, {"geometry": {"coordinates": [-70.8976256, 42.2575122], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27325}}, {"geometry": {"coordinates": [-71.5512991, 42.2576581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45808}}, {"geometry": {"coordinates": [-70.8124366, 42.2578417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21484}}, {"geometry": {"coordinates": [-70.8231276, 42.2580106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20384}}, {"geometry": {"coordinates": [-71.3344579, 42.2584799], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81457}}, {"geometry": {"coordinates": [-71.344053, 42.258744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40907}}, {"geometry": {"coordinates": [-71.3419145, 42.258822], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32298}}, {"geometry": {"coordinates": [-70.8380294, 42.258854], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99317}}, {"geometry": {"coordinates": [-71.3270682, 42.2588943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65427}}, {"geometry": {"coordinates": [-70.8968825, 42.2590936], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8438}}, {"geometry": {"coordinates": [-71.3514372, 42.2593178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40206}}, {"geometry": {"coordinates": [-70.9071003, 42.2593308], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13108}}, {"geometry": {"coordinates": [-70.8976953, 42.2593638], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30483}}, {"geometry": {"coordinates": [-71.2123188, 42.2593763], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56258}}, {"geometry": {"coordinates": [-70.8218667, 42.2594002], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20045}}, {"geometry": {"coordinates": [-70.8390469, 42.259614], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33758}}, {"geometry": {"coordinates": [-71.0374962, 42.2596691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8091}}, {"geometry": {"coordinates": [-70.9065895, 42.2596887], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13927}}, {"geometry": {"coordinates": [-71.0621875, 42.2597023], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41628}}, {"geometry": {"coordinates": [-70.9127665, 42.2597122], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-70.8978578, 42.2598192], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9500}}, {"geometry": {"coordinates": [-71.3315801, 42.2600347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57664}}, {"geometry": {"coordinates": [-71.3184617, 42.2602193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20122}}, {"geometry": {"coordinates": [-70.8118559, 42.2602859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42254}}, {"geometry": {"coordinates": [-71.2744589, 42.260289], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 283140}}, {"geometry": {"coordinates": [-70.8260707, 42.2603694], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31160}}, {"geometry": {"coordinates": [-70.815329, 42.260399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33160}}, {"geometry": {"coordinates": [-71.3055631, 42.2605043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 127195}}, {"geometry": {"coordinates": [-70.8169426, 42.260591], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25827}}, {"geometry": {"coordinates": [-70.898032, 42.2606203], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6766}}, {"geometry": {"coordinates": [-70.8997621, 42.2607048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.5360115, 42.260732], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87671}}, {"geometry": {"coordinates": [-71.2464213, 42.2608196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81457}}, {"geometry": {"coordinates": [-70.8953962, 42.2608813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.3549046, 42.2608926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63031}}, {"geometry": {"coordinates": [-70.8942351, 42.2609041], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-70.8973187, 42.2610521], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3750}}, {"geometry": {"coordinates": [-71.0507286, 42.2612247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14150}}, {"geometry": {"coordinates": [-71.0632873, 42.2613807], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 114998}}, {"geometry": {"coordinates": [-71.0838772, 42.2614922], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11305}}, {"geometry": {"coordinates": [-71.0606874, 42.2615317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27878}}, {"geometry": {"coordinates": [-70.8385728, 42.261535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15434}}, {"geometry": {"coordinates": [-71.2985801, 42.2615797], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24829}}, {"geometry": {"coordinates": [-70.8951175, 42.2617623], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11838}}, {"geometry": {"coordinates": [-70.815893, 42.261833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34645}}, {"geometry": {"coordinates": [-71.0609892, 42.2622339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36000}}, {"geometry": {"coordinates": [-71.3410854, 42.2622785], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74634}}, {"geometry": {"coordinates": [-71.2562476, 42.2624771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-70.8300656, 42.2625467], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35096}}, {"geometry": {"coordinates": [-70.8300298, 42.2625586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35096}}, {"geometry": {"coordinates": [-70.819586, 42.26268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69696}}, {"geometry": {"coordinates": [-70.8354773, 42.2627957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39077}}, {"geometry": {"coordinates": [-71.0926282, 42.2630402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40900}}, {"geometry": {"coordinates": [-71.0826702, 42.2630712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.0855485, 42.2631159], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16047}}, {"geometry": {"coordinates": [-71.2686047, 42.2632237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58806}}, {"geometry": {"coordinates": [-71.2396267, 42.2632687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.3742265, 42.2634842], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 205168}}, {"geometry": {"coordinates": [-71.0781437, 42.2636935], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38635}}, {"geometry": {"coordinates": [-71.2734113, 42.2639722], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51836}}, {"geometry": {"coordinates": [-70.8286414, 42.2639784], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33541}}, {"geometry": {"coordinates": [-71.3285528, 42.2640572], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40249}}, {"geometry": {"coordinates": [-71.255373, 42.2640803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.0830416, 42.2644361], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34943}}, {"geometry": {"coordinates": [-71.0849914, 42.2645083], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20865}}, {"geometry": {"coordinates": [-71.1938193, 42.2645457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 107082}}, {"geometry": {"coordinates": [-71.2213058, 42.2646715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44020}}, {"geometry": {"coordinates": [-71.2418565, 42.2647427], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-71.281159, 42.2648527], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2384419, 42.2649378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-71.0604199, 42.265135], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40935}}, {"geometry": {"coordinates": [-71.2092771, 42.2655723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 260760}}, {"geometry": {"coordinates": [-71.2092771, 42.2655723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 260760}}, {"geometry": {"coordinates": [-71.0780509, 42.2657599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33098}}, {"geometry": {"coordinates": [-70.992234, 42.2658024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11060}}, {"geometry": {"coordinates": [-71.072178, 42.2660034], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.0675354, 42.266066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71438}}, {"geometry": {"coordinates": [-71.3068623, 42.2660823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48013}}, {"geometry": {"coordinates": [-71.2573753, 42.2660907], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43996}}, {"geometry": {"coordinates": [-71.3404763, 42.2662853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45085}}, {"geometry": {"coordinates": [-71.2596491, 42.2664002], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-71.3005753, 42.2666794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-71.2656611, 42.266818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-70.8436992, 42.2669667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16819}}, {"geometry": {"coordinates": [-71.2595476, 42.2677027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.3209671, 42.2677124], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46100}}, {"geometry": {"coordinates": [-71.22445, 42.2681705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2283729, 42.2682704], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2573242, 42.2682905], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36882}}, {"geometry": {"coordinates": [-71.0689126, 42.2684727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11166}}, {"geometry": {"coordinates": [-70.8393792, 42.2685229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24000}}, {"geometry": {"coordinates": [-71.3042408, 42.2685993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43564}}, {"geometry": {"coordinates": [-71.120506, 42.268809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6500}}, {"geometry": {"coordinates": [-71.2720847, 42.2689934], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-71.2404885, 42.2689993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11347}}, {"geometry": {"coordinates": [-71.2248874, 42.2690515], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 165528}}, {"geometry": {"coordinates": [-71.2221064, 42.2690946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63162}}, {"geometry": {"coordinates": [-71.3382262, 42.2693498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40729}}, {"geometry": {"coordinates": [-71.2363072, 42.2698227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2348453, 42.2698545], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43573}}, {"geometry": {"coordinates": [-71.3518427, 42.2699444], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17119}}, {"geometry": {"coordinates": [-71.2636542, 42.2701018], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.231571, 42.2703227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18731}}, {"geometry": {"coordinates": [-71.2026061, 42.2703725], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18695}}, {"geometry": {"coordinates": [-71.2119674, 42.2703733], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9583}}, {"geometry": {"coordinates": [-71.2562698, 42.2704081], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2255282, 42.2704895], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2026607, 42.2706008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2307949, 42.2706439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.203817, 42.27066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18731}}, {"geometry": {"coordinates": [-71.3002969, 42.2707259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-71.2174991, 42.2710024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11326}}, {"geometry": {"coordinates": [-71.3195984, 42.2710361], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48787}}, {"geometry": {"coordinates": [-71.2027475, 42.2710687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.2947019, 42.2711791], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60984}}, {"geometry": {"coordinates": [-71.2086262, 42.2716507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.3054703, 42.2716532], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58893}}, {"geometry": {"coordinates": [-71.2952835, 42.2717085], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63162}}, {"geometry": {"coordinates": [-71.2117295, 42.2717096], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.2473982, 42.2717719], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.355931, 42.271919], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16064}}, {"geometry": {"coordinates": [-71.3001809, 42.2721017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57064}}, {"geometry": {"coordinates": [-71.2670505, 42.2721704], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-71.3284833, 42.2721773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20081}}, {"geometry": {"coordinates": [-71.2062343, 42.2722105], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9148}}, {"geometry": {"coordinates": [-71.2589777, 42.2722338], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2309703, 42.2723799], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15246}}, {"geometry": {"coordinates": [-71.2824395, 42.2723813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71003}}, {"geometry": {"coordinates": [-71.247564, 42.2724472], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10039}}, {"geometry": {"coordinates": [-71.2129406, 42.272844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.2932442, 42.272998], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74923}}, {"geometry": {"coordinates": [-71.281977, 42.2731394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-71.3802009, 42.2734548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15420}}, {"geometry": {"coordinates": [-71.0697638, 42.2734734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11646}}, {"geometry": {"coordinates": [-71.2441266, 42.2735069], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-71.310086, 42.273771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8809}}, {"geometry": {"coordinates": [-71.234448, 42.274117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-71.2472415, 42.2744067], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-71.2121484, 42.2744253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.2955177, 42.2745346], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57064}}, {"geometry": {"coordinates": [-71.2473369, 42.2745802], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9148}}, {"geometry": {"coordinates": [-71.2063754, 42.2747089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2479476, 42.2747388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2133351, 42.2747892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13504}}, {"geometry": {"coordinates": [-71.212484, 42.2747942], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7405}}, {"geometry": {"coordinates": [-71.2115723, 42.275296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2086477, 42.2755949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2485049, 42.2757197], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.2981393, 42.2757763], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 125888}}, {"geometry": {"coordinates": [-71.2207141, 42.2758152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-71.2535483, 42.2760618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-70.8833202, 42.276113], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13065}}, {"geometry": {"coordinates": [-71.2484451, 42.2762264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38333}}, {"geometry": {"coordinates": [-71.3110709, 42.2762268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20552}}, {"geometry": {"coordinates": [-71.2404985, 42.2762895], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.3282281, 42.2764696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39988}}, {"geometry": {"coordinates": [-71.3323805, 42.276554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-71.285985, 42.276767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 205167}}, {"geometry": {"coordinates": [-71.2157971, 42.2767697], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.2881052, 42.2767846], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43568}}, {"geometry": {"coordinates": [-71.2323277, 42.2768409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-71.2406436, 42.2769886], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11989}}, {"geometry": {"coordinates": [-71.2155743, 42.2770188], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.213478, 42.277096], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.2348926, 42.2773674], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15246}}, {"geometry": {"coordinates": [-71.3468091, 42.2775281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100624}}, {"geometry": {"coordinates": [-71.3468091, 42.2775281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33323}}, {"geometry": {"coordinates": [-71.351425, 42.277535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2249185, 42.2775667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-71.5108578, 42.2777254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26136}}, {"geometry": {"coordinates": [-71.2114717, 42.2779398], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11739}}, {"geometry": {"coordinates": [-70.8668493, 42.2782295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9220}}, {"geometry": {"coordinates": [-71.2443166, 42.2782747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-71.22465, 42.278275], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2234704, 42.2782841], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2467148, 42.2784606], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18925}}, {"geometry": {"coordinates": [-71.2294476, 42.2785405], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7405}}, {"geometry": {"coordinates": [-71.2544019, 42.2786339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2446279, 42.2786878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-71.2257262, 42.2787463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-71.2214799, 42.2790506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6970}}, {"geometry": {"coordinates": [-71.2497185, 42.2791205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15682}}, {"geometry": {"coordinates": [-71.284971, 42.2793509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44867}}, {"geometry": {"coordinates": [-71.291058, 42.279385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18000}}, {"geometry": {"coordinates": [-71.2469342, 42.2794311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-71.217248, 42.279457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7373}}, {"geometry": {"coordinates": [-71.1513048, 42.2795963], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5437}}, {"geometry": {"coordinates": [-71.2270808, 42.279636], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-71.2904369, 42.2797613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24000}}, {"geometry": {"coordinates": [-71.1508627, 42.28011], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9811}}, {"geometry": {"coordinates": [-71.1474616, 42.2802205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10500}}, {"geometry": {"coordinates": [-71.2131494, 42.2802997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2100455, 42.2804177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10200}}, {"geometry": {"coordinates": [-71.2094166, 42.2804421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16918}}, {"geometry": {"coordinates": [-71.2116216, 42.2805422], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2101592, 42.2805693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10081}}, {"geometry": {"coordinates": [-71.2104046, 42.2805695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11684}}, {"geometry": {"coordinates": [-71.2226798, 42.2805902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2529316, 42.2807773], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2888361, 42.2808122], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55808}}, {"geometry": {"coordinates": [-71.29112, 42.280843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 227188}}, {"geometry": {"coordinates": [-71.1516982, 42.2809956], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5050}}, {"geometry": {"coordinates": [-71.282059, 42.281065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57935}}, {"geometry": {"coordinates": [-71.2317592, 42.2810687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-71.245041, 42.2810838], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-71.2235915, 42.281249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-71.217343, 42.281341], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11807}}, {"geometry": {"coordinates": [-71.2912954, 42.2814499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46609}}, {"geometry": {"coordinates": [-71.2295516, 42.2815311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2202326, 42.2816425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9148}}, {"geometry": {"coordinates": [-71.2157618, 42.2816695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.2444666, 42.2816923], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2152843, 42.2818141], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-71.3247319, 42.2818348], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36590}}, {"geometry": {"coordinates": [-71.2489137, 42.2820036], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-71.1534156, 42.2820682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8631}}, {"geometry": {"coordinates": [-71.2282733, 42.2820975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11571}}, {"geometry": {"coordinates": [-71.2331458, 42.2821969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.2538718, 42.2822958], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15029}}, {"geometry": {"coordinates": [-71.2301814, 42.2823639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.2331872, 42.2823984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.3246706, 42.2824989], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49136}}, {"geometry": {"coordinates": [-71.2282779, 42.2826372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.2287428, 42.2826413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9800}}, {"geometry": {"coordinates": [-71.3299447, 42.2826746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36068}}, {"geometry": {"coordinates": [-71.2477751, 42.2829467], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.2807856, 42.2830445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36243}}, {"geometry": {"coordinates": [-71.230494, 42.2831537], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16117}}, {"geometry": {"coordinates": [-71.211264, 42.2832256], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.291829, 42.2836418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45298}}, {"geometry": {"coordinates": [-71.1540009, 42.2836636], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12880}}, {"geometry": {"coordinates": [-71.2133118, 42.283693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11326}}, {"geometry": {"coordinates": [-71.278991, 42.283735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61855}}, {"geometry": {"coordinates": [-71.2232434, 42.2837378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17595}}, {"geometry": {"coordinates": [-71.2379669, 42.2837508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.2095294, 42.2841124], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16242}}, {"geometry": {"coordinates": [-71.2378063, 42.2841661], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2828968, 42.2842376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2516906, 42.2842809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.2251751, 42.2845459], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.2674282, 42.2846344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41818}}, {"geometry": {"coordinates": [-71.2458031, 42.2846543], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.2854953, 42.2846758], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2121052, 42.2846788], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12197}}, {"geometry": {"coordinates": [-71.2314858, 42.284879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27443}}, {"geometry": {"coordinates": [-70.8711071, 42.2849996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11150}}, {"geometry": {"coordinates": [-70.8711071, 42.2849996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.2161196, 42.2850052], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-71.2091486, 42.2852204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37167}}, {"geometry": {"coordinates": [-71.219229, 42.2852712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.2139302, 42.2853761], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15682}}, {"geometry": {"coordinates": [-71.1593569, 42.2854571], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14028}}, {"geometry": {"coordinates": [-71.2845209, 42.2854786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2128469, 42.28569], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.1572682, 42.2859203], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7442}}, {"geometry": {"coordinates": [-71.245659, 42.2860035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17424}}, {"geometry": {"coordinates": [-70.8719406, 42.2860725], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6457}}, {"geometry": {"coordinates": [-71.1568908, 42.2861291], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6930}}, {"geometry": {"coordinates": [-71.2215495, 42.286259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13504}}, {"geometry": {"coordinates": [-71.293105, 42.2864794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12200}}, {"geometry": {"coordinates": [-71.2822704, 42.286494], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2183532, 42.2866975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-71.2924554, 42.2868907], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9899}}, {"geometry": {"coordinates": [-71.2246994, 42.2869923], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.1603316, 42.2870727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.3448373, 42.2872618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33541}}, {"geometry": {"coordinates": [-71.22832, 42.28755], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2900889, 42.2880541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9150}}, {"geometry": {"coordinates": [-71.2678985, 42.2881746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.2629658, 42.2881904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10011}}, {"geometry": {"coordinates": [-71.2504015, 42.2882451], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24924}}, {"geometry": {"coordinates": [-71.1626524, 42.2882476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14759}}, {"geometry": {"coordinates": [-71.2968169, 42.2886302], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15427}}, {"geometry": {"coordinates": [-71.225988, 42.288672], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2156617, 42.2887234], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13504}}, {"geometry": {"coordinates": [-71.1611207, 42.2887311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10720}}, {"geometry": {"coordinates": [-71.2197599, 42.288736], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.29094, 42.289059], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10177}}, {"geometry": {"coordinates": [-71.2176975, 42.2892514], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2160268, 42.2895263], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.455305, 42.289579], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 194953}}, {"geometry": {"coordinates": [-71.276911, 42.2897374], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20019}}, {"geometry": {"coordinates": [-71.2309241, 42.2897728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11338}}, {"geometry": {"coordinates": [-71.2841033, 42.2898718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20119}}, {"geometry": {"coordinates": [-71.2782799, 42.2899125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30471}}, {"geometry": {"coordinates": [-71.2954249, 42.2899951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7074}}, {"geometry": {"coordinates": [-71.277143, 42.2902228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20006}}, {"geometry": {"coordinates": [-71.1918309, 42.2902621], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10546}}, {"geometry": {"coordinates": [-71.1854525, 42.2902984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.275983, 42.2903619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24479}}, {"geometry": {"coordinates": [-71.2247053, 42.2905862], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11064}}, {"geometry": {"coordinates": [-71.183771, 42.2907163], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7009}}, {"geometry": {"coordinates": [-71.2318521, 42.2908284], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.2903673, 42.2908908], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16500}}, {"geometry": {"coordinates": [-71.2804492, 42.2909758], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14220}}, {"geometry": {"coordinates": [-71.500814, 42.29104], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 112820}}, {"geometry": {"coordinates": [-71.2443377, 42.2911376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.1905834, 42.2912561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1841423, 42.2912998], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7004}}, {"geometry": {"coordinates": [-71.2844281, 42.291526], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20922}}, {"geometry": {"coordinates": [-71.1583698, 42.2915364], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12137}}, {"geometry": {"coordinates": [-71.1576847, 42.2915525], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7922}}, {"geometry": {"coordinates": [-71.2964763, 42.2915839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14577}}, {"geometry": {"coordinates": [-71.1545583, 42.2916422], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10049}}, {"geometry": {"coordinates": [-71.1902243, 42.2916872], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2966195, 42.2917409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14000}}, {"geometry": {"coordinates": [-71.2784887, 42.2917516], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15735}}, {"geometry": {"coordinates": [-71.2241019, 42.2917856], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.8758422, 42.2917969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5360}}, {"geometry": {"coordinates": [-71.2949493, 42.291877], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11596}}, {"geometry": {"coordinates": [-71.2297828, 42.2918804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9583}}, {"geometry": {"coordinates": [-71.2786279, 42.2919239], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11735}}, {"geometry": {"coordinates": [-71.2936618, 42.2920041], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6333}}, {"geometry": {"coordinates": [-71.186267, 42.292011], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8100}}, {"geometry": {"coordinates": [-71.1860916, 42.2921881], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8075}}, {"geometry": {"coordinates": [-71.185906, 42.2923425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-71.2473518, 42.2923705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2822936, 42.2925794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.2224776, 42.2927751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15682}}, {"geometry": {"coordinates": [-71.28234, 42.2931079], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19560}}, {"geometry": {"coordinates": [-71.223797, 42.2931489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.1804408, 42.2932281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.182144, 42.293752], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7168}}, {"geometry": {"coordinates": [-71.2308002, 42.2938134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13504}}, {"geometry": {"coordinates": [-71.2955177, 42.293879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5646}}, {"geometry": {"coordinates": [-71.0685103, 42.2939629], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14952}}, {"geometry": {"coordinates": [-71.187672, 42.2941145], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12280}}, {"geometry": {"coordinates": [-71.2334498, 42.2942388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15682}}, {"geometry": {"coordinates": [-71.1803828, 42.2943429], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10007}}, {"geometry": {"coordinates": [-72.188705, 42.294403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6473016}}, {"geometry": {"coordinates": [-71.2832912, 42.2944771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20009}}, {"geometry": {"coordinates": [-71.2725492, 42.2946174], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22776}}, {"geometry": {"coordinates": [-71.2963529, 42.2946893], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8587}}, {"geometry": {"coordinates": [-71.1830284, 42.2947545], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14478}}, {"geometry": {"coordinates": [-71.7248283, 42.294764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34151}}, {"geometry": {"coordinates": [-71.2278241, 42.2947803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7125}}, {"geometry": {"coordinates": [-71.1847457, 42.2948227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12691}}, {"geometry": {"coordinates": [-71.2246493, 42.2948324], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.2306043, 42.2951437], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10070}}, {"geometry": {"coordinates": [-71.2558264, 42.2954266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.2568271, 42.2955146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.2253511, 42.2955479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10060}}, {"geometry": {"coordinates": [-71.1871359, 42.2957671], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10080}}, {"geometry": {"coordinates": [-71.7261879, 42.295791], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 114563}}, {"geometry": {"coordinates": [-71.0265761, 42.2959187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99999999}}, {"geometry": {"coordinates": [-71.1787119, 42.2963272], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.1779229, 42.2964907], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15001}}, {"geometry": {"coordinates": [-71.1782014, 42.2966867], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2883257, 42.2968695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10018}}, {"geometry": {"coordinates": [-71.1474833, 42.2969554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6100}}, {"geometry": {"coordinates": [-71.1474833, 42.2969554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11283}}, {"geometry": {"coordinates": [-71.1863933, 42.2971283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15655}}, {"geometry": {"coordinates": [-71.1779693, 42.297428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15884}}, {"geometry": {"coordinates": [-71.3013641, 42.2974305], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35967}}, {"geometry": {"coordinates": [-71.177598, 42.297588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15898}}, {"geometry": {"coordinates": [-70.8796705, 42.2976021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6185}}, {"geometry": {"coordinates": [-71.181636, 42.2976411], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23703}}, {"geometry": {"coordinates": [-71.2966777, 42.298017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11780}}, {"geometry": {"coordinates": [-71.1819551, 42.2980305], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17540}}, {"geometry": {"coordinates": [-71.1532763, 42.2980679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.1806381, 42.2982339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15488}}, {"geometry": {"coordinates": [-71.1773659, 42.2983665], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2291247, 42.2983705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7057}}, {"geometry": {"coordinates": [-71.2782106, 42.2986492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19545}}, {"geometry": {"coordinates": [-71.2864233, 42.2988917], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7800}}, {"geometry": {"coordinates": [-71.3009581, 42.299045], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11132}}, {"geometry": {"coordinates": [-71.3101334, 42.2990563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11416}}, {"geometry": {"coordinates": [-71.1835853, 42.2991986], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15301}}, {"geometry": {"coordinates": [-71.1775516, 42.2992158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21720}}, {"geometry": {"coordinates": [-71.1077833, 42.2993112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6630}}, {"geometry": {"coordinates": [-71.1536941, 42.2993655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.2813656, 42.2993775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14444}}, {"geometry": {"coordinates": [-71.3159249, 42.2993809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9740}}, {"geometry": {"coordinates": [-71.2971722, 42.2994233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10189}}, {"geometry": {"coordinates": [-71.309614, 42.299464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10552}}, {"geometry": {"coordinates": [-71.1519767, 42.2995941], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9985}}, {"geometry": {"coordinates": [-71.3077555, 42.2996507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11907}}, {"geometry": {"coordinates": [-71.1809398, 42.2996792], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15718}}, {"geometry": {"coordinates": [-71.301129, 42.2997439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10192}}, {"geometry": {"coordinates": [-71.2434005, 42.3000687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20473}}, {"geometry": {"coordinates": [-71.246116, 42.300138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15246}}, {"geometry": {"coordinates": [-71.302764, 42.300336], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9976}}, {"geometry": {"coordinates": [-71.2820848, 42.3003728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15422}}, {"geometry": {"coordinates": [-71.2720852, 42.3004149], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12515}}, {"geometry": {"coordinates": [-71.2725492, 42.300456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12676}}, {"geometry": {"coordinates": [-71.1848948, 42.3004892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2860521, 42.3005398], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12314}}, {"geometry": {"coordinates": [-71.3078135, 42.300674], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11595}}, {"geometry": {"coordinates": [-71.3033592, 42.3007047], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6735}}, {"geometry": {"coordinates": [-71.2706467, 42.3007671], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20063}}, {"geometry": {"coordinates": [-71.3123488, 42.3008519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11062}}, {"geometry": {"coordinates": [-71.2857273, 42.3008569], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9645}}, {"geometry": {"coordinates": [-71.29815, 42.300858], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13330}}, {"geometry": {"coordinates": [-71.2749157, 42.3011157], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45121}}, {"geometry": {"coordinates": [-71.2412727, 42.3012713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-71.2702755, 42.3012994], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15870}}, {"geometry": {"coordinates": [-71.2339636, 42.3013553], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61855}}, {"geometry": {"coordinates": [-71.2339636, 42.3013553], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57935}}, {"geometry": {"coordinates": [-71.2982089, 42.3013618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17599}}, {"geometry": {"coordinates": [-71.2410406, 42.3016039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.1391175, 42.301738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 187308}}, {"geometry": {"coordinates": [-71.2417673, 42.301821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1538798, 42.3018874], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7870}}, {"geometry": {"coordinates": [-71.2447941, 42.3019656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.3005289, 42.3019758], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12925}}, {"geometry": {"coordinates": [-71.302988, 42.3020182], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10030}}, {"geometry": {"coordinates": [-71.1516517, 42.3020292], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6500}}, {"geometry": {"coordinates": [-71.3052151, 42.3022446], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14374}}, {"geometry": {"coordinates": [-71.2718532, 42.3023094], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24757}}, {"geometry": {"coordinates": [-71.3105741, 42.3023476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17189}}, {"geometry": {"coordinates": [-71.1793617, 42.3025712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16288}}, {"geometry": {"coordinates": [-71.2380402, 42.3026424], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-71.1811254, 42.3026473], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16750}}, {"geometry": {"coordinates": [-71.2312025, 42.3027608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11326}}, {"geometry": {"coordinates": [-71.1502128, 42.3029369], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7745}}, {"geometry": {"coordinates": [-71.1909324, 42.3029707], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19460}}, {"geometry": {"coordinates": [-71.2751013, 42.3030063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17194}}, {"geometry": {"coordinates": [-71.1723996, 42.3030253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16660}}, {"geometry": {"coordinates": [-71.1730868, 42.3030777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13191}}, {"geometry": {"coordinates": [-71.3005753, 42.3030993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12556}}, {"geometry": {"coordinates": [-71.3081382, 42.303146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10723}}, {"geometry": {"coordinates": [-71.2317128, 42.3031497], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14375}}, {"geometry": {"coordinates": [-71.3018744, 42.3032066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11177}}, {"geometry": {"coordinates": [-71.3163506, 42.3033015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1885979, 42.3033943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10103}}, {"geometry": {"coordinates": [-71.1745346, 42.3035735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15710}}, {"geometry": {"coordinates": [-71.1795938, 42.3036142], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16900}}, {"geometry": {"coordinates": [-71.2621549, 42.3037957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21045}}, {"geometry": {"coordinates": [-71.210768, 42.3038306], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12274}}, {"geometry": {"coordinates": [-71.3051688, 42.3039475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11501}}, {"geometry": {"coordinates": [-71.1181264, 42.3039632], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7125}}, {"geometry": {"coordinates": [-71.275192, 42.3040049], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14021}}, {"geometry": {"coordinates": [-71.2744053, 42.3041903], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25578}}, {"geometry": {"coordinates": [-71.1897582, 42.3043345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15740}}, {"geometry": {"coordinates": [-71.2326133, 42.3043668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.1926822, 42.3043842], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15110}}, {"geometry": {"coordinates": [-71.2355182, 42.3044253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10849}}, {"geometry": {"coordinates": [-71.2748693, 42.3044917], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14694}}, {"geometry": {"coordinates": [-71.1725388, 42.3044985], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10800}}, {"geometry": {"coordinates": [-71.3014105, 42.3045416], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14827}}, {"geometry": {"coordinates": [-71.2624797, 42.3045942], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12800}}, {"geometry": {"coordinates": [-71.1530443, 42.3046074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7844}}, {"geometry": {"coordinates": [-71.1818623, 42.304672], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10887}}, {"geometry": {"coordinates": [-71.2385141, 42.304834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.1899439, 42.3048492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12165}}, {"geometry": {"coordinates": [-71.1565719, 42.3049466], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14373}}, {"geometry": {"coordinates": [-71.3063287, 42.3049982], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11016}}, {"geometry": {"coordinates": [-71.2623869, 42.3050619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14992}}, {"geometry": {"coordinates": [-71.2723172, 42.3051021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13904}}, {"geometry": {"coordinates": [-71.1932856, 42.3051184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15300}}, {"geometry": {"coordinates": [-71.30452, 42.305151], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1845136, 42.305155], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10141}}, {"geometry": {"coordinates": [-71.2703219, 42.3052116], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18761}}, {"geometry": {"coordinates": [-71.1258895, 42.30523], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10436}}, {"geometry": {"coordinates": [-71.293757, 42.3052571], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19687}}, {"geometry": {"coordinates": [-71.2451968, 42.3053348], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18814}}, {"geometry": {"coordinates": [-71.1255895, 42.305349], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11067}}, {"geometry": {"coordinates": [-71.1921717, 42.3055243], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.707823, 42.3056197], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31103}}, {"geometry": {"coordinates": [-71.2431091, 42.3056418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-71.2858665, 42.3057146], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11859}}, {"geometry": {"coordinates": [-71.1613992, 42.3057294], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10830}}, {"geometry": {"coordinates": [-71.2459133, 42.3057738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18731}}, {"geometry": {"coordinates": [-71.1743026, 42.3058014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7691}}, {"geometry": {"coordinates": [-71.1754165, 42.3058418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15624}}, {"geometry": {"coordinates": [-71.2736629, 42.3059242], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22700}}, {"geometry": {"coordinates": [-71.3239365, 42.30601], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10004}}, {"geometry": {"coordinates": [-71.1808469, 42.3060198], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17138}}, {"geometry": {"coordinates": [-71.2899497, 42.3060312], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11000}}, {"geometry": {"coordinates": [-71.1589391, 42.3060549], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12840}}, {"geometry": {"coordinates": [-71.3315623, 42.3061229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13983}}, {"geometry": {"coordinates": [-71.1598559, 42.3062756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11900}}, {"geometry": {"coordinates": [-71.2760758, 42.3063685], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22945}}, {"geometry": {"coordinates": [-71.3178817, 42.3063856], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10615}}, {"geometry": {"coordinates": [-71.1552258, 42.3063904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9675}}, {"geometry": {"coordinates": [-71.2514355, 42.3064839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15444}}, {"geometry": {"coordinates": [-71.1693826, 42.3065274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25606}}, {"geometry": {"coordinates": [-71.1886443, 42.3065989], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10133}}, {"geometry": {"coordinates": [-71.3057255, 42.3066072], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15020}}, {"geometry": {"coordinates": [-71.177141, 42.306609], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20101}}, {"geometry": {"coordinates": [-71.2844281, 42.3066247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20032}}, {"geometry": {"coordinates": [-71.3185545, 42.3067406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10560}}, {"geometry": {"coordinates": [-71.1606681, 42.3068038], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10619}}, {"geometry": {"coordinates": [-71.1800579, 42.3068524], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23324}}, {"geometry": {"coordinates": [-71.1652981, 42.3068747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15648}}, {"geometry": {"coordinates": [-71.269865, 42.306911], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24550}}, {"geometry": {"coordinates": [-71.3227998, 42.3069158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12699}}, {"geometry": {"coordinates": [-71.2995313, 42.3069582], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24836}}, {"geometry": {"coordinates": [-71.2741733, 42.306977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17665}}, {"geometry": {"coordinates": [-71.1873912, 42.3070183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10200}}, {"geometry": {"coordinates": [-71.3078599, 42.3070411], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11234}}, {"geometry": {"coordinates": [-71.1697772, 42.3070962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17854}}, {"geometry": {"coordinates": [-71.7004554, 42.3072995], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73616}}, {"geometry": {"coordinates": [-71.1845136, 42.3073852], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10347}}, {"geometry": {"coordinates": [-71.3103189, 42.307418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-70.9070075, 42.3074204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16780}}, {"geometry": {"coordinates": [-71.3080454, 42.3074442], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10507}}, {"geometry": {"coordinates": [-71.2002937, 42.3074586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25000}}, {"geometry": {"coordinates": [-71.1719819, 42.307489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9637}}, {"geometry": {"coordinates": [-71.3074423, 42.3074914], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11079}}, {"geometry": {"coordinates": [-71.247368, 42.307556], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15214}}, {"geometry": {"coordinates": [-71.292873, 42.3075652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14102}}, {"geometry": {"coordinates": [-71.3142047, 42.3075796], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10271}}, {"geometry": {"coordinates": [-71.3085094, 42.3075967], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11759}}, {"geometry": {"coordinates": [-71.258951, 42.307608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32618}}, {"geometry": {"coordinates": [-71.1644858, 42.3076101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15684}}, {"geometry": {"coordinates": [-71.3057719, 42.3076563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15240}}, {"geometry": {"coordinates": [-71.1883659, 42.3076668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.1713321, 42.307676], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10747}}, {"geometry": {"coordinates": [-71.2343955, 42.3078137], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.1757298, 42.3078928], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7964}}, {"geometry": {"coordinates": [-71.294497, 42.3079133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15072}}, {"geometry": {"coordinates": [-71.25241, 42.3079498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15296}}, {"geometry": {"coordinates": [-71.1690601, 42.3079815], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10267}}, {"geometry": {"coordinates": [-71.1779693, 42.3079847], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11146}}, {"geometry": {"coordinates": [-71.1236149, 42.3080016], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6149}}, {"geometry": {"coordinates": [-71.1240472, 42.308028], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5943}}, {"geometry": {"coordinates": [-71.1626988, 42.3080314], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9929}}, {"geometry": {"coordinates": [-70.883924, 42.3080443], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63162}}, {"geometry": {"coordinates": [-71.179176, 42.308078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11854}}, {"geometry": {"coordinates": [-71.1613064, 42.3081294], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11110}}, {"geometry": {"coordinates": [-71.3085094, 42.3081545], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12993}}, {"geometry": {"coordinates": [-71.2927802, 42.3081816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20500}}, {"geometry": {"coordinates": [-71.175177, 42.308185], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8155}}, {"geometry": {"coordinates": [-71.1274214, 42.3082035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9300}}, {"geometry": {"coordinates": [-71.1920324, 42.3082142], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12406}}, {"geometry": {"coordinates": [-71.451211, 42.308226], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 392040}}, {"geometry": {"coordinates": [-71.2815976, 42.3082296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10883}}, {"geometry": {"coordinates": [-71.1022285, 42.3082739], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15173}}, {"geometry": {"coordinates": [-71.1866486, 42.3083048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16689}}, {"geometry": {"coordinates": [-71.2467486, 42.3083316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12835}}, {"geometry": {"coordinates": [-71.247491, 42.3083455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22128}}, {"geometry": {"coordinates": [-71.1275374, 42.3083905], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7513}}, {"geometry": {"coordinates": [-71.2033407, 42.3084197], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28391}}, {"geometry": {"coordinates": [-71.2340209, 42.3084232], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.1852794, 42.3084629], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11539}}, {"geometry": {"coordinates": [-71.3090198, 42.308538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14521}}, {"geometry": {"coordinates": [-71.3163506, 42.3085451], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10050}}, {"geometry": {"coordinates": [-71.3043336, 42.3085667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26219}}, {"geometry": {"coordinates": [-71.327184, 42.308588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6400}}, {"geometry": {"coordinates": [-71.259019, 42.3086], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48090}}, {"geometry": {"coordinates": [-71.3027792, 42.308621], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26205}}, {"geometry": {"coordinates": [-71.1950028, 42.3086806], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15944}}, {"geometry": {"coordinates": [-71.2956569, 42.3087037], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20021}}, {"geometry": {"coordinates": [-71.2503218, 42.3087123], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20780}}, {"geometry": {"coordinates": [-71.3270113, 42.3087459], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6800}}, {"geometry": {"coordinates": [-71.183771, 42.308746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2532453, 42.3088345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16447}}, {"geometry": {"coordinates": [-71.3139844, 42.3088533], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15799}}, {"geometry": {"coordinates": [-71.2014317, 42.3088673], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25108}}, {"geometry": {"coordinates": [-71.2815976, 42.3088988], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12096}}, {"geometry": {"coordinates": [-71.3226258, 42.3089412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1928679, 42.3090249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10303}}, {"geometry": {"coordinates": [-71.302524, 42.3090428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29377}}, {"geometry": {"coordinates": [-71.256149, 42.309072], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17949}}, {"geometry": {"coordinates": [-71.1967897, 42.3090764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12050}}, {"geometry": {"coordinates": [-71.1820305, 42.3091012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15592}}, {"geometry": {"coordinates": [-71.1707751, 42.3091425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12016}}, {"geometry": {"coordinates": [-71.171145, 42.3091489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12365}}, {"geometry": {"coordinates": [-71.2756388, 42.3092012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13317}}, {"geometry": {"coordinates": [-71.2041317, 42.3092298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16250}}, {"geometry": {"coordinates": [-71.2576537, 42.3092818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15020}}, {"geometry": {"coordinates": [-71.2051669, 42.3092879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16218}}, {"geometry": {"coordinates": [-71.258257, 42.3093093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15089}}, {"geometry": {"coordinates": [-71.1095493, 42.3093597], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3987}}, {"geometry": {"coordinates": [-71.3124532, 42.3094136], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19911}}, {"geometry": {"coordinates": [-71.3051688, 42.3094511], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15895}}, {"geometry": {"coordinates": [-71.174349, 42.3095261], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9360}}, {"geometry": {"coordinates": [-71.2562616, 42.30953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17000}}, {"geometry": {"coordinates": [-71.6955269, 42.3095626], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-71.2597871, 42.3095684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16220}}, {"geometry": {"coordinates": [-71.1648804, 42.3096283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32000}}, {"geometry": {"coordinates": [-71.2865161, 42.3096912], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27483}}, {"geometry": {"coordinates": [-71.242304, 42.3097012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12433}}, {"geometry": {"coordinates": [-71.2052133, 42.3097046], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15438}}, {"geometry": {"coordinates": [-71.312836, 42.3097105], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12665}}, {"geometry": {"coordinates": [-71.3041944, 42.3097704], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20571}}, {"geometry": {"coordinates": [-71.3134276, 42.3098008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14992}}, {"geometry": {"coordinates": [-71.294033, 42.309843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20139}}, {"geometry": {"coordinates": [-71.2421123, 42.3098582], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10255}}, {"geometry": {"coordinates": [-71.259234, 42.3098594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15300}}, {"geometry": {"coordinates": [-70.8825538, 42.3098683], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16585}}, {"geometry": {"coordinates": [-71.3144599, 42.3098723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10325}}, {"geometry": {"coordinates": [-71.291713, 42.3098981], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27718}}, {"geometry": {"coordinates": [-71.2569113, 42.3098999], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18213}}, {"geometry": {"coordinates": [-71.1740705, 42.309962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10906}}, {"geometry": {"coordinates": [-71.1982052, 42.3100039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12220}}, {"geometry": {"coordinates": [-71.2460989, 42.3100062], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58277}}, {"geometry": {"coordinates": [-71.204005, 42.3100423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16050}}, {"geometry": {"coordinates": [-71.2828968, 42.3100475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57628}}, {"geometry": {"coordinates": [-71.1251621, 42.3100796], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6978}}, {"geometry": {"coordinates": [-71.293801, 42.3101013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20327}}, {"geometry": {"coordinates": [-71.2920842, 42.3101094], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21363}}, {"geometry": {"coordinates": [-71.1870199, 42.3101147], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13203}}, {"geometry": {"coordinates": [-71.3285528, 42.3101522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16000}}, {"geometry": {"coordinates": [-71.1721675, 42.3101593], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13767}}, {"geometry": {"coordinates": [-71.3171974, 42.3101844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9995}}, {"geometry": {"coordinates": [-71.2051205, 42.3102093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14280}}, {"geometry": {"coordinates": [-71.1969521, 42.3102376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9070}}, {"geometry": {"coordinates": [-71.2714997, 42.3102551], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58515}}, {"geometry": {"coordinates": [-71.282552, 42.310304], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20620}}, {"geometry": {"coordinates": [-71.0996488, 42.3103344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5420}}, {"geometry": {"coordinates": [-71.3211295, 42.3103535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14897}}, {"geometry": {"coordinates": [-71.0998957, 42.3103985], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6235}}, {"geometry": {"coordinates": [-71.3080918, 42.310464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15340}}, {"geometry": {"coordinates": [-71.1708331, 42.3105739], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10899}}, {"geometry": {"coordinates": [-71.1228026, 42.3106317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30927}}, {"geometry": {"coordinates": [-71.0996986, 42.310657], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5281}}, {"geometry": {"coordinates": [-71.2980697, 42.3107092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20349}}, {"geometry": {"coordinates": [-71.1014075, 42.3107244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6041}}, {"geometry": {"coordinates": [-71.1014075, 42.3107244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6600}}, {"geometry": {"coordinates": [-71.2585238, 42.3108322], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16080}}, {"geometry": {"coordinates": [-71.2421544, 42.3109008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15055}}, {"geometry": {"coordinates": [-71.142786, 42.3110027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40188}}, {"geometry": {"coordinates": [-71.3012249, 42.3110177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20007}}, {"geometry": {"coordinates": [-71.170543, 42.3110357], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15369}}, {"geometry": {"coordinates": [-71.3269058, 42.3110465], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12442}}, {"geometry": {"coordinates": [-71.2889753, 42.3111097], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18082}}, {"geometry": {"coordinates": [-71.3155619, 42.3112384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8633}}, {"geometry": {"coordinates": [-71.1993191, 42.3112706], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15225}}, {"geometry": {"coordinates": [-71.1874144, 42.3112781], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18689}}, {"geometry": {"coordinates": [-71.2422008, 42.3112804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10880}}, {"geometry": {"coordinates": [-71.118668, 42.3113859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4804}}, {"geometry": {"coordinates": [-71.3023384, 42.3113913], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26901}}, {"geometry": {"coordinates": [-71.2706917, 42.3114196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22674}}, {"geometry": {"coordinates": [-71.245542, 42.3114363], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12940}}, {"geometry": {"coordinates": [-71.2564936, 42.3115024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15680}}, {"geometry": {"coordinates": [-71.1980892, 42.3115268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11650}}, {"geometry": {"coordinates": [-71.312314, 42.3115469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2980697, 42.3115644], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20182}}, {"geometry": {"coordinates": [-71.5498822, 42.3115736], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 103673}}, {"geometry": {"coordinates": [-71.1202262, 42.3118839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18000}}, {"geometry": {"coordinates": [-71.2881401, 42.3118984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27596}}, {"geometry": {"coordinates": [-71.2461453, 42.3119844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10882}}, {"geometry": {"coordinates": [-71.0536312, 42.3121227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5600}}, {"geometry": {"coordinates": [-71.684986, 42.31215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 168072}}, {"geometry": {"coordinates": [-71.2875601, 42.3121538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26965}}, {"geometry": {"coordinates": [-71.1326203, 42.3122095], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46390}}, {"geometry": {"coordinates": [-71.2867945, 42.3122664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17860}}, {"geometry": {"coordinates": [-71.2839641, 42.3122724], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14690}}, {"geometry": {"coordinates": [-71.2072089, 42.31231], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11955}}, {"geometry": {"coordinates": [-71.1212087, 42.3123194], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4915}}, {"geometry": {"coordinates": [-71.2441962, 42.3123612], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12632}}, {"geometry": {"coordinates": [-71.1177815, 42.3123632], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12290}}, {"geometry": {"coordinates": [-71.3189952, 42.3125601], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2925946, 42.3126866], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25370}}, {"geometry": {"coordinates": [-71.2932442, 42.3127589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30744}}, {"geometry": {"coordinates": [-71.3177889, 42.3127661], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11374}}, {"geometry": {"coordinates": [-71.2886969, 42.3128103], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23039}}, {"geometry": {"coordinates": [-71.1173177, 42.3128654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5455}}, {"geometry": {"coordinates": [-71.322243, 42.3129207], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10565}}, {"geometry": {"coordinates": [-71.4870022, 42.3129555], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 68868}}, {"geometry": {"coordinates": [-71.3152835, 42.3129764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10272}}, {"geometry": {"coordinates": [-71.1171278, 42.3130455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5455}}, {"geometry": {"coordinates": [-71.1148414, 42.3130478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3550}}, {"geometry": {"coordinates": [-71.3139844, 42.3130924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10387}}, {"geometry": {"coordinates": [-71.1656926, 42.3130924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26828}}, {"geometry": {"coordinates": [-71.2380847, 42.313099], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18651}}, {"geometry": {"coordinates": [-71.2572129, 42.3131295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15899}}, {"geometry": {"coordinates": [-71.3176265, 42.3132779], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23000}}, {"geometry": {"coordinates": [-71.2993225, 42.3132999], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20593}}, {"geometry": {"coordinates": [-71.1200034, 42.3133178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6841}}, {"geometry": {"coordinates": [-71.3158866, 42.3133382], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10893}}, {"geometry": {"coordinates": [-71.2764006, 42.3133388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20241}}, {"geometry": {"coordinates": [-71.327857, 42.313391], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12172}}, {"geometry": {"coordinates": [-71.2949609, 42.3134201], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21033}}, {"geometry": {"coordinates": [-71.1652517, 42.3134821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24116}}, {"geometry": {"coordinates": [-71.1969521, 42.3135083], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11955}}, {"geometry": {"coordinates": [-71.3044264, 42.3135278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20001}}, {"geometry": {"coordinates": [-71.1118964, 42.3136003], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4690}}, {"geometry": {"coordinates": [-71.2434769, 42.3136337], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27321}}, {"geometry": {"coordinates": [-71.1158411, 42.3137059], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9300}}, {"geometry": {"coordinates": [-71.2882097, 42.3137506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27526}}, {"geometry": {"coordinates": [-71.2715958, 42.3138066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25972}}, {"geometry": {"coordinates": [-71.3129636, 42.3138129], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10183}}, {"geometry": {"coordinates": [-71.293337, 42.3138156], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20300}}, {"geometry": {"coordinates": [-71.292409, 42.3138451], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23604}}, {"geometry": {"coordinates": [-71.1981588, 42.3139359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8000}}, {"geometry": {"coordinates": [-71.204875, 42.314052], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10200}}, {"geometry": {"coordinates": [-71.2874673, 42.3140715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35765}}, {"geometry": {"coordinates": [-71.321171, 42.314122], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12500}}, {"geometry": {"coordinates": [-71.2767254, 42.3141372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20735}}, {"geometry": {"coordinates": [-71.324359, 42.314149], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1063335, 42.3142553], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4187}}, {"geometry": {"coordinates": [-71.1166054, 42.3142763], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18040}}, {"geometry": {"coordinates": [-71.3259547, 42.3143262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.2905993, 42.3143579], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22412}}, {"geometry": {"coordinates": [-71.2849849, 42.3145638], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32451}}, {"geometry": {"coordinates": [-71.3150979, 42.3145812], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10982}}, {"geometry": {"coordinates": [-71.2930122, 42.314616], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20042}}, {"geometry": {"coordinates": [-71.3035448, 42.3147178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20032}}, {"geometry": {"coordinates": [-71.3042408, 42.3147235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20149}}, {"geometry": {"coordinates": [-71.2971417, 42.3148658], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25122}}, {"geometry": {"coordinates": [-71.1306509, 42.3149301], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74392}}, {"geometry": {"coordinates": [-71.2242412, 42.315008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9639}}, {"geometry": {"coordinates": [-71.2954481, 42.3150452], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20077}}, {"geometry": {"coordinates": [-71.3245628, 42.3150959], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40032}}, {"geometry": {"coordinates": [-71.3002737, 42.3151891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21974}}, {"geometry": {"coordinates": [-71.256656, 42.3151916], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25876}}, {"geometry": {"coordinates": [-71.3120821, 42.3153748], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10142}}, {"geometry": {"coordinates": [-71.244057, 42.3154602], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13907}}, {"geometry": {"coordinates": [-71.2975825, 42.3156279], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29919}}, {"geometry": {"coordinates": [-71.263547, 42.315742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.116559, 42.3157925], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22200}}, {"geometry": {"coordinates": [-71.2389987, 42.3158317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27325}}, {"geometry": {"coordinates": [-71.316658, 42.31591], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10982}}, {"geometry": {"coordinates": [-71.2552871, 42.3159826], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23146}}, {"geometry": {"coordinates": [-71.1095003, 42.3160137], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4630}}, {"geometry": {"coordinates": [-71.3245628, 42.3162486], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40510}}, {"geometry": {"coordinates": [-71.316338, 42.316322], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14754}}, {"geometry": {"coordinates": [-71.282258, 42.316341], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20001}}, {"geometry": {"coordinates": [-71.2554263, 42.316415], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16310}}, {"geometry": {"coordinates": [-71.3044728, 42.3164357], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26790}}, {"geometry": {"coordinates": [-71.2702919, 42.3164891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17925}}, {"geometry": {"coordinates": [-71.315682, 42.316513], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10048}}, {"geometry": {"coordinates": [-71.1444415, 42.3165415], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42706}}, {"geometry": {"coordinates": [-71.4911015, 42.3165473], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43996}}, {"geometry": {"coordinates": [-71.2841265, 42.3166311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35841}}, {"geometry": {"coordinates": [-71.3225214, 42.3166487], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.198808, 42.316675], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10617}}, {"geometry": {"coordinates": [-71.3264766, 42.3168216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47785}}, {"geometry": {"coordinates": [-71.3142419, 42.316897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10009}}, {"geometry": {"coordinates": [-71.3018904, 42.316898], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2826416, 42.3170498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24513}}, {"geometry": {"coordinates": [-71.1656694, 42.3170833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21064}}, {"geometry": {"coordinates": [-71.1842532, 42.3171496], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-71.2557975, 42.3172583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14460}}, {"geometry": {"coordinates": [-71.1470332, 42.3172801], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57896}}, {"geometry": {"coordinates": [-71.1968129, 42.3173871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8051}}, {"geometry": {"coordinates": [-71.2553799, 42.3174108], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16141}}, {"geometry": {"coordinates": [-71.2525492, 42.3174158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15830}}, {"geometry": {"coordinates": [-71.2890217, 42.3174752], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25540}}, {"geometry": {"coordinates": [-71.113845, 42.3175564], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7813}}, {"geometry": {"coordinates": [-71.1944459, 42.3176177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11706}}, {"geometry": {"coordinates": [-71.258257, 42.3176366], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19021}}, {"geometry": {"coordinates": [-71.3168842, 42.3176891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46600}}, {"geometry": {"coordinates": [-71.69174, 42.317822], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21600}}, {"geometry": {"coordinates": [-71.2949145, 42.3178737], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25659}}, {"geometry": {"coordinates": [-71.2711571, 42.3180675], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11077}}, {"geometry": {"coordinates": [-71.3058647, 42.3181201], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21506}}, {"geometry": {"coordinates": [-71.2589994, 42.3181709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14015}}, {"geometry": {"coordinates": [-71.5449004, 42.3181787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59677}}, {"geometry": {"coordinates": [-71.3232173, 42.3181787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40005}}, {"geometry": {"coordinates": [-71.4923828, 42.3182833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 163350}}, {"geometry": {"coordinates": [-71.2676769, 42.3183723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13875}}, {"geometry": {"coordinates": [-71.2756582, 42.3184182], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43623}}, {"geometry": {"coordinates": [-71.2263295, 42.3184464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2636166, 42.3185231], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34080}}, {"geometry": {"coordinates": [-71.2716908, 42.3186223], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19498}}, {"geometry": {"coordinates": [-71.2622941, 42.318653], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18020}}, {"geometry": {"coordinates": [-71.2781871, 42.3186776], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32205}}, {"geometry": {"coordinates": [-71.2537093, 42.318727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16400}}, {"geometry": {"coordinates": [-71.2595099, 42.3187775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13988}}, {"geometry": {"coordinates": [-71.2699507, 42.3189048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20101}}, {"geometry": {"coordinates": [-71.1163733, 42.3190303], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11890}}, {"geometry": {"coordinates": [-71.281412, 42.3192031], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26000}}, {"geometry": {"coordinates": [-71.2686514, 42.3192059], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13550}}, {"geometry": {"coordinates": [-71.5578125, 42.3193182], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.2695562, 42.3193772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15113}}, {"geometry": {"coordinates": [-71.2201478, 42.3194014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11150}}, {"geometry": {"coordinates": [-71.2201478, 42.3194014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11150}}, {"geometry": {"coordinates": [-71.2752405, 42.3194258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30786}}, {"geometry": {"coordinates": [-71.2540806, 42.3194588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16583}}, {"geometry": {"coordinates": [-71.2226865, 42.3194838], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17120}}, {"geometry": {"coordinates": [-71.3258619, 42.3195161], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51836}}, {"geometry": {"coordinates": [-71.6411997, 42.3195556], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 168142}}, {"geometry": {"coordinates": [-71.2156555, 42.3197244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6600}}, {"geometry": {"coordinates": [-71.2744749, 42.3197613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36500}}, {"geometry": {"coordinates": [-71.334445, 42.3198444], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-71.3148659, 42.3199334], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.2019181, 42.3199618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9893}}, {"geometry": {"coordinates": [-71.195931, 42.3200992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22170}}, {"geometry": {"coordinates": [-71.3204103, 42.3203647], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.2599971, 42.3204396], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22383}}, {"geometry": {"coordinates": [-71.1967665, 42.3205009], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10819}}, {"geometry": {"coordinates": [-71.2283652, 42.3206264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29190}}, {"geometry": {"coordinates": [-71.1409155, 42.3206671], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27191}}, {"geometry": {"coordinates": [-71.1157698, 42.3206737], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4460}}, {"geometry": {"coordinates": [-71.2035425, 42.320683], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4791}}, {"geometry": {"coordinates": [-71.1057362, 42.3208348], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3000}}, {"geometry": {"coordinates": [-71.2621085, 42.3208891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9723}}, {"geometry": {"coordinates": [-71.3002969, 42.320937], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61419}}, {"geometry": {"coordinates": [-71.1950605, 42.3209667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22170}}, {"geometry": {"coordinates": [-71.3248644, 42.3210399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40387}}, {"geometry": {"coordinates": [-71.5402262, 42.3210764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101495}}, {"geometry": {"coordinates": [-71.3166058, 42.3211371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 86136}}, {"geometry": {"coordinates": [-71.2275826, 42.3212601], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13060}}, {"geometry": {"coordinates": [-71.3171394, 42.3214314], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83958}}, {"geometry": {"coordinates": [-71.2021502, 42.3214505], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8320}}, {"geometry": {"coordinates": [-71.1462906, 42.3214639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-71.2733845, 42.321566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23505}}, {"geometry": {"coordinates": [-71.1093157, 42.3216065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3619}}, {"geometry": {"coordinates": [-71.233894, 42.3216216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8190}}, {"geometry": {"coordinates": [-71.2110146, 42.3216515], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12087}}, {"geometry": {"coordinates": [-71.216018, 42.3217027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10307}}, {"geometry": {"coordinates": [-71.1828659, 42.3217298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14000}}, {"geometry": {"coordinates": [-71.2154699, 42.3217742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8970}}, {"geometry": {"coordinates": [-71.2234522, 42.3217876], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14250}}, {"geometry": {"coordinates": [-71.2022066, 42.3219148], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13532}}, {"geometry": {"coordinates": [-71.3012249, 42.3220228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 105738}}, {"geometry": {"coordinates": [-71.1921717, 42.3220632], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9555}}, {"geometry": {"coordinates": [-71.2623405, 42.3221549], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14323}}, {"geometry": {"coordinates": [-71.2813424, 42.3221838], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42578}}, {"geometry": {"coordinates": [-71.2451708, 42.3221904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6044}}, {"geometry": {"coordinates": [-71.1275606, 42.322235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47214}}, {"geometry": {"coordinates": [-71.1422925, 42.3222868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43080}}, {"geometry": {"coordinates": [-71.216897, 42.3223224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8400}}, {"geometry": {"coordinates": [-71.2754958, 42.3223869], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51155}}, {"geometry": {"coordinates": [-71.2426496, 42.3224684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15618}}, {"geometry": {"coordinates": [-71.2831056, 42.3226299], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25500}}, {"geometry": {"coordinates": [-71.1898046, 42.3226651], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6364}}, {"geometry": {"coordinates": [-71.2998793, 42.3226882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 124469}}, {"geometry": {"coordinates": [-71.209688, 42.322713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14970}}, {"geometry": {"coordinates": [-71.2699971, 42.3227413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23776}}, {"geometry": {"coordinates": [-71.197277, 42.3228171], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10800}}, {"geometry": {"coordinates": [-71.1606565, 42.3228461], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25984}}, {"geometry": {"coordinates": [-71.5537233, 42.3228958], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81893}}, {"geometry": {"coordinates": [-71.317325, 42.3229126], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64356}}, {"geometry": {"coordinates": [-71.1968129, 42.3229243], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7200}}, {"geometry": {"coordinates": [-71.1897118, 42.3229838], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5100}}, {"geometry": {"coordinates": [-71.194353, 42.3230647], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6250}}, {"geometry": {"coordinates": [-71.1578252, 42.3230711], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10820}}, {"geometry": {"coordinates": [-71.2158876, 42.3231456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9569}}, {"geometry": {"coordinates": [-71.202243, 42.3231757], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10123}}, {"geometry": {"coordinates": [-71.220668, 42.323384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28836}}, {"geometry": {"coordinates": [-71.2193219, 42.3234669], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11700}}, {"geometry": {"coordinates": [-71.3099478, 42.3235293], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.1986229, 42.3236027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12272}}, {"geometry": {"coordinates": [-71.2277566, 42.3236402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9580}}, {"geometry": {"coordinates": [-71.1861638, 42.3237507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 552226}}, {"geometry": {"coordinates": [-71.1861638, 42.3237507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 552226}}, {"geometry": {"coordinates": [-71.2377458, 42.3237968], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-71.2184865, 42.3238086], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7200}}, {"geometry": {"coordinates": [-71.2067448, 42.3238269], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15754}}, {"geometry": {"coordinates": [-71.2412262, 42.3239022], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18693}}, {"geometry": {"coordinates": [-71.237309, 42.323925], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13635}}, {"geometry": {"coordinates": [-71.0941138, 42.3239488], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10714}}, {"geometry": {"coordinates": [-71.2360287, 42.3239524], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12660}}, {"geometry": {"coordinates": [-71.2352398, 42.3240048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18390}}, {"geometry": {"coordinates": [-71.1948172, 42.3240724], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9554}}, {"geometry": {"coordinates": [-71.2215959, 42.324112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.192387, 42.324127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15083}}, {"geometry": {"coordinates": [-71.2065592, 42.3241299], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18519}}, {"geometry": {"coordinates": [-71.5435406, 42.3241409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 125888}}, {"geometry": {"coordinates": [-71.3095302, 42.3241653], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61742}}, {"geometry": {"coordinates": [-71.2686978, 42.3241946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11203}}, {"geometry": {"coordinates": [-71.1847224, 42.3243486], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12863}}, {"geometry": {"coordinates": [-71.3123372, 42.3243592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 133293}}, {"geometry": {"coordinates": [-71.2360287, 42.3243613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10750}}, {"geometry": {"coordinates": [-71.1464762, 42.3243934], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.2805768, 42.324415], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25422}}, {"geometry": {"coordinates": [-71.2357503, 42.3244257], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12880}}, {"geometry": {"coordinates": [-71.272647, 42.324432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23340}}, {"geometry": {"coordinates": [-71.281992, 42.324598], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21448}}, {"geometry": {"coordinates": [-71.2704849, 42.324691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16827}}, {"geometry": {"coordinates": [-71.2333835, 42.3246943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19600}}, {"geometry": {"coordinates": [-71.1984533, 42.3250252], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8500}}, {"geometry": {"coordinates": [-71.1582458, 42.3250376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12733}}, {"geometry": {"coordinates": [-71.205037, 42.3251107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8000}}, {"geometry": {"coordinates": [-71.2280002, 42.3251215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12650}}, {"geometry": {"coordinates": [-71.2356575, 42.3251532], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23075}}, {"geometry": {"coordinates": [-71.2649391, 42.3253442], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10970}}, {"geometry": {"coordinates": [-71.1579253, 42.3253826], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12219}}, {"geometry": {"coordinates": [-71.2032033, 42.3255283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30019}}, {"geometry": {"coordinates": [-71.2285107, 42.3255795], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11350}}, {"geometry": {"coordinates": [-71.30438, 42.3256026], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44171}}, {"geometry": {"coordinates": [-71.1335023, 42.325735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18412}}, {"geometry": {"coordinates": [-71.160703, 42.3258634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27457}}, {"geometry": {"coordinates": [-71.1942041, 42.3258884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.1556436, 42.3259699], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16420}}, {"geometry": {"coordinates": [-71.1867646, 42.3260326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10016}}, {"geometry": {"coordinates": [-71.219229, 42.3262012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.186138, 42.3262421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8687}}, {"geometry": {"coordinates": [-71.0911516, 42.3263024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28110}}, {"geometry": {"coordinates": [-71.1600299, 42.326325], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34041}}, {"geometry": {"coordinates": [-71.245078, 42.3263373], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17401}}, {"geometry": {"coordinates": [-71.275519, 42.3263494], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14470}}, {"geometry": {"coordinates": [-71.3013641, 42.3263584], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.2771209, 42.326383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20473}}, {"geometry": {"coordinates": [-71.1569665, 42.326399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22350}}, {"geometry": {"coordinates": [-71.193619, 42.326479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14849}}, {"geometry": {"coordinates": [-71.2730378, 42.3266191], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25040}}, {"geometry": {"coordinates": [-71.29056, 42.326677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 160188}}, {"geometry": {"coordinates": [-71.2247053, 42.3267193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9873}}, {"geometry": {"coordinates": [-71.283958, 42.3267455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81021}}, {"geometry": {"coordinates": [-71.1211082, 42.3267834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35800}}, {"geometry": {"coordinates": [-71.23698, 42.3268077], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35279}}, {"geometry": {"coordinates": [-71.2403909, 42.3268456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13655}}, {"geometry": {"coordinates": [-71.2474446, 42.3268488], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12854}}, {"geometry": {"coordinates": [-71.2349265, 42.3269015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13500}}, {"geometry": {"coordinates": [-71.1589404, 42.326915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12484}}, {"geometry": {"coordinates": [-71.2450052, 42.3269278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40681}}, {"geometry": {"coordinates": [-71.27276, 42.326973], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25040}}, {"geometry": {"coordinates": [-71.3194824, 42.3269747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61307}}, {"geometry": {"coordinates": [-71.1544851, 42.3270295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19120}}, {"geometry": {"coordinates": [-71.2427112, 42.3270521], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13020}}, {"geometry": {"coordinates": [-71.0926514, 42.3270982], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2320}}, {"geometry": {"coordinates": [-71.1520101, 42.3271093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18667}}, {"geometry": {"coordinates": [-71.2157019, 42.3271276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11670}}, {"geometry": {"coordinates": [-71.1507698, 42.3271479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17281}}, {"geometry": {"coordinates": [-71.2179296, 42.3272818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11464}}, {"geometry": {"coordinates": [-71.1550866, 42.3273985], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17700}}, {"geometry": {"coordinates": [-71.1937503, 42.3274508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6420}}, {"geometry": {"coordinates": [-71.2258655, 42.3274731], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11995}}, {"geometry": {"coordinates": [-71.3083702, 42.3276501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42745}}, {"geometry": {"coordinates": [-71.2350078, 42.3277563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23361}}, {"geometry": {"coordinates": [-71.1499807, 42.327794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10479}}, {"geometry": {"coordinates": [-71.222301, 42.327858], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15411}}, {"geometry": {"coordinates": [-71.2609484, 42.3278666], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11040}}, {"geometry": {"coordinates": [-71.303636, 42.327881], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 308292}}, {"geometry": {"coordinates": [-71.1386852, 42.3279316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34350}}, {"geometry": {"coordinates": [-71.2251693, 42.3280242], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13560}}, {"geometry": {"coordinates": [-71.3215007, 42.3280765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65227}}, {"geometry": {"coordinates": [-71.1370077, 42.3281176], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20849}}, {"geometry": {"coordinates": [-71.308811, 42.3281519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.2080443, 42.3281718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5305}}, {"geometry": {"coordinates": [-71.2577226, 42.3281882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7760}}, {"geometry": {"coordinates": [-71.1670851, 42.3281919], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25302}}, {"geometry": {"coordinates": [-71.1543787, 42.3282163], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15560}}, {"geometry": {"coordinates": [-71.221987, 42.328393], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10512}}, {"geometry": {"coordinates": [-71.323745, 42.3284019], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 348480}}, {"geometry": {"coordinates": [-71.1408132, 42.3284087], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28061}}, {"geometry": {"coordinates": [-71.3135436, 42.3284284], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.2776535, 42.3284565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24805}}, {"geometry": {"coordinates": [-71.2381866, 42.3284983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13748}}, {"geometry": {"coordinates": [-71.2355488, 42.3285776], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19992}}, {"geometry": {"coordinates": [-71.2038442, 42.3287793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7092}}, {"geometry": {"coordinates": [-71.2813656, 42.3288597], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36120}}, {"geometry": {"coordinates": [-71.1308216, 42.328873], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8075}}, {"geometry": {"coordinates": [-71.3402907, 42.3288951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75246}}, {"geometry": {"coordinates": [-71.2067448, 42.3289177], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6349}}, {"geometry": {"coordinates": [-71.2363292, 42.3290015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21340}}, {"geometry": {"coordinates": [-71.3555541, 42.3290063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31002}}, {"geometry": {"coordinates": [-71.2054186, 42.3290419], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7022}}, {"geometry": {"coordinates": [-71.1236898, 42.3290594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3218}}, {"geometry": {"coordinates": [-71.1866486, 42.3291154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12940}}, {"geometry": {"coordinates": [-71.2800663, 42.3291609], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.227629, 42.3292208], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15180}}, {"geometry": {"coordinates": [-71.3140308, 42.3292353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60000}}, {"geometry": {"coordinates": [-71.706847, 42.3293439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 135000}}, {"geometry": {"coordinates": [-71.2200644, 42.3293897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6531}}, {"geometry": {"coordinates": [-71.2392772, 42.3294445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12545}}, {"geometry": {"coordinates": [-71.2593243, 42.3295249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21612}}, {"geometry": {"coordinates": [-71.2255406, 42.3295362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24770}}, {"geometry": {"coordinates": [-71.1180909, 42.3295385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6679}}, {"geometry": {"coordinates": [-71.1184622, 42.3295646], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19607}}, {"geometry": {"coordinates": [-71.2206677, 42.3295662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9346}}, {"geometry": {"coordinates": [-71.2511373, 42.3296319], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10141}}, {"geometry": {"coordinates": [-71.2043315, 42.3296607], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3436}}, {"geometry": {"coordinates": [-71.1885283, 42.32975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22383}}, {"geometry": {"coordinates": [-71.2235915, 42.3298009], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8000}}, {"geometry": {"coordinates": [-71.117998, 42.3298199], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3935}}, {"geometry": {"coordinates": [-71.168175, 42.3298833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17377}}, {"geometry": {"coordinates": [-71.1201798, 42.3299313], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8230}}, {"geometry": {"coordinates": [-71.1673854, 42.3299317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25045}}, {"geometry": {"coordinates": [-71.332629, 42.329993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 100624}}, {"geometry": {"coordinates": [-71.2418759, 42.3301069], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6970}}, {"geometry": {"coordinates": [-71.1221759, 42.3301226], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9466}}, {"geometry": {"coordinates": [-71.2616445, 42.3301397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12222}}, {"geometry": {"coordinates": [-71.6988987, 42.330176], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46174}}, {"geometry": {"coordinates": [-71.2397295, 42.3301953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11700}}, {"geometry": {"coordinates": [-71.2411798, 42.3302121], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17410}}, {"geometry": {"coordinates": [-71.7027934, 42.330226], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35429}}, {"geometry": {"coordinates": [-71.2075802, 42.3302483], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7870}}, {"geometry": {"coordinates": [-71.2293461, 42.330366], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11803}}, {"geometry": {"coordinates": [-71.2036817, 42.3304424], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8133}}, {"geometry": {"coordinates": [-71.2575609, 42.3305278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10045}}, {"geometry": {"coordinates": [-71.228173, 42.330549], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1531371, 42.3306337], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14938}}, {"geometry": {"coordinates": [-71.4298204, 42.3307082], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28800}}, {"geometry": {"coordinates": [-71.1733047, 42.3307338], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22310}}, {"geometry": {"coordinates": [-71.1887836, 42.3307779], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14940}}, {"geometry": {"coordinates": [-71.1744418, 42.3307968], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26174}}, {"geometry": {"coordinates": [-71.199876, 42.3308007], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19478}}, {"geometry": {"coordinates": [-71.2028463, 42.330821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12390}}, {"geometry": {"coordinates": [-71.0329799, 42.3308212], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4467}}, {"geometry": {"coordinates": [-71.1586374, 42.3308438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38235}}, {"geometry": {"coordinates": [-71.1577314, 42.3308445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47647}}, {"geometry": {"coordinates": [-71.477721, 42.330853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261360}}, {"geometry": {"coordinates": [-71.185527, 42.331012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10700}}, {"geometry": {"coordinates": [-71.2027535, 42.3310654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7910}}, {"geometry": {"coordinates": [-71.1995047, 42.3310721], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14335}}, {"geometry": {"coordinates": [-71.3062823, 42.3311271], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 97897}}, {"geometry": {"coordinates": [-71.2206213, 42.3311561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10008}}, {"geometry": {"coordinates": [-71.2627118, 42.3311747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12460}}, {"geometry": {"coordinates": [-71.2422008, 42.3312023], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11050}}, {"geometry": {"coordinates": [-71.2776303, 42.3312215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81344}}, {"geometry": {"coordinates": [-71.3055863, 42.33127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82764}}, {"geometry": {"coordinates": [-71.1967665, 42.3312768], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12799}}, {"geometry": {"coordinates": [-71.1309492, 42.3312814], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7844}}, {"geometry": {"coordinates": [-71.1581733, 42.331285], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27600}}, {"geometry": {"coordinates": [-71.1230231, 42.3313718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3055}}, {"geometry": {"coordinates": [-71.2206677, 42.3313869], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14112}}, {"geometry": {"coordinates": [-71.1360785, 42.3313925], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23001}}, {"geometry": {"coordinates": [-71.2589946, 42.3314848], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9033}}, {"geometry": {"coordinates": [-71.2017325, 42.3314868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18522}}, {"geometry": {"coordinates": [-71.1505842, 42.3315], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10875}}, {"geometry": {"coordinates": [-71.2865161, 42.3316239], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40510}}, {"geometry": {"coordinates": [-71.1202726, 42.3316558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2988}}, {"geometry": {"coordinates": [-71.226608, 42.3316863], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19766}}, {"geometry": {"coordinates": [-71.1674332, 42.3316875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14210}}, {"geometry": {"coordinates": [-71.2433198, 42.3317372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12769}}, {"geometry": {"coordinates": [-71.3082542, 42.3317752], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69260}}, {"geometry": {"coordinates": [-71.1440625, 42.3317844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25000}}, {"geometry": {"coordinates": [-71.1206324, 42.3318563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2379}}, {"geometry": {"coordinates": [-71.2756814, 42.3318589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40350}}, {"geometry": {"coordinates": [-71.1592641, 42.3318975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30220}}, {"geometry": {"coordinates": [-71.1666441, 42.331925], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11430}}, {"geometry": {"coordinates": [-71.1634415, 42.3319384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51490}}, {"geometry": {"coordinates": [-71.166064, 42.3319565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.1527658, 42.3321679], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11283}}, {"geometry": {"coordinates": [-71.1888068, 42.3323237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18608}}, {"geometry": {"coordinates": [-71.1300982, 42.3324606], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8167}}, {"geometry": {"coordinates": [-71.131924, 42.3325244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6695}}, {"geometry": {"coordinates": [-71.1662264, 42.3327457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15875}}, {"geometry": {"coordinates": [-71.1381442, 42.3328025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21133}}, {"geometry": {"coordinates": [-71.2858201, 42.3328074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47106}}, {"geometry": {"coordinates": [-71.1408829, 42.3328596], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11005}}, {"geometry": {"coordinates": [-71.1623275, 42.3329008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11083}}, {"geometry": {"coordinates": [-71.1480312, 42.3329606], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12173}}, {"geometry": {"coordinates": [-71.1903152, 42.3330439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11490}}, {"geometry": {"coordinates": [-71.1316073, 42.3330592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12758}}, {"geometry": {"coordinates": [-71.3528429, 42.333089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42284}}, {"geometry": {"coordinates": [-71.138794, 42.3330987], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18451}}, {"geometry": {"coordinates": [-71.225745, 42.333113], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13150}}, {"geometry": {"coordinates": [-71.1894326, 42.3331152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17302}}, {"geometry": {"coordinates": [-71.0517038, 42.3331622], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2465}}, {"geometry": {"coordinates": [-71.1242079, 42.3332404], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5145}}, {"geometry": {"coordinates": [-71.1206357, 42.3332414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4148}}, {"geometry": {"coordinates": [-71.0374957, 42.333276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1833}}, {"geometry": {"coordinates": [-71.1408364, 42.3333718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15660}}, {"geometry": {"coordinates": [-71.1258895, 42.3334662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10452}}, {"geometry": {"coordinates": [-71.2004446, 42.3334885], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5810}}, {"geometry": {"coordinates": [-71.2808552, 42.3335309], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-71.1276154, 42.3337026], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8466}}, {"geometry": {"coordinates": [-71.144898, 42.3337095], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18863}}, {"geometry": {"coordinates": [-71.2726884, 42.3337509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 159317}}, {"geometry": {"coordinates": [-71.0382381, 42.333753], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3625}}, {"geometry": {"coordinates": [-71.1300673, 42.3338057], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6806}}, {"geometry": {"coordinates": [-71.1918004, 42.3339273], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13459}}, {"geometry": {"coordinates": [-71.102613, 42.333928], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1600}}, {"geometry": {"coordinates": [-71.3504045, 42.3339406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40062}}, {"geometry": {"coordinates": [-71.0463756, 42.3339498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.1393511, 42.3340106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15304}}, {"geometry": {"coordinates": [-71.277198, 42.334013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64356}}, {"geometry": {"coordinates": [-71.1296379, 42.3341134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7584}}, {"geometry": {"coordinates": [-71.2047028, 42.3342565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9030}}, {"geometry": {"coordinates": [-71.1282546, 42.3342698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7195}}, {"geometry": {"coordinates": [-71.150035, 42.334285], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11742}}, {"geometry": {"coordinates": [-71.1487971, 42.334298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14047}}, {"geometry": {"coordinates": [-71.2203428, 42.3345274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9870}}, {"geometry": {"coordinates": [-71.1879946, 42.3346193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.1289532, 42.3346561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7100}}, {"geometry": {"coordinates": [-71.0318032, 42.3346652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1242}}, {"geometry": {"coordinates": [-71.0465833, 42.3346813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1526}}, {"geometry": {"coordinates": [-71.2033711, 42.3347183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.19976, 42.334775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26400}}, {"geometry": {"coordinates": [-71.1833997, 42.334843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12384}}, {"geometry": {"coordinates": [-71.3741079, 42.3349464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26990}}, {"geometry": {"coordinates": [-71.031354, 42.3350077], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1909}}, {"geometry": {"coordinates": [-71.0273241, 42.3350602], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1206}}, {"geometry": {"coordinates": [-71.1270964, 42.3351201], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5887}}, {"geometry": {"coordinates": [-71.115861, 42.3351438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2204}}, {"geometry": {"coordinates": [-71.1353029, 42.3352418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7501}}, {"geometry": {"coordinates": [-71.1872984, 42.3352814], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12760}}, {"geometry": {"coordinates": [-71.1275606, 42.3353106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5895}}, {"geometry": {"coordinates": [-71.0836918, 42.3354383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 905}}, {"geometry": {"coordinates": [-71.2209346, 42.3355286], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.1917076, 42.3355462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11377}}, {"geometry": {"coordinates": [-71.1960132, 42.3355963], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5793}}, {"geometry": {"coordinates": [-71.3284601, 42.335641], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60871}}, {"geometry": {"coordinates": [-71.1891085, 42.3356627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6353}}, {"geometry": {"coordinates": [-71.044465, 42.335689], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1785}}, {"geometry": {"coordinates": [-71.183537, 42.3357334], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42314}}, {"geometry": {"coordinates": [-71.3750244, 42.3357352], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35401}}, {"geometry": {"coordinates": [-71.2307383, 42.3357664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23185}}, {"geometry": {"coordinates": [-71.1762984, 42.3359414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6875}}, {"geometry": {"coordinates": [-71.2010363, 42.3359759], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13000}}, {"geometry": {"coordinates": [-71.3218718, 42.3360192], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63049}}, {"geometry": {"coordinates": [-71.1155377, 42.3360865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9999}}, {"geometry": {"coordinates": [-71.1285354, 42.336405], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6619}}, {"geometry": {"coordinates": [-71.0440936, 42.3364351], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2407}}, {"geometry": {"coordinates": [-71.227794, 42.336463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15022}}, {"geometry": {"coordinates": [-71.2036817, 42.3364984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8499}}, {"geometry": {"coordinates": [-71.2277572, 42.3365016], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15022}}, {"geometry": {"coordinates": [-71.4638637, 42.3366568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62291}}, {"geometry": {"coordinates": [-71.3550206, 42.3366677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84394}}, {"geometry": {"coordinates": [-71.075327, 42.33675], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2040}}, {"geometry": {"coordinates": [-71.1863237, 42.3367879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8825}}, {"geometry": {"coordinates": [-71.1187453, 42.3368119], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5661}}, {"geometry": {"coordinates": [-71.0270047, 42.3369927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2287}}, {"geometry": {"coordinates": [-71.2973969, 42.3370076], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 96590}}, {"geometry": {"coordinates": [-71.1956526, 42.3370323], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9981}}, {"geometry": {"coordinates": [-71.2060023, 42.3370402], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9300}}, {"geometry": {"coordinates": [-71.034466, 42.337093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3875}}, {"geometry": {"coordinates": [-71.0743174, 42.3371346], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1527}}, {"geometry": {"coordinates": [-71.1970616, 42.3371934], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16917}}, {"geometry": {"coordinates": [-71.2803216, 42.3373987], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63920}}, {"geometry": {"coordinates": [-71.1842815, 42.3374816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9286}}, {"geometry": {"coordinates": [-71.1792717, 42.3375281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9500}}, {"geometry": {"coordinates": [-71.1789672, 42.3375644], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17170}}, {"geometry": {"coordinates": [-71.0275749, 42.3376005], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1205}}, {"geometry": {"coordinates": [-71.1795242, 42.3376589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9500}}, {"geometry": {"coordinates": [-71.0463342, 42.3376618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1272}}, {"geometry": {"coordinates": [-71.192775, 42.3376961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13313}}, {"geometry": {"coordinates": [-71.2163981, 42.3377979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12635}}, {"geometry": {"coordinates": [-71.0745411, 42.3378212], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1459}}, {"geometry": {"coordinates": [-71.2396484, 42.3378308], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7700}}, {"geometry": {"coordinates": [-71.193448, 42.337866], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15187}}, {"geometry": {"coordinates": [-71.1892757, 42.3378705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17056}}, {"geometry": {"coordinates": [-71.2039602, 42.3379574], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9700}}, {"geometry": {"coordinates": [-71.0785099, 42.3383781], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2500}}, {"geometry": {"coordinates": [-71.1912898, 42.3385588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5700}}, {"geometry": {"coordinates": [-71.1341902, 42.338559], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3075}}, {"geometry": {"coordinates": [-71.080531, 42.3385613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1640}}, {"geometry": {"coordinates": [-71.2168158, 42.3385745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9362}}, {"geometry": {"coordinates": [-71.2015004, 42.3385808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14133}}, {"geometry": {"coordinates": [-71.2912954, 42.3385991], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 131551}}, {"geometry": {"coordinates": [-71.0754461, 42.3386143], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1034}}, {"geometry": {"coordinates": [-71.17842, 42.338623], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38000}}, {"geometry": {"coordinates": [-71.1396379, 42.3386321], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3247}}, {"geometry": {"coordinates": [-71.1917076, 42.3386668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.2283715, 42.3386728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15360}}, {"geometry": {"coordinates": [-71.2034729, 42.3387478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5746}}, {"geometry": {"coordinates": [-71.1722603, 42.3387478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14655}}, {"geometry": {"coordinates": [-71.2019645, 42.338808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9275}}, {"geometry": {"coordinates": [-71.1409757, 42.3388555], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7540}}, {"geometry": {"coordinates": [-71.0753512, 42.3389132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1134}}, {"geometry": {"coordinates": [-71.1776444, 42.3389187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10260}}, {"geometry": {"coordinates": [-71.2509714, 42.3389274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17520}}, {"geometry": {"coordinates": [-71.0492183, 42.3389334], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1038}}, {"geometry": {"coordinates": [-71.2200644, 42.339013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10187}}, {"geometry": {"coordinates": [-71.1414863, 42.339128], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9556}}, {"geometry": {"coordinates": [-71.0746805, 42.339128], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 837}}, {"geometry": {"coordinates": [-71.2358804, 42.3391858], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9910}}, {"geometry": {"coordinates": [-71.2460989, 42.3393672], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17200}}, {"geometry": {"coordinates": [-71.1698932, 42.3395346], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20062}}, {"geometry": {"coordinates": [-71.2272113, 42.3395539], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19105}}, {"geometry": {"coordinates": [-71.1962559, 42.3395865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8658}}, {"geometry": {"coordinates": [-71.2031249, 42.3396268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9518}}, {"geometry": {"coordinates": [-71.139119, 42.339654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8400}}, {"geometry": {"coordinates": [-71.1913827, 42.339689], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12872}}, {"geometry": {"coordinates": [-71.234126, 42.3397206], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9010}}, {"geometry": {"coordinates": [-71.2506466, 42.3398014], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21595}}, {"geometry": {"coordinates": [-71.1384676, 42.3398045], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7241}}, {"geometry": {"coordinates": [-71.135066, 42.3398138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4172}}, {"geometry": {"coordinates": [-71.2065574, 42.3398207], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11573}}, {"geometry": {"coordinates": [-71.247027, 42.3398585], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10110}}, {"geometry": {"coordinates": [-71.2279074, 42.3398946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-71.1826803, 42.3399032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11653}}, {"geometry": {"coordinates": [-71.1900135, 42.3399583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7420}}, {"geometry": {"coordinates": [-71.1789904, 42.3399643], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12500}}, {"geometry": {"coordinates": [-71.2096919, 42.3400243], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13612}}, {"geometry": {"coordinates": [-71.0777737, 42.3400295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1866}}, {"geometry": {"coordinates": [-71.2506002, 42.3400537], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19330}}, {"geometry": {"coordinates": [-71.2191826, 42.3400897], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13592}}, {"geometry": {"coordinates": [-71.2362143, 42.340111], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11820}}, {"geometry": {"coordinates": [-71.2310631, 42.3401313], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15354}}, {"geometry": {"coordinates": [-71.1999688, 42.3402158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.079912, 42.3402428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1600}}, {"geometry": {"coordinates": [-71.0788432, 42.3402713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3376}}, {"geometry": {"coordinates": [-71.214555, 42.3402734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22486}}, {"geometry": {"coordinates": [-71.2441498, 42.3403382], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19646}}, {"geometry": {"coordinates": [-71.2268632, 42.3404052], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14833}}, {"geometry": {"coordinates": [-71.0524889, 42.3404809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1156}}, {"geometry": {"coordinates": [-71.2289284, 42.3405875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18792}}, {"geometry": {"coordinates": [-71.1819348, 42.3406017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9700}}, {"geometry": {"coordinates": [-71.1826106, 42.3406157], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9855}}, {"geometry": {"coordinates": [-71.2223384, 42.3407354], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12074}}, {"geometry": {"coordinates": [-71.1863701, 42.3407705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9390}}, {"geometry": {"coordinates": [-71.2142168, 42.3407721], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24666}}, {"geometry": {"coordinates": [-71.1896112, 42.3407923], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7764}}, {"geometry": {"coordinates": [-71.2461633, 42.3409117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15412}}, {"geometry": {"coordinates": [-71.2394164, 42.3409126], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6363}}, {"geometry": {"coordinates": [-71.0805682, 42.340924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1963}}, {"geometry": {"coordinates": [-71.2806, 42.3410131], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.1873448, 42.3410473], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9400}}, {"geometry": {"coordinates": [-71.246067, 42.3410834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9855}}, {"geometry": {"coordinates": [-71.1912567, 42.3411078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16031}}, {"geometry": {"coordinates": [-71.2905993, 42.3411202], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82651}}, {"geometry": {"coordinates": [-71.2180688, 42.3411272], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26534}}, {"geometry": {"coordinates": [-71.0508276, 42.3411523], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1800}}, {"geometry": {"coordinates": [-71.1714389, 42.3411611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9600}}, {"geometry": {"coordinates": [-71.072606, 42.3411622], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 954}}, {"geometry": {"coordinates": [-71.1714249, 42.341169], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9600}}, {"geometry": {"coordinates": [-71.1847108, 42.3411906], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10731}}, {"geometry": {"coordinates": [-71.1342437, 42.3412013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7901}}, {"geometry": {"coordinates": [-71.2318057, 42.3412229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18132}}, {"geometry": {"coordinates": [-71.1125203, 42.3412547], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.2108232, 42.3413362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7220}}, {"geometry": {"coordinates": [-71.1709207, 42.3413415], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6005}}, {"geometry": {"coordinates": [-71.1709143, 42.3413423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6005}}, {"geometry": {"coordinates": [-71.1724924, 42.3413502], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10451}}, {"geometry": {"coordinates": [-71.1840495, 42.341417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10059}}, {"geometry": {"coordinates": [-71.20642, 42.3414575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17068}}, {"geometry": {"coordinates": [-71.240394, 42.3414748], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10635}}, {"geometry": {"coordinates": [-71.2806, 42.3415333], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40510}}, {"geometry": {"coordinates": [-71.1736528, 42.3416215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8150}}, {"geometry": {"coordinates": [-71.0777472, 42.3416717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1306}}, {"geometry": {"coordinates": [-71.0777835, 42.3417087], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1508}}, {"geometry": {"coordinates": [-71.081667, 42.341742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1980}}, {"geometry": {"coordinates": [-71.0778626, 42.3417824], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1750}}, {"geometry": {"coordinates": [-71.3292494, 42.3418066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 112272}}, {"geometry": {"coordinates": [-71.228882, 42.3418428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36503}}, {"geometry": {"coordinates": [-71.2135671, 42.3418509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31290}}, {"geometry": {"coordinates": [-71.1785263, 42.34204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14111}}, {"geometry": {"coordinates": [-71.0770201, 42.3420902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1224}}, {"geometry": {"coordinates": [-71.240623, 42.342194], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17870}}, {"geometry": {"coordinates": [-71.2184865, 42.3422009], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19071}}, {"geometry": {"coordinates": [-71.0809877, 42.3422015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2100}}, {"geometry": {"coordinates": [-71.0817241, 42.3422438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1400}}, {"geometry": {"coordinates": [-71.2020683, 42.3422622], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14022}}, {"geometry": {"coordinates": [-71.0817643, 42.3422745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1584}}, {"geometry": {"coordinates": [-71.1137273, 42.3422772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10685}}, {"geometry": {"coordinates": [-71.269185, 42.3422824], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 117499}}, {"geometry": {"coordinates": [-71.1860916, 42.3422834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15169}}, {"geometry": {"coordinates": [-71.2228025, 42.3423743], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16741}}, {"geometry": {"coordinates": [-71.081275, 42.3423961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2100}}, {"geometry": {"coordinates": [-71.2072089, 42.3424085], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12400}}, {"geometry": {"coordinates": [-71.1323882, 42.3424458], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11638}}, {"geometry": {"coordinates": [-71.3276249, 42.3424508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87878}}, {"geometry": {"coordinates": [-71.202974, 42.3424617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21856}}, {"geometry": {"coordinates": [-71.0688909, 42.342466], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1091}}, {"geometry": {"coordinates": [-71.1816592, 42.3424787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13222}}, {"geometry": {"coordinates": [-71.2177672, 42.3425064], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30600}}, {"geometry": {"coordinates": [-71.0761029, 42.3425107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1440}}, {"geometry": {"coordinates": [-71.0765903, 42.3425568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1326}}, {"geometry": {"coordinates": [-71.075209, 42.342688], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1694}}, {"geometry": {"coordinates": [-71.075289, 42.3427689], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1900}}, {"geometry": {"coordinates": [-71.1791296, 42.3427738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7902}}, {"geometry": {"coordinates": [-71.1097251, 42.3428247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2922}}, {"geometry": {"coordinates": [-71.2161268, 42.3429371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16217}}, {"geometry": {"coordinates": [-71.2163053, 42.3429832], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15160}}, {"geometry": {"coordinates": [-71.0683767, 42.3430092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 940}}, {"geometry": {"coordinates": [-71.1292317, 42.3430228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5307}}, {"geometry": {"coordinates": [-71.1835242, 42.3430721], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13740}}, {"geometry": {"coordinates": [-71.2405766, 42.3430778], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14837}}, {"geometry": {"coordinates": [-71.0809816, 42.3431001], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2704}}, {"geometry": {"coordinates": [-71.0761851, 42.343117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1900}}, {"geometry": {"coordinates": [-71.2250765, 42.3431678], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44779}}, {"geometry": {"coordinates": [-71.2089261, 42.3432566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11700}}, {"geometry": {"coordinates": [-71.1802436, 42.34326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11312}}, {"geometry": {"coordinates": [-71.267799, 42.343433], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47916}}, {"geometry": {"coordinates": [-71.2045171, 42.343624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10900}}, {"geometry": {"coordinates": [-71.073264, 42.343624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 853}}, {"geometry": {"coordinates": [-71.186695, 42.3436487], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7677}}, {"geometry": {"coordinates": [-71.2006186, 42.3436692], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10009}}, {"geometry": {"coordinates": [-71.2155395, 42.3436894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15400}}, {"geometry": {"coordinates": [-71.2146809, 42.3437855], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11500}}, {"geometry": {"coordinates": [-71.2101792, 42.3438032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23064}}, {"geometry": {"coordinates": [-71.2379778, 42.344013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10580}}, {"geometry": {"coordinates": [-71.1984373, 42.3440796], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9050}}, {"geometry": {"coordinates": [-71.2757046, 42.3441444], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.2193451, 42.3441852], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2128317, 42.3443656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8134}}, {"geometry": {"coordinates": [-71.2561688, 42.3443756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6850}}, {"geometry": {"coordinates": [-71.1995511, 42.3444912], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8628}}, {"geometry": {"coordinates": [-71.080926, 42.344519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1563}}, {"geometry": {"coordinates": [-71.3063983, 42.3445446], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88314}}, {"geometry": {"coordinates": [-71.2307383, 42.3448317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9970}}, {"geometry": {"coordinates": [-71.0739224, 42.3449171], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1095}}, {"geometry": {"coordinates": [-71.2434073, 42.3449682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11872}}, {"geometry": {"coordinates": [-71.2347745, 42.3450566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14169}}, {"geometry": {"coordinates": [-71.2366332, 42.3450756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12465}}, {"geometry": {"coordinates": [-71.2049812, 42.3450771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12580}}, {"geometry": {"coordinates": [-71.236632, 42.3450857], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12465}}, {"geometry": {"coordinates": [-71.203746, 42.3450916], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22075}}, {"geometry": {"coordinates": [-71.2345783, 42.3451017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14366}}, {"geometry": {"coordinates": [-71.2397412, 42.3452771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6090}}, {"geometry": {"coordinates": [-71.1292317, 42.3452881], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4744}}, {"geometry": {"coordinates": [-71.185906, 42.3454092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8490}}, {"geometry": {"coordinates": [-71.2258655, 42.3454189], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14791}}, {"geometry": {"coordinates": [-71.2345946, 42.345436], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14366}}, {"geometry": {"coordinates": [-71.239367, 42.345455], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15473}}, {"geometry": {"coordinates": [-71.0722525, 42.3454741], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 720}}, {"geometry": {"coordinates": [-71.2392906, 42.3454794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15473}}, {"geometry": {"coordinates": [-71.072906, 42.3454843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1040}}, {"geometry": {"coordinates": [-71.0743872, 42.3456347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1044}}, {"geometry": {"coordinates": [-71.3270914, 42.34565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 145813}}, {"geometry": {"coordinates": [-71.071308, 42.3457375], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 713}}, {"geometry": {"coordinates": [-71.1050176, 42.3458186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2405}}, {"geometry": {"coordinates": [-71.1249495, 42.3458869], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3090}}, {"geometry": {"coordinates": [-71.2538947, 42.3458977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11910}}, {"geometry": {"coordinates": [-71.1845368, 42.3459384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8450}}, {"geometry": {"coordinates": [-71.3232637, 42.3459907], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80473}}, {"geometry": {"coordinates": [-71.15569, 42.3461849], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10752}}, {"geometry": {"coordinates": [-71.2134908, 42.3462227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8151}}, {"geometry": {"coordinates": [-71.2134908, 42.3462227], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8151}}, {"geometry": {"coordinates": [-71.2539496, 42.3462563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11910}}, {"geometry": {"coordinates": [-71.1091315, 42.3462846], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6810}}, {"geometry": {"coordinates": [-71.1243439, 42.3463376], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3071}}, {"geometry": {"coordinates": [-71.231979, 42.346344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11424}}, {"geometry": {"coordinates": [-71.187636, 42.346371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24393}}, {"geometry": {"coordinates": [-71.324702, 42.3464185], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75246}}, {"geometry": {"coordinates": [-71.1269572, 42.3464235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4600}}, {"geometry": {"coordinates": [-71.0723326, 42.3464377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1100}}, {"geometry": {"coordinates": [-71.2979305, 42.3464435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42300}}, {"geometry": {"coordinates": [-71.2990441, 42.3465569], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70454}}, {"geometry": {"coordinates": [-71.2140312, 42.3465729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44260}}, {"geometry": {"coordinates": [-71.3208511, 42.346588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92234}}, {"geometry": {"coordinates": [-71.1889228, 42.3465894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25505}}, {"geometry": {"coordinates": [-71.1947707, 42.3466153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10060}}, {"geometry": {"coordinates": [-71.2023349, 42.3466756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18430}}, {"geometry": {"coordinates": [-71.2170837, 42.3467184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9760}}, {"geometry": {"coordinates": [-71.219902, 42.3467312], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15085}}, {"geometry": {"coordinates": [-71.1769482, 42.3467493], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17100}}, {"geometry": {"coordinates": [-71.3291096, 42.3467885], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60000}}, {"geometry": {"coordinates": [-71.189619, 42.3468932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12848}}, {"geometry": {"coordinates": [-71.1865093, 42.3469601], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9593}}, {"geometry": {"coordinates": [-71.2095759, 42.347007], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6709}}, {"geometry": {"coordinates": [-71.0721667, 42.347035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1122}}, {"geometry": {"coordinates": [-71.1861873, 42.3470837], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19322}}, {"geometry": {"coordinates": [-71.1247136, 42.3470854], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5738}}, {"geometry": {"coordinates": [-71.1776908, 42.3471353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20990}}, {"geometry": {"coordinates": [-71.1104778, 42.3471823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12658}}, {"geometry": {"coordinates": [-71.122408, 42.3472459], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5161}}, {"geometry": {"coordinates": [-71.1298816, 42.3472926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5201}}, {"geometry": {"coordinates": [-71.2230346, 42.3473915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7075}}, {"geometry": {"coordinates": [-71.1083242, 42.347416], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14300}}, {"geometry": {"coordinates": [-71.1733047, 42.3475979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15364}}, {"geometry": {"coordinates": [-71.2118499, 42.3476894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11550}}, {"geometry": {"coordinates": [-71.1921253, 42.3476896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10110}}, {"geometry": {"coordinates": [-71.1785727, 42.3476935], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19051}}, {"geometry": {"coordinates": [-71.2099935, 42.3477464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10130}}, {"geometry": {"coordinates": [-71.1898975, 42.3477947], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9129}}, {"geometry": {"coordinates": [-71.3276249, 42.3478394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60000}}, {"geometry": {"coordinates": [-71.174233, 42.3479783], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18624}}, {"geometry": {"coordinates": [-71.1715537, 42.3479842], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4118}}, {"geometry": {"coordinates": [-71.1892477, 42.3480188], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8854}}, {"geometry": {"coordinates": [-71.1996031, 42.3480541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11050}}, {"geometry": {"coordinates": [-71.2533381, 42.3481327], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25830}}, {"geometry": {"coordinates": [-71.3604948, 42.348143], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 158010}}, {"geometry": {"coordinates": [-71.1311745, 42.3481456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4141}}, {"geometry": {"coordinates": [-71.325166, 42.3483546], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60112}}, {"geometry": {"coordinates": [-71.1093404, 42.3483809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11731}}, {"geometry": {"coordinates": [-71.4070922, 42.3486541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-71.1954573, 42.3487728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9537}}, {"geometry": {"coordinates": [-71.1119168, 42.3490241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10875}}, {"geometry": {"coordinates": [-71.3619561, 42.3492247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 165092}}, {"geometry": {"coordinates": [-71.333399, 42.349237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.1237078, 42.3493238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9117}}, {"geometry": {"coordinates": [-71.1136344, 42.349428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24185}}, {"geometry": {"coordinates": [-71.3289704, 42.349738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76553}}, {"geometry": {"coordinates": [-71.1841327, 42.3499259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24252}}, {"geometry": {"coordinates": [-71.188041, 42.3499312], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8830}}, {"geometry": {"coordinates": [-71.4038452, 42.3499316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43485}}, {"geometry": {"coordinates": [-71.090331, 42.3499852], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2248}}, {"geometry": {"coordinates": [-71.2021966, 42.3501025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6504}}, {"geometry": {"coordinates": [-71.1829587, 42.3501276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24817}}, {"geometry": {"coordinates": [-71.1853954, 42.350151], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7840}}, {"geometry": {"coordinates": [-71.2544866, 42.3502307], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9830}}, {"geometry": {"coordinates": [-71.1920324, 42.3502366], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21219}}, {"geometry": {"coordinates": [-71.17906, 42.3503574], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4190}}, {"geometry": {"coordinates": [-71.3304319, 42.350374], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64356}}, {"geometry": {"coordinates": [-71.086704, 42.350385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1557}}, {"geometry": {"coordinates": [-71.1192978, 42.3504667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5250}}, {"geometry": {"coordinates": [-71.1936105, 42.3504671], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8345}}, {"geometry": {"coordinates": [-71.333236, 42.350481], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61742}}, {"geometry": {"coordinates": [-71.1233338, 42.3506776], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6400}}, {"geometry": {"coordinates": [-71.2450121, 42.350695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7829}}, {"geometry": {"coordinates": [-71.2495793, 42.3509153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5100}}, {"geometry": {"coordinates": [-71.2008507, 42.3510258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29896}}, {"geometry": {"coordinates": [-71.2712035, 42.3511127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80038}}, {"geometry": {"coordinates": [-71.1892477, 42.35125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25516}}, {"geometry": {"coordinates": [-71.082786, 42.351437], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1359}}, {"geometry": {"coordinates": [-71.084628, 42.351513], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5300}}, {"geometry": {"coordinates": [-71.1828427, 42.3515377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9865}}, {"geometry": {"coordinates": [-71.2701131, 42.3518017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58370}}, {"geometry": {"coordinates": [-71.239501, 42.351896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8000}}, {"geometry": {"coordinates": [-71.331501, 42.352024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44583}}, {"geometry": {"coordinates": [-71.2249837, 42.3521045], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.3369201, 42.3521064], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29225}}, {"geometry": {"coordinates": [-71.2212246, 42.3521368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.083665, 42.352145], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2016}}, {"geometry": {"coordinates": [-71.176252, 42.3521648], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12675}}, {"geometry": {"coordinates": [-71.1914987, 42.3522445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31069}}, {"geometry": {"coordinates": [-71.2204357, 42.352449], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8852}}, {"geometry": {"coordinates": [-71.1836317, 42.3524515], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8289}}, {"geometry": {"coordinates": [-71.1790368, 42.352526], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6550}}, {"geometry": {"coordinates": [-71.0807075, 42.3525428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2688}}, {"geometry": {"coordinates": [-71.2822382, 42.3527029], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80038}}, {"geometry": {"coordinates": [-71.2757974, 42.3528168], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93977}}, {"geometry": {"coordinates": [-71.2545492, 42.3528393], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9971}}, {"geometry": {"coordinates": [-71.2330122, 42.352943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12280}}, {"geometry": {"coordinates": [-71.2151914, 42.3533439], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11250}}, {"geometry": {"coordinates": [-71.2803448, 42.3533983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 124146}}, {"geometry": {"coordinates": [-71.1779531, 42.3535502], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5080}}, {"geometry": {"coordinates": [-71.0777478, 42.353736], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2016}}, {"geometry": {"coordinates": [-71.3279497, 42.3538394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.2545239, 42.3538508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9232}}, {"geometry": {"coordinates": [-71.4680377, 42.3539365], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62215}}, {"geometry": {"coordinates": [-71.2233594, 42.3541325], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5958}}, {"geometry": {"coordinates": [-71.0757459, 42.35428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2016}}, {"geometry": {"coordinates": [-71.392039, 42.3545919], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 112309}}, {"geometry": {"coordinates": [-71.1697105, 42.3546853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8912}}, {"geometry": {"coordinates": [-71.3260707, 42.3546937], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 168900}}, {"geometry": {"coordinates": [-71.1738384, 42.3547261], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12768}}, {"geometry": {"coordinates": [-71.338203, 42.354858], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 94848}}, {"geometry": {"coordinates": [-71.1754629, 42.3548904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9999}}, {"geometry": {"coordinates": [-71.1806149, 42.3549106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5080}}, {"geometry": {"coordinates": [-71.2229417, 42.355176], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7400}}, {"geometry": {"coordinates": [-71.1758807, 42.3551841], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7197}}, {"geometry": {"coordinates": [-71.3104581, 42.3554279], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73504}}, {"geometry": {"coordinates": [-71.2285107, 42.3554871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10565}}, {"geometry": {"coordinates": [-71.2323625, 42.3560645], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10590}}, {"geometry": {"coordinates": [-71.3083702, 42.3560794], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62178}}, {"geometry": {"coordinates": [-71.2948681, 42.3561076], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53579}}, {"geometry": {"coordinates": [-71.2552271, 42.3561349], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23984}}, {"geometry": {"coordinates": [-71.332616, 42.356152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 77424}}, {"geometry": {"coordinates": [-71.332616, 42.356152], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 77424}}, {"geometry": {"coordinates": [-71.2129286, 42.3562606], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6957}}, {"geometry": {"coordinates": [-71.2937778, 42.3563139], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53172}}, {"geometry": {"coordinates": [-71.213519, 42.35639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6957}}, {"geometry": {"coordinates": [-71.3101102, 42.356391], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 121096}}, {"geometry": {"coordinates": [-71.3252356, 42.3564109], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63049}}, {"geometry": {"coordinates": [-71.2260047, 42.3568087], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13503}}, {"geometry": {"coordinates": [-71.0704009, 42.3568246], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1458}}, {"geometry": {"coordinates": [-71.1766233, 42.3568326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9709}}, {"geometry": {"coordinates": [-71.0713423, 42.356843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1496}}, {"geometry": {"coordinates": [-71.0704806, 42.3569691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1010}}, {"geometry": {"coordinates": [-71.0708443, 42.3569771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1496}}, {"geometry": {"coordinates": [-71.066205, 42.357175], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5847}}, {"geometry": {"coordinates": [-71.0707205, 42.3571937], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1360}}, {"geometry": {"coordinates": [-71.0707388, 42.3572596], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1360}}, {"geometry": {"coordinates": [-71.0685433, 42.3574558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1386}}, {"geometry": {"coordinates": [-71.0694868, 42.3574875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1560}}, {"geometry": {"coordinates": [-71.0661731, 42.3575021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6082}}, {"geometry": {"coordinates": [-71.324586, 42.3576392], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67405}}, {"geometry": {"coordinates": [-71.2061415, 42.3576418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12251}}, {"geometry": {"coordinates": [-71.0647326, 42.3578652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2456}}, {"geometry": {"coordinates": [-71.0667461, 42.3578769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1740}}, {"geometry": {"coordinates": [-71.0680647, 42.3579432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1440}}, {"geometry": {"coordinates": [-71.0700424, 42.3579573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 595}}, {"geometry": {"coordinates": [-71.1807541, 42.358202], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43310}}, {"geometry": {"coordinates": [-71.0698781, 42.3582468], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1672}}, {"geometry": {"coordinates": [-71.1123931, 42.358278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2934}}, {"geometry": {"coordinates": [-71.180375, 42.3583294], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42348}}, {"geometry": {"coordinates": [-71.2096223, 42.3583429], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8396}}, {"geometry": {"coordinates": [-71.0702128, 42.3583818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 767}}, {"geometry": {"coordinates": [-71.0702476, 42.358431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.2103184, 42.3585351], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18418}}, {"geometry": {"coordinates": [-71.0696423, 42.3586713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1400}}, {"geometry": {"coordinates": [-71.0701268, 42.3586861], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1064}}, {"geometry": {"coordinates": [-71.2331228, 42.3591022], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13395}}, {"geometry": {"coordinates": [-71.068098, 42.3591693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 966}}, {"geometry": {"coordinates": [-71.069278, 42.3591798], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 777}}, {"geometry": {"coordinates": [-71.3170986, 42.3592288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 119677}}, {"geometry": {"coordinates": [-71.0682796, 42.3594519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 600}}, {"geometry": {"coordinates": [-71.2284295, 42.3597909], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5280}}, {"geometry": {"coordinates": [-71.323526, 42.359817], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 94089}}, {"geometry": {"coordinates": [-71.071595, 42.359819], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 990}}, {"geometry": {"coordinates": [-71.214124, 42.3599224], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25950}}, {"geometry": {"coordinates": [-71.1931463, 42.360044], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8913}}, {"geometry": {"coordinates": [-71.0656, 42.360119], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 544}}, {"geometry": {"coordinates": [-71.0660961, 42.3601414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 670}}, {"geometry": {"coordinates": [-71.2178832, 42.3602248], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21035}}, {"geometry": {"coordinates": [-71.0672697, 42.3604443], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.0667792, 42.3605511], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 630}}, {"geometry": {"coordinates": [-71.0667826, 42.3605909], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 620}}, {"geometry": {"coordinates": [-71.2314692, 42.3606209], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5960}}, {"geometry": {"coordinates": [-71.2722708, 42.3609141], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30927}}, {"geometry": {"coordinates": [-71.2750085, 42.3610418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95719}}, {"geometry": {"coordinates": [-71.1050999, 42.36112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4600}}, {"geometry": {"coordinates": [-71.4193841, 42.3614535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40009}}, {"geometry": {"coordinates": [-71.3566211, 42.3618548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63049}}, {"geometry": {"coordinates": [-71.104279, 42.361886], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1328}}, {"geometry": {"coordinates": [-71.1117689, 42.3619214], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3400}}, {"geometry": {"coordinates": [-71.4619854, 42.3619406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 77897}}, {"geometry": {"coordinates": [-71.3539999, 42.362362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-71.2730828, 42.3624812], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31798}}, {"geometry": {"coordinates": [-71.2817368, 42.3625486], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40311}}, {"geometry": {"coordinates": [-71.3614484, 42.3625953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67670}}, {"geometry": {"coordinates": [-71.3614484, 42.3625953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61742}}, {"geometry": {"coordinates": [-71.3614484, 42.3625953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60548}}, {"geometry": {"coordinates": [-71.2738253, 42.362755], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.3581752, 42.3627661], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41382}}, {"geometry": {"coordinates": [-71.2933834, 42.3627669], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71326}}, {"geometry": {"coordinates": [-71.1121536, 42.362885], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4000}}, {"geometry": {"coordinates": [-71.2110146, 42.3630351], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10880}}, {"geometry": {"coordinates": [-71.2925018, 42.3640298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23925}}, {"geometry": {"coordinates": [-71.0520822, 42.3640454], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1924}}, {"geometry": {"coordinates": [-71.2928498, 42.364107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-71.276447, 42.3641075], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78295}}, {"geometry": {"coordinates": [-71.2815976, 42.3643823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101382}}, {"geometry": {"coordinates": [-71.3524077, 42.3648905], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31355}}, {"geometry": {"coordinates": [-71.348676, 42.365036], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32218}}, {"geometry": {"coordinates": [-71.1145745, 42.3650413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2347}}, {"geometry": {"coordinates": [-71.3201552, 42.3651595], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65663}}, {"geometry": {"coordinates": [-71.2875369, 42.3654955], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48428}}, {"geometry": {"coordinates": [-71.1092824, 42.3656245], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3400}}, {"geometry": {"coordinates": [-71.4561648, 42.3660048], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 217725}}, {"geometry": {"coordinates": [-71.0989998, 42.366192], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1800}}, {"geometry": {"coordinates": [-71.0940557, 42.3662212], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1988}}, {"geometry": {"coordinates": [-71.4507384, 42.3666222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 151937}}, {"geometry": {"coordinates": [-71.3031132, 42.3667625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.4597824, 42.3672036], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70492}}, {"geometry": {"coordinates": [-71.0913399, 42.3674283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1535}}, {"geometry": {"coordinates": [-71.093487, 42.3674882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1137}}, {"geometry": {"coordinates": [-71.3038928, 42.3675283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66211}}, {"geometry": {"coordinates": [-71.4782175, 42.3676229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 219542}}, {"geometry": {"coordinates": [-71.0915443, 42.3676372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3642}}, {"geometry": {"coordinates": [-71.054956, 42.367644], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 918}}, {"geometry": {"coordinates": [-71.2805072, 42.3678196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59677}}, {"geometry": {"coordinates": [-71.1044893, 42.3680648], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4356}}, {"geometry": {"coordinates": [-71.1068215, 42.3685554], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2241}}, {"geometry": {"coordinates": [-71.2921074, 42.3688104], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65227}}, {"geometry": {"coordinates": [-71.460223, 42.3688567], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90604}}, {"geometry": {"coordinates": [-71.3023691, 42.3688829], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 804553}}, {"geometry": {"coordinates": [-70.985355, 42.368977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7175}}, {"geometry": {"coordinates": [-71.101854, 42.369006], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7269}}, {"geometry": {"coordinates": [-71.2785583, 42.3691249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 86136}}, {"geometry": {"coordinates": [-71.0957548, 42.3691592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2500}}, {"geometry": {"coordinates": [-71.3347234, 42.3691709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63049}}, {"geometry": {"coordinates": [-71.29162, 42.36928], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75794}}, {"geometry": {"coordinates": [-71.1068104, 42.3699079], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4629}}, {"geometry": {"coordinates": [-71.080336, 42.369983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1600}}, {"geometry": {"coordinates": [-71.4344355, 42.3700476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48276}}, {"geometry": {"coordinates": [-71.176252, 42.370099], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9190}}, {"geometry": {"coordinates": [-71.1078626, 42.3702135], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3049}}, {"geometry": {"coordinates": [-71.087058, 42.370436], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1449}}, {"geometry": {"coordinates": [-71.1014835, 42.3706238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1854}}, {"geometry": {"coordinates": [-71.1760663, 42.3706986], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15420}}, {"geometry": {"coordinates": [-71.0994408, 42.3708879], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3600}}, {"geometry": {"coordinates": [-71.1002956, 42.3709233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3153}}, {"geometry": {"coordinates": [-71.110943, 42.3717929], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1661}}, {"geometry": {"coordinates": [-71.1756022, 42.3719562], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10361}}, {"geometry": {"coordinates": [-71.2938938, 42.3723242], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30928}}, {"geometry": {"coordinates": [-71.100964, 42.372347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1518}}, {"geometry": {"coordinates": [-71.101082, 42.3724332], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1518}}, {"geometry": {"coordinates": [-71.1776444, 42.3724513], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5740}}, {"geometry": {"coordinates": [-71.1376238, 42.3724917], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11639}}, {"geometry": {"coordinates": [-71.2953785, 42.3725374], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 71326}}, {"geometry": {"coordinates": [-71.139119, 42.3725503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10897}}, {"geometry": {"coordinates": [-71.0635169, 42.372611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1090}}, {"geometry": {"coordinates": [-71.2921306, 42.3726583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40035}}, {"geometry": {"coordinates": [-71.1091993, 42.3727154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2672}}, {"geometry": {"coordinates": [-71.1713669, 42.3729356], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7550}}, {"geometry": {"coordinates": [-71.1391695, 42.3733154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10897}}, {"geometry": {"coordinates": [-71.3467627, 42.3734053], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60000}}, {"geometry": {"coordinates": [-71.3063751, 42.3736106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74375}}, {"geometry": {"coordinates": [-71.0599434, 42.3736619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1650}}, {"geometry": {"coordinates": [-71.2840569, 42.3738221], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39640}}, {"geometry": {"coordinates": [-71.1262957, 42.3739223], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3321}}, {"geometry": {"coordinates": [-71.1381906, 42.3740627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17994}}, {"geometry": {"coordinates": [-71.1054642, 42.3741321], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5904}}, {"geometry": {"coordinates": [-71.139121, 42.3744479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2354}}, {"geometry": {"coordinates": [-71.3723477, 42.3744892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 79166}}, {"geometry": {"coordinates": [-71.4442683, 42.3745155], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.3048208, 42.3745187], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65227}}, {"geometry": {"coordinates": [-71.1637664, 42.3745867], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4953}}, {"geometry": {"coordinates": [-71.0597328, 42.374696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2136}}, {"geometry": {"coordinates": [-71.0597328, 42.374696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2136}}, {"geometry": {"coordinates": [-71.0636251, 42.3747354], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2540}}, {"geometry": {"coordinates": [-71.0615869, 42.3748159], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1115}}, {"geometry": {"coordinates": [-71.1285354, 42.3749066], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3933}}, {"geometry": {"coordinates": [-71.0621717, 42.3750469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1000}}, {"geometry": {"coordinates": [-71.0599939, 42.3750975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2240}}, {"geometry": {"coordinates": [-71.061297, 42.375124], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1116}}, {"geometry": {"coordinates": [-71.0629981, 42.3754505], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2400}}, {"geometry": {"coordinates": [-71.0569769, 42.3754983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1485}}, {"geometry": {"coordinates": [-71.0569964, 42.375509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1485}}, {"geometry": {"coordinates": [-71.1309028, 42.3756435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1323}}, {"geometry": {"coordinates": [-71.057008, 42.3757791], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 835}}, {"geometry": {"coordinates": [-71.415024, 42.3758101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53068}}, {"geometry": {"coordinates": [-71.1047562, 42.3759134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1625}}, {"geometry": {"coordinates": [-71.4075328, 42.3759489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111874}}, {"geometry": {"coordinates": [-71.0581079, 42.375989], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1201}}, {"geometry": {"coordinates": [-71.2968401, 42.3759962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73939}}, {"geometry": {"coordinates": [-71.0589173, 42.3761409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.4446626, 42.3763092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.1105126, 42.3763561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1181}}, {"geometry": {"coordinates": [-71.0622854, 42.3764999], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1106}}, {"geometry": {"coordinates": [-71.0622854, 42.3764999], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1106}}, {"geometry": {"coordinates": [-71.1419969, 42.3765658], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7857}}, {"geometry": {"coordinates": [-71.0622427, 42.3765909], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1078}}, {"geometry": {"coordinates": [-71.3115253, 42.3766322], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64356}}, {"geometry": {"coordinates": [-71.4456598, 42.3766803], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111438}}, {"geometry": {"coordinates": [-71.1116383, 42.3767798], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3749}}, {"geometry": {"coordinates": [-71.3418217, 42.3768278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.1350706, 42.3768888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20304}}, {"geometry": {"coordinates": [-71.3059111, 42.3769121], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40199}}, {"geometry": {"coordinates": [-71.1410652, 42.3769253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23502}}, {"geometry": {"coordinates": [-71.0626605, 42.3769962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2065}}, {"geometry": {"coordinates": [-71.0639324, 42.3770133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1520}}, {"geometry": {"coordinates": [-71.2901353, 42.3770754], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93977}}, {"geometry": {"coordinates": [-71.0597661, 42.3771573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1053}}, {"geometry": {"coordinates": [-71.0597661, 42.3771573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1053}}, {"geometry": {"coordinates": [-71.2979537, 42.3772238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60871}}, {"geometry": {"coordinates": [-71.3054471, 42.3772424], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-71.3429816, 42.3772456], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 68276}}, {"geometry": {"coordinates": [-71.3007145, 42.377262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 137537}}, {"geometry": {"coordinates": [-71.0934406, 42.3773519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6773}}, {"geometry": {"coordinates": [-71.3413114, 42.3773734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70131}}, {"geometry": {"coordinates": [-71.0628294, 42.3775834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 750}}, {"geometry": {"coordinates": [-71.3375824, 42.3776106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.1663192, 42.3776557], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5962}}, {"geometry": {"coordinates": [-71.1032756, 42.3780179], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2785}}, {"geometry": {"coordinates": [-71.405294, 42.378064], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81382}}, {"geometry": {"coordinates": [-71.063818, 42.378068], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1050}}, {"geometry": {"coordinates": [-71.2970489, 42.3784267], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61076}}, {"geometry": {"coordinates": [-71.3183689, 42.3785088], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66970}}, {"geometry": {"coordinates": [-71.1660872, 42.3785443], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5589}}, {"geometry": {"coordinates": [-71.1443642, 42.3785643], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8071}}, {"geometry": {"coordinates": [-71.1449212, 42.3785848], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5626}}, {"geometry": {"coordinates": [-71.062604, 42.378608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1259}}, {"geometry": {"coordinates": [-71.0520154, 42.3786211], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2444}}, {"geometry": {"coordinates": [-71.1211546, 42.3786233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4320}}, {"geometry": {"coordinates": [-71.1526729, 42.3786778], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3978}}, {"geometry": {"coordinates": [-71.0638021, 42.3786994], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1816}}, {"geometry": {"coordinates": [-71.1206044, 42.3787012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1337}}, {"geometry": {"coordinates": [-71.1665049, 42.3788008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5783}}, {"geometry": {"coordinates": [-71.1389913, 42.3788104], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13434}}, {"geometry": {"coordinates": [-71.1679902, 42.3788303], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5850}}, {"geometry": {"coordinates": [-71.277657, 42.379024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42128}}, {"geometry": {"coordinates": [-71.0627083, 42.3791358], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 656}}, {"geometry": {"coordinates": [-71.1430181, 42.3794859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6276}}, {"geometry": {"coordinates": [-71.4019665, 42.3796231], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39988}}, {"geometry": {"coordinates": [-71.293569, 42.3796968], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87007}}, {"geometry": {"coordinates": [-71.1870663, 42.3797295], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10449}}, {"geometry": {"coordinates": [-71.1238006, 42.3797417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2534}}, {"geometry": {"coordinates": [-71.3411954, 42.3798238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57804}}, {"geometry": {"coordinates": [-71.1364731, 42.3798572], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17510}}, {"geometry": {"coordinates": [-71.1683151, 42.3799248], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6099}}, {"geometry": {"coordinates": [-71.1223732, 42.3799719], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1460}}, {"geometry": {"coordinates": [-71.1431109, 42.3801326], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4567}}, {"geometry": {"coordinates": [-71.1690345, 42.3801397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5461}}, {"geometry": {"coordinates": [-71.0674077, 42.3803394], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1044}}, {"geometry": {"coordinates": [-71.4083678, 42.3803982], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62651}}, {"geometry": {"coordinates": [-71.0639141, 42.3804012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1043}}, {"geometry": {"coordinates": [-71.2992297, 42.3804654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48904}}, {"geometry": {"coordinates": [-71.2958193, 42.3805032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40273}}, {"geometry": {"coordinates": [-71.2053873, 42.380562], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8384}}, {"geometry": {"coordinates": [-71.0683182, 42.3806426], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.0683923, 42.3806457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 800}}, {"geometry": {"coordinates": [-71.0684401, 42.3806734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 745}}, {"geometry": {"coordinates": [-71.0624748, 42.3807118], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1550}}, {"geometry": {"coordinates": [-71.3040088, 42.3807508], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83087}}, {"geometry": {"coordinates": [-71.0691591, 42.3809256], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 997}}, {"geometry": {"coordinates": [-71.1225937, 42.3809464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6685}}, {"geometry": {"coordinates": [-71.0675354, 42.3810568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1599}}, {"geometry": {"coordinates": [-71.0694534, 42.3810635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1742}}, {"geometry": {"coordinates": [-71.0687076, 42.3810808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2754}}, {"geometry": {"coordinates": [-71.0646105, 42.3811509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1805}}, {"geometry": {"coordinates": [-71.1693362, 42.3812116], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5600}}, {"geometry": {"coordinates": [-71.2981625, 42.3813252], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-71.1368979, 42.3813378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4357}}, {"geometry": {"coordinates": [-71.2930354, 42.3813707], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40267}}, {"geometry": {"coordinates": [-71.06396799, 42.381479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3657}}, {"geometry": {"coordinates": [-71.06396798, 42.381479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99999}}, {"geometry": {"coordinates": [-71.3024312, 42.381599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42080}}, {"geometry": {"coordinates": [-71.1361846, 42.3816025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99999999}}, {"geometry": {"coordinates": [-71.0638582, 42.3816155], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 626}}, {"geometry": {"coordinates": [-71.282308, 42.381782], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40510}}, {"geometry": {"coordinates": [-71.1172089, 42.3818107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7080}}, {"geometry": {"coordinates": [-71.3034056, 42.3819489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48850}}, {"geometry": {"coordinates": [-71.0705067, 42.3819724], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1540}}, {"geometry": {"coordinates": [-71.2967473, 42.3819964], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-71.164509, 42.3820249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7544}}, {"geometry": {"coordinates": [-71.2977913, 42.3820425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31480}}, {"geometry": {"coordinates": [-71.1640913, 42.3821767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7829}}, {"geometry": {"coordinates": [-71.1213983, 42.3821809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3482}}, {"geometry": {"coordinates": [-71.1623275, 42.3822482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7247}}, {"geometry": {"coordinates": [-71.3013177, 42.3823397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33747}}, {"geometry": {"coordinates": [-71.1341057, 42.3824233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2499}}, {"geometry": {"coordinates": [-71.1650428, 42.3824311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7978}}, {"geometry": {"coordinates": [-71.2800431, 42.3825212], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41817}}, {"geometry": {"coordinates": [-71.166064, 42.3829756], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17525}}, {"geometry": {"coordinates": [-71.292409, 42.3829917], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65227}}, {"geometry": {"coordinates": [-71.3019208, 42.3830726], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-71.1277654, 42.3832742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5794}}, {"geometry": {"coordinates": [-71.0710395, 42.3832896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1915}}, {"geometry": {"coordinates": [-71.0803954, 42.3834008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6625}}, {"geometry": {"coordinates": [-71.216156, 42.3834327], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12599}}, {"geometry": {"coordinates": [-71.1325341, 42.3835019], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4262}}, {"geometry": {"coordinates": [-71.1581965, 42.3835876], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10080}}, {"geometry": {"coordinates": [-71.176252, 42.3836105], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8339}}, {"geometry": {"coordinates": [-71.2312024, 42.3837174], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50284}}, {"geometry": {"coordinates": [-71.1212475, 42.383723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5067}}, {"geometry": {"coordinates": [-71.1666441, 42.3837979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8400}}, {"geometry": {"coordinates": [-71.1252733, 42.3838313], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2460}}, {"geometry": {"coordinates": [-71.404161, 42.383868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72670}}, {"geometry": {"coordinates": [-71.2917594, 42.3838847], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46985}}, {"geometry": {"coordinates": [-71.3049832, 42.3839228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42253}}, {"geometry": {"coordinates": [-71.115817, 42.3841578], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 99999}}, {"geometry": {"coordinates": [-71.2846287, 42.3841662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40020}}, {"geometry": {"coordinates": [-71.1768089, 42.3842247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5269}}, {"geometry": {"coordinates": [-71.3399892, 42.3843004], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 189809}}, {"geometry": {"coordinates": [-71.328526, 42.384378], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 112272}}, {"geometry": {"coordinates": [-71.2976985, 42.3844404], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31854}}, {"geometry": {"coordinates": [-71.2816208, 42.3845696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67405}}, {"geometry": {"coordinates": [-71.2521663, 42.3845808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5755}}, {"geometry": {"coordinates": [-71.0965046, 42.3845905], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4474}}, {"geometry": {"coordinates": [-71.1254717, 42.3845906], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16736}}, {"geometry": {"coordinates": [-71.1658087, 42.3846581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8726}}, {"geometry": {"coordinates": [-71.3533797, 42.3846692], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62338}}, {"geometry": {"coordinates": [-71.3065997, 42.3847213], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93541}}, {"geometry": {"coordinates": [-71.3395948, 42.3848098], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 96590}}, {"geometry": {"coordinates": [-71.4493006, 42.3848867], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 113616}}, {"geometry": {"coordinates": [-71.351461, 42.384949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 118918}}, {"geometry": {"coordinates": [-71.2515747, 42.3852321], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6600}}, {"geometry": {"coordinates": [-71.1222223, 42.385299], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9619}}, {"geometry": {"coordinates": [-71.1007755, 42.3857268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5442}}, {"geometry": {"coordinates": [-71.2971881, 42.3858025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33462}}, {"geometry": {"coordinates": [-71.1678509, 42.3858585], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6400}}, {"geometry": {"coordinates": [-71.1370766, 42.3858975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4100}}, {"geometry": {"coordinates": [-71.1599139, 42.3861061], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10324}}, {"geometry": {"coordinates": [-71.162128, 42.386113], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12934}}, {"geometry": {"coordinates": [-71.2806928, 42.3861951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62178}}, {"geometry": {"coordinates": [-71.1759271, 42.3862276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10367}}, {"geometry": {"coordinates": [-71.162606, 42.3862666], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6359}}, {"geometry": {"coordinates": [-71.106513, 42.3863005], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3250}}, {"geometry": {"coordinates": [-71.1289996, 42.3863414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4757}}, {"geometry": {"coordinates": [-71.309347, 42.386593], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 221608}}, {"geometry": {"coordinates": [-71.3387133, 42.3866297], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70890}}, {"geometry": {"coordinates": [-71.1669226, 42.3868142], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7756}}, {"geometry": {"coordinates": [-71.1578019, 42.3868421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.100865, 42.3868899], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8536}}, {"geometry": {"coordinates": [-71.2892305, 42.3870413], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.1198197, 42.3871216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1315}}, {"geometry": {"coordinates": [-71.3987427, 42.387125], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60037}}, {"geometry": {"coordinates": [-71.1634879, 42.3871586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7904}}, {"geometry": {"coordinates": [-71.1617241, 42.3872301], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6056}}, {"geometry": {"coordinates": [-71.3075815, 42.387294], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 115757}}, {"geometry": {"coordinates": [-71.1691506, 42.3873039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8921}}, {"geometry": {"coordinates": [-71.1746275, 42.3874915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13410}}, {"geometry": {"coordinates": [-71.1133559, 42.3877222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2535}}, {"geometry": {"coordinates": [-71.1253325, 42.3878693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6406}}, {"geometry": {"coordinates": [-71.4425986, 42.3879089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 165453}}, {"geometry": {"coordinates": [-71.0862209, 42.3879258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2065}}, {"geometry": {"coordinates": [-71.1241255, 42.3879607], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4050}}, {"geometry": {"coordinates": [-71.1626988, 42.3879894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6670}}, {"geometry": {"coordinates": [-71.4235123, 42.3880786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57412}}, {"geometry": {"coordinates": [-71.0982222, 42.3883339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2864}}, {"geometry": {"coordinates": [-71.1262028, 42.3883607], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3157}}, {"geometry": {"coordinates": [-71.0983615, 42.3883947], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2884}}, {"geometry": {"coordinates": [-71.357242, 42.388536], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 343140}}, {"geometry": {"coordinates": [-71.2718068, 42.3885752], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40510}}, {"geometry": {"coordinates": [-71.2862609, 42.3886196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81344}}, {"geometry": {"coordinates": [-71.1746275, 42.388642], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.174294, 42.388704], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10536}}, {"geometry": {"coordinates": [-71.1706358, 42.388892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8994}}, {"geometry": {"coordinates": [-71.1144975, 42.3890278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3523}}, {"geometry": {"coordinates": [-71.31301, 42.3896193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69583}}, {"geometry": {"coordinates": [-71.1339383, 42.3896419], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6075}}, {"geometry": {"coordinates": [-71.1766697, 42.3898793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9655}}, {"geometry": {"coordinates": [-71.3207583, 42.3898843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59677}}, {"geometry": {"coordinates": [-71.1335487, 42.3899356], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2758}}, {"geometry": {"coordinates": [-71.1747203, 42.3900308], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10408}}, {"geometry": {"coordinates": [-71.1615849, 42.390101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5760}}, {"geometry": {"coordinates": [-71.2877457, 42.3902065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64033}}, {"geometry": {"coordinates": [-71.1740241, 42.3902837], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10095}}, {"geometry": {"coordinates": [-71.2902787, 42.3903462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15245}}, {"geometry": {"coordinates": [-71.16618, 42.390362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10263}}, {"geometry": {"coordinates": [-71.1679438, 42.3905131], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9831}}, {"geometry": {"coordinates": [-71.169986, 42.3906372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21089}}, {"geometry": {"coordinates": [-71.3186473, 42.3908841], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73504}}, {"geometry": {"coordinates": [-71.1327389, 42.3911963], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2178}}, {"geometry": {"coordinates": [-71.1243322, 42.3912093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.4495557, 42.3913748], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40025}}, {"geometry": {"coordinates": [-71.1728405, 42.3914002], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6087}}, {"geometry": {"coordinates": [-71.1688721, 42.3914871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8380}}, {"geometry": {"coordinates": [-71.4611506, 42.3915284], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40435}}, {"geometry": {"coordinates": [-71.1691506, 42.3915715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7587}}, {"geometry": {"coordinates": [-71.4078111, 42.3915972], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60003}}, {"geometry": {"coordinates": [-71.1778765, 42.3916056], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.2999025, 42.3916621], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-71.176177, 42.3918631], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13380}}, {"geometry": {"coordinates": [-71.127273, 42.391995], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5459}}, {"geometry": {"coordinates": [-71.2845209, 42.392317], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72309}}, {"geometry": {"coordinates": [-71.2876529, 42.3923441], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60112}}, {"geometry": {"coordinates": [-71.282456, 42.392804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65775}}, {"geometry": {"coordinates": [-71.2849849, 42.3928408], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63162}}, {"geometry": {"coordinates": [-71.1994815, 42.3928766], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9900}}, {"geometry": {"coordinates": [-71.2993689, 42.3929273], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-71.1704966, 42.3929875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7481}}, {"geometry": {"coordinates": [-71.1190773, 42.3931025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3750}}, {"geometry": {"coordinates": [-71.3480617, 42.3931587], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 116192}}, {"geometry": {"coordinates": [-71.3039624, 42.3932559], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37290}}, {"geometry": {"coordinates": [-71.1011585, 42.3935368], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3385}}, {"geometry": {"coordinates": [-71.1701717, 42.3935632], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7325}}, {"geometry": {"coordinates": [-71.177897, 42.393685], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27285}}, {"geometry": {"coordinates": [-71.2806696, 42.3937462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 70890}}, {"geometry": {"coordinates": [-71.1184622, 42.3938974], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5744}}, {"geometry": {"coordinates": [-71.1702181, 42.3940906], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8684}}, {"geometry": {"coordinates": [-71.130365, 42.394195], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8700}}, {"geometry": {"coordinates": [-71.0981758, 42.3942617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5272}}, {"geometry": {"coordinates": [-71.2270489, 42.39428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27233}}, {"geometry": {"coordinates": [-71.2275129, 42.3944328], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35502}}, {"geometry": {"coordinates": [-71.4400708, 42.3949341], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43049}}, {"geometry": {"coordinates": [-71.103851, 42.3949973], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3750}}, {"geometry": {"coordinates": [-71.3040552, 42.3951278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30927}}, {"geometry": {"coordinates": [-71.1096886, 42.3951482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9999}}, {"geometry": {"coordinates": [-71.4441988, 42.3951784], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 125813}}, {"geometry": {"coordinates": [-71.1329917, 42.3953691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.3128562, 42.3958567], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83958}}, {"geometry": {"coordinates": [-71.1745579, 42.3958849], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28044}}, {"geometry": {"coordinates": [-71.3968446, 42.396084], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43920}}, {"geometry": {"coordinates": [-71.318856, 42.3960986], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93198}}, {"geometry": {"coordinates": [-71.1129381, 42.3962954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3440}}, {"geometry": {"coordinates": [-71.1122882, 42.3964443], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3400}}, {"geometry": {"coordinates": [-71.1335487, 42.3964656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2470}}, {"geometry": {"coordinates": [-71.1278855, 42.3970229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3113}}, {"geometry": {"coordinates": [-71.1716221, 42.3972139], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4993}}, {"geometry": {"coordinates": [-71.1332972, 42.3974809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3423}}, {"geometry": {"coordinates": [-71.2884649, 42.397771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101930}}, {"geometry": {"coordinates": [-71.3147267, 42.3978536], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80131}}, {"geometry": {"coordinates": [-71.1640913, 42.3978737], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6480}}, {"geometry": {"coordinates": [-71.1229186, 42.3984403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2889}}, {"geometry": {"coordinates": [-71.172446, 42.3987359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7427}}, {"geometry": {"coordinates": [-71.1612135, 42.3988318], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10762}}, {"geometry": {"coordinates": [-71.1848153, 42.3989244], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15055}}, {"geometry": {"coordinates": [-71.1728173, 42.3989474], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7910}}, {"geometry": {"coordinates": [-71.1620954, 42.399093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9427}}, {"geometry": {"coordinates": [-71.121851, 42.399216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1200}}, {"geometry": {"coordinates": [-71.3462755, 42.399746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.1739313, 42.3998044], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10526}}, {"geometry": {"coordinates": [-71.1209689, 42.4000744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3918}}, {"geometry": {"coordinates": [-71.171657, 42.4003829], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5770}}, {"geometry": {"coordinates": [-71.1644626, 42.4003855], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7575}}, {"geometry": {"coordinates": [-71.302849, 42.400506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44023}}, {"geometry": {"coordinates": [-71.173792, 42.4005228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13109}}, {"geometry": {"coordinates": [-71.3418952, 42.4005292], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66098}}, {"geometry": {"coordinates": [-71.1725375, 42.4007638], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6440}}, {"geometry": {"coordinates": [-71.1268643, 42.4012265], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4500}}, {"geometry": {"coordinates": [-71.1710071, 42.4013115], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7685}}, {"geometry": {"coordinates": [-71.4313742, 42.4018549], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92707}}, {"geometry": {"coordinates": [-71.3161849, 42.401871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40511}}, {"geometry": {"coordinates": [-71.1665977, 42.4020467], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8183}}, {"geometry": {"coordinates": [-71.3412882, 42.4021932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53143}}, {"geometry": {"coordinates": [-71.4177143, 42.4025586], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48712}}, {"geometry": {"coordinates": [-71.1697075, 42.4026119], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10715}}, {"geometry": {"coordinates": [-71.1652517, 42.4026343], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8044}}, {"geometry": {"coordinates": [-71.2878385, 42.402695], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80000}}, {"geometry": {"coordinates": [-71.1801043, 42.4030041], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29052}}, {"geometry": {"coordinates": [-71.156424, 42.403435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12550}}, {"geometry": {"coordinates": [-71.5044887, 42.4035296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-71.164277, 42.4038043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9738}}, {"geometry": {"coordinates": [-71.1795938, 42.4038079], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12833}}, {"geometry": {"coordinates": [-71.1509029, 42.4038475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8829}}, {"geometry": {"coordinates": [-71.439874, 42.404494], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47870}}, {"geometry": {"coordinates": [-71.2898569, 42.4047613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81002}}, {"geometry": {"coordinates": [-71.1703109, 42.4050517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6535}}, {"geometry": {"coordinates": [-71.1548545, 42.4051341], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6114}}, {"geometry": {"coordinates": [-71.1805685, 42.4052348], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12500}}, {"geometry": {"coordinates": [-71.353553, 42.4052549], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.3996472, 42.4053808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 110567}}, {"geometry": {"coordinates": [-71.1745811, 42.405517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37208}}, {"geometry": {"coordinates": [-71.166969, 42.4056713], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10120}}, {"geometry": {"coordinates": [-71.5956658, 42.4057568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45738}}, {"geometry": {"coordinates": [-71.4376358, 42.4058359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40435}}, {"geometry": {"coordinates": [-71.1793501, 42.406039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22580}}, {"geometry": {"coordinates": [-71.2954461, 42.4063429], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84051}}, {"geometry": {"coordinates": [-71.5956242, 42.4064791], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45000}}, {"geometry": {"coordinates": [-71.4337165, 42.4065359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40}}, {"geometry": {"coordinates": [-71.1955946, 42.4067541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21766}}, {"geometry": {"coordinates": [-71.1786887, 42.4068635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 85819}}, {"geometry": {"coordinates": [-71.2014076, 42.4070254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15267}}, {"geometry": {"coordinates": [-71.1974162, 42.4070908], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-71.1906633, 42.4071886], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30500}}, {"geometry": {"coordinates": [-71.1708679, 42.4074464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.3022248, 42.4075266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 270924}}, {"geometry": {"coordinates": [-71.1742562, 42.4075765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19166}}, {"geometry": {"coordinates": [-71.166259, 42.407617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9752}}, {"geometry": {"coordinates": [-71.1840727, 42.4076287], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32561}}, {"geometry": {"coordinates": [-71.1950028, 42.4076462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 132374}}, {"geometry": {"coordinates": [-71.1984605, 42.4077687], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15280}}, {"geometry": {"coordinates": [-71.1731422, 42.4078696], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17869}}, {"geometry": {"coordinates": [-71.1601691, 42.4079458], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6500}}, {"geometry": {"coordinates": [-71.189619, 42.4082172], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17728}}, {"geometry": {"coordinates": [-71.1863933, 42.4084676], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20064}}, {"geometry": {"coordinates": [-71.1575931, 42.4086043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12616}}, {"geometry": {"coordinates": [-71.3112411, 42.4086321], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 104524}}, {"geometry": {"coordinates": [-71.1591712, 42.4087241], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10472}}, {"geometry": {"coordinates": [-71.3606572, 42.4088079], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60436}}, {"geometry": {"coordinates": [-71.1910578, 42.4089435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23800}}, {"geometry": {"coordinates": [-71.363, 42.4090343], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60871}}, {"geometry": {"coordinates": [-71.189735, 42.4090345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22141}}, {"geometry": {"coordinates": [-71.1852562, 42.4092578], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20404}}, {"geometry": {"coordinates": [-71.1762752, 42.4092733], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23463}}, {"geometry": {"coordinates": [-71.3956579, 42.4096875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44791}}, {"geometry": {"coordinates": [-71.1927982, 42.4100734], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20700}}, {"geometry": {"coordinates": [-71.1643234, 42.4102671], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8060}}, {"geometry": {"coordinates": [-71.3312438, 42.4108049], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 97138}}, {"geometry": {"coordinates": [-71.3163206, 42.4108127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 129659}}, {"geometry": {"coordinates": [-71.4388881, 42.4109841], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-71.1850705, 42.4110441], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38406}}, {"geometry": {"coordinates": [-71.4270142, 42.4113744], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43485}}, {"geometry": {"coordinates": [-71.1597746, 42.4119054], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21557}}, {"geometry": {"coordinates": [-71.3098017, 42.41218], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.1731422, 42.4125808], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4456}}, {"geometry": {"coordinates": [-71.1898046, 42.4129601], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20016}}, {"geometry": {"coordinates": [-71.159821, 42.4132115], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16801}}, {"geometry": {"coordinates": [-71.1829355, 42.4132786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.193332, 42.4133729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.4284985, 42.4135535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.154019, 42.4135608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7270}}, {"geometry": {"coordinates": [-71.2462381, 42.4136871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9020}}, {"geometry": {"coordinates": [-71.434291, 42.413741], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41742}}, {"geometry": {"coordinates": [-71.1631643, 42.4138276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7574}}, {"geometry": {"coordinates": [-71.1920789, 42.4138652], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14120}}, {"geometry": {"coordinates": [-71.1943066, 42.4140575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.5122109, 42.4141138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 227383}}, {"geometry": {"coordinates": [-71.2405302, 42.4141318], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9200}}, {"geometry": {"coordinates": [-71.1568968, 42.4142725], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9025}}, {"geometry": {"coordinates": [-71.157546, 42.4145015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9026}}, {"geometry": {"coordinates": [-71.1735135, 42.4145727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6500}}, {"geometry": {"coordinates": [-71.2155395, 42.4148922], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25519}}, {"geometry": {"coordinates": [-71.2968274, 42.4149625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 487852}}, {"geometry": {"coordinates": [-71.3182993, 42.4149728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82764}}, {"geometry": {"coordinates": [-71.2252622, 42.4151843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20060}}, {"geometry": {"coordinates": [-71.2245428, 42.4155263], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19856}}, {"geometry": {"coordinates": [-71.1634879, 42.4158003], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8712}}, {"geometry": {"coordinates": [-71.1840495, 42.4158045], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.1857667, 42.4159846], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.218064, 42.416535], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18549}}, {"geometry": {"coordinates": [-71.184618, 42.4165409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.1857409, 42.416559], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5662}}, {"geometry": {"coordinates": [-71.2776303, 42.4165595], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 142696}}, {"geometry": {"coordinates": [-71.3109685, 42.4166701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41500}}, {"geometry": {"coordinates": [-71.1930071, 42.4168418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6357}}, {"geometry": {"coordinates": [-71.2436394, 42.4171063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36970}}, {"geometry": {"coordinates": [-71.1722603, 42.4171418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10885}}, {"geometry": {"coordinates": [-71.234126, 42.417278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34666}}, {"geometry": {"coordinates": [-71.23937, 42.4174231], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26390}}, {"geometry": {"coordinates": [-71.4231412, 42.4175764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56117}}, {"geometry": {"coordinates": [-71.1849313, 42.4175863], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9000}}, {"geometry": {"coordinates": [-71.2415975, 42.4179111], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32178}}, {"geometry": {"coordinates": [-71.221271, 42.4180701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15625}}, {"geometry": {"coordinates": [-71.2237307, 42.4180785], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25601}}, {"geometry": {"coordinates": [-71.175695, 42.4183184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4725}}, {"geometry": {"coordinates": [-71.2270257, 42.4184507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-70.9313437, 42.4187184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12406}}, {"geometry": {"coordinates": [-71.1943066, 42.4188056], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6295}}, {"geometry": {"coordinates": [-71.2358987, 42.4188569], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 235168}}, {"geometry": {"coordinates": [-71.2397644, 42.4190665], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26826}}, {"geometry": {"coordinates": [-71.2148666, 42.4192484], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19420}}, {"geometry": {"coordinates": [-71.2396484, 42.4196962], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19949}}, {"geometry": {"coordinates": [-71.1779229, 42.419698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6198}}, {"geometry": {"coordinates": [-71.4365922, 42.4197896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 53939}}, {"geometry": {"coordinates": [-71.5087043, 42.4199818], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 407721}}, {"geometry": {"coordinates": [-71.2507162, 42.4206957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57007}}, {"geometry": {"coordinates": [-71.4237442, 42.4210927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80063}}, {"geometry": {"coordinates": [-71.1913363, 42.421195], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6867}}, {"geometry": {"coordinates": [-71.2031248, 42.4213021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.1915683, 42.4213457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6840}}, {"geometry": {"coordinates": [-71.160703, 42.4214839], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6694}}, {"geometry": {"coordinates": [-71.187484, 42.4217656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11660}}, {"geometry": {"coordinates": [-71.2173031, 42.4218682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.4079735, 42.4222385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62651}}, {"geometry": {"coordinates": [-71.3092054, 42.4223475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35283}}, {"geometry": {"coordinates": [-71.1071354, 42.4224178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22350}}, {"geometry": {"coordinates": [-71.199087, 42.4224352], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.4069066, 42.4231363], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49235}}, {"geometry": {"coordinates": [-71.1306136, 42.4232262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11287}}, {"geometry": {"coordinates": [-71.1985417, 42.4235945], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7200}}, {"geometry": {"coordinates": [-71.1505377, 42.4237614], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10560}}, {"geometry": {"coordinates": [-71.3086022, 42.4238043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47916}}, {"geometry": {"coordinates": [-71.2079515, 42.4238634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10170}}, {"geometry": {"coordinates": [-71.2877015, 42.4239108], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 170605}}, {"geometry": {"coordinates": [-71.1496558, 42.4239452], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10149}}, {"geometry": {"coordinates": [-71.2899961, 42.42423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81438}}, {"geometry": {"coordinates": [-71.2019761, 42.4244178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4340}}, {"geometry": {"coordinates": [-71.1639214, 42.4246983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13616}}, {"geometry": {"coordinates": [-71.1969173, 42.424747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7275}}, {"geometry": {"coordinates": [-71.1904447, 42.4248599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6006}}, {"geometry": {"coordinates": [-71.1960819, 42.4249392], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6780}}, {"geometry": {"coordinates": [-71.2005258, 42.425127], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6000}}, {"geometry": {"coordinates": [-71.2867443, 42.4251945], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 523180}}, {"geometry": {"coordinates": [-71.2249373, 42.4257388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23341}}, {"geometry": {"coordinates": [-71.1516982, 42.4258499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14949}}, {"geometry": {"coordinates": [-71.1192159, 42.426134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7010}}, {"geometry": {"coordinates": [-71.1280157, 42.426158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23923}}, {"geometry": {"coordinates": [-71.2137063, 42.4262108], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16807}}, {"geometry": {"coordinates": [-71.1671083, 42.426503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10500}}, {"geometry": {"coordinates": [-71.4308176, 42.4267123], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.2285107, 42.4267517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30269}}, {"geometry": {"coordinates": [-71.2113626, 42.4267966], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29176}}, {"geometry": {"coordinates": [-71.1931659, 42.426894], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18549}}, {"geometry": {"coordinates": [-71.3887694, 42.4269257], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22335}}, {"geometry": {"coordinates": [-71.144225, 42.4269895], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12370}}, {"geometry": {"coordinates": [-71.2155163, 42.4270366], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.2080559, 42.4273583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22034}}, {"geometry": {"coordinates": [-71.1644162, 42.4273807], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6073}}, {"geometry": {"coordinates": [-71.3841732, 42.4276781], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.2104576, 42.4277745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13404}}, {"geometry": {"coordinates": [-71.1554579, 42.4279723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.1314599, 42.428229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5883}}, {"geometry": {"coordinates": [-71.3985339, 42.4285071], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43485}}, {"geometry": {"coordinates": [-71.215934, 42.4288506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13760}}, {"geometry": {"coordinates": [-71.1995976, 42.4291235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11746}}, {"geometry": {"coordinates": [-71.3954056, 42.429381], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-71.2133815, 42.4296421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15578}}, {"geometry": {"coordinates": [-71.154019, 42.42973], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13876}}, {"geometry": {"coordinates": [-71.2699507, 42.4300107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78527}}, {"geometry": {"coordinates": [-71.2160268, 42.4300902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13102}}, {"geometry": {"coordinates": [-71.3983716, 42.4300944], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45227}}, {"geometry": {"coordinates": [-71.2435466, 42.4301856], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13125}}, {"geometry": {"coordinates": [-71.2421776, 42.4302323], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13125}}, {"geometry": {"coordinates": [-71.2137827, 42.430407], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15592}}, {"geometry": {"coordinates": [-71.2156323, 42.4305612], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13000}}, {"geometry": {"coordinates": [-71.401124, 42.430602], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57927}}, {"geometry": {"coordinates": [-71.1915683, 42.4306917], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7515}}, {"geometry": {"coordinates": [-71.2402054, 42.4307431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13000}}, {"geometry": {"coordinates": [-71.168876, 42.430875], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6140}}, {"geometry": {"coordinates": [-71.3889549, 42.4309279], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21011}}, {"geometry": {"coordinates": [-71.1561078, 42.4311603], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17598}}, {"geometry": {"coordinates": [-71.156931, 42.431245], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20400}}, {"geometry": {"coordinates": [-71.1573146, 42.4312542], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17510}}, {"geometry": {"coordinates": [-71.2148666, 42.4314884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13381}}, {"geometry": {"coordinates": [-71.1774123, 42.4315159], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8046}}, {"geometry": {"coordinates": [-71.1959775, 42.4316249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18985}}, {"geometry": {"coordinates": [-71.2483728, 42.4317435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23522}}, {"geometry": {"coordinates": [-71.2475375, 42.4317506], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20908}}, {"geometry": {"coordinates": [-71.2077194, 42.4318723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19551}}, {"geometry": {"coordinates": [-71.1682687, 42.4320028], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13440}}, {"geometry": {"coordinates": [-71.4152328, 42.4320469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81742}}, {"geometry": {"coordinates": [-71.2478159, 42.4320944], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18150}}, {"geometry": {"coordinates": [-71.169691, 42.432288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6750}}, {"geometry": {"coordinates": [-71.21703, 42.4325509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46523}}, {"geometry": {"coordinates": [-71.1777372, 42.4326835], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9100}}, {"geometry": {"coordinates": [-71.1853838, 42.4328409], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14000}}, {"geometry": {"coordinates": [-71.1676189, 42.4331532], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8346}}, {"geometry": {"coordinates": [-71.401665, 42.4333555], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81307}}, {"geometry": {"coordinates": [-71.2858201, 42.4333568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32190}}, {"geometry": {"coordinates": [-71.2537093, 42.4333874], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40019}}, {"geometry": {"coordinates": [-71.1610279, 42.4334796], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13800}}, {"geometry": {"coordinates": [-71.2353326, 42.4335809], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16674}}, {"geometry": {"coordinates": [-71.3732755, 42.4336039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82328}}, {"geometry": {"coordinates": [-71.2173263, 42.433611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27697}}, {"geometry": {"coordinates": [-71.2493521, 42.4336361], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20620}}, {"geometry": {"coordinates": [-71.2816904, 42.4337357], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48220}}, {"geometry": {"coordinates": [-71.2546838, 42.4337746], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30436}}, {"geometry": {"coordinates": [-71.1922645, 42.4338877], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-70.9342733, 42.4340489], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12408}}, {"geometry": {"coordinates": [-71.3704225, 42.4341825], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-71.211788, 42.434283], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8045}}, {"geometry": {"coordinates": [-71.378375, 42.434534], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95682}}, {"geometry": {"coordinates": [-71.2140312, 42.4347217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11761}}, {"geometry": {"coordinates": [-71.2181246, 42.4349452], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-71.2111538, 42.4350501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63541}}, {"geometry": {"coordinates": [-71.1554105, 42.4350616], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36626}}, {"geometry": {"coordinates": [-71.1639985, 42.4350966], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17100}}, {"geometry": {"coordinates": [-71.37685, 42.4352414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 95832}}, {"geometry": {"coordinates": [-71.3710024, 42.4353374], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.2480479, 42.4354717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17859}}, {"geometry": {"coordinates": [-71.1548545, 42.4359157], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28072}}, {"geometry": {"coordinates": [-71.1548545, 42.4359157], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56175}}, {"geometry": {"coordinates": [-71.1694755, 42.4359527], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15754}}, {"geometry": {"coordinates": [-71.172088, 42.436011], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9350}}, {"geometry": {"coordinates": [-71.3988122, 42.4360503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 93654}}, {"geometry": {"coordinates": [-71.2100574, 42.4361355], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29295}}, {"geometry": {"coordinates": [-71.3710951, 42.4361693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40052}}, {"geometry": {"coordinates": [-71.4001111, 42.436268], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83470}}, {"geometry": {"coordinates": [-71.1672011, 42.4363821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.1302994, 42.4364845], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10182}}, {"geometry": {"coordinates": [-71.4044482, 42.4366422], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82178}}, {"geometry": {"coordinates": [-71.4065994, 42.4367129], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82410}}, {"geometry": {"coordinates": [-71.3623505, 42.4369828], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63087}}, {"geometry": {"coordinates": [-71.2269793, 42.4369884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15505}}, {"geometry": {"coordinates": [-71.1415679, 42.4370682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10106}}, {"geometry": {"coordinates": [-71.2344973, 42.437074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19764}}, {"geometry": {"coordinates": [-71.1733743, 42.4371339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26950}}, {"geometry": {"coordinates": [-71.1931927, 42.4373453], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.1437608, 42.4374032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11336}}, {"geometry": {"coordinates": [-70.929356, 42.4375043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8488}}, {"geometry": {"coordinates": [-71.1704038, 42.4376676], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20400}}, {"geometry": {"coordinates": [-71.158535, 42.437767], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15245}}, {"geometry": {"coordinates": [-70.9293931, 42.4378153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12470}}, {"geometry": {"coordinates": [-71.1694755, 42.4378436], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21210}}, {"geometry": {"coordinates": [-71.2361215, 42.4379793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15334}}, {"geometry": {"coordinates": [-71.402871, 42.4380108], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83920}}, {"geometry": {"coordinates": [-71.176252, 42.4380303], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11220}}, {"geometry": {"coordinates": [-71.1402794, 42.4380344], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11866}}, {"geometry": {"coordinates": [-71.1576163, 42.438072], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15323}}, {"geometry": {"coordinates": [-71.1281641, 42.4381229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10080}}, {"geometry": {"coordinates": [-71.1547385, 42.438176], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36378}}, {"geometry": {"coordinates": [-71.1695219, 42.4382223], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22430}}, {"geometry": {"coordinates": [-71.1996904, 42.4382617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33105}}, {"geometry": {"coordinates": [-71.2272577, 42.4383335], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-71.1417184, 42.4383904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11760}}, {"geometry": {"coordinates": [-71.1581037, 42.4384328], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.1437144, 42.4385075], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11643}}, {"geometry": {"coordinates": [-71.1390726, 42.4386447], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10080}}, {"geometry": {"coordinates": [-71.177041, 42.4386833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13643}}, {"geometry": {"coordinates": [-71.7843243, 42.4387751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 716998}}, {"geometry": {"coordinates": [-71.385731, 42.4389777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80000}}, {"geometry": {"coordinates": [-71.1380049, 42.4389821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10190}}, {"geometry": {"coordinates": [-71.1707287, 42.4390575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20033}}, {"geometry": {"coordinates": [-71.1270964, 42.4392385], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11380}}, {"geometry": {"coordinates": [-71.36571, 42.43924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83920}}, {"geometry": {"coordinates": [-71.154122, 42.4394149], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54219}}, {"geometry": {"coordinates": [-71.133688, 42.4394338], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10001}}, {"geometry": {"coordinates": [-71.1250075, 42.4396984], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15300}}, {"geometry": {"coordinates": [-71.2439642, 42.4398992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14374}}, {"geometry": {"coordinates": [-71.134245, 42.4398992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10253}}, {"geometry": {"coordinates": [-71.2193219, 42.4399565], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22780}}, {"geometry": {"coordinates": [-71.1400938, 42.4400418], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10961}}, {"geometry": {"coordinates": [-71.1358929, 42.4402353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.1289532, 42.440296], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12447}}, {"geometry": {"coordinates": [-71.2385347, 42.4403901], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-71.1987157, 42.4403954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30871}}, {"geometry": {"coordinates": [-71.1881338, 42.4404175], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30927}}, {"geometry": {"coordinates": [-71.2213174, 42.4404428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16800}}, {"geometry": {"coordinates": [-71.139734, 42.4404722], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11287}}, {"geometry": {"coordinates": [-71.2439642, 42.4404926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30436}}, {"geometry": {"coordinates": [-71.2246124, 42.4405557], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-71.1552723, 42.4405838], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39097}}, {"geometry": {"coordinates": [-71.2262831, 42.4406902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13790}}, {"geometry": {"coordinates": [-71.2441962, 42.4407172], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.1417648, 42.4407338], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11480}}, {"geometry": {"coordinates": [-71.185349, 42.4408348], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35227}}, {"geometry": {"coordinates": [-71.4048425, 42.4409943], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82614}}, {"geometry": {"coordinates": [-71.221039, 42.4411373], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19856}}, {"geometry": {"coordinates": [-71.4042626, 42.4411383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84070}}, {"geometry": {"coordinates": [-71.2372817, 42.4411423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25519}}, {"geometry": {"coordinates": [-71.1258431, 42.4411751], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2068376, 42.4414755], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36534}}, {"geometry": {"coordinates": [-71.2389523, 42.4414991], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25264}}, {"geometry": {"coordinates": [-71.1267251, 42.4415106], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-71.2263759, 42.4415217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14570}}, {"geometry": {"coordinates": [-71.2240787, 42.4415592], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11820}}, {"geometry": {"coordinates": [-71.2321769, 42.4415765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12830}}, {"geometry": {"coordinates": [-71.2187649, 42.441605], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10388}}, {"geometry": {"coordinates": [-71.377972, 42.441622], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52747}}, {"geometry": {"coordinates": [-71.1357768, 42.4416797], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8100}}, {"geometry": {"coordinates": [-71.2460525, 42.4417728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 82708}}, {"geometry": {"coordinates": [-71.2247981, 42.4418108], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15095}}, {"geometry": {"coordinates": [-71.1373086, 42.4418662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8160}}, {"geometry": {"coordinates": [-71.2517371, 42.4419365], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7452}}, {"geometry": {"coordinates": [-71.3891405, 42.4421654], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92782}}, {"geometry": {"coordinates": [-71.1255646, 42.4422027], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10739}}, {"geometry": {"coordinates": [-71.1525105, 42.4423201], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31120}}, {"geometry": {"coordinates": [-71.1624435, 42.4423771], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42306}}, {"geometry": {"coordinates": [-71.1704966, 42.4425772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18051}}, {"geometry": {"coordinates": [-71.1884587, 42.4425859], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-71.245774, 42.4426157], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55265}}, {"geometry": {"coordinates": [-71.2199716, 42.4426993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40019}}, {"geometry": {"coordinates": [-71.402268, 42.4427335], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80586}}, {"geometry": {"coordinates": [-71.1334675, 42.4427973], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11072}}, {"geometry": {"coordinates": [-71.3951013, 42.4428495], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80743}}, {"geometry": {"coordinates": [-71.1768987, 42.4428911], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41133}}, {"geometry": {"coordinates": [-71.1266786, 42.4430225], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11376}}, {"geometry": {"coordinates": [-71.2203312, 42.4431032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14000}}, {"geometry": {"coordinates": [-71.1390261, 42.4431222], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13327}}, {"geometry": {"coordinates": [-71.2040066, 42.4431462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34848}}, {"geometry": {"coordinates": [-71.3908104, 42.4432617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52065}}, {"geometry": {"coordinates": [-71.1760199, 42.4432926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30171}}, {"geometry": {"coordinates": [-71.1873448, 42.4433238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44375}}, {"geometry": {"coordinates": [-71.1355447, 42.4434566], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8502}}, {"geometry": {"coordinates": [-71.2186721, 42.4434804], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-71.1782014, 42.4435517], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24296}}, {"geometry": {"coordinates": [-71.2520852, 42.4437198], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10008}}, {"geometry": {"coordinates": [-71.2493937, 42.4438581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11578}}, {"geometry": {"coordinates": [-71.1367052, 42.4438765], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6555}}, {"geometry": {"coordinates": [-71.1490524, 42.444012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18623}}, {"geometry": {"coordinates": [-71.1334095, 42.4440199], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14053}}, {"geometry": {"coordinates": [-71.2239859, 42.444065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22905}}, {"geometry": {"coordinates": [-71.1554115, 42.4441292], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20475}}, {"geometry": {"coordinates": [-71.1897118, 42.4441332], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34030}}, {"geometry": {"coordinates": [-71.1303458, 42.4441657], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7589}}, {"geometry": {"coordinates": [-71.2246356, 42.444175], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18985}}, {"geometry": {"coordinates": [-71.1254253, 42.4441805], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20619}}, {"geometry": {"coordinates": [-71.1683615, 42.4442536], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15014}}, {"geometry": {"coordinates": [-71.1487739, 42.4442983], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17554}}, {"geometry": {"coordinates": [-71.1537173, 42.4443046], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20996}}, {"geometry": {"coordinates": [-71.1324811, 42.4443067], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20141}}, {"geometry": {"coordinates": [-71.1660872, 42.4444975], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49201}}, {"geometry": {"coordinates": [-71.5088789, 42.444655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 442134}}, {"geometry": {"coordinates": [-71.3208743, 42.4448471], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92763}}, {"geometry": {"coordinates": [-71.1842815, 42.4449914], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20100}}, {"geometry": {"coordinates": [-71.250229, 42.4450006], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11285}}, {"geometry": {"coordinates": [-71.248439, 42.4450355], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9820}}, {"geometry": {"coordinates": [-71.1811718, 42.4450939], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20400}}, {"geometry": {"coordinates": [-71.1267251, 42.4451061], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21922}}, {"geometry": {"coordinates": [-71.1255646, 42.4452791], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33360}}, {"geometry": {"coordinates": [-71.22378, 42.445281], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17859}}, {"geometry": {"coordinates": [-71.1608422, 42.4453487], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.162732, 42.44541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13071}}, {"geometry": {"coordinates": [-71.2417135, 42.4455075], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-71.1434127, 42.4455921], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11577}}, {"geometry": {"coordinates": [-71.1359161, 42.4455955], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8387}}, {"geometry": {"coordinates": [-71.1590784, 42.4456421], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10105}}, {"geometry": {"coordinates": [-71.222821, 42.445727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22651}}, {"geometry": {"coordinates": [-71.1831676, 42.4457663], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28500}}, {"geometry": {"coordinates": [-71.226001, 42.445868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.2498113, 42.4458941], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.2288124, 42.4459944], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10330}}, {"geometry": {"coordinates": [-71.1876233, 42.4460033], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45682}}, {"geometry": {"coordinates": [-71.1374479, 42.4460786], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6855}}, {"geometry": {"coordinates": [-71.1292576, 42.4462246], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12112}}, {"geometry": {"coordinates": [-71.1436215, 42.4464245], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13050}}, {"geometry": {"coordinates": [-71.1508627, 42.4464697], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17250}}, {"geometry": {"coordinates": [-71.1335023, 42.4464821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14860}}, {"geometry": {"coordinates": [-71.1930071, 42.44662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.2468878, 42.4466235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16117}}, {"geometry": {"coordinates": [-71.2154699, 42.4466458], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.3432136, 42.4466585], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-71.127742, 42.4466896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21799}}, {"geometry": {"coordinates": [-71.141115, 42.4467395], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12845}}, {"geometry": {"coordinates": [-71.4025232, 42.4467649], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 102651}}, {"geometry": {"coordinates": [-71.2500433, 42.4468233], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8660}}, {"geometry": {"coordinates": [-71.2547302, 42.446911], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.2195406, 42.4469183], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8416}}, {"geometry": {"coordinates": [-71.1417184, 42.4469904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15320}}, {"geometry": {"coordinates": [-71.1519767, 42.4472522], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15977}}, {"geometry": {"coordinates": [-71.1934248, 42.4474323], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41600}}, {"geometry": {"coordinates": [-71.1365195, 42.4474403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5631}}, {"geometry": {"coordinates": [-71.197552, 42.447491], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.1357304, 42.4474913], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18684}}, {"geometry": {"coordinates": [-71.1354519, 42.4475181], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14746}}, {"geometry": {"coordinates": [-71.216955, 42.4476388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6600}}, {"geometry": {"coordinates": [-71.1422406, 42.4476445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12902}}, {"geometry": {"coordinates": [-71.13081, 42.4476547], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12970}}, {"geometry": {"coordinates": [-71.147836, 42.447668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6470}}, {"geometry": {"coordinates": [-71.1956526, 42.4478101], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31600}}, {"geometry": {"coordinates": [-71.4064892, 42.447819], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29148}}, {"geometry": {"coordinates": [-71.1849777, 42.4480012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16255}}, {"geometry": {"coordinates": [-71.1372622, 42.4480485], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16102}}, {"geometry": {"coordinates": [-71.202475, 42.4482254], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22034}}, {"geometry": {"coordinates": [-71.1625132, 42.4482274], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25148}}, {"geometry": {"coordinates": [-71.1940282, 42.4483132], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31307}}, {"geometry": {"coordinates": [-71.1729101, 42.4483624], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20042}}, {"geometry": {"coordinates": [-71.2446603, 42.4484716], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14064}}, {"geometry": {"coordinates": [-71.1826106, 42.4485634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-71.1457103, 42.448596], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9904}}, {"geometry": {"coordinates": [-71.1283475, 42.4486172], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21799}}, {"geometry": {"coordinates": [-71.1936569, 42.4486209], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31307}}, {"geometry": {"coordinates": [-71.2068841, 42.448639], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-71.2446603, 42.4486941], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14590}}, {"geometry": {"coordinates": [-71.224385, 42.448737], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28871}}, {"geometry": {"coordinates": [-71.2363536, 42.4489946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16296}}, {"geometry": {"coordinates": [-71.2447995, 42.4491255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7888}}, {"geometry": {"coordinates": [-71.1620722, 42.4492089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20007}}, {"geometry": {"coordinates": [-71.1278159, 42.4492391], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20194}}, {"geometry": {"coordinates": [-71.1332702, 42.4492594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16712}}, {"geometry": {"coordinates": [-71.2375137, 42.4493022], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-71.224428, 42.449324], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44684}}, {"geometry": {"coordinates": [-71.2277218, 42.4493507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6534}}, {"geometry": {"coordinates": [-71.2206213, 42.449372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.2443239, 42.449388], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9300}}, {"geometry": {"coordinates": [-71.2506466, 42.4495579], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5646}}, {"geometry": {"coordinates": [-71.2503682, 42.4496221], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10666}}, {"geometry": {"coordinates": [-71.2446139, 42.4496503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7251}}, {"geometry": {"coordinates": [-71.4095738, 42.4496529], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32602}}, {"geometry": {"coordinates": [-71.1496558, 42.4497117], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.3937792, 42.4498069], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23522}}, {"geometry": {"coordinates": [-71.166969, 42.4499111], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16330}}, {"geometry": {"coordinates": [-71.192543, 42.4499519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50038}}, {"geometry": {"coordinates": [-71.1548081, 42.4499575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13377}}, {"geometry": {"coordinates": [-71.3115949, 42.4500347], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 106572}}, {"geometry": {"coordinates": [-71.2459597, 42.4501003], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1}}, {"geometry": {"coordinates": [-71.2002937, 42.4501541], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17242}}, {"geometry": {"coordinates": [-71.2417367, 42.4503131], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16371}}, {"geometry": {"coordinates": [-71.1607494, 42.4503371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11262}}, {"geometry": {"coordinates": [-71.1612599, 42.4503497], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10321}}, {"geometry": {"coordinates": [-71.3937329, 42.4503927], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28276}}, {"geometry": {"coordinates": [-71.1323418, 42.4503986], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16960}}, {"geometry": {"coordinates": [-71.3328119, 42.4504545], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41563}}, {"geometry": {"coordinates": [-71.1509555, 42.4505628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13272}}, {"geometry": {"coordinates": [-71.2441498, 42.4506471], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32614}}, {"geometry": {"coordinates": [-71.3156779, 42.4506482], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 103672}}, {"geometry": {"coordinates": [-71.2235218, 42.4508086], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-71.1325739, 42.4508829], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15130}}, {"geometry": {"coordinates": [-71.30589392, 42.45093289], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130530}}, {"geometry": {"coordinates": [-71.3320063, 42.4510033], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40129}}, {"geometry": {"coordinates": [-71.2282555, 42.4510167], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11800}}, {"geometry": {"coordinates": [-71.2576073, 42.451031], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12427}}, {"geometry": {"coordinates": [-71.1487275, 42.4510735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11181}}, {"geometry": {"coordinates": [-71.1301601, 42.4511021], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15077}}, {"geometry": {"coordinates": [-71.1500272, 42.4511092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9800}}, {"geometry": {"coordinates": [-71.2311385, 42.4511386], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10035}}, {"geometry": {"coordinates": [-71.2225241, 42.4511772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12894}}, {"geometry": {"coordinates": [-71.1332238, 42.4512158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6566}}, {"geometry": {"coordinates": [-71.4037176, 42.4512594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16257}}, {"geometry": {"coordinates": [-71.1507234, 42.4512646], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-71.4044714, 42.451395], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15663}}, {"geometry": {"coordinates": [-71.1445499, 42.4514008], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10675}}, {"geometry": {"coordinates": [-71.3339579, 42.4514259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46534}}, {"geometry": {"coordinates": [-71.2291604, 42.4514479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14588}}, {"geometry": {"coordinates": [-71.2246124, 42.4517161], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9121}}, {"geometry": {"coordinates": [-71.2464469, 42.4517214], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16371}}, {"geometry": {"coordinates": [-71.3519355, 42.4517969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12178}}, {"geometry": {"coordinates": [-71.3347002, 42.4518475], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43920}}, {"geometry": {"coordinates": [-71.1640913, 42.4518686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25476}}, {"geometry": {"coordinates": [-71.144782, 42.4518851], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12000}}, {"geometry": {"coordinates": [-71.3314294, 42.4519091], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40127}}, {"geometry": {"coordinates": [-71.1422754, 42.4519406], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9347}}, {"geometry": {"coordinates": [-71.1408364, 42.4519923], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44142}}, {"geometry": {"coordinates": [-71.2273041, 42.4520235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8242}}, {"geometry": {"coordinates": [-71.1730494, 42.4520557], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2231274, 42.4521691], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.3597757, 42.4524467], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15227}}, {"geometry": {"coordinates": [-71.1787119, 42.4524611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17913}}, {"geometry": {"coordinates": [-71.5575817, 42.4525377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 204732}}, {"geometry": {"coordinates": [-71.3858469, 42.4526316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13590}}, {"geometry": {"coordinates": [-71.4008764, 42.4528144], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6324}}, {"geometry": {"coordinates": [-71.1477063, 42.4528271], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18861}}, {"geometry": {"coordinates": [-71.3315453, 42.4529485], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 314067}}, {"geometry": {"coordinates": [-71.1501664, 42.452949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19713}}, {"geometry": {"coordinates": [-71.2235915, 42.4530262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18114}}, {"geometry": {"coordinates": [-71.461463, 42.453091], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 936390}}, {"geometry": {"coordinates": [-71.165433, 42.453109], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25507}}, {"geometry": {"coordinates": [-71.1283033, 42.4531208], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8450}}, {"geometry": {"coordinates": [-71.1738848, 42.4531613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21124}}, {"geometry": {"coordinates": [-71.3605876, 42.4533063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.3879344, 42.4533156], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22197}}, {"geometry": {"coordinates": [-71.1327132, 42.4533526], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9551}}, {"geometry": {"coordinates": [-71.3958435, 42.4534362], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13920}}, {"geometry": {"coordinates": [-71.3504973, 42.4535581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7030}}, {"geometry": {"coordinates": [-71.15012, 42.4535711], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11658}}, {"geometry": {"coordinates": [-71.3503117, 42.4536753], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19148}}, {"geometry": {"coordinates": [-71.16537, 42.453701], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20652}}, {"geometry": {"coordinates": [-71.3945214, 42.4538637], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8448}}, {"geometry": {"coordinates": [-71.1528122, 42.454103], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17789}}, {"geometry": {"coordinates": [-71.1516269, 42.4541581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15120}}, {"geometry": {"coordinates": [-71.1668, 42.454178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21880}}, {"geometry": {"coordinates": [-71.1618866, 42.4542924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20061}}, {"geometry": {"coordinates": [-71.2260511, 42.4544065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15245}}, {"geometry": {"coordinates": [-71.1541118, 42.4545463], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12400}}, {"geometry": {"coordinates": [-71.2271649, 42.4545951], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24212}}, {"geometry": {"coordinates": [-71.139676, 42.4546486], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9100}}, {"geometry": {"coordinates": [-71.3931762, 42.4546768], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8045}}, {"geometry": {"coordinates": [-71.2503218, 42.4546938], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7841}}, {"geometry": {"coordinates": [-71.2211318, 42.4547229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15936}}, {"geometry": {"coordinates": [-71.219902, 42.4547926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21598}}, {"geometry": {"coordinates": [-71.15446, 42.4549575], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14150}}, {"geometry": {"coordinates": [-71.2208069, 42.4550386], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15200}}, {"geometry": {"coordinates": [-71.3598221, 42.4551621], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20454}}, {"geometry": {"coordinates": [-71.3640901, 42.4552485], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16988}}, {"geometry": {"coordinates": [-71.3094374, 42.4552896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55682}}, {"geometry": {"coordinates": [-71.372742, 42.4554216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-71.1620722, 42.4554358], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21136}}, {"geometry": {"coordinates": [-71.218637, 42.455558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18901}}, {"geometry": {"coordinates": [-71.250229, 42.4556792], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19602}}, {"geometry": {"coordinates": [-71.2029525, 42.4558216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12843}}, {"geometry": {"coordinates": [-71.2217471, 42.4558311], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-71.223313, 42.4559078], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14910}}, {"geometry": {"coordinates": [-71.2379662, 42.456043], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12030}}, {"geometry": {"coordinates": [-71.2238931, 42.4560616], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13000}}, {"geometry": {"coordinates": [-71.215867, 42.456219], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31363}}, {"geometry": {"coordinates": [-71.2038775, 42.4562419], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30436}}, {"geometry": {"coordinates": [-71.235278, 42.456435], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13144}}, {"geometry": {"coordinates": [-71.3534664, 42.456505], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14792}}, {"geometry": {"coordinates": [-71.2198935, 42.4565727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13170}}, {"geometry": {"coordinates": [-71.2219672, 42.4567179], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13500}}, {"geometry": {"coordinates": [-71.1622347, 42.4567792], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23158}}, {"geometry": {"coordinates": [-71.3521674, 42.456843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20019}}, {"geometry": {"coordinates": [-71.3633943, 42.4569861], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13939}}, {"geometry": {"coordinates": [-71.2260047, 42.4571049], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-71.0616623, 42.4573354], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36683}}, {"geometry": {"coordinates": [-71.0616623, 42.4573354], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25360}}, {"geometry": {"coordinates": [-71.2337479, 42.4573383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.219229, 42.4574033], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28130}}, {"geometry": {"coordinates": [-71.2044707, 42.4574235], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21163}}, {"geometry": {"coordinates": [-71.0793276, 42.4575184], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19670}}, {"geometry": {"coordinates": [-71.2236843, 42.4577871], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13790}}, {"geometry": {"coordinates": [-71.3542087, 42.4579649], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10070}}, {"geometry": {"coordinates": [-71.0587606, 42.4580065], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17348}}, {"geometry": {"coordinates": [-71.2252157, 42.4581205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19856}}, {"geometry": {"coordinates": [-71.0737797, 42.4583308], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65775}}, {"geometry": {"coordinates": [-71.0737797, 42.458331], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66274}}, {"geometry": {"coordinates": [-71.6327094, 42.4583615], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-71.3585696, 42.4585122], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13000}}, {"geometry": {"coordinates": [-71.2039602, 42.4586343], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21163}}, {"geometry": {"coordinates": [-71.3571273, 42.4586874], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23049}}, {"geometry": {"coordinates": [-71.360714, 42.4589969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22614}}, {"geometry": {"coordinates": [-71.215771, 42.459139], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12627}}, {"geometry": {"coordinates": [-71.2286035, 42.4593242], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-71.052342, 42.4593635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8500}}, {"geometry": {"coordinates": [-71.1280136, 42.4593754], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17990}}, {"geometry": {"coordinates": [-71.3781, 42.4594551], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14240}}, {"geometry": {"coordinates": [-71.2155593, 42.4595033], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16650}}, {"geometry": {"coordinates": [-71.1266322, 42.4595437], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13500}}, {"geometry": {"coordinates": [-71.2454492, 42.4595793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18114}}, {"geometry": {"coordinates": [-71.1510947, 42.4596834], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10047}}, {"geometry": {"coordinates": [-71.3712807, 42.4598682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.2459829, 42.4600217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25083}}, {"geometry": {"coordinates": [-71.2435002, 42.4602877], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11200}}, {"geometry": {"coordinates": [-71.2431289, 42.460299], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12240}}, {"geometry": {"coordinates": [-71.2152949, 42.4604412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12750}}, {"geometry": {"coordinates": [-71.1213403, 42.4604953], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13703}}, {"geometry": {"coordinates": [-71.217573, 42.460788], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30500}}, {"geometry": {"coordinates": [-71.1230579, 42.4608248], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17168}}, {"geometry": {"coordinates": [-71.3383547, 42.4609327], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.3774969, 42.4609487], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22680}}, {"geometry": {"coordinates": [-71.0581106, 42.4610813], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16362}}, {"geometry": {"coordinates": [-71.2199716, 42.4611617], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36154}}, {"geometry": {"coordinates": [-71.3284601, 42.461237], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8849}}, {"geometry": {"coordinates": [-71.3321, 42.461384], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20436}}, {"geometry": {"coordinates": [-71.2340332, 42.4614664], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7705}}, {"geometry": {"coordinates": [-71.1484605, 42.4615712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6250}}, {"geometry": {"coordinates": [-71.2199252, 42.4616728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19166}}, {"geometry": {"coordinates": [-71.2332327, 42.4619518], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7988}}, {"geometry": {"coordinates": [-71.2170942, 42.4619717], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-71.378079, 42.462126], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17150}}, {"geometry": {"coordinates": [-71.213219, 42.4621863], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34800}}, {"geometry": {"coordinates": [-71.3970991, 42.4623583], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12614}}, {"geometry": {"coordinates": [-71.3782492, 42.4624417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24480}}, {"geometry": {"coordinates": [-71.0599213, 42.462465], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18539}}, {"geometry": {"coordinates": [-71.1254717, 42.4626068], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6516}}, {"geometry": {"coordinates": [-71.4088548, 42.4626089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22614}}, {"geometry": {"coordinates": [-71.379598, 42.462613], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2211318, 42.4627297], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 124961}}, {"geometry": {"coordinates": [-71.339897, 42.46276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43522}}, {"geometry": {"coordinates": [-71.2240555, 42.462817], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34792}}, {"geometry": {"coordinates": [-71.145281, 42.4628931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6500}}, {"geometry": {"coordinates": [-71.3718838, 42.4628993], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 102366}}, {"geometry": {"coordinates": [-71.1221527, 42.4629494], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13877}}, {"geometry": {"coordinates": [-71.049518, 42.463092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25360}}, {"geometry": {"coordinates": [-71.2294549, 42.4632381], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33243}}, {"geometry": {"coordinates": [-71.1413006, 42.4632999], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6551}}, {"geometry": {"coordinates": [-71.1410685, 42.4634457], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6551}}, {"geometry": {"coordinates": [-71.14733, 42.463485], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10317}}, {"geometry": {"coordinates": [-71.1475357, 42.4635966], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10317}}, {"geometry": {"coordinates": [-71.141084, 42.463627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6600}}, {"geometry": {"coordinates": [-71.3481777, 42.4637007], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-71.2093438, 42.463735], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31307}}, {"geometry": {"coordinates": [-71.3691003, 42.4642492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 89222}}, {"geometry": {"coordinates": [-70.9054914, 42.4644491], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16465}}, {"geometry": {"coordinates": [-71.3500798, 42.4647992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8600}}, {"geometry": {"coordinates": [-71.146448, 42.464926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6601}}, {"geometry": {"coordinates": [-71.3462291, 42.465116], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24792}}, {"geometry": {"coordinates": [-70.8927488, 42.4653826], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18153}}, {"geometry": {"coordinates": [-71.3804194, 42.4657412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23485}}, {"geometry": {"coordinates": [-71.6009079, 42.4657931], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 375487}}, {"geometry": {"coordinates": [-71.3763372, 42.465872], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48276}}, {"geometry": {"coordinates": [-71.344559, 42.4659476], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22178}}, {"geometry": {"coordinates": [-71.2195539, 42.4659836], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33485}}, {"geometry": {"coordinates": [-70.9055731, 42.4660218], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-71.23937, 42.466039], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8790}}, {"geometry": {"coordinates": [-71.3729507, 42.4661194], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 86970}}, {"geometry": {"coordinates": [-71.205189, 42.466205], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50038}}, {"geometry": {"coordinates": [-71.392108, 42.466329], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20871}}, {"geometry": {"coordinates": [-71.2302742, 42.4663902], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16330}}, {"geometry": {"coordinates": [-71.3897266, 42.4666289], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21075}}, {"geometry": {"coordinates": [-71.0016042, 42.4666302], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23483}}, {"geometry": {"coordinates": [-71.2157483, 42.4668215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23958}}, {"geometry": {"coordinates": [-70.8928781, 42.466952], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56354}}, {"geometry": {"coordinates": [-71.2157948, 42.4673853], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12586}}, {"geometry": {"coordinates": [-71.1339665, 42.4674987], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6700}}, {"geometry": {"coordinates": [-71.3893724, 42.4676511], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12545}}, {"geometry": {"coordinates": [-71.1354519, 42.4677515], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7138}}, {"geometry": {"coordinates": [-70.9057535, 42.4679957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6011}}, {"geometry": {"coordinates": [-71.2336736, 42.4681423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14220}}, {"geometry": {"coordinates": [-71.2411798, 42.4689397], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9671}}, {"geometry": {"coordinates": [-71.2263759, 42.4692143], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18114}}, {"geometry": {"coordinates": [-71.2269793, 42.4692423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18114}}, {"geometry": {"coordinates": [-71.316452, 42.469249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40436}}, {"geometry": {"coordinates": [-71.3266285, 42.469339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37669}}, {"geometry": {"coordinates": [-71.326666, 42.469538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33114}}, {"geometry": {"coordinates": [-71.1204119, 42.4695627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13068}}, {"geometry": {"coordinates": [-71.478793, 42.469745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24183}}, {"geometry": {"coordinates": [-71.2165837, 42.4698167], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 69494}}, {"geometry": {"coordinates": [-71.2283251, 42.4699519], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30436}}, {"geometry": {"coordinates": [-71.1212243, 42.4702012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10296}}, {"geometry": {"coordinates": [-71.1200405, 42.4706479], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12822}}, {"geometry": {"coordinates": [-71.3602861, 42.4710752], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59602}}, {"geometry": {"coordinates": [-71.3333316, 42.4712893], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22414}}, {"geometry": {"coordinates": [-71.1111425, 42.4713107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10826}}, {"geometry": {"coordinates": [-71.1135184, 42.4716298], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10882}}, {"geometry": {"coordinates": [-71.349755, 42.4716785], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.224334, 42.472797], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17050}}, {"geometry": {"coordinates": [-71.3277989, 42.4730739], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26970}}, {"geometry": {"coordinates": [-71.3558788, 42.4730785], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47584}}, {"geometry": {"coordinates": [-71.3505901, 42.4731536], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21780}}, {"geometry": {"coordinates": [-71.2458204, 42.4732085], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7452}}, {"geometry": {"coordinates": [-71.3256068, 42.4732189], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33114}}, {"geometry": {"coordinates": [-71.3685437, 42.473315], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 156666}}, {"geometry": {"coordinates": [-71.3258144, 42.4733477], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37669}}, {"geometry": {"coordinates": [-71.3627216, 42.473468], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46970}}, {"geometry": {"coordinates": [-71.3203592, 42.4737153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2448459, 42.4737478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6300}}, {"geometry": {"coordinates": [-71.3875865, 42.4740821], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81457}}, {"geometry": {"coordinates": [-71.2385252, 42.4745524], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34356}}, {"geometry": {"coordinates": [-70.8902646, 42.4748179], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24356}}, {"geometry": {"coordinates": [-70.883146, 42.4751164], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10118}}, {"geometry": {"coordinates": [-71.381672, 42.4753703], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11154}}, {"geometry": {"coordinates": [-71.3842697, 42.4755095], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65300}}, {"geometry": {"coordinates": [-71.396294, 42.478383], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62170}}, {"geometry": {"coordinates": [-71.3156779, 42.4792719], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22172}}, {"geometry": {"coordinates": [-70.889126, 42.4797477], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16427}}, {"geometry": {"coordinates": [-71.2990673, 42.4804017], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-70.886903, 42.4807003], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15675}}, {"geometry": {"coordinates": [-71.2498577, 42.4807471], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30049}}, {"geometry": {"coordinates": [-70.8772356, 42.4808035], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8189}}, {"geometry": {"coordinates": [-71.2993689, 42.4808417], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30803}}, {"geometry": {"coordinates": [-71.4648608, 42.4810816], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55861}}, {"geometry": {"coordinates": [-70.8769569, 42.4810884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13373}}, {"geometry": {"coordinates": [-71.250865, 42.4811539], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11620}}, {"geometry": {"coordinates": [-71.3805354, 42.4817978], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 175832}}, {"geometry": {"coordinates": [-71.2465629, 42.4820428], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37405}}, {"geometry": {"coordinates": [-71.3826925, 42.4823266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88712}}, {"geometry": {"coordinates": [-71.257967, 42.4824977], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 48700}}, {"geometry": {"coordinates": [-71.4006677, 42.4830238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33745}}, {"geometry": {"coordinates": [-71.2728044, 42.4834569], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 63472}}, {"geometry": {"coordinates": [-71.0088479, 42.4835716], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30671}}, {"geometry": {"coordinates": [-71.3122213, 42.4836379], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.254765, 42.4846431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7500}}, {"geometry": {"coordinates": [-71.254359, 42.4846949], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12500}}, {"geometry": {"coordinates": [-71.2433081, 42.4858941], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29875}}, {"geometry": {"coordinates": [-71.4197329, 42.486503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 391890}}, {"geometry": {"coordinates": [-71.4014099, 42.4867074], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34037}}, {"geometry": {"coordinates": [-71.2962002, 42.4877715], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30000}}, {"geometry": {"coordinates": [-70.8718941, 42.4878364], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10987}}, {"geometry": {"coordinates": [-71.26596, 42.4879892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29600}}, {"geometry": {"coordinates": [-71.1036073, 42.4880707], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6250}}, {"geometry": {"coordinates": [-71.3035912, 42.4881134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30268}}, {"geometry": {"coordinates": [-70.8624883, 42.4882276], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14633}}, {"geometry": {"coordinates": [-70.8639514, 42.488277], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6628}}, {"geometry": {"coordinates": [-70.8614896, 42.4887764], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13903}}, {"geometry": {"coordinates": [-70.8398438, 42.4889172], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76948}}, {"geometry": {"coordinates": [-71.30206, 42.4892636], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56061}}, {"geometry": {"coordinates": [-70.8646416, 42.4895531], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10116}}, {"geometry": {"coordinates": [-70.8680389, 42.4902042], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10552}}, {"geometry": {"coordinates": [-71.1669656, 42.4902979], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12005}}, {"geometry": {"coordinates": [-70.8417018, 42.4903855], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6910}}, {"geometry": {"coordinates": [-71.39974, 42.4904313], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80436}}, {"geometry": {"coordinates": [-71.2686514, 42.4905188], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33700}}, {"geometry": {"coordinates": [-71.6133714, 42.4906082], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 705672}}, {"geometry": {"coordinates": [-71.1597583, 42.4907844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12550}}, {"geometry": {"coordinates": [-71.1597583, 42.4907844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12550}}, {"geometry": {"coordinates": [-71.1597583, 42.4907844], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12541}}, {"geometry": {"coordinates": [-71.4514035, 42.4910169], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24000}}, {"geometry": {"coordinates": [-71.5048282, 42.4911112], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74509}}, {"geometry": {"coordinates": [-71.5044572, 42.4911128], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74376}}, {"geometry": {"coordinates": [-71.5041952, 42.4912497], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66609}}, {"geometry": {"coordinates": [-71.449526, 42.491684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 85377}}, {"geometry": {"coordinates": [-71.2467022, 42.4917371], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40003}}, {"geometry": {"coordinates": [-70.8458592, 42.4917892], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74182}}, {"geometry": {"coordinates": [-70.8615361, 42.4920031], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11428}}, {"geometry": {"coordinates": [-70.8836685, 42.4921822], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19297}}, {"geometry": {"coordinates": [-70.8566124, 42.4921878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10429}}, {"geometry": {"coordinates": [-70.8452785, 42.4921882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21225}}, {"geometry": {"coordinates": [-71.3827621, 42.4923288], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 129373}}, {"geometry": {"coordinates": [-71.2912954, 42.492414], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31120}}, {"geometry": {"coordinates": [-71.3013873, 42.4925779], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36495}}, {"geometry": {"coordinates": [-71.094926, 42.4926379], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12118}}, {"geometry": {"coordinates": [-71.2444979, 42.4929018], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40005}}, {"geometry": {"coordinates": [-71.2852169, 42.4933153], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13877}}, {"geometry": {"coordinates": [-71.3335861, 42.4933438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 418176}}, {"geometry": {"coordinates": [-71.3335861, 42.4933438], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 418026}}, {"geometry": {"coordinates": [-70.8372889, 42.493395], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12196}}, {"geometry": {"coordinates": [-70.838636, 42.4934432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28737}}, {"geometry": {"coordinates": [-71.2860985, 42.493464], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11880}}, {"geometry": {"coordinates": [-70.8383573, 42.4939498], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17031}}, {"geometry": {"coordinates": [-71.2417828, 42.4939709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44164}}, {"geometry": {"coordinates": [-70.8369173, 42.4942924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35134}}, {"geometry": {"coordinates": [-71.2422704, 42.4947478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45356}}, {"geometry": {"coordinates": [-71.212266, 42.494769], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.2475839, 42.4950723], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40574}}, {"geometry": {"coordinates": [-71.5816964, 42.4952093], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65340}}, {"geometry": {"coordinates": [-70.83551, 42.495358], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 84942}}, {"geometry": {"coordinates": [-71.2805768, 42.4953852], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27130}}, {"geometry": {"coordinates": [-71.0858993, 42.4956578], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13145}}, {"geometry": {"coordinates": [-71.2749157, 42.4957634], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.8414231, 42.495886], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18600}}, {"geometry": {"coordinates": [-70.8535932, 42.4960309], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5750}}, {"geometry": {"coordinates": [-71.275287, 42.4961595], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32670}}, {"geometry": {"coordinates": [-70.8536861, 42.4966018], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.3748276, 42.4968003], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 222877}}, {"geometry": {"coordinates": [-71.2501362, 42.4968005], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43708}}, {"geometry": {"coordinates": [-70.884733, 42.497158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36650}}, {"geometry": {"coordinates": [-71.333399, 42.497372], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 111363}}, {"geometry": {"coordinates": [-70.8783039, 42.4974527], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12280}}, {"geometry": {"coordinates": [-70.8516887, 42.497588], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-70.8374747, 42.497607], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30800}}, {"geometry": {"coordinates": [-70.8385896, 42.497615], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 34673}}, {"geometry": {"coordinates": [-71.3283905, 42.4978677], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 146211}}, {"geometry": {"coordinates": [-71.3947759, 42.4987302], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 304920}}, {"geometry": {"coordinates": [-71.380971, 42.4988], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 448518}}, {"geometry": {"coordinates": [-70.837498, 42.498924], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15986}}, {"geometry": {"coordinates": [-70.8881042, 42.4993297], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27181}}, {"geometry": {"coordinates": [-71.3319165, 42.4994987], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64033}}, {"geometry": {"coordinates": [-70.8516423, 42.5011309], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17467}}, {"geometry": {"coordinates": [-70.836243, 42.501269], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4965}}, {"geometry": {"coordinates": [-70.8780252, 42.5013258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17500}}, {"geometry": {"coordinates": [-70.8350128, 42.5022109], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3572}}, {"geometry": {"coordinates": [-71.3313769, 42.5023324], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45831}}, {"geometry": {"coordinates": [-70.850481, 42.5023725], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 2830}}, {"geometry": {"coordinates": [-70.8346876, 42.5024135], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8276}}, {"geometry": {"coordinates": [-70.8722192, 42.5024684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10084}}, {"geometry": {"coordinates": [-71.2781255, 42.5026141], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30100}}, {"geometry": {"coordinates": [-71.2245196, 42.5031712], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25837}}, {"geometry": {"coordinates": [-70.8710697, 42.5034257], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10019}}, {"geometry": {"coordinates": [-70.8324115, 42.5035358], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10018}}, {"geometry": {"coordinates": [-70.8749597, 42.5037185], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40900}}, {"geometry": {"coordinates": [-70.8328528, 42.5039635], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11064}}, {"geometry": {"coordinates": [-70.8320166, 42.5042625], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45361}}, {"geometry": {"coordinates": [-70.8342696, 42.5043012], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5000}}, {"geometry": {"coordinates": [-71.258953, 42.5050328], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20620}}, {"geometry": {"coordinates": [-70.8473688, 42.5051628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5052}}, {"geometry": {"coordinates": [-71.2602687, 42.5057107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43568}}, {"geometry": {"coordinates": [-71.2595537, 42.5057599], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40069}}, {"geometry": {"coordinates": [-70.8483907, 42.5072628], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7000}}, {"geometry": {"coordinates": [-71.2875833, 42.5077188], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45215}}, {"geometry": {"coordinates": [-71.2239511, 42.5077878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15000}}, {"geometry": {"coordinates": [-71.2608725, 42.5083705], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40050}}, {"geometry": {"coordinates": [-71.1082263, 42.5096845], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 23633}}, {"geometry": {"coordinates": [-71.0207087, 42.5097709], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30056}}, {"geometry": {"coordinates": [-71.3850384, 42.5101904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 501376}}, {"geometry": {"coordinates": [-70.8448132, 42.5104896], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 13800}}, {"geometry": {"coordinates": [-71.3276249, 42.5105031], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.28482, 42.510856], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20000}}, {"geometry": {"coordinates": [-71.1132631, 42.5108576], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58806}}, {"geometry": {"coordinates": [-71.3545798, 42.5112581], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 182952}}, {"geometry": {"coordinates": [-71.3509612, 42.5113167], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 141134}}, {"geometry": {"coordinates": [-71.3846047, 42.5114529], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 308405}}, {"geometry": {"coordinates": [-70.8479727, 42.5117761], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14810}}, {"geometry": {"coordinates": [-71.3958435, 42.5126829], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24740}}, {"geometry": {"coordinates": [-71.3485256, 42.513408], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.280075, 42.514278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33976}}, {"geometry": {"coordinates": [-71.2203428, 42.5144997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21000}}, {"geometry": {"coordinates": [-71.3946142, 42.5146815], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 26775}}, {"geometry": {"coordinates": [-71.0133224, 42.5152812], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19587}}, {"geometry": {"coordinates": [-71.3950085, 42.515359], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27774}}, {"geometry": {"coordinates": [-71.3969568, 42.5162785], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28514}}, {"geometry": {"coordinates": [-70.86069, 42.516501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12177}}, {"geometry": {"coordinates": [-70.8610135, 42.5167399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19199}}, {"geometry": {"coordinates": [-70.852328, 42.516743], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12703}}, {"geometry": {"coordinates": [-71.3668968, 42.5177548], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130680}}, {"geometry": {"coordinates": [-70.8439315, 42.5178806], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36080}}, {"geometry": {"coordinates": [-70.8510384, 42.5183707], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45868}}, {"geometry": {"coordinates": [-71.074244, 42.5189868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10305}}, {"geometry": {"coordinates": [-70.900803, 42.519053], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10320}}, {"geometry": {"coordinates": [-71.4003894, 42.5192253], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33643}}, {"geometry": {"coordinates": [-70.856984, 42.5198426], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16814}}, {"geometry": {"coordinates": [-71.0251782, 42.5198961], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62511}}, {"geometry": {"coordinates": [-71.1154681, 42.5199501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16200}}, {"geometry": {"coordinates": [-71.3673156, 42.5202277], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 92250}}, {"geometry": {"coordinates": [-71.2795095, 42.520653], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30010}}, {"geometry": {"coordinates": [-70.8624534, 42.520668], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10150}}, {"geometry": {"coordinates": [-70.861368, 42.520891], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10720}}, {"geometry": {"coordinates": [-70.8618148, 42.5208996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10600}}, {"geometry": {"coordinates": [-71.280948, 42.521081], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30763}}, {"geometry": {"coordinates": [-71.390277, 42.5214568], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.324586, 42.5216044], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88427}}, {"geometry": {"coordinates": [-71.3695874, 42.5217631], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87403}}, {"geometry": {"coordinates": [-71.3625128, 42.5218158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 113256}}, {"geometry": {"coordinates": [-71.2868873, 42.5218612], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54800}}, {"geometry": {"coordinates": [-71.1840959, 42.5227933], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 57600}}, {"geometry": {"coordinates": [-71.2892886, 42.5229682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 222122}}, {"geometry": {"coordinates": [-71.3758037, 42.5245109], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.0111927, 42.5289913], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29340}}, {"geometry": {"coordinates": [-71.3733539, 42.5290958], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 213444}}, {"geometry": {"coordinates": [-71.042947, 42.530047], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43474}}, {"geometry": {"coordinates": [-71.3622345, 42.5315847], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.37213, 42.531978], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87202}}, {"geometry": {"coordinates": [-71.3728073, 42.5319876], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.0447392, 42.5320173], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 144824}}, {"geometry": {"coordinates": [-71.111824, 42.5325589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10000}}, {"geometry": {"coordinates": [-71.360402, 42.5326657], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 174240}}, {"geometry": {"coordinates": [-71.1926358, 42.532682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20002}}, {"geometry": {"coordinates": [-71.191359, 42.533025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38701}}, {"geometry": {"coordinates": [-71.536864, 42.534459], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 409028}}, {"geometry": {"coordinates": [-71.0438339, 42.5348403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39062}}, {"geometry": {"coordinates": [-71.0438339, 42.5348403], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15635}}, {"geometry": {"coordinates": [-71.0670157, 42.5354815], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 96267}}, {"geometry": {"coordinates": [-71.0484233, 42.5357193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15635}}, {"geometry": {"coordinates": [-71.0661423, 42.535899], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40816}}, {"geometry": {"coordinates": [-71.0479267, 42.5363238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39062}}, {"geometry": {"coordinates": [-71.0478635, 42.5364178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19587}}, {"geometry": {"coordinates": [-71.0478035, 42.5365046], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20349}}, {"geometry": {"coordinates": [-71.3718011, 42.5367063], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 155944}}, {"geometry": {"coordinates": [-71.3440022, 42.537445], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.4409987, 42.5384675], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1045440}}, {"geometry": {"coordinates": [-71.0503881, 42.5393013], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20350}}, {"geometry": {"coordinates": [-71.0627998, 42.5397667], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35500}}, {"geometry": {"coordinates": [-71.0264457, 42.5401674], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108811}}, {"geometry": {"coordinates": [-71.1222223, 42.5406946], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20145}}, {"geometry": {"coordinates": [-71.0284179, 42.5413316], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 120169}}, {"geometry": {"coordinates": [-71.0615231, 42.5421932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61034}}, {"geometry": {"coordinates": [-71.3778217, 42.5422018], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 107158}}, {"geometry": {"coordinates": [-71.098697, 42.543092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21890}}, {"geometry": {"coordinates": [-70.8756099, 42.5440963], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12631}}, {"geometry": {"coordinates": [-70.8751474, 42.5443433], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29548}}, {"geometry": {"coordinates": [-71.3782392, 42.5445307], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 178169}}, {"geometry": {"coordinates": [-71.0490803, 42.5448737], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 98199}}, {"geometry": {"coordinates": [-71.3768243, 42.5451264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 114562}}, {"geometry": {"coordinates": [-71.0603856, 42.5451611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40038}}, {"geometry": {"coordinates": [-71.3797004, 42.5454611], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88862}}, {"geometry": {"coordinates": [-71.093371, 42.5459306], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 37693}}, {"geometry": {"coordinates": [-71.1066712, 42.5461831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64512}}, {"geometry": {"coordinates": [-70.8566589, 42.5466234], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18200}}, {"geometry": {"coordinates": [-71.328038, 42.546792], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 117176}}, {"geometry": {"coordinates": [-71.3660618, 42.5467997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 130244}}, {"geometry": {"coordinates": [-70.8562873, 42.5469287], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14933}}, {"geometry": {"coordinates": [-71.3694947, 42.546932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 175547}}, {"geometry": {"coordinates": [-71.0303923, 42.5470563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-70.8458592, 42.5479888], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 65128}}, {"geometry": {"coordinates": [-70.8456734, 42.5483262], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46347}}, {"geometry": {"coordinates": [-71.3824606, 42.5483497], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 109336}}, {"geometry": {"coordinates": [-71.3291069, 42.548716], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 117176}}, {"geometry": {"coordinates": [-71.360703, 42.549312], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 631184}}, {"geometry": {"coordinates": [-71.0321201, 42.5504246], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 50550}}, {"geometry": {"coordinates": [-71.1045556, 42.5506025], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28900}}, {"geometry": {"coordinates": [-71.0390748, 42.5510573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54433}}, {"geometry": {"coordinates": [-70.8538719, 42.5517954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28825}}, {"geometry": {"coordinates": [-71.1132662, 42.5537329], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19594}}, {"geometry": {"coordinates": [-71.1121257, 42.5541594], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20295}}, {"geometry": {"coordinates": [-71.0538393, 42.5543228], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41055}}, {"geometry": {"coordinates": [-70.81779, 42.55491], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 243935}}, {"geometry": {"coordinates": [-71.1129381, 42.55513], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24265}}, {"geometry": {"coordinates": [-70.8319934, 42.5561747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38478}}, {"geometry": {"coordinates": [-70.823575, 42.556449], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 139263}}, {"geometry": {"coordinates": [-71.041031, 42.557092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60983}}, {"geometry": {"coordinates": [-70.8317152, 42.5572718], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45060}}, {"geometry": {"coordinates": [-70.852231, 42.55745], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14413}}, {"geometry": {"coordinates": [-70.8527117, 42.5580777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17651}}, {"geometry": {"coordinates": [-70.8077447, 42.5603217], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73000}}, {"geometry": {"coordinates": [-70.8106401, 42.5613509], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20419}}, {"geometry": {"coordinates": [-70.8018216, 42.56164], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 185348}}, {"geometry": {"coordinates": [-70.8124366, 42.563684], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11772}}, {"geometry": {"coordinates": [-70.7854458, 42.5670537], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51534}}, {"geometry": {"coordinates": [-70.8001759, 42.567571], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52707}}, {"geometry": {"coordinates": [-70.785176, 42.56783], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56940}}, {"geometry": {"coordinates": [-70.7897425, 42.5692507], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45020}}, {"geometry": {"coordinates": [-70.7784807, 42.5707957], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47728}}, {"geometry": {"coordinates": [-70.7529205, 42.5719866], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75492}}, {"geometry": {"coordinates": [-70.783952, 42.572256], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 240105}}, {"geometry": {"coordinates": [-70.7134786, 42.5731772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6860}}, {"geometry": {"coordinates": [-70.7579331, 42.5735537], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 161172}}, {"geometry": {"coordinates": [-70.7129675, 42.5738264], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11524}}, {"geometry": {"coordinates": [-70.774347, 42.575278], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15500}}, {"geometry": {"coordinates": [-70.7715436, 42.5764462], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9850}}, {"geometry": {"coordinates": [-70.787342, 42.577425], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 515448}}, {"geometry": {"coordinates": [-70.770702, 42.577577], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11117}}, {"geometry": {"coordinates": [-71.4413927, 42.5786777], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 49876}}, {"geometry": {"coordinates": [-70.698274, 42.5792793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32800}}, {"geometry": {"coordinates": [-70.7792569, 42.5799196], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30615}}, {"geometry": {"coordinates": [-70.7661705, 42.5799331], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27980}}, {"geometry": {"coordinates": [-70.770757, 42.5801178], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12214}}, {"geometry": {"coordinates": [-70.6976802, 42.5804266], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45302}}, {"geometry": {"coordinates": [-71.0492893, 42.5804579], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41185}}, {"geometry": {"coordinates": [-70.6977267, 42.581136], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 174240}}, {"geometry": {"coordinates": [-70.7309253, 42.5812208], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-70.749349, 42.581772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 123408}}, {"geometry": {"coordinates": [-71.44399, 42.5819992], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 64468}}, {"geometry": {"coordinates": [-70.7365159, 42.5825883], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 52841}}, {"geometry": {"coordinates": [-70.7818222, 42.5825972], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43125}}, {"geometry": {"coordinates": [-70.7278835, 42.582906], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 147366}}, {"geometry": {"coordinates": [-71.0318085, 42.5836932], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40207}}, {"geometry": {"coordinates": [-70.771275, 42.5840559], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20020}}, {"geometry": {"coordinates": [-70.788667, 42.584373], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 199290}}, {"geometry": {"coordinates": [-70.7700653, 42.5853647], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 314503}}, {"geometry": {"coordinates": [-70.8688982, 42.586255], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 142006}}, {"geometry": {"coordinates": [-70.6613762, 42.5884309], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30900}}, {"geometry": {"coordinates": [-70.658415, 42.5887719], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61419}}, {"geometry": {"coordinates": [-70.6863424, 42.5891134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40000}}, {"geometry": {"coordinates": [-71.098114, 42.58954], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 227383}}, {"geometry": {"coordinates": [-71.0631944, 42.5899499], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 126418}}, {"geometry": {"coordinates": [-70.6609639, 42.5900204], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38980}}, {"geometry": {"coordinates": [-71.0637748, 42.5900676], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 120661}}, {"geometry": {"coordinates": [-70.6549065, 42.5928258], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 66646}}, {"geometry": {"coordinates": [-70.6529548, 42.5933698], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42500}}, {"geometry": {"coordinates": [-70.884342, 42.5945915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 75284}}, {"geometry": {"coordinates": [-70.6434515, 42.5950826], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 72310}}, {"geometry": {"coordinates": [-70.6855757, 42.5961197], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38800}}, {"geometry": {"coordinates": [-70.860778, 42.598138], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 420279}}, {"geometry": {"coordinates": [-70.9998861, 42.6020702], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40623}}, {"geometry": {"coordinates": [-70.6550924, 42.6034092], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9320}}, {"geometry": {"coordinates": [-70.9155299, 42.6034619], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83996}}, {"geometry": {"coordinates": [-70.8198422, 42.6039573], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 216058}}, {"geometry": {"coordinates": [-70.9087491, 42.6051728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56988}}, {"geometry": {"coordinates": [-70.8436353, 42.6051922], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 210395}}, {"geometry": {"coordinates": [-70.6337158, 42.6054956], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24393}}, {"geometry": {"coordinates": [-70.6336723, 42.6061525], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47480}}, {"geometry": {"coordinates": [-70.975884, 42.6065738], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 94961}}, {"geometry": {"coordinates": [-70.9893561, 42.60666], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55925}}, {"geometry": {"coordinates": [-70.948675, 42.607133], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33029}}, {"geometry": {"coordinates": [-70.9198956, 42.6071683], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 45227}}, {"geometry": {"coordinates": [-70.8697343, 42.6075193], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 148029}}, {"geometry": {"coordinates": [-70.990438, 42.607582], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40269}}, {"geometry": {"coordinates": [-70.9740447, 42.6076978], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 104544}}, {"geometry": {"coordinates": [-71.5699753, 42.6077336], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 281397}}, {"geometry": {"coordinates": [-70.6407707, 42.6081453], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31813}}, {"geometry": {"coordinates": [-70.9895348, 42.6082114], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 60479}}, {"geometry": {"coordinates": [-70.6403844, 42.6085997], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30594}}, {"geometry": {"coordinates": [-70.9161801, 42.6086693], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56553}}, {"geometry": {"coordinates": [-70.9792456, 42.6090345], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88662}}, {"geometry": {"coordinates": [-70.990971, 42.609882], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 41406}}, {"geometry": {"coordinates": [-70.8384127, 42.6103609], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80150}}, {"geometry": {"coordinates": [-70.6390368, 42.6154815], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15755}}, {"geometry": {"coordinates": [-70.6322287, 42.6163728], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 78408}}, {"geometry": {"coordinates": [-70.9671719, 42.6164129], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 290545}}, {"geometry": {"coordinates": [-71.14267, 42.6173248], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 29054}}, {"geometry": {"coordinates": [-71.1444106, 42.6176026], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 47600}}, {"geometry": {"coordinates": [-70.6372709, 42.6176061], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25700}}, {"geometry": {"coordinates": [-70.851882, 42.619015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 470012}}, {"geometry": {"coordinates": [-70.7900235, 42.6192589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40002}}, {"geometry": {"coordinates": [-70.8118334, 42.6196491], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 51401}}, {"geometry": {"coordinates": [-70.8538541, 42.6201019], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1629144}}, {"geometry": {"coordinates": [-71.1340284, 42.6208225], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56652}}, {"geometry": {"coordinates": [-70.876285, 42.6214082], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 129373}}, {"geometry": {"coordinates": [-71.001256, 42.623669], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 169951}}, {"geometry": {"coordinates": [-70.9862771, 42.6239655], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88427}}, {"geometry": {"coordinates": [-71.4487993, 42.624247], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44152}}, {"geometry": {"coordinates": [-70.782302, 42.62627], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.9270113, 42.6267492], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 169448}}, {"geometry": {"coordinates": [-70.8296708, 42.6268453], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 83635}}, {"geometry": {"coordinates": [-71.1715641, 42.6268747], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-71.1348512, 42.6268996], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 68389}}, {"geometry": {"coordinates": [-71.1310923, 42.6270221], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 74052}}, {"geometry": {"coordinates": [-71.1662496, 42.6280589], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30003}}, {"geometry": {"coordinates": [-71.1655527, 42.6287105], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44126}}, {"geometry": {"coordinates": [-70.6886193, 42.6300878], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11200}}, {"geometry": {"coordinates": [-71.141643, 42.630833], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 131338}}, {"geometry": {"coordinates": [-71.1266127, 42.6311908], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 61289}}, {"geometry": {"coordinates": [-71.4618783, 42.6314158], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 98179}}, {"geometry": {"coordinates": [-71.134518, 42.631904], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36114}}, {"geometry": {"coordinates": [-70.8868408, 42.6324353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 313632}}, {"geometry": {"coordinates": [-71.172033, 42.6324469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31798}}, {"geometry": {"coordinates": [-70.9973763, 42.6340965], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261360}}, {"geometry": {"coordinates": [-70.82386, 42.6349926], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 296208}}, {"geometry": {"coordinates": [-71.1676397, 42.6355787], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 42339}}, {"geometry": {"coordinates": [-71.1224418, 42.6356686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35640}}, {"geometry": {"coordinates": [-70.962921, 42.636186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 436035}}, {"geometry": {"coordinates": [-70.962921, 42.636186], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 623479}}, {"geometry": {"coordinates": [-70.7789004, 42.6362339], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28191}}, {"geometry": {"coordinates": [-70.8736403, 42.6373656], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 269636}}, {"geometry": {"coordinates": [-70.5928529, 42.6374802], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39320}}, {"geometry": {"coordinates": [-71.2007157, 42.6377584], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43560}}, {"geometry": {"coordinates": [-70.7757362, 42.6380714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 115869}}, {"geometry": {"coordinates": [-70.985778, 42.63843], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88000}}, {"geometry": {"coordinates": [-71.1748131, 42.6386563], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32650}}, {"geometry": {"coordinates": [-70.8765672, 42.6389005], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 884268}}, {"geometry": {"coordinates": [-71.1337344, 42.6389454], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 79279}}, {"geometry": {"coordinates": [-71.1738616, 42.6389564], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30012}}, {"geometry": {"coordinates": [-71.138736, 42.6398431], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 38315}}, {"geometry": {"coordinates": [-71.1421448, 42.6401856], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30688}}, {"geometry": {"coordinates": [-71.138276, 42.640538], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 33474}}, {"geometry": {"coordinates": [-71.1323882, 42.641412], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30210}}, {"geometry": {"coordinates": [-70.744769, 42.6414868], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 109771}}, {"geometry": {"coordinates": [-71.243774, 42.6425238], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11110}}, {"geometry": {"coordinates": [-70.9659036, 42.6426473], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40188}}, {"geometry": {"coordinates": [-71.1448284, 42.6429389], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58806}}, {"geometry": {"coordinates": [-70.8783561, 42.6435571], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 162268}}, {"geometry": {"coordinates": [-70.8351146, 42.6440105], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44652}}, {"geometry": {"coordinates": [-70.9797796, 42.6440314], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.142786, 42.6466163], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 101059}}, {"geometry": {"coordinates": [-70.780632, 42.6467501], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 108900}}, {"geometry": {"coordinates": [-71.1684079, 42.6472812], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 58327}}, {"geometry": {"coordinates": [-70.811473, 42.6473432], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 81893}}, {"geometry": {"coordinates": [-71.1590784, 42.6476154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20040}}, {"geometry": {"coordinates": [-71.1436383, 42.647819], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 15899}}, {"geometry": {"coordinates": [-70.8031747, 42.6481571], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 120661}}, {"geometry": {"coordinates": [-71.1653993, 42.6491469], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 116411}}, {"geometry": {"coordinates": [-71.1440882, 42.6497968], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36980}}, {"geometry": {"coordinates": [-71.1360089, 42.6502259], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9120}}, {"geometry": {"coordinates": [-70.5989146, 42.6505239], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16986}}, {"geometry": {"coordinates": [-70.9671845, 42.651249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1460131}}, {"geometry": {"coordinates": [-70.9671845, 42.651249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 466528}}, {"geometry": {"coordinates": [-71.1243576, 42.6527088], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31271}}, {"geometry": {"coordinates": [-70.6932194, 42.6532318], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10890}}, {"geometry": {"coordinates": [-71.0162144, 42.6544333], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261360}}, {"geometry": {"coordinates": [-71.0205025, 42.6561114], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 90169}}, {"geometry": {"coordinates": [-71.2222456, 42.6561213], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 56976}}, {"geometry": {"coordinates": [-70.6757014, 42.6564375], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 11711}}, {"geometry": {"coordinates": [-71.1407888, 42.6568574], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 125336}}, {"geometry": {"coordinates": [-71.1636736, 42.6577016], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 73529}}, {"geometry": {"coordinates": [-71.0016506, 42.6577495], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-70.838144, 42.657955], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 205643}}, {"geometry": {"coordinates": [-70.6266752, 42.6580289], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22422}}, {"geometry": {"coordinates": [-70.6266784, 42.6580351], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22215}}, {"geometry": {"coordinates": [-70.6092709, 42.6582015], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12012}}, {"geometry": {"coordinates": [-70.6193598, 42.6583971], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3722}}, {"geometry": {"coordinates": [-71.1367516, 42.6584377], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21580}}, {"geometry": {"coordinates": [-70.5989535, 42.6588229], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 24455}}, {"geometry": {"coordinates": [-70.711822, 42.658935], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17859}}, {"geometry": {"coordinates": [-70.711822, 42.658935], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 18000}}, {"geometry": {"coordinates": [-70.5958861, 42.6605686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 88426}}, {"geometry": {"coordinates": [-70.9979319, 42.6606537], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 76230}}, {"geometry": {"coordinates": [-70.82551, 42.663768], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1414916}}, {"geometry": {"coordinates": [-71.148978, 42.6641089], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30404}}, {"geometry": {"coordinates": [-71.1499111, 42.6643504], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 31100}}, {"geometry": {"coordinates": [-70.6768631, 42.6650793], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27442}}, {"geometry": {"coordinates": [-71.1655302, 42.66577], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 35595}}, {"geometry": {"coordinates": [-71.1614229, 42.6659032], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32157}}, {"geometry": {"coordinates": [-71.1714684, 42.6681969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30012}}, {"geometry": {"coordinates": [-71.1707055, 42.6689198], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20080}}, {"geometry": {"coordinates": [-71.1603569, 42.6690781], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25003}}, {"geometry": {"coordinates": [-71.16994, 42.670052], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 27000}}, {"geometry": {"coordinates": [-71.1628381, 42.6721781], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 22587}}, {"geometry": {"coordinates": [-71.1630443, 42.6727215], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 19994}}, {"geometry": {"coordinates": [-71.162743, 42.6729154], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20601}}, {"geometry": {"coordinates": [-71.0232455, 42.6744134], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1463616}}, {"geometry": {"coordinates": [-71.1535084, 42.6745408], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 59154}}, {"geometry": {"coordinates": [-70.6631084, 42.6751277], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 25400}}, {"geometry": {"coordinates": [-71.02391, 42.6760772], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 1463616}}, {"geometry": {"coordinates": [-71.207592, 42.677729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 55191}}, {"geometry": {"coordinates": [-70.778305, 42.6789827], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 109771}}, {"geometry": {"coordinates": [-71.0887025, 42.6806478], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 144619}}, {"geometry": {"coordinates": [-70.790561, 42.680915], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 12371040}}, {"geometry": {"coordinates": [-70.6242354, 42.6816742], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 67954}}, {"geometry": {"coordinates": [-71.19672, 42.6818823], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 43574}}, {"geometry": {"coordinates": [-71.098199, 42.684423], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 54450}}, {"geometry": {"coordinates": [-71.2845209, 42.6870727], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 40075}}, {"geometry": {"coordinates": [-71.4736899, 42.6881107], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 222592}}, {"geometry": {"coordinates": [-71.0027361, 42.6891307], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 261796}}, {"geometry": {"coordinates": [-70.8935645, 42.6914774], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 21278}}, {"geometry": {"coordinates": [-71.0405722, 42.6921494], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 306662}}, {"geometry": {"coordinates": [-71.0436239, 42.6924618], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 384635}}, {"geometry": {"coordinates": [-70.891566, 42.694561], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20453}}, {"geometry": {"coordinates": [-71.0481473, 42.6948085], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 384635}}, {"geometry": {"coordinates": [-71.047293, 42.694909], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 306662}}, {"geometry": {"coordinates": [-71.0885505, 42.697576], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 87120}}, {"geometry": {"coordinates": [-71.1350575, 42.6987024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39244}}, {"geometry": {"coordinates": [-71.1350575, 42.6987024], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 39995}}, {"geometry": {"coordinates": [-71.0833877, 42.6988775], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 230868}}, {"geometry": {"coordinates": [-71.0406302, 42.7005969], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 166835}}, {"geometry": {"coordinates": [-71.0836396, 42.70333], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 554083}}, {"geometry": {"coordinates": [-71.0409959, 42.7068604], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 127195}}, {"geometry": {"coordinates": [-70.8007613, 42.7099591], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28610}}, {"geometry": {"coordinates": [-71.0699185, 42.7290608], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 267548}}, {"geometry": {"coordinates": [-70.9001563, 42.7611058], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 303178}}, {"geometry": {"coordinates": [-70.865252, 42.7750831], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 147232}}, {"geometry": {"coordinates": [-70.9465829, 42.7893399], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 914760}}, {"geometry": {"coordinates": [-70.857193, 42.7940884], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 46736}}, {"geometry": {"coordinates": [-70.8584229, 42.7952649], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 16254}}, {"geometry": {"coordinates": [-70.863625, 42.799686], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 62291}}, {"geometry": {"coordinates": [-70.851963, 42.801239], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 20056}}, {"geometry": {"coordinates": [-70.8141089, 42.8020145], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9801}}, {"geometry": {"coordinates": [-70.8088596, 42.8027216], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28710}}, {"geometry": {"coordinates": [-70.8609344, 42.8039257], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5900}}, {"geometry": {"coordinates": [-70.8608883, 42.8042711], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 8980}}, {"geometry": {"coordinates": [-70.8101603, 42.8066609], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 32632}}, {"geometry": {"coordinates": [-70.8727936, 42.80714], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14780}}, {"geometry": {"coordinates": [-70.9262269, 42.8071901], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28712}}, {"geometry": {"coordinates": [-70.8166639, 42.8079729], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6076}}, {"geometry": {"coordinates": [-70.8670719, 42.808638], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 7980}}, {"geometry": {"coordinates": [-70.821455, 42.808852], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 36553}}, {"geometry": {"coordinates": [-70.8787708, 42.8119392], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 5820}}, {"geometry": {"coordinates": [-70.8888031, 42.8125682], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 28749}}, {"geometry": {"coordinates": [-70.9290207, 42.8130353], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 80548}}, {"geometry": {"coordinates": [-70.8864865, 42.8144547], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 14580}}, {"geometry": {"coordinates": [-70.880583, 42.8144828], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 4960}}, {"geometry": {"coordinates": [-70.8827867, 42.8151249], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 3000}}, {"geometry": {"coordinates": [-70.8882666, 42.8171558], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 9800}}, {"geometry": {"coordinates": [-70.8959107, 42.8173865], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 17929}}, {"geometry": {"coordinates": [-70.890643, 42.8184929], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10004}}, {"geometry": {"coordinates": [-70.8908785, 42.8186663], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 10454}}, {"geometry": {"coordinates": [-70.9060034, 42.8330662], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 30454}}, {"geometry": {"coordinates": [-70.9191293, 42.8434503], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 44431}}, {"geometry": {"coordinates": [-70.81696, 42.868226], "type": "Point"}, "type": "Feature", "properties": {"LOT SIZE": 6048}}], "type": "FeatureCollection"};\n geomtype = divineGeometryType(mapdata);\n \n var ds = {\n "type":"geojson",\n "data":mapdata\n };\n var clusterme = false;\n if (geomtype.substr(-5,5) == "Point") {\n \n clusterme = true;\n ds["cluster"] = true;\n ds["clusterMaxZoom"] = 14;\n ds["clusterRadius"] = 20;\n console.log("IM CLUSTERED");\n \n }\n map.addSource("pxdatasource", ds);\n\n var maplayertype = "circle";\n if (geomtype.substr(-7,7) == "Polygon") \n maplayertype = "fill";\n else if (geomtype.substr(-10,10) == "LineString")\n maplayertype = "line";\n map.addLayer({\n "id":"pxlayer",\n "type":maplayertype, \n "source": "pxdatasource", \n "paint": {"circle-opacity": 0.25, "circle-color": {"property": "LOT SIZE", "stops": [[1, "#ffffcc"], [10880.0, "#a1dab4"], [20543.0, "#41b6c4"], [45667.75, "#2c7fb8"], [99999999, "#253494"]]}, "circle-radius": 12}\n });\n \n if (clusterme && geomtype.substr(-5,5) == "Point") {\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment