diff --git a/.gitignore b/.gitignore index 5f17cbf..3b7d2f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Project-specific +*code-workspace +model_dir/ +*.egg-info + # Compiled source # ################### *.com diff --git a/README.md b/README.md index 990cbeb..9fc9e12 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ You can find the POI type classification dataset in `spacegraph/data_collection/ ### Code Usage -This code is implemented in Python 2.7 All codes about the POI type classification task are in `spacegraph/spacegraph_codebase/`. #### Location Modeling (See Section 5.1.1 and 5.1.2 in [our ICLR 2020 paper](https://openreview.net/forum?id=rJljdh4KDH)) @@ -78,6 +77,26 @@ Results: context_modeling

+### Training and testing on own data + +To simplify the usage on your own point data, we provide further example data in `geojson` format in the [data_collection](spacegraph/data_collection) folder. To train a model on your own data, it first needs to be converted to the same format as our [example data](spacegraph/data_collection/example_pois.geojson), specifically, you need a GeoDataFrame with a *projected* geometry, and with a column named `id`, and a variable number of columns named `poi_type_1`, `poi_type_2`, etc, containing the categories that each POI belongs to. Then, run the following steps: + +``` +cd spacegraph +python data_collection/prepare_own_data.py -d data_collection/example_pois.geojson +``` +Here, you can replace the -d argument with the path to your own data. The script preprocesses the data and dumps the preprocessed files in a new folder `data_collection/example_poi_data` (or specify the output directory with the -o flag) + +Then, use one of the bash scripts for training (global / relative / join), e.g. +``` +sh global_train_example_pois.sh +``` +Finally, we provide a [script](spacegraph/spacegraph_codebase/test.py) to use the trained model for generating embeddings of new points. +Run the following line with the path to your test data and the path to the directory with your trained model (per default `spacegraph/model_dir/global_example_data`) +``` +python spacegraph_codebase/test.py [-h] [-d DATA_PATH] [-m MODEL_PATH] +``` + ## Geo-Aware Fine-Grained Image Classification Task `geo_prior/` folder contains codes for recreating the evaluation results of the geo-aware fine-grained image classification task in [our ICLR 2020 paper](https://openreview.net/forum?id=rJljdh4KDH). diff --git a/spacegraph/data_collection/example_pois.geojson b/spacegraph/data_collection/example_pois.geojson new file mode 100644 index 0000000..fb77a21 --- /dev/null +++ b/spacegraph/data_collection/example_pois.geojson @@ -0,0 +1,10006 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32118" } }, +"features": [ +{ "type": "Feature", "properties": { "id": 42723103, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319168.614773580455221, 76148.769881106927642 ] } }, +{ "type": "Feature", "properties": { "id": 42736282, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308103.263593384122942, 76814.190283374555293 ] } }, +{ "type": "Feature", "properties": { "id": 42840818, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314298.337608574773185, 60300.281485884130234 ] } }, +{ "type": "Feature", "properties": { "id": 42841012, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 320982.6752063978347, 55758.110060919869284 ] } }, +{ "type": "Feature", "properties": { "id": 42969559, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 293787.92854744248325, 53004.203005524002947 ] } }, +{ "type": "Feature", "properties": { "id": 42969919, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 287192.843288746022154, 42726.569053056380653 ] } }, +{ "type": "Feature", "properties": { "id": 42969938, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286030.759887692518532, 41963.629502425654209 ] } }, +{ "type": "Feature", "properties": { "id": 42969951, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284928.575507634319365, 41531.587887240639247 ] } }, +{ "type": "Feature", "properties": { "id": 42969964, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 283737.605895096203312, 40758.052191232949554 ] } }, +{ "type": "Feature", "properties": { "id": 42969976, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 283047.791802408988588, 39868.748271648597438 ] } }, +{ "type": "Feature", "properties": { "id": 42970021, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 281565.854409723717254, 39535.512395735437167 ] } }, +{ "type": "Feature", "properties": { "id": 42970072, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 278645.023777769762091, 38463.563281577633461 ] } }, +{ "type": "Feature", "properties": { "id": 166878947, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299535.115381938696373, 59494.327378995141771 ] } }, +{ "type": "Feature", "properties": { "id": 199276809, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298098.057620724022854, 65098.994165049996809 ] } }, +{ "type": "Feature", "properties": { "id": 219709647, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302802.806097535241861, 57902.054726792732254 ] } }, +{ "type": "Feature", "properties": { "id": 219726610, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301536.131867563177366, 58184.657531502271013 ] } }, +{ "type": "Feature", "properties": { "id": 219726617, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301269.149058292037807, 58171.051316621633305 ] } }, +{ "type": "Feature", "properties": { "id": 219817432, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301119.995979268627707, 59379.598020046309102 ] } }, +{ "type": "Feature", "properties": { "id": 260302471, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302363.069756898097694, 69705.55579528817907 ] } }, +{ "type": "Feature", "properties": { "id": 261434852, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 327466.627786594792269, 54378.844781483341649 ] } }, +{ "type": "Feature", "properties": { "id": 274331441, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313033.632566562562715, 65300.859821105150331 ] } }, +{ "type": "Feature", "properties": { "id": 276018599, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313164.206675100198481, 65058.781551899854094 ] } }, +{ "type": "Feature", "properties": { "id": 276092543, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314367.077571989153512, 65736.691005470143864 ] } }, +{ "type": "Feature", "properties": { "id": 276233001, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308168.481925051659346, 64354.72778835875215 ] } }, +{ "type": "Feature", "properties": { "id": 276233212, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308187.876781779399607, 64296.713683786438196 ] } }, +{ "type": "Feature", "properties": { "id": 276319410, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303633.769203030562494, 63834.721842860271863 ] } }, +{ "type": "Feature", "properties": { "id": 276319527, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304607.114696405653376, 64384.694927021184412 ] } }, +{ "type": "Feature", "properties": { "id": 277046860, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305808.346023625170346, 64181.780743475428608 ] } }, +{ "type": "Feature", "properties": { "id": 277046861, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306382.553599590726662, 64095.835979377632611 ] } }, +{ "type": "Feature", "properties": { "id": 277046862, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306904.573889504536055, 64015.81752766520367 ] } }, +{ "type": "Feature", "properties": { "id": 277047076, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304246.430231905251276, 64118.871321326012549 ] } }, +{ "type": "Feature", "properties": { "id": 277671930, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319259.992841822153423, 66257.003293183166534 ] } }, +{ "type": "Feature", "properties": { "id": 277751536, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 317858.460866119712591, 53332.357454695840715 ] } }, +{ "type": "Feature", "properties": { "id": 277752134, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318338.167812368017621, 53497.891008442726161 ] } }, +{ "type": "Feature", "properties": { "id": 277752210, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318619.913476240762975, 53341.433336105634226 ] } }, +{ "type": "Feature", "properties": { "id": 277752285, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318405.176377145166043, 53019.79833014972246 ] } }, +{ "type": "Feature", "properties": { "id": 277752292, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318008.81024613394402, 52805.32362017086416 ] } }, +{ "type": "Feature", "properties": { "id": 277752293, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 317816.720653506694362, 52978.540394785093667 ] } }, +{ "type": "Feature", "properties": { "id": 277752415, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 316614.281554839108139, 54773.983012134493038 ] } }, +{ "type": "Feature", "properties": { "id": 277752592, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314829.882369444647338, 54995.981590321483964 ] } }, +{ "type": "Feature", "properties": { "id": 277753014, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314413.267796537315007, 54910.436639893581741 ] } }, +{ "type": "Feature", "properties": { "id": 277957649, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313721.251941924681887, 57206.801827653347573 ] } }, +{ "type": "Feature", "properties": { "id": 277957664, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314720.031956224062014, 57678.507955143119034 ] } }, +{ "type": "Feature", "properties": { "id": 279155458, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309177.473835330572911, 64409.710027330613229 ] } }, +{ "type": "Feature", "properties": { "id": 280989751, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311023.116827517282218, 64692.664540144345665 ] } }, +{ "type": "Feature", "properties": { "id": 280990284, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309331.879998453427106, 60509.66882500792417 ] } }, +{ "type": "Feature", "properties": { "id": 280990367, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308794.908313239284325, 59920.610084731109964 ] } }, +{ "type": "Feature", "properties": { "id": 280990453, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308191.011019365396351, 59717.005762780470832 ] } }, +{ "type": "Feature", "properties": { "id": 280990845, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307802.406675491365604, 59541.209515965136234 ] } }, +{ "type": "Feature", "properties": { "id": 293829388, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296825.687300170247909, 63833.663219982889132 ] } }, +{ "type": "Feature", "properties": { "id": 295802851, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297040.765816391969565, 63456.131749489512003 ] } }, +{ "type": "Feature", "properties": { "id": 295870178, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297127.606829221360385, 61390.122908552926674 ] } }, +{ "type": "Feature", "properties": { "id": 295870180, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297117.787365034455433, 61004.213242691577761 ] } }, +{ "type": "Feature", "properties": { "id": 295870181, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296962.283719307277352, 60653.522164106987475 ] } }, +{ "type": "Feature", "properties": { "id": 295870188, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296343.481675472517963, 60830.873066973719688 ] } }, +{ "type": "Feature", "properties": { "id": 295870191, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 295271.116870138037484, 60372.281857613386819 ] } }, +{ "type": "Feature", "properties": { "id": 296435424, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296640.148689925496001, 63940.496547663540696 ] } }, +{ "type": "Feature", "properties": { "id": 296766360, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297051.006125754036475, 64895.577572360933118 ] } }, +{ "type": "Feature", "properties": { "id": 296766365, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296558.15130624739686, 63596.981176783250703 ] } }, +{ "type": "Feature", "properties": { "id": 296926855, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 294689.374930736026727, 62758.90251501777675 ] } }, +{ "type": "Feature", "properties": { "id": 297094803, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297390.637839435890783, 63300.532883345033042 ] } }, +{ "type": "Feature", "properties": { "id": 297385544, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296712.371606293716468, 64055.687849730398739 ] } }, +{ "type": "Feature", "properties": { "id": 297466472, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 297019.81317471381044, 62634.748342463833978 ] } }, +{ "type": "Feature", "properties": { "id": 297839232, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 276793.234456293750554, 38087.02610773966444 ] } }, +{ "type": "Feature", "properties": { "id": 299177577, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284547.545658084505703, 64271.88918014306546 ] } }, +{ "type": "Feature", "properties": { "id": 299177579, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284388.980348961660638, 65773.948482577936375 ] } }, +{ "type": "Feature", "properties": { "id": 299292383, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 278649.046992875461001, 65396.018386706055026 ] } }, +{ "type": "Feature", "properties": { "id": 299294571, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 276736.12528075062437, 62704.606349542358657 ] } }, +{ "type": "Feature", "properties": { "id": 299738919, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 291100.842032712476794, 77741.150772210850846 ] } }, +{ "type": "Feature", "properties": { "id": 299847526, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 289770.371330274792854, 85833.751844914411777 ] } }, +{ "type": "Feature", "properties": { "id": 316542438, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301428.075321850541513, 56705.377991663641296 ] } }, +{ "type": "Feature", "properties": { "id": 318448119, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269772.454385510354768, 61180.600608497901703 ] } }, +{ "type": "Feature", "properties": { "id": 318450973, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 269878.051287398324348, 60991.659808744305337 ] } }, +{ "type": "Feature", "properties": { "id": 318450976, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 269843.381020320171956, 60868.104368412445183 ] } }, +{ "type": "Feature", "properties": { "id": 320099559, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 269930.881376999081112, 60983.819861329080595 ] } }, +{ "type": "Feature", "properties": { "id": 320099599, "poi_type_1": "grocery", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 269958.573724079935346, 60976.929514916548214 ] } }, +{ "type": "Feature", "properties": { "id": 324330986, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313108.169317232968751, 61411.763865356399037 ] } }, +{ "type": "Feature", "properties": { "id": 324334016, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319716.919242130185012, 60380.086399713298306 ] } }, +{ "type": "Feature", "properties": { "id": 324360750, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 324816.262596373213455, 62002.630923692362558 ] } }, +{ "type": "Feature", "properties": { "id": 349323821, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301967.375272022443824, 66169.069306374629377 ] } }, +{ "type": "Feature", "properties": { "id": 357544014, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325323.785715498321224, 69832.851819283314398 ] } }, +{ "type": "Feature", "properties": { "id": 357544071, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292675.404644331720192, 47826.58049194249179 ] } }, +{ "type": "Feature", "properties": { "id": 357544414, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324036.347825714910869, 57432.19799443721422 ] } }, +{ "type": "Feature", "properties": { "id": 357544551, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306600.78214361082064, 73713.888130007180735 ] } }, +{ "type": "Feature", "properties": { "id": 357544577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304689.551651269313879, 59361.935958372865571 ] } }, +{ "type": "Feature", "properties": { "id": 357544702, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323380.503461479907855, 69845.513492469166522 ] } }, +{ "type": "Feature", "properties": { "id": 357544886, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321417.012572513544001, 59041.09947595626727 ] } }, +{ "type": "Feature", "properties": { "id": 357545232, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322302.429475565790199, 70983.844517033561715 ] } }, +{ "type": "Feature", "properties": { "id": 357545339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310259.734104832576122, 63194.927407976916584 ] } }, +{ "type": "Feature", "properties": { "id": 357545993, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307247.389408382412512, 78456.543016099167289 ] } }, +{ "type": "Feature", "properties": { "id": 357546048, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322948.201962081540842, 70550.337187998753507 ] } }, +{ "type": "Feature", "properties": { "id": 357548065, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323835.829396853107028, 60816.668133870443853 ] } }, +{ "type": "Feature", "properties": { "id": 357548361, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301470.069549199775793, 62857.116280363938131 ] } }, +{ "type": "Feature", "properties": { "id": 357548368, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303085.56467272201553, 60312.108360223268392 ] } }, +{ "type": "Feature", "properties": { "id": 357548449, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280108.484023733588401, 38769.155300873942906 ] } }, +{ "type": "Feature", "properties": { "id": 357549372, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324625.688714744988829, 56315.366061602369882 ] } }, +{ "type": "Feature", "properties": { "id": 357549393, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318223.120770445209928, 82059.36661599794752 ] } }, +{ "type": "Feature", "properties": { "id": 357549999, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308154.082692724885419, 84380.230628952558618 ] } }, +{ "type": "Feature", "properties": { "id": 357550025, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304403.058562533638906, 57540.643769866408547 ] } }, +{ "type": "Feature", "properties": { "id": 357551112, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314454.023712777765468, 81212.661737905582413 ] } }, +{ "type": "Feature", "properties": { "id": 357551314, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326076.748966885963455, 54026.458133212930989 ] } }, +{ "type": "Feature", "properties": { "id": 357551347, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327240.5848496928229, 66873.888882707396988 ] } }, +{ "type": "Feature", "properties": { "id": 357551778, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307463.249877458962146, 58907.132634405839781 ] } }, +{ "type": "Feature", "properties": { "id": 357552409, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325166.869166505231988, 59359.171640757107525 ] } }, +{ "type": "Feature", "properties": { "id": 357553579, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321606.025772174529266, 72467.421747729968047 ] } }, +{ "type": "Feature", "properties": { "id": 357553717, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309576.552655800012872, 88052.707589209399885 ] } }, +{ "type": "Feature", "properties": { "id": 357553723, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292139.661134776717518, 52947.309824248841323 ] } }, +{ "type": "Feature", "properties": { "id": 357554116, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323852.219784035230987, 55726.975277856610774 ] } }, +{ "type": "Feature", "properties": { "id": 357554497, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309510.121669971791562, 85276.561557094057207 ] } }, +{ "type": "Feature", "properties": { "id": 357554659, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304870.191297117969953, 67045.182665537387948 ] } }, +{ "type": "Feature", "properties": { "id": 357554781, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316138.254044033994433, 81863.880277005344396 ] } }, +{ "type": "Feature", "properties": { "id": 357554855, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313663.868474322836846, 83320.405493945494527 ] } }, +{ "type": "Feature", "properties": { "id": 357555174, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300797.265658729884308, 62503.293861831967661 ] } }, +{ "type": "Feature", "properties": { "id": 357555401, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315637.660788155335467, 86027.513708886006498 ] } }, +{ "type": "Feature", "properties": { "id": 357555493, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326242.843517565575894, 60504.555957658558327 ] } }, +{ "type": "Feature", "properties": { "id": 357556054, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322686.511907380423509, 68339.49476970086107 ] } }, +{ "type": "Feature", "properties": { "id": 357556060, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322445.802775975724217, 67865.151978634719853 ] } }, +{ "type": "Feature", "properties": { "id": 357556196, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313630.54209299525246, 83617.308398427907377 ] } }, +{ "type": "Feature", "properties": { "id": 357556376, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304674.050085381197277, 74691.410407165778452 ] } }, +{ "type": "Feature", "properties": { "id": 357556824, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307464.534767867997289, 72318.451544432915398 ] } }, +{ "type": "Feature", "properties": { "id": 357557722, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307757.08719094702974, 58487.20938638663938 ] } }, +{ "type": "Feature", "properties": { "id": 357557918, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313866.505266174382996, 82537.91618457325967 ] } }, +{ "type": "Feature", "properties": { "id": 357557995, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311794.727558288665023, 72949.360345365392277 ] } }, +{ "type": "Feature", "properties": { "id": 357558505, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303723.962856989295688, 53622.702083958763978 ] } }, +{ "type": "Feature", "properties": { "id": 357558856, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307574.402340940723661, 79413.418989208206767 ] } }, +{ "type": "Feature", "properties": { "id": 357559324, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286439.29857351956889, 52245.576104561165266 ] } }, +{ "type": "Feature", "properties": { "id": 357559473, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307839.102673684363253, 80238.920214039666462 ] } }, +{ "type": "Feature", "properties": { "id": 357559655, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 326361.043001185520552, 56095.552386091032531 ] } }, +{ "type": "Feature", "properties": { "id": 357560064, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296915.143730883370154, 49620.556751368603727 ] } }, +{ "type": "Feature", "properties": { "id": 357560477, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325087.03927201993065, 55133.75776988636062 ] } }, +{ "type": "Feature", "properties": { "id": 357560491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305661.718044568435289, 69695.061126562213758 ] } }, +{ "type": "Feature", "properties": { "id": 357561095, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299601.139234336500522, 64252.797175012558 ] } }, +{ "type": "Feature", "properties": { "id": 357561540, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304262.029559147602413, 57167.781468815133849 ] } }, +{ "type": "Feature", "properties": { "id": 357561857, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307793.03615238860948, 71485.950784075786942 ] } }, +{ "type": "Feature", "properties": { "id": 357561914, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305066.373173071129713, 48595.663001110384357 ] } }, +{ "type": "Feature", "properties": { "id": 357562147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288812.789556868374348, 52027.265353763476014 ] } }, +{ "type": "Feature", "properties": { "id": 357562184, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325259.885966376867145, 55339.798352237645304 ] } }, +{ "type": "Feature", "properties": { "id": 357562187, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322380.546709545771591, 60904.47323507953115 ] } }, +{ "type": "Feature", "properties": { "id": 357562215, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315154.345033992547542, 82046.920327279192861 ] } }, +{ "type": "Feature", "properties": { "id": 357562455, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 289305.533962519839406, 42370.781356512612547 ] } }, +{ "type": "Feature", "properties": { "id": 357562459, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321207.920837181969546, 68766.775828061436187 ] } }, +{ "type": "Feature", "properties": { "id": 357562874, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313305.057516413275152, 82351.756711674563121 ] } }, +{ "type": "Feature", "properties": { "id": 357563150, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313522.953070984745864, 78496.293864036793821 ] } }, +{ "type": "Feature", "properties": { "id": 357563208, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313985.593331607931759, 81427.809777567235869 ] } }, +{ "type": "Feature", "properties": { "id": 357563214, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301642.061391966184601, 57430.224533911976323 ] } }, +{ "type": "Feature", "properties": { "id": 357563364, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313023.17959524539765, 82906.631787664155127 ] } }, +{ "type": "Feature", "properties": { "id": 357563491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324478.489735134411603, 54205.700691486221331 ] } }, +{ "type": "Feature", "properties": { "id": 357563724, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313795.001142720109783, 83309.211469585919986 ] } }, +{ "type": "Feature", "properties": { "id": 357563924, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306279.972697631805204, 72583.808092270875932 ] } }, +{ "type": "Feature", "properties": { "id": 357564028, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300952.035110851516947, 51801.993381904743728 ] } }, +{ "type": "Feature", "properties": { "id": 357564037, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300222.969755391182844, 63585.169966606612434 ] } }, +{ "type": "Feature", "properties": { "id": 357564051, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313975.992614373448305, 61319.308988874370698 ] } }, +{ "type": "Feature", "properties": { "id": 357564183, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318975.818212824582588, 61265.202184611734992 ] } }, +{ "type": "Feature", "properties": { "id": 357564549, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323141.2293467692798, 50172.418696650165657 ] } }, +{ "type": "Feature", "properties": { "id": 357564942, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314847.56329468410695, 83403.605559179763077 ] } }, +{ "type": "Feature", "properties": { "id": 357565028, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303911.709286876779515, 53684.646140835284314 ] } }, +{ "type": "Feature", "properties": { "id": 357565033, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311730.107864054036327, 72301.539073007021216 ] } }, +{ "type": "Feature", "properties": { "id": 357565063, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303884.205223549448419, 61827.755928369850153 ] } }, +{ "type": "Feature", "properties": { "id": 357565074, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317586.282656669151038, 84136.150800315619563 ] } }, +{ "type": "Feature", "properties": { "id": 357565170, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 319199.490769464173354, 83567.846918812196236 ] } }, +{ "type": "Feature", "properties": { "id": 357565235, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326262.098248081165366, 62708.709027525306738 ] } }, +{ "type": "Feature", "properties": { "id": 357565740, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318441.279654264973942, 87360.384629136737203 ] } }, +{ "type": "Feature", "properties": { "id": 357565940, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315273.060346459154971, 81214.311006707503111 ] } }, +{ "type": "Feature", "properties": { "id": 357565950, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316064.588011868821923, 83221.028373422348523 ] } }, +{ "type": "Feature", "properties": { "id": 357566044, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315121.527704066073056, 86766.523149107801146 ] } }, +{ "type": "Feature", "properties": { "id": 357566070, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286209.305263851070777, 47959.481578992192226 ] } }, +{ "type": "Feature", "properties": { "id": 357566236, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 320133.953069647133816, 49731.979792113743315 ] } }, +{ "type": "Feature", "properties": { "id": 357566240, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317834.040375117096119, 84260.022084434502176 ] } }, +{ "type": "Feature", "properties": { "id": 357567177, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306327.779143362888135, 58066.472109358546732 ] } }, +{ "type": "Feature", "properties": { "id": 357567191, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314383.199551877332851, 73340.71288706708583 ] } }, +{ "type": "Feature", "properties": { "id": 357567194, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306132.604968052066397, 59344.351670355361421 ] } }, +{ "type": "Feature", "properties": { "id": 357567201, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308537.032087861734908, 76637.180196397079271 ] } }, +{ "type": "Feature", "properties": { "id": 357567217, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304746.801349794026464, 70619.603760208730819 ] } }, +{ "type": "Feature", "properties": { "id": 357567226, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310621.179148648516275, 73125.078187960709329 ] } }, +{ "type": "Feature", "properties": { "id": 357567249, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300411.324628962844145, 48655.790343631437281 ] } }, +{ "type": "Feature", "properties": { "id": 357567260, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304464.46944045019336, 72254.181499280486605 ] } }, +{ "type": "Feature", "properties": { "id": 357567265, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305050.184553017141297, 72285.482916399807436 ] } }, +{ "type": "Feature", "properties": { "id": 357567302, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307634.583720135502517, 71576.863982863462297 ] } }, +{ "type": "Feature", "properties": { "id": 357567339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314810.938520882336888, 46390.703773085311695 ] } }, +{ "type": "Feature", "properties": { "id": 357567347, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301902.242936240741983, 61422.85197195319779 ] } }, +{ "type": "Feature", "properties": { "id": 357567368, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318051.351316830317955, 47525.110087014392775 ] } }, +{ "type": "Feature", "properties": { "id": 357567380, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312863.502244409231935, 57536.528311025474977 ] } }, +{ "type": "Feature", "properties": { "id": 357567410, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320345.211148440255783, 55323.821648956065474 ] } }, +{ "type": "Feature", "properties": { "id": 357567413, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306013.905844679451548, 54649.771638651385729 ] } }, +{ "type": "Feature", "properties": { "id": 357567433, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301608.829258884303272, 58991.657493605664058 ] } }, +{ "type": "Feature", "properties": { "id": 357567449, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309012.313874509942252, 56106.651525119545113 ] } }, +{ "type": "Feature", "properties": { "id": 357567459, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306878.963832989917137, 71454.119173995466554 ] } }, +{ "type": "Feature", "properties": { "id": 357567468, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306878.648023703193758, 71793.439520620173425 ] } }, +{ "type": "Feature", "properties": { "id": 357567499, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287742.360490703315008, 50670.860904127512185 ] } }, +{ "type": "Feature", "properties": { "id": 357567504, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307885.836371132056229, 72596.361403756658547 ] } }, +{ "type": "Feature", "properties": { "id": 357567511, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306339.37086442578584, 77618.623784174647881 ] } }, +{ "type": "Feature", "properties": { "id": 357567532, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305622.107172631367575, 58262.459493484231643 ] } }, +{ "type": "Feature", "properties": { "id": 357567542, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301466.916824185929727, 62505.51438762084581 ] } }, +{ "type": "Feature", "properties": { "id": 357567590, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304066.735761139192618, 70989.442782220823574 ] } }, +{ "type": "Feature", "properties": { "id": 357567600, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307156.032948421896435, 75834.639604442956625 ] } }, +{ "type": "Feature", "properties": { "id": 357567628, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304894.226799059368204, 68684.603804248734377 ] } }, +{ "type": "Feature", "properties": { "id": 357567870, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322894.045780520245899, 69327.172328719883808 ] } }, +{ "type": "Feature", "properties": { "id": 357568384, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287923.526142763206735, 46166.74082426707173 ] } }, +{ "type": "Feature", "properties": { "id": 357568590, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323134.511833829863463, 67384.770520762831438 ] } }, +{ "type": "Feature", "properties": { "id": 357568901, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283038.178543734306004, 38773.744465658797708 ] } }, +{ "type": "Feature", "properties": { "id": 357568940, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318489.640997184440494, 86774.197350336107775 ] } }, +{ "type": "Feature", "properties": { "id": 357569088, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314285.847694801865146, 83402.496710018705926 ] } }, +{ "type": "Feature", "properties": { "id": 357569621, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309860.573245425417554, 85554.499954886880005 ] } }, +{ "type": "Feature", "properties": { "id": 357569623, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314291.652429221663624, 81068.311968827241799 ] } }, +{ "type": "Feature", "properties": { "id": 357570102, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325598.578915215155575, 73777.735118956654333 ] } }, +{ "type": "Feature", "properties": { "id": 357570573, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314136.856807105708867, 45915.369176988373511 ] } }, +{ "type": "Feature", "properties": { "id": 357570662, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 326451.792987229069695, 65533.655422818941588 ] } }, +{ "type": "Feature", "properties": { "id": 357570816, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317852.203898277366534, 84189.743273056476028 ] } }, +{ "type": "Feature", "properties": { "id": 357570943, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305387.49996902316343, 59854.65104961104953 ] } }, +{ "type": "Feature", "properties": { "id": 357571146, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315412.628014835063368, 81800.903139284651843 ] } }, +{ "type": "Feature", "properties": { "id": 357571153, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323782.065762402547989, 58889.462823466659756 ] } }, +{ "type": "Feature", "properties": { "id": 357571156, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324785.145954757696018, 60900.697027291840641 ] } }, +{ "type": "Feature", "properties": { "id": 357571164, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327332.614457719842903, 63932.185357857888448 ] } }, +{ "type": "Feature", "properties": { "id": 357571885, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310268.759084281336982, 73858.29450724698836 ] } }, +{ "type": "Feature", "properties": { "id": 357571891, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327816.630449449818116, 60140.484621739051363 ] } }, +{ "type": "Feature", "properties": { "id": 357571909, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310127.537517937307712, 79229.660403421483352 ] } }, +{ "type": "Feature", "properties": { "id": 357572577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313274.24854935350595, 81254.503131747827865 ] } }, +{ "type": "Feature", "properties": { "id": 357572603, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315594.542768317798618, 84238.003639725458925 ] } }, +{ "type": "Feature", "properties": { "id": 357572904, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314197.536399372736923, 80196.727825748967007 ] } }, +{ "type": "Feature", "properties": { "id": 357573219, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285480.439135237131268, 47744.408272988759563 ] } }, +{ "type": "Feature", "properties": { "id": 357573242, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303416.236032143759076, 59051.57685473762831 ] } }, +{ "type": "Feature", "properties": { "id": 357573246, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303807.072879580082372, 66415.909501903908676 ] } }, +{ "type": "Feature", "properties": { "id": 357573524, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313489.739394355099648, 83647.974635498176212 ] } }, +{ "type": "Feature", "properties": { "id": 357574095, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327532.487582797883078, 57837.063859462599794 ] } }, +{ "type": "Feature", "properties": { "id": 357574570, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292290.707684143795632, 50499.102729131038359 ] } }, +{ "type": "Feature", "properties": { "id": 357575336, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311782.00690553052118, 79307.520721901979414 ] } }, +{ "type": "Feature", "properties": { "id": 357575725, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314129.936592270678375, 54961.571555345661181 ] } }, +{ "type": "Feature", "properties": { "id": 357575737, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309574.856928755354602, 61561.392753462059773 ] } }, +{ "type": "Feature", "properties": { "id": 357575823, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325154.122870973893441, 61781.372140692081302 ] } }, +{ "type": "Feature", "properties": { "id": 357576225, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325604.368779468059074, 64667.336430471186759 ] } }, +{ "type": "Feature", "properties": { "id": 357576242, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318840.20227633183822, 61614.339497781387763 ] } }, +{ "type": "Feature", "properties": { "id": 357576248, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311930.431426963419653, 78586.323219933925429 ] } }, +{ "type": "Feature", "properties": { "id": 357576550, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309114.49002282723086, 83579.423226541432086 ] } }, +{ "type": "Feature", "properties": { "id": 357576577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314400.770943057606928, 84451.628703377413331 ] } }, +{ "type": "Feature", "properties": { "id": 357576745, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301583.12897730601253, 67595.299850169481942 ] } }, +{ "type": "Feature", "properties": { "id": 357577730, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315702.066326495551039, 72042.8760745687905 ] } }, +{ "type": "Feature", "properties": { "id": 357578093, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283275.503851563145872, 39360.326074732482084 ] } }, +{ "type": "Feature", "properties": { "id": 357578199, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316141.559021389461122, 80352.38125410968496 ] } }, +{ "type": "Feature", "properties": { "id": 357578304, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289286.077853531518485, 45455.525749694330443 ] } }, +{ "type": "Feature", "properties": { "id": 357578315, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303938.084755337738898, 70793.660355474348762 ] } }, +{ "type": "Feature", "properties": { "id": 357578317, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307815.321131947275717, 72935.607747560599819 ] } }, +{ "type": "Feature", "properties": { "id": 357578325, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315029.714290841133334, 56987.791701808353537 ] } }, +{ "type": "Feature", "properties": { "id": 357578349, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304840.837906037922949, 70557.816145039236289 ] } }, +{ "type": "Feature", "properties": { "id": 357578352, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311608.346199432853609, 80557.369250529853161 ] } }, +{ "type": "Feature", "properties": { "id": 357578377, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307693.202393118233886, 58528.656912937294692 ] } }, +{ "type": "Feature", "properties": { "id": 357578402, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309757.296487224462908, 57144.600987187979626 ] } }, +{ "type": "Feature", "properties": { "id": 357578424, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299964.559491131280083, 64140.528060225791705 ] } }, +{ "type": "Feature", "properties": { "id": 357578434, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311643.696700543980114, 82194.747711059040739 ] } }, +{ "type": "Feature", "properties": { "id": 357578442, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 319479.42170921433717, 57287.488137097738218 ] } }, +{ "type": "Feature", "properties": { "id": 357578476, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307824.374443355947733, 57667.587286698631942 ] } }, +{ "type": "Feature", "properties": { "id": 357578538, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312399.804044252901804, 73665.426082084901282 ] } }, +{ "type": "Feature", "properties": { "id": 357578554, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309251.847346603404731, 85769.763286628367496 ] } }, +{ "type": "Feature", "properties": { "id": 357578602, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308049.99734178034123, 72565.614002475922462 ] } }, +{ "type": "Feature", "properties": { "id": 357578608, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303691.790447566425428, 71524.702843009828939 ] } }, +{ "type": "Feature", "properties": { "id": 357578626, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305189.326647665235214, 74876.877715479276958 ] } }, +{ "type": "Feature", "properties": { "id": 357578642, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311367.114491034939419, 79387.359371405109414 ] } }, +{ "type": "Feature", "properties": { "id": 357578649, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309255.367811667441856, 82962.794266372831771 ] } }, +{ "type": "Feature", "properties": { "id": 357578659, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300564.056555537565146, 52650.446636696207861 ] } }, +{ "type": "Feature", "properties": { "id": 357578693, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308529.772639774251729, 72894.882923363067675 ] } }, +{ "type": "Feature", "properties": { "id": 357578697, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320714.362030374526512, 60119.744695517445507 ] } }, +{ "type": "Feature", "properties": { "id": 357578713, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307026.329077458009124, 57259.694397446830408 ] } }, +{ "type": "Feature", "properties": { "id": 357578738, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301677.379541597212665, 63801.401169457494689 ] } }, +{ "type": "Feature", "properties": { "id": 357578745, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312670.148622249020264, 83377.940518630479346 ] } }, +{ "type": "Feature", "properties": { "id": 357578758, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301202.57411360781407, 67031.391911487866309 ] } }, +{ "type": "Feature", "properties": { "id": 357578787, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313977.284919782541692, 54826.57302772890398 ] } }, +{ "type": "Feature", "properties": { "id": 357578871, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303932.742665980244055, 51744.517439542301872 ] } }, +{ "type": "Feature", "properties": { "id": 357578879, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306101.881778098992072, 77019.841711500601377 ] } }, +{ "type": "Feature", "properties": { "id": 357578906, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306256.641522707242984, 71252.346160222208709 ] } }, +{ "type": "Feature", "properties": { "id": 357578919, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316028.27593835972948, 56939.899159557622625 ] } }, +{ "type": "Feature", "properties": { "id": 357578927, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306917.762181105208583, 55414.333792162557074 ] } }, +{ "type": "Feature", "properties": { "id": 357578960, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304043.202001121360809, 71643.500642827013507 ] } }, +{ "type": "Feature", "properties": { "id": 357578963, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307674.851647647155914, 72472.865303943224717 ] } }, +{ "type": "Feature", "properties": { "id": 357579076, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302873.435842249484267, 65343.734962509173783 ] } }, +{ "type": "Feature", "properties": { "id": 357579087, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304899.734835371142253, 69118.817479563236702 ] } }, +{ "type": "Feature", "properties": { "id": 357579092, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299867.708517406019382, 53216.794723819504725 ] } }, +{ "type": "Feature", "properties": { "id": 357579097, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318663.913765546923969, 68378.234243148792302 ] } }, +{ "type": "Feature", "properties": { "id": 357579137, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304197.245925156865269, 70166.421071180069703 ] } }, +{ "type": "Feature", "properties": { "id": 357579189, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300504.794324031914584, 60469.490795262077881 ] } }, +{ "type": "Feature", "properties": { "id": 357579211, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290165.041600015480071, 52085.923739689402282 ] } }, +{ "type": "Feature", "properties": { "id": 357579214, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304485.151977266650647, 60428.470941560895881 ] } }, +{ "type": "Feature", "properties": { "id": 357579218, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302334.125025840883609, 65528.665967975277454 ] } }, +{ "type": "Feature", "properties": { "id": 357579224, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309019.489911087206565, 84535.439196278224699 ] } }, +{ "type": "Feature", "properties": { "id": 357579234, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300879.830577343760524, 51080.998991673855926 ] } }, +{ "type": "Feature", "properties": { "id": 357579237, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303721.580330594675615, 71170.570647709333571 ] } }, +{ "type": "Feature", "properties": { "id": 357579259, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304266.148423651640769, 70147.821222108788788 ] } }, +{ "type": "Feature", "properties": { "id": 357579262, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300458.420337309013121, 49334.415945481785457 ] } }, +{ "type": "Feature", "properties": { "id": 357579266, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304323.572674711758737, 73241.136676234091283 ] } }, +{ "type": "Feature", "properties": { "id": 357579297, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311187.942081873072311, 81351.869511024880921 ] } }, +{ "type": "Feature", "properties": { "id": 357579300, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308504.840846509556286, 84473.401615232825861 ] } }, +{ "type": "Feature", "properties": { "id": 357579307, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303993.262252423854079, 67566.555257557847654 ] } }, +{ "type": "Feature", "properties": { "id": 357579334, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304982.329126845870633, 72687.030254128505476 ] } }, +{ "type": "Feature", "properties": { "id": 357579360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304195.522904647281393, 68664.264211996181984 ] } }, +{ "type": "Feature", "properties": { "id": 357579377, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298977.857907533703838, 53590.913049239468819 ] } }, +{ "type": "Feature", "properties": { "id": 357579430, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309010.122938425047323, 73245.365026245504851 ] } }, +{ "type": "Feature", "properties": { "id": 357579460, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305168.150892763689626, 71113.404493171925424 ] } }, +{ "type": "Feature", "properties": { "id": 357579582, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310215.524220842460636, 82562.884248632239178 ] } }, +{ "type": "Feature", "properties": { "id": 357579623, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302531.324904735956807, 48373.663463730023068 ] } }, +{ "type": "Feature", "properties": { "id": 357579702, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314271.007048538129311, 46024.493718329627882 ] } }, +{ "type": "Feature", "properties": { "id": 357579719, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288767.743884581897873, 44870.017937024320418 ] } }, +{ "type": "Feature", "properties": { "id": 357579732, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300105.721657660906203, 61024.833575785392895 ] } }, +{ "type": "Feature", "properties": { "id": 357579738, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314505.905379785981495, 66560.476649018091848 ] } }, +{ "type": "Feature", "properties": { "id": 357579746, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308306.863420303037856, 73090.34244693259825 ] } }, +{ "type": "Feature", "properties": { "id": 357579806, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305388.016365860763472, 59145.097190464570303 ] } }, +{ "type": "Feature", "properties": { "id": 357579817, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305070.24418406089535, 71192.553792811959283 ] } }, +{ "type": "Feature", "properties": { "id": 357579827, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310583.928016258403659, 86974.668516652047401 ] } }, +{ "type": "Feature", "properties": { "id": 357579848, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303982.161310749303084, 53468.641713505443477 ] } }, +{ "type": "Feature", "properties": { "id": 357579872, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307956.922666147933342, 71732.673013099192758 ] } }, +{ "type": "Feature", "properties": { "id": 357579876, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308804.924883878265973, 87712.416018035961315 ] } }, +{ "type": "Feature", "properties": { "id": 357579889, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306777.268278610659763, 54550.458196258863609 ] } }, +{ "type": "Feature", "properties": { "id": 357579911, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307366.530129169812426, 76359.293254684787826 ] } }, +{ "type": "Feature", "properties": { "id": 357579941, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308085.322519726410974, 83207.971716392712551 ] } }, +{ "type": "Feature", "properties": { "id": 357579975, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287775.435054564324673, 44887.260449258159497 ] } }, +{ "type": "Feature", "properties": { "id": 357579998, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301608.186829982558265, 58980.643387024079857 ] } }, +{ "type": "Feature", "properties": { "id": 357580041, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307029.693097022769507, 72707.757212645941763 ] } }, +{ "type": "Feature", "properties": { "id": 357580070, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313089.899390466627665, 84788.514727560526808 ] } }, +{ "type": "Feature", "properties": { "id": 357580115, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312968.61174150579609, 87255.955389588401886 ] } }, +{ "type": "Feature", "properties": { "id": 357580248, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291572.485330960829742, 49616.656772202295542 ] } }, +{ "type": "Feature", "properties": { "id": 357580277, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303693.537180900806561, 68027.720412176189711 ] } }, +{ "type": "Feature", "properties": { "id": 357580308, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308612.861262534919661, 72288.776243456464726 ] } }, +{ "type": "Feature", "properties": { "id": 357580314, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279937.959371660021134, 41464.610278662919882 ] } }, +{ "type": "Feature", "properties": { "id": 357580323, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305315.929046253033448, 65243.418795339392091 ] } }, +{ "type": "Feature", "properties": { "id": 357580330, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311875.34234269807348, 83645.199874337922665 ] } }, +{ "type": "Feature", "properties": { "id": 357580348, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291952.208929576387163, 52670.045489024159906 ] } }, +{ "type": "Feature", "properties": { "id": 357580361, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290763.196897573710885, 45225.637634524609894 ] } }, +{ "type": "Feature", "properties": { "id": 357580371, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311122.007448802411091, 78604.124460140810697 ] } }, +{ "type": "Feature", "properties": { "id": 357580396, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306586.431281325290911, 71041.669440411627875 ] } }, +{ "type": "Feature", "properties": { "id": 357580415, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290921.18437409074977, 51319.069822089564695 ] } }, +{ "type": "Feature", "properties": { "id": 357580429, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293172.340172411699314, 47472.392370725698129 ] } }, +{ "type": "Feature", "properties": { "id": 357580456, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292305.973230335570406, 48413.230402392953692 ] } }, +{ "type": "Feature", "properties": { "id": 357580479, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306506.906849757418968, 71428.364992257047561 ] } }, +{ "type": "Feature", "properties": { "id": 357580493, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307745.688015857187565, 71825.221707680335385 ] } }, +{ "type": "Feature", "properties": { "id": 357580496, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309391.767093679634854, 86386.747518024843885 ] } }, +{ "type": "Feature", "properties": { "id": 357580499, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310981.335134178749286, 86697.346792176307645 ] } }, +{ "type": "Feature", "properties": { "id": 357580543, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 319724.868832812295295, 54973.509585738735041 ] } }, +{ "type": "Feature", "properties": { "id": 357580566, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308915.676208824210335, 73646.42101407184964 ] } }, +{ "type": "Feature", "properties": { "id": 357580608, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312838.88110895891441, 57601.722146542197152 ] } }, +{ "type": "Feature", "properties": { "id": 357580621, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302817.21446133509744, 65790.206251980693196 ] } }, +{ "type": "Feature", "properties": { "id": 357580638, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309901.901704529183917, 74853.308274580966099 ] } }, +{ "type": "Feature", "properties": { "id": 357580641, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308737.030945799546316, 85923.337347771754139 ] } }, +{ "type": "Feature", "properties": { "id": 357580651, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301771.824181564326864, 62289.960649036940595 ] } }, +{ "type": "Feature", "properties": { "id": 357580666, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313072.207517731236294, 74813.757263752995641 ] } }, +{ "type": "Feature", "properties": { "id": 357580682, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299659.687406079028733, 62320.256698166696879 ] } }, +{ "type": "Feature", "properties": { "id": 357580731, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310391.010808092716616, 57361.506062691849365 ] } }, +{ "type": "Feature", "properties": { "id": 357580734, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311493.895079013891518, 58195.960956324794097 ] } }, +{ "type": "Feature", "properties": { "id": 357580766, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304570.531568357371725, 71444.282382468183641 ] } }, +{ "type": "Feature", "properties": { "id": 357580780, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301723.845802716445178, 66268.982365812058561 ] } }, +{ "type": "Feature", "properties": { "id": 357580805, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309627.022140058979858, 85307.638235740814707 ] } }, +{ "type": "Feature", "properties": { "id": 357580836, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307897.389733232557774, 61769.526048974716105 ] } }, +{ "type": "Feature", "properties": { "id": 357580844, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315337.212574218981899, 72916.890422880242113 ] } }, +{ "type": "Feature", "properties": { "id": 357580859, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309919.697757923335303, 76454.631058306840714 ] } }, +{ "type": "Feature", "properties": { "id": 357580868, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307477.12207187153399, 59856.466756617039209 ] } }, +{ "type": "Feature", "properties": { "id": 357580909, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308669.346876911411528, 63083.176459860980685 ] } }, +{ "type": "Feature", "properties": { "id": 357580912, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305801.843833066290244, 70003.565230139589403 ] } }, +{ "type": "Feature", "properties": { "id": 357580948, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313391.175604149291757, 86608.976463417668128 ] } }, +{ "type": "Feature", "properties": { "id": 357580991, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307434.131259650399443, 59650.123102316742006 ] } }, +{ "type": "Feature", "properties": { "id": 357581029, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302687.144286574679427, 69158.773338824292296 ] } }, +{ "type": "Feature", "properties": { "id": 357581046, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306914.132702024653554, 59300.560800829880463 ] } }, +{ "type": "Feature", "properties": { "id": 357581052, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304220.627199608483352, 68683.341371739676106 ] } }, +{ "type": "Feature", "properties": { "id": 357581102, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302224.298815425718203, 68678.658737952384399 ] } }, +{ "type": "Feature", "properties": { "id": 357581131, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303888.12290711858077, 54363.259950726453098 ] } }, +{ "type": "Feature", "properties": { "id": 357581134, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309334.898392164614052, 75466.824401056874194 ] } }, +{ "type": "Feature", "properties": { "id": 357581140, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308121.847142480313778, 59876.208706427292782 ] } }, +{ "type": "Feature", "properties": { "id": 357581148, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310354.578250066377223, 72775.634995004249504 ] } }, +{ "type": "Feature", "properties": { "id": 357581155, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322048.556377220258582, 67171.760942940993118 ] } }, +{ "type": "Feature", "properties": { "id": 357581203, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314524.884736147010699, 60499.398279043889488 ] } }, +{ "type": "Feature", "properties": { "id": 357581644, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 327717.094337485206779, 59517.817201482022938 ] } }, +{ "type": "Feature", "properties": { "id": 357581770, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299565.220043324574362, 56089.319936445230269 ] } }, +{ "type": "Feature", "properties": { "id": 357582773, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313155.795348235405982, 87472.339631349881529 ] } }, +{ "type": "Feature", "properties": { "id": 357582796, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317227.543981407012325, 86400.886546855283086 ] } }, +{ "type": "Feature", "properties": { "id": 357583444, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322353.870698186568916, 69726.68912107271899 ] } }, +{ "type": "Feature", "properties": { "id": 357583477, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309864.484698230749927, 62859.732862120232312 ] } }, +{ "type": "Feature", "properties": { "id": 357583575, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287602.869384798745159, 51411.141592929772742 ] } }, +{ "type": "Feature", "properties": { "id": 357583594, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307241.578425036394037, 60072.2761334810275 ] } }, +{ "type": "Feature", "properties": { "id": 357583597, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322179.241871548001654, 70629.749082947862917 ] } }, +{ "type": "Feature", "properties": { "id": 357583639, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287545.183656089706346, 45118.933950806735083 ] } }, +{ "type": "Feature", "properties": { "id": 357583682, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327237.82794519001618, 61321.920406793600705 ] } }, +{ "type": "Feature", "properties": { "id": 357583736, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314984.907017442863435, 64142.994876370568818 ] } }, +{ "type": "Feature", "properties": { "id": 357583758, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307968.701898070343304, 72151.223779209554777 ] } }, +{ "type": "Feature", "properties": { "id": 357583911, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311429.87713550083572, 81628.869406689191237 ] } }, +{ "type": "Feature", "properties": { "id": 357583939, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314717.949018447601702, 73941.222507391226827 ] } }, +{ "type": "Feature", "properties": { "id": 357584000, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324006.919951792748179, 58750.395159844432783 ] } }, +{ "type": "Feature", "properties": { "id": 357584061, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309088.430678004107904, 85430.231646424363134 ] } }, +{ "type": "Feature", "properties": { "id": 357584074, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327335.39925518858945, 60211.55411934217409 ] } }, +{ "type": "Feature", "properties": { "id": 357584102, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304870.043365552322939, 61396.674792910038377 ] } }, +{ "type": "Feature", "properties": { "id": 357584133, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290013.585160490416456, 44097.268525652703829 ] } }, +{ "type": "Feature", "properties": { "id": 357584146, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291027.533690062409732, 45853.948638140056573 ] } }, +{ "type": "Feature", "properties": { "id": 357584169, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322301.752270517870784, 55814.492534131190041 ] } }, +{ "type": "Feature", "properties": { "id": 357584172, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312080.614969700109214, 76020.668723896771553 ] } }, +{ "type": "Feature", "properties": { "id": 357584265, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311359.433962467534002, 75182.019533143684384 ] } }, +{ "type": "Feature", "properties": { "id": 357584283, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304061.185579909069929, 48213.371990700179595 ] } }, +{ "type": "Feature", "properties": { "id": 357584335, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313342.939537403115537, 87349.398678365716478 ] } }, +{ "type": "Feature", "properties": { "id": 357584381, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308354.062914913054556, 67200.800235655144206 ] } }, +{ "type": "Feature", "properties": { "id": 357584491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304305.244349362386856, 54946.380956922388577 ] } }, +{ "type": "Feature", "properties": { "id": 357584495, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303521.022600156429689, 61076.504147109517362 ] } }, +{ "type": "Feature", "properties": { "id": 357584501, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312368.018300109251868, 75737.739633335673716 ] } }, +{ "type": "Feature", "properties": { "id": 357584558, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317938.07953289890429, 82700.890782826812938 ] } }, +{ "type": "Feature", "properties": { "id": 357584619, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304591.656201102188788, 56060.230360335066507 ] } }, +{ "type": "Feature", "properties": { "id": 357584757, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308652.988079656788614, 77594.707492160130641 ] } }, +{ "type": "Feature", "properties": { "id": 357584835, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311125.882761716609821, 84137.56066678337811 ] } }, +{ "type": "Feature", "properties": { "id": 357585174, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305271.006926647969522, 58659.551117903567501 ] } }, +{ "type": "Feature", "properties": { "id": 357585238, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294251.524233721545897, 48318.696156021163915 ] } }, +{ "type": "Feature", "properties": { "id": 357585448, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294016.296552515239455, 48102.841370144713437 ] } }, +{ "type": "Feature", "properties": { "id": 357585497, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322028.381128868088126, 60965.264831247222901 ] } }, +{ "type": "Feature", "properties": { "id": 357585517, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307470.703933456505183, 66210.706176851555938 ] } }, +{ "type": "Feature", "properties": { "id": 357585530, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314000.715728774899617, 85653.971030416170834 ] } }, +{ "type": "Feature", "properties": { "id": 357585713, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281833.595805056625977, 40097.403676925823675 ] } }, +{ "type": "Feature", "properties": { "id": 357585734, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288401.186295178078581, 51317.925553761044284 ] } }, +{ "type": "Feature", "properties": { "id": 357585787, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292037.443586167471949, 44896.710833161603659 ] } }, +{ "type": "Feature", "properties": { "id": 357585805, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308159.584171477996279, 82310.383843080344377 ] } }, +{ "type": "Feature", "properties": { "id": 357585894, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307618.977914123272058, 58592.122279609444377 ] } }, +{ "type": "Feature", "properties": { "id": 357586278, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290822.650353488803376, 52022.809295117549482 ] } }, +{ "type": "Feature", "properties": { "id": 357586354, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325367.280186661984771, 69354.307710069988389 ] } }, +{ "type": "Feature", "properties": { "id": 357586391, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294252.696100067463703, 49830.135439339945151 ] } }, +{ "type": "Feature", "properties": { "id": 357586401, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313654.543340211152099, 57706.119533527831663 ] } }, +{ "type": "Feature", "properties": { "id": 357586404, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316751.60018221300561, 59953.402117554571305 ] } }, +{ "type": "Feature", "properties": { "id": 357586408, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304424.598898340133019, 60347.524057528178673 ] } }, +{ "type": "Feature", "properties": { "id": 357586417, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303959.098697554436512, 64007.300771618603903 ] } }, +{ "type": "Feature", "properties": { "id": 357586421, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315752.224903600348625, 65113.403113407526689 ] } }, +{ "type": "Feature", "properties": { "id": 357586428, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317697.981829763448332, 76408.171107622794807 ] } }, +{ "type": "Feature", "properties": { "id": 357586525, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308228.662667969358154, 59487.024754834426858 ] } }, +{ "type": "Feature", "properties": { "id": 357586588, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284250.079696107422933, 44045.419112969640992 ] } }, +{ "type": "Feature", "properties": { "id": 357586617, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291008.198376656335313, 49617.74337994549569 ] } }, +{ "type": "Feature", "properties": { "id": 357586691, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309823.988179099571425, 59380.100913107220549 ] } }, +{ "type": "Feature", "properties": { "id": 357586834, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288180.08296616881853, 45025.124700518485042 ] } }, +{ "type": "Feature", "properties": { "id": 357587007, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291787.707166493870318, 52731.649647849430039 ] } }, +{ "type": "Feature", "properties": { "id": 357587016, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310145.504981390375178, 82531.862750977074029 ] } }, +{ "type": "Feature", "properties": { "id": 357587033, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288422.370751725451555, 49589.983791548766021 ] } }, +{ "type": "Feature", "properties": { "id": 357587122, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326474.075430950615555, 74417.95269277774787 ] } }, +{ "type": "Feature", "properties": { "id": 357587272, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288914.902232245425694, 48664.066055175971997 ] } }, +{ "type": "Feature", "properties": { "id": 357587291, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309992.569566240767017, 56774.67649975601671 ] } }, +{ "type": "Feature", "properties": { "id": 357587347, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287955.252078928751871, 51379.636891801535967 ] } }, +{ "type": "Feature", "properties": { "id": 357587455, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292371.086722007545177, 48937.168516377496417 ] } }, +{ "type": "Feature", "properties": { "id": 357587475, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315772.549921793513931, 57385.839449538805638 ] } }, +{ "type": "Feature", "properties": { "id": 357587512, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306558.493196063849609, 63341.104907579843712 ] } }, +{ "type": "Feature", "properties": { "id": 357587519, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312148.947531355835963, 58292.320002734930313 ] } }, +{ "type": "Feature", "properties": { "id": 357587587, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325574.579876015253831, 60421.305978500262427 ] } }, +{ "type": "Feature", "properties": { "id": 357587623, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315316.512926500756294, 48979.988838333862077 ] } }, +{ "type": "Feature", "properties": { "id": 357587651, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320597.029365990834776, 85977.843983064434724 ] } }, +{ "type": "Feature", "properties": { "id": 357587677, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314190.639472789538559, 84451.221554692165228 ] } }, +{ "type": "Feature", "properties": { "id": 357587704, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302204.039658547728322, 48010.10201615706319 ] } }, +{ "type": "Feature", "properties": { "id": 357588918, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308131.903560362232383, 82930.545831073613954 ] } }, +{ "type": "Feature", "properties": { "id": 357589413, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289977.432119129924104, 52240.369658583178534 ] } }, +{ "type": "Feature", "properties": { "id": 357590094, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324579.25054773822194, 75312.880892091008718 ] } }, +{ "type": "Feature", "properties": { "id": 357590181, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324209.588747252360918, 54154.830605878014467 ] } }, +{ "type": "Feature", "properties": { "id": 357590325, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327478.237908109440468, 72427.192106330621755 ] } }, +{ "type": "Feature", "properties": { "id": 357591100, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290738.360391874739435, 47581.359005655685905 ] } }, +{ "type": "Feature", "properties": { "id": 357591196, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301748.764918607019354, 64407.613261856757163 ] } }, +{ "type": "Feature", "properties": { "id": 357591958, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308950.457130569615401, 83702.498647495172918 ] } }, +{ "type": "Feature", "properties": { "id": 357592156, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309379.985224987845868, 76947.448712800614885 ] } }, +{ "type": "Feature", "properties": { "id": 357592185, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307443.456267945934087, 74712.744637337236782 ] } }, +{ "type": "Feature", "properties": { "id": 357592386, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303980.468100104306359, 45802.145308319217293 ] } }, +{ "type": "Feature", "properties": { "id": 357592423, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322004.194797566102352, 49567.427136976497422 ] } }, +{ "type": "Feature", "properties": { "id": 357592437, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321837.753530247427989, 69848.420481930341339 ] } }, +{ "type": "Feature", "properties": { "id": 357592667, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288368.224775873590261, 45117.174010665810783 ] } }, +{ "type": "Feature", "properties": { "id": 357592704, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315759.662801320897415, 83652.4735464448313 ] } }, +{ "type": "Feature", "properties": { "id": 357593347, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308665.261504966241773, 87403.84608355074306 ] } }, +{ "type": "Feature", "properties": { "id": 357593377, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289817.652203380304854, 51506.045486455717764 ] } }, +{ "type": "Feature", "properties": { "id": 357593428, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304730.40506385138724, 60008.397729418509698 ] } }, +{ "type": "Feature", "properties": { "id": 357593527, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315790.803114624810405, 86218.050771956230165 ] } }, +{ "type": "Feature", "properties": { "id": 357594521, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312430.835654470487498, 59400.540151706525648 ] } }, +{ "type": "Feature", "properties": { "id": 357594564, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 320965.36053135729162, 70052.198732425531489 ] } }, +{ "type": "Feature", "properties": { "id": 357594820, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308727.610245272342581, 78129.834246739264927 ] } }, +{ "type": "Feature", "properties": { "id": 357594961, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318276.869247118243948, 87606.530061331068282 ] } }, +{ "type": "Feature", "properties": { "id": 357595120, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317915.389705206733197, 82515.709463604682242 ] } }, +{ "type": "Feature", "properties": { "id": 357595357, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315447.924771209480241, 87353.50734448734147 ] } }, +{ "type": "Feature", "properties": { "id": 357595366, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325500.906618733482901, 57664.578402243168966 ] } }, +{ "type": "Feature", "properties": { "id": 357595424, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317023.585693182132673, 83470.154796624032315 ] } }, +{ "type": "Feature", "properties": { "id": 357596571, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312418.424374173104297, 78665.07504206050362 ] } }, +{ "type": "Feature", "properties": { "id": 357597444, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286586.576476269634441, 48390.024596132541774 ] } }, +{ "type": "Feature", "properties": { "id": 357597478, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315480.302975586557295, 82942.302018914764631 ] } }, +{ "type": "Feature", "properties": { "id": 357597779, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320009.458594866096973, 60676.555659035337158 ] } }, +{ "type": "Feature", "properties": { "id": 357598016, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323584.639252325054258, 69030.266145018540556 ] } }, +{ "type": "Feature", "properties": { "id": 357598108, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318713.175112403056119, 81715.758595149876783 ] } }, +{ "type": "Feature", "properties": { "id": 357598149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287670.375939072109759, 50085.126449773117201 ] } }, +{ "type": "Feature", "properties": { "id": 357598293, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 290344.510686012741644, 45176.185011345718522 ] } }, +{ "type": "Feature", "properties": { "id": 357598766, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308604.998963816091418, 83997.781244359910488 ] } }, +{ "type": "Feature", "properties": { "id": 357598937, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324963.506107117165811, 65356.916969319521741 ] } }, +{ "type": "Feature", "properties": { "id": 357598961, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307200.344878328614868, 54735.975903071128414 ] } }, +{ "type": "Feature", "properties": { "id": 357599530, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314934.28042757709045, 75797.553405873753945 ] } }, +{ "type": "Feature", "properties": { "id": 357604611, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323048.37416124943411, 87527.546295786043629 ] } }, +{ "type": "Feature", "properties": { "id": 357604658, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322560.195253832847811, 86477.119505815790035 ] } }, +{ "type": "Feature", "properties": { "id": 357604740, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323951.504833259619772, 87923.980617595661897 ] } }, +{ "type": "Feature", "properties": { "id": 357604778, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323515.307145700557157, 87744.650279789697379 ] } }, +{ "type": "Feature", "properties": { "id": 357607545, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311146.547265009197872, 85772.382919720723294 ] } }, +{ "type": "Feature", "properties": { "id": 357607564, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314326.51589856017381, 62395.964684076119738 ] } }, +{ "type": "Feature", "properties": { "id": 357607589, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301596.923682295484468, 63363.787559511481959 ] } }, +{ "type": "Feature", "properties": { "id": 357607640, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313591.487315065576695, 75502.659817911975551 ] } }, +{ "type": "Feature", "properties": { "id": 357607688, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305717.757529569556937, 68835.156087183815544 ] } }, +{ "type": "Feature", "properties": { "id": 357607736, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308228.734454562480096, 80246.969525228385464 ] } }, +{ "type": "Feature", "properties": { "id": 357607739, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308252.489777179842349, 80277.920820109153283 ] } }, +{ "type": "Feature", "properties": { "id": 357607753, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301442.107280843367334, 67441.073816698830342 ] } }, +{ "type": "Feature", "properties": { "id": 357607778, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308640.732838151743636, 78173.789144352544099 ] } }, +{ "type": "Feature", "properties": { "id": 357607784, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308676.12852127518272, 78154.767492697574198 ] } }, +{ "type": "Feature", "properties": { "id": 357607904, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299725.340949815290514, 59930.640773824488861 ] } }, +{ "type": "Feature", "properties": { "id": 357608159, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298633.269322612090036, 60565.336721241714258 ] } }, +{ "type": "Feature", "properties": { "id": 357608164, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298639.741544152027927, 60703.433996027401008 ] } }, +{ "type": "Feature", "properties": { "id": 357608326, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299682.8442848767736, 61240.88335525894945 ] } }, +{ "type": "Feature", "properties": { "id": 357608618, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314271.216055786877405, 85650.253061388648348 ] } }, +{ "type": "Feature", "properties": { "id": 357608664, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315904.396552706253715, 81801.946445110646891 ] } }, +{ "type": "Feature", "properties": { "id": 357608754, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309088.848722276510671, 85090.903873730567284 ] } }, +{ "type": "Feature", "properties": { "id": 357608761, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309137.970106302644126, 83301.974972781317774 ] } }, +{ "type": "Feature", "properties": { "id": 357608764, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308271.175921925052535, 84257.084619770248537 ] } }, +{ "type": "Feature", "properties": { "id": 357608766, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309810.551429867686238, 87898.812769394076895 ] } }, +{ "type": "Feature", "properties": { "id": 357608819, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314143.17103930353187, 85747.865359837393044 ] } }, +{ "type": "Feature", "properties": { "id": 357608822, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312945.270413166261278, 87379.191509566750028 ] } }, +{ "type": "Feature", "properties": { "id": 357608828, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311664.301471205719281, 83799.064521736087045 ] } }, +{ "type": "Feature", "properties": { "id": 357608834, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 313666.670131473569199, 84236.72259803286579 ] } }, +{ "type": "Feature", "properties": { "id": 357608860, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314017.925522230158094, 82682.236200284402003 ] } }, +{ "type": "Feature", "properties": { "id": 357608903, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308756.769889543124009, 83907.726653713456471 ] } }, +{ "type": "Feature", "properties": { "id": 357608910, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314518.310572338232305, 87092.355488563101972 ] } }, +{ "type": "Feature", "properties": { "id": 357608920, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 317273.719409902405459, 86709.399102922179736 ] } }, +{ "type": "Feature", "properties": { "id": 357608926, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308739.040483550052159, 84226.698945807089331 ] } }, +{ "type": "Feature", "properties": { "id": 357608929, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309367.213079533888958, 87003.948038095171796 ] } }, +{ "type": "Feature", "properties": { "id": 357608941, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311613.975218876439612, 82291.711869126054808 ] } }, +{ "type": "Feature", "properties": { "id": 357608945, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308972.054870442487299, 84967.484395422492526 ] } }, +{ "type": "Feature", "properties": { "id": 357609053, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318432.868793999834452, 81468.501107721051085 ] } }, +{ "type": "Feature", "properties": { "id": 357609067, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306643.811828403675463, 72379.516911189522943 ] } }, +{ "type": "Feature", "properties": { "id": 357609075, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307206.156282658223063, 72595.66737061762251 ] } }, +{ "type": "Feature", "properties": { "id": 357609078, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307973.236417195526883, 72124.540505633354769 ] } }, +{ "type": "Feature", "properties": { "id": 357609091, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306635.664583455654792, 72851.000743979719118 ] } }, +{ "type": "Feature", "properties": { "id": 357609104, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307422.38586553640198, 71987.136975057190284 ] } }, +{ "type": "Feature", "properties": { "id": 357609108, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306516.551119950134307, 72901.729389128377079 ] } }, +{ "type": "Feature", "properties": { "id": 357609113, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308026.852588204375934, 71948.79558218922466 ] } }, +{ "type": "Feature", "properties": { "id": 357609130, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306628.668443888018373, 72040.182390549147385 ] } }, +{ "type": "Feature", "properties": { "id": 357609134, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306978.686498897266574, 71513.943247967748903 ] } }, +{ "type": "Feature", "properties": { "id": 357609143, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307228.752301300293766, 71209.17637879785616 ] } }, +{ "type": "Feature", "properties": { "id": 357609160, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305994.655843023676425, 71225.017291726908297 ] } }, +{ "type": "Feature", "properties": { "id": 357609164, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306937.640820622094907, 71350.810459971762612 ] } }, +{ "type": "Feature", "properties": { "id": 357609202, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306639.204589513421524, 71059.508732336907997 ] } }, +{ "type": "Feature", "properties": { "id": 357609224, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306323.445100749493577, 71423.96954381170508 ] } }, +{ "type": "Feature", "properties": { "id": 357609241, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306757.405414724198636, 71336.240364658442559 ] } }, +{ "type": "Feature", "properties": { "id": 357609266, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306267.100747100834269, 71823.820007027228712 ] } }, +{ "type": "Feature", "properties": { "id": 357609297, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306925.205104046035558, 72256.077704425144475 ] } }, +{ "type": "Feature", "properties": { "id": 357609300, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306596.604910293594003, 72626.022514514334034 ] } }, +{ "type": "Feature", "properties": { "id": 357609309, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307862.107468503469136, 73120.78028279604041 ] } }, +{ "type": "Feature", "properties": { "id": 357609337, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308656.02433213085169, 75003.400653597753262 ] } }, +{ "type": "Feature", "properties": { "id": 357609343, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308377.261316720978357, 72305.450293455200153 ] } }, +{ "type": "Feature", "properties": { "id": 357609349, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309489.67535059171496, 73179.456606772073428 ] } }, +{ "type": "Feature", "properties": { "id": 357609361, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309550.074781034665648, 72259.00353875332803 ] } }, +{ "type": "Feature", "properties": { "id": 357609369, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315019.887161179271061, 86204.579025393555639 ] } }, +{ "type": "Feature", "properties": { "id": 357609372, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317887.493933449324686, 84212.281182471473585 ] } }, +{ "type": "Feature", "properties": { "id": 357609375, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318200.626505144231487, 84663.366879861277994 ] } }, +{ "type": "Feature", "properties": { "id": 357609379, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318074.611071372171864, 84428.789023049510433 ] } }, +{ "type": "Feature", "properties": { "id": 357609382, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313019.151537839730736, 85189.144420105207246 ] } }, +{ "type": "Feature", "properties": { "id": 357609392, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312922.956392402411439, 86916.545576110846014 ] } }, +{ "type": "Feature", "properties": { "id": 357609405, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318237.560308827494737, 84799.443757942150114 ] } }, +{ "type": "Feature", "properties": { "id": 357609408, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312693.419649897201452, 84047.315843470511027 ] } }, +{ "type": "Feature", "properties": { "id": 357609419, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322159.473938345501665, 87493.896583285342786 ] } }, +{ "type": "Feature", "properties": { "id": 357609425, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310683.906023276038468, 82255.145680258181528 ] } }, +{ "type": "Feature", "properties": { "id": 357609431, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308421.617786542105023, 83634.095388910267502 ] } }, +{ "type": "Feature", "properties": { "id": 357609450, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323141.090428180526942, 87867.167827968514757 ] } }, +{ "type": "Feature", "properties": { "id": 357609453, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308108.595614845864475, 83084.721164358576061 ] } }, +{ "type": "Feature", "properties": { "id": 357609460, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308691.008889478107449, 84086.42069579056988 ] } }, +{ "type": "Feature", "properties": { "id": 357609463, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309646.925260432937648, 87775.319749514645082 ] } }, +{ "type": "Feature", "properties": { "id": 357609466, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309482.936802709416952, 87929.309419739613077 ] } }, +{ "type": "Feature", "properties": { "id": 357609470, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310098.666746612638235, 82470.372328810713952 ] } }, +{ "type": "Feature", "properties": { "id": 357609476, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309182.199905678280629, 85461.272824701212812 ] } }, +{ "type": "Feature", "properties": { "id": 357609479, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309366.547537969716359, 87527.980458110032487 ] } }, +{ "type": "Feature", "properties": { "id": 357609483, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309836.759219562343787, 85585.393233025737572 ] } }, +{ "type": "Feature", "properties": { "id": 357609486, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310000.514175466028973, 85647.463558118615765 ] } }, +{ "type": "Feature", "properties": { "id": 357609489, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309930.481706185557414, 85647.368950698786648 ] } }, +{ "type": "Feature", "properties": { "id": 357609496, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308646.446468021138571, 83177.682923630767618 ] } }, +{ "type": "Feature", "properties": { "id": 357609500, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308597.36670980398776, 85583.844685700823902 ] } }, +{ "type": "Feature", "properties": { "id": 357609503, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308995.566625726409256, 85183.14103908346442 ] } }, +{ "type": "Feature", "properties": { "id": 357609506, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309438.574785251985304, 85955.126721987093333 ] } }, +{ "type": "Feature", "properties": { "id": 357609509, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309136.289303218538407, 84659.282960154145258 ] } }, +{ "type": "Feature", "properties": { "id": 357609512, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308736.665665868029464, 86231.740590809567948 ] } }, +{ "type": "Feature", "properties": { "id": 357609516, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308645.940171788213775, 83609.784305820809095 ] } }, +{ "type": "Feature", "properties": { "id": 357609519, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308545.796352515753824, 85175.828231136256363 ] } }, +{ "type": "Feature", "properties": { "id": 357609522, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309228.602203839400318, 85862.085783172209631 ] } }, +{ "type": "Feature", "properties": { "id": 357609525, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309274.630591204215307, 85534.252986264444189 ] } }, +{ "type": "Feature", "properties": { "id": 357609532, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308737.17695736332098, 85800.060825024062069 ] } }, +{ "type": "Feature", "properties": { "id": 357609535, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309577.113239765167236, 87621.02644024498295 ] } }, +{ "type": "Feature", "properties": { "id": 357609538, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308435.185159229207784, 84133.993977879028535 ] } }, +{ "type": "Feature", "properties": { "id": 357609542, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309322.463238255644683, 85307.247083822730929 ] } }, +{ "type": "Feature", "properties": { "id": 357609546, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308576.175396295322571, 83362.726921431545634 ] } }, +{ "type": "Feature", "properties": { "id": 357609549, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309298.165913658274803, 86232.427016022702446 ] } }, +{ "type": "Feature", "properties": { "id": 357609553, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308824.278410662780516, 86031.467196279758355 ] } }, +{ "type": "Feature", "properties": { "id": 357609562, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312620.213116661005188, 83263.89856940327445 ] } }, +{ "type": "Feature", "properties": { "id": 357609566, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311899.175374447368085, 83213.136004902597051 ] } }, +{ "type": "Feature", "properties": { "id": 357609570, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312643.254044772475027, 83320.280752519523958 ] } }, +{ "type": "Feature", "properties": { "id": 357609573, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311732.492582162667532, 85372.112761342519661 ] } }, +{ "type": "Feature", "properties": { "id": 357609576, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311125.790137139556464, 84198.986899395458749 ] } }, +{ "type": "Feature", "properties": { "id": 357609579, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311223.271787537320051, 81793.343783100062865 ] } }, +{ "type": "Feature", "properties": { "id": 357609612, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311354.814280387246981, 87376.571347631121171 ] } }, +{ "type": "Feature", "properties": { "id": 357609616, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314540.832406132249162, 84791.231704988502315 ] } }, +{ "type": "Feature", "properties": { "id": 357609646, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318550.257513144169934, 81314.5942576713569 ] } }, +{ "type": "Feature", "properties": { "id": 357609725, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312784.839084659528453, 85435.711611569204251 ] } }, +{ "type": "Feature", "properties": { "id": 357609728, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317285.422353823261801, 81712.276794962032 ] } }, +{ "type": "Feature", "properties": { "id": 357609747, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308481.423742589831818, 84719.927480163984001 ] } }, +{ "type": "Feature", "properties": { "id": 357609773, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308176.703951696981676, 84842.859917266716366 ] } }, +{ "type": "Feature", "properties": { "id": 357609777, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308616.557081565901171, 83455.548802022560267 ] } }, +{ "type": "Feature", "properties": { "id": 357609780, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308551.500861058069859, 84689.083356054878095 ] } }, +{ "type": "Feature", "properties": { "id": 357609783, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309556.66384453792125, 85060.570001882719225 ] } }, +{ "type": "Feature", "properties": { "id": 357609787, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309018.886579970945604, 85028.967936774308328 ] } }, +{ "type": "Feature", "properties": { "id": 357609793, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308761.351956440077629, 85460.761002148632542 ] } }, +{ "type": "Feature", "properties": { "id": 357609796, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308784.335736232576892, 85584.064955524430843 ] } }, +{ "type": "Feature", "properties": { "id": 357609800, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308317.691979265131522, 85177.685679266782245 ] } }, +{ "type": "Feature", "properties": { "id": 357609803, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308692.601084446010645, 83825.890238457664964 ] } }, +{ "type": "Feature", "properties": { "id": 357609806, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308622.551322124432772, 83825.808047787111718 ] } }, +{ "type": "Feature", "properties": { "id": 357609812, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309159.720472509332467, 84936.789974140556296 ] } }, +{ "type": "Feature", "properties": { "id": 357609818, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308504.449696985888295, 84812.729045405518264 ] } }, +{ "type": "Feature", "properties": { "id": 357609821, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309369.681549870758317, 85060.330157552787568 ] } }, +{ "type": "Feature", "properties": { "id": 357609828, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311098.663172066095285, 86852.148138139993534 ] } }, +{ "type": "Feature", "properties": { "id": 357609831, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309227.405499158892781, 86818.644573494631913 ] } }, +{ "type": "Feature", "properties": { "id": 357609840, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309156.618345839087851, 87435.364933327116887 ] } }, +{ "type": "Feature", "properties": { "id": 357609843, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308830.832395313831512, 85923.449044770663022 ] } }, +{ "type": "Feature", "properties": { "id": 357609847, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309087.784561634238344, 85954.686215376321343 ] } }, +{ "type": "Feature", "properties": { "id": 357609857, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309554.948744974972215, 86880.488271215552231 ] } }, +{ "type": "Feature", "properties": { "id": 357609863, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309180.049613445065916, 87188.839998171373736 ] } }, +{ "type": "Feature", "properties": { "id": 357609872, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309064.580051741562784, 86016.084213674752391 ] } }, +{ "type": "Feature", "properties": { "id": 357609879, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308736.665665868029464, 86231.740590809567948 ] } }, +{ "type": "Feature", "properties": { "id": 357609882, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310373.746757463086396, 86604.115451677775127 ] } }, +{ "type": "Feature", "properties": { "id": 357609885, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309251.692734768672381, 85893.03979198615707 ] } }, +{ "type": "Feature", "properties": { "id": 357609888, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310630.268815487623215, 86912.884855031341431 ] } }, +{ "type": "Feature", "properties": { "id": 357609933, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317912.608567838557065, 84455.506325395734166 ] } }, +{ "type": "Feature", "properties": { "id": 357609937, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313888.483345719461795, 83155.185602181358263 ] } }, +{ "type": "Feature", "properties": { "id": 357609940, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313657.617370253254194, 81488.621739289796096 ] } }, +{ "type": "Feature", "properties": { "id": 357609943, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313469.632571734895464, 82340.193631206377177 ] } }, +{ "type": "Feature", "properties": { "id": 357609947, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313913.369213393423706, 82568.929320833703969 ] } }, +{ "type": "Feature", "properties": { "id": 357609949, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314428.467231771559455, 82446.642294602366746 ] } }, +{ "type": "Feature", "properties": { "id": 357609952, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313959.299188926001079, 83093.469293276590179 ] } }, +{ "type": "Feature", "properties": { "id": 357609955, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314285.787824910483323, 83433.421576968510635 ] } }, +{ "type": "Feature", "properties": { "id": 357609959, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313747.854123988654464, 83432.399756297309068 ] } }, +{ "type": "Feature", "properties": { "id": 357609962, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313912.322168870188762, 83124.305542066911585 ] } }, +{ "type": "Feature", "properties": { "id": 357609964, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313774.15733294346137, 81735.813729970483109 ] } }, +{ "type": "Feature", "properties": { "id": 357609968, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314402.637146806693636, 83495.498692609602585 ] } }, +{ "type": "Feature", "properties": { "id": 357609971, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314496.409547291696072, 83526.18367587524699 ] } }, +{ "type": "Feature", "properties": { "id": 357609977, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313634.537316283560358, 81802.48781201314705 ] } }, +{ "type": "Feature", "properties": { "id": 357609987, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315032.270023534656502, 82333.043940255884081 ] } }, +{ "type": "Feature", "properties": { "id": 357609990, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314730.592776292061899, 83403.371129719496821 ] } }, +{ "type": "Feature", "properties": { "id": 357609994, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313796.673732325318269, 82414.509222244101693 ] } }, +{ "type": "Feature", "properties": { "id": 357609997, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312906.579048648010939, 82690.375995208101813 ] } }, +{ "type": "Feature", "properties": { "id": 357610000, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315665.963784237857908, 83590.424010028451448 ] } }, +{ "type": "Feature", "properties": { "id": 357610003, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313439.481200813374016, 83013.285565352067351 ] } }, +{ "type": "Feature", "properties": { "id": 357610007, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313420.407076278934255, 82545.564062953533721 ] } }, +{ "type": "Feature", "properties": { "id": 357610009, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313890.805867133836728, 81921.158081752219005 ] } }, +{ "type": "Feature", "properties": { "id": 357610052, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315196.045163042901549, 88014.275592723948648 ] } }, +{ "type": "Feature", "properties": { "id": 357610064, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313963.20899175782688, 81026.591429947613506 ] } }, +{ "type": "Feature", "properties": { "id": 357610067, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313446.052407657844014, 82228.736211360999732 ] } }, +{ "type": "Feature", "properties": { "id": 357610071, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314765.840134301397484, 83453.853542104683584 ] } }, +{ "type": "Feature", "properties": { "id": 357610074, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315056.353044581075665, 84391.087326667446177 ] } }, +{ "type": "Feature", "properties": { "id": 357610077, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313990.661168319638819, 82484.773229869475472 ] } }, +{ "type": "Feature", "properties": { "id": 357610080, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314023.433148663782049, 86208.971803158798139 ] } }, +{ "type": "Feature", "properties": { "id": 357610087, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314141.718642120249569, 85500.038119016971905 ] } }, +{ "type": "Feature", "properties": { "id": 357610089, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313990.968970784451813, 85711.566432922321837 ] } }, +{ "type": "Feature", "properties": { "id": 357610091, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313297.772371235419996, 86392.755089884856716 ] } }, +{ "type": "Feature", "properties": { "id": 357610095, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315401.162295809190255, 87291.559125839266926 ] } }, +{ "type": "Feature", "properties": { "id": 357610098, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316336.050890127546154, 87756.178178018744802 ] } }, +{ "type": "Feature", "properties": { "id": 357610105, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318286.550303788506426, 82143.825759763742099 ] } }, +{ "type": "Feature", "properties": { "id": 357610108, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317298.003431524615735, 86215.924063355822 ] } }, +{ "type": "Feature", "properties": { "id": 357610111, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318593.591438978852239, 82486.885653189441655 ] } }, +{ "type": "Feature", "properties": { "id": 357610118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316905.627188384765759, 83901.563000902897329 ] } }, +{ "type": "Feature", "properties": { "id": 357610121, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317562.381133693445008, 83378.218806463497458 ] } }, +{ "type": "Feature", "properties": { "id": 357610124, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319247.20826786319958, 83506.968419566153898 ] } }, +{ "type": "Feature", "properties": { "id": 357610127, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317704.211245427024551, 82392.770880503070657 ] } }, +{ "type": "Feature", "properties": { "id": 357610133, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317127.529290066799149, 83544.530632215595688 ] } }, +{ "type": "Feature", "properties": { "id": 357610139, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318022.83956918050535, 82735.411312568801804 ] } }, +{ "type": "Feature", "properties": { "id": 357610143, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317201.825570501678158, 87511.592111742909765 ] } }, +{ "type": "Feature", "properties": { "id": 357610149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317338.089102897618432, 84467.690061210189015 ] } }, +{ "type": "Feature", "properties": { "id": 357610152, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317808.39961112535093, 83168.264207153231837 ] } }, +{ "type": "Feature", "properties": { "id": 357610156, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317329.227231055148877, 83315.817572135521914 ] } }, +{ "type": "Feature", "properties": { "id": 357610162, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318617.140075123170391, 82579.719945630975417 ] } }, +{ "type": "Feature", "properties": { "id": 357610165, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318008.103547046252061, 82979.386189961063792 ] } }, +{ "type": "Feature", "properties": { "id": 357610175, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316374.296217457100283, 80939.195148865168449 ] } }, +{ "type": "Feature", "properties": { "id": 357610178, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316655.333417761663441, 81186.79930721182609 ] } }, +{ "type": "Feature", "properties": { "id": 357610182, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315717.871457732398994, 81246.16966830365709 ] } }, +{ "type": "Feature", "properties": { "id": 357610185, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315831.567246670776512, 82788.84603123809211 ] } }, +{ "type": "Feature", "properties": { "id": 357610188, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314723.326774804561865, 87043.196876035770401 ] } }, +{ "type": "Feature", "properties": { "id": 357610191, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315098.527831869665533, 86704.62568444943463 ] } }, +{ "type": "Feature", "properties": { "id": 357610195, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315027.171627572737634, 87043.809684972788091 ] } }, +{ "type": "Feature", "properties": { "id": 357610221, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320535.184690595720895, 86037.827400644790032 ] } }, +{ "type": "Feature", "properties": { "id": 357610259, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313843.301226022012997, 82229.470643085820484 ] } }, +{ "type": "Feature", "properties": { "id": 357610262, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314359.142056953452993, 81736.928619313883246 ] } }, +{ "type": "Feature", "properties": { "id": 357610265, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313868.476078930892982, 81489.014916309024557 ] } }, +{ "type": "Feature", "properties": { "id": 357610277, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313938.081632621120661, 81736.121468233221094 ] } }, +{ "type": "Feature", "properties": { "id": 357610282, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313303.889788806554861, 82999.483730117077357 ] } }, +{ "type": "Feature", "properties": { "id": 357610284, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313773.120883207127918, 82291.189172142141615 ] } }, +{ "type": "Feature", "properties": { "id": 357610287, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315406.959305161901284, 84515.511323270431603 ] } }, +{ "type": "Feature", "properties": { "id": 357610296, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313863.259307457017712, 84265.472597115920507 ] } }, +{ "type": "Feature", "properties": { "id": 357610298, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314241.430676744086668, 82106.952123641676735 ] } }, +{ "type": "Feature", "properties": { "id": 357610301, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313634.360090396425221, 81550.428494058098295 ] } }, +{ "type": "Feature", "properties": { "id": 357610305, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315084.151974286301993, 82108.626368776123854 ] } }, +{ "type": "Feature", "properties": { "id": 357610315, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315013.458525816211477, 82416.884232946496923 ] } }, +{ "type": "Feature", "properties": { "id": 357610321, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313798.346319346281234, 81519.808357248446555 ] } }, +{ "type": "Feature", "properties": { "id": 357610327, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313562.227672417124268, 83021.559091350645758 ] } }, +{ "type": "Feature", "properties": { "id": 357610330, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313775.539264395425562, 80995.313960182669689 ] } }, +{ "type": "Feature", "properties": { "id": 357610336, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314213.713636785745621, 84482.191009993941407 ] } }, +{ "type": "Feature", "properties": { "id": 357610342, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314054.902718331781216, 81828.694052116014063 ] } }, +{ "type": "Feature", "properties": { "id": 357610345, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313600.380433972401079, 81849.447573841374833 ] } }, +{ "type": "Feature", "properties": { "id": 357610348, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315127.661987440427765, 83774.427191111200955 ] } }, +{ "type": "Feature", "properties": { "id": 357610352, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313327.919362246000674, 82505.998944664243027 ] } }, +{ "type": "Feature", "properties": { "id": 357610354, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313604.735999572614674, 82973.767200925285579 ] } }, +{ "type": "Feature", "properties": { "id": 357610357, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313796.558108316792641, 82476.358859437779756 ] } }, +{ "type": "Feature", "properties": { "id": 357610360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314285.847694801865146, 83402.496710018705926 ] } }, +{ "type": "Feature", "properties": { "id": 357610363, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314025.368477253185119, 85190.988759064261103 ] } }, +{ "type": "Feature", "properties": { "id": 357610370, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319040.301971896609757, 81747.520171992786345 ] } }, +{ "type": "Feature", "properties": { "id": 357610376, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319738.509765828901436, 82679.221626112761442 ] } }, +{ "type": "Feature", "properties": { "id": 357610384, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317582.20889101002831, 84766.927767547342228 ] } }, +{ "type": "Feature", "properties": { "id": 357610390, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319082.681705950875767, 83506.117477710868116 ] } }, +{ "type": "Feature", "properties": { "id": 357610393, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318287.036059463222045, 83504.102778729604324 ] } }, +{ "type": "Feature", "properties": { "id": 357610406, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322670.845214372209739, 87054.871412846987369 ] } }, +{ "type": "Feature", "properties": { "id": 357610412, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322634.930598755832762, 87035.697582374021295 ] } }, +{ "type": "Feature", "properties": { "id": 357610485, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308316.835478257038631, 85367.471302474892582 ] } }, +{ "type": "Feature", "properties": { "id": 357610491, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308668.015979046409484, 85059.472382438587374 ] } }, +{ "type": "Feature", "properties": { "id": 357610531, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318465.063996443350334, 82475.548582051458652 ] } }, +{ "type": "Feature", "properties": { "id": 357610537, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318317.555825934105087, 85189.806633059401065 ] } }, +{ "type": "Feature", "properties": { "id": 357610540, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318674.939784341200721, 82599.352954067944665 ] } }, +{ "type": "Feature", "properties": { "id": 357610557, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300211.448930470447522, 60828.278448479024519 ] } }, +{ "type": "Feature", "properties": { "id": 357610563, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300124.421396789723076, 60724.067185404834163 ] } }, +{ "type": "Feature", "properties": { "id": 357610581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300351.94109329598723, 61753.883130881069519 ] } }, +{ "type": "Feature", "properties": { "id": 357610803, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299788.618923626723699, 63203.491291790822288 ] } }, +{ "type": "Feature", "properties": { "id": 357610843, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301665.473581700876821, 62300.949960352554626 ] } }, +{ "type": "Feature", "properties": { "id": 357610867, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301525.112194756395184, 64715.10971135613363 ] } }, +{ "type": "Feature", "properties": { "id": 357610871, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300494.75863119144924, 65930.750993809298961 ] } }, +{ "type": "Feature", "properties": { "id": 357611212, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310120.901060933596455, 74685.850151327525964 ] } }, +{ "type": "Feature", "properties": { "id": 357611232, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308588.394248352851719, 77276.913227889977861 ] } }, +{ "type": "Feature", "properties": { "id": 357611235, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308392.582546612422448, 76948.378801591301453 ] } }, +{ "type": "Feature", "properties": { "id": 357611253, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309996.955305707815569, 79259.983548808653723 ] } }, +{ "type": "Feature", "properties": { "id": 357611256, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306703.868286554934457, 79252.022838293196401 ] } }, +{ "type": "Feature", "properties": { "id": 357611319, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311939.779765347950161, 79566.186522725532996 ] } }, +{ "type": "Feature", "properties": { "id": 357611323, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307812.50836389081087, 73769.717303574972902 ] } }, +{ "type": "Feature", "properties": { "id": 357611328, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307119.342964000476059, 74518.829397309935302 ] } }, +{ "type": "Feature", "properties": { "id": 357611342, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308143.939756974345073, 74343.660560415417422 ] } }, +{ "type": "Feature", "properties": { "id": 357611362, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308253.114434434508439, 73386.394254670798546 ] } }, +{ "type": "Feature", "properties": { "id": 357611381, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308037.646098709607031, 72677.860378655735985 ] } }, +{ "type": "Feature", "properties": { "id": 357611385, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306982.827153271762654, 73263.081394410619396 ] } }, +{ "type": "Feature", "properties": { "id": 357611388, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307328.9496839827043, 72738.125105548198917 ] } }, +{ "type": "Feature", "properties": { "id": 357611409, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305904.46368607354816, 73724.736695112369489 ] } }, +{ "type": "Feature", "properties": { "id": 357611412, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306887.501744068111293, 73344.327414380735718 ] } }, +{ "type": "Feature", "properties": { "id": 357611433, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308295.36053403589176, 73017.466497501533013 ] } }, +{ "type": "Feature", "properties": { "id": 357611450, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306887.486344523553271, 73360.848672068648739 ] } }, +{ "type": "Feature", "properties": { "id": 357611457, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308202.113852373673581, 72369.644341820123373 ] } }, +{ "type": "Feature", "properties": { "id": 357611460, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307006.493214916903526, 72738.659583436194225 ] } }, +{ "type": "Feature", "properties": { "id": 357611479, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308197.868259478185792, 76194.955672433919972 ] } }, +{ "type": "Feature", "properties": { "id": 357611496, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309812.514205101586413, 74815.06289175801794 ] } }, +{ "type": "Feature", "properties": { "id": 357611502, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308410.037088216515258, 75177.225812064702041 ] } }, +{ "type": "Feature", "properties": { "id": 357611511, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306819.58591854351107, 75107.806629987026099 ] } }, +{ "type": "Feature", "properties": { "id": 357611514, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307660.462493762257509, 75176.41049786307849 ] } }, +{ "type": "Feature", "properties": { "id": 357611537, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309264.12482410116354, 75467.58255263697356 ] } }, +{ "type": "Feature", "properties": { "id": 357611546, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308151.28012687433511, 75855.581150362821063 ] } }, +{ "type": "Feature", "properties": { "id": 357611549, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307917.033958116720896, 75916.751860977281467 ] } }, +{ "type": "Feature", "properties": { "id": 357611552, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308363.173065634036902, 75084.399041598007898 ] } }, +{ "type": "Feature", "properties": { "id": 357611555, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307707.883778195362538, 75976.261650417203782 ] } }, +{ "type": "Feature", "properties": { "id": 357611560, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308048.870284049480688, 75962.645744463879964 ] } }, +{ "type": "Feature", "properties": { "id": 357611588, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307776.460466293734498, 76224.153685373777989 ] } }, +{ "type": "Feature", "properties": { "id": 357611595, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308550.158142119122203, 75300.661150322121102 ] } }, +{ "type": "Feature", "properties": { "id": 357611598, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306665.46355118858628, 76203.58084552406217 ] } }, +{ "type": "Feature", "properties": { "id": 357611604, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308103.300311030296143, 76780.723973450876656 ] } }, +{ "type": "Feature", "properties": { "id": 357611619, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307777.141507661435753, 75577.280451813450782 ] } }, +{ "type": "Feature", "properties": { "id": 357611651, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312535.320012539974414, 73825.78425018118287 ] } }, +{ "type": "Feature", "properties": { "id": 357611655, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 318099.173236808273941, 75190.374103896479937 ] } }, +{ "type": "Feature", "properties": { "id": 357611665, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312007.139591268089134, 77290.576349072769517 ] } }, +{ "type": "Feature", "properties": { "id": 357611668, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311620.586759847239591, 74410.159848602110287 ] } }, +{ "type": "Feature", "properties": { "id": 357611672, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314266.366515745350625, 75186.214177811139962 ] } }, +{ "type": "Feature", "properties": { "id": 357611675, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308067.685988106124569, 82291.219527964043664 ] } }, +{ "type": "Feature", "properties": { "id": 357611677, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314855.405623020895291, 73428.913480088012875 ] } }, +{ "type": "Feature", "properties": { "id": 357611681, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311314.066227219125722, 75396.727239748011925 ] } }, +{ "type": "Feature", "properties": { "id": 357611685, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311938.732585368852597, 80611.273262947885087 ] } }, +{ "type": "Feature", "properties": { "id": 357611688, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311338.251293948618695, 78920.478540200929274 ] } }, +{ "type": "Feature", "properties": { "id": 357611691, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311157.455492642417084, 81531.441699938746751 ] } }, +{ "type": "Feature", "properties": { "id": 357611693, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312160.125969870015979, 72661.889371025768924 ] } }, +{ "type": "Feature", "properties": { "id": 357611697, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309343.985317527316511, 76929.610834957828047 ] } }, +{ "type": "Feature", "properties": { "id": 357611700, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311667.217440905515105, 78699.858082110804389 ] } }, +{ "type": "Feature", "properties": { "id": 357611703, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310246.240356145135593, 73854.874261888558976 ] } }, +{ "type": "Feature", "properties": { "id": 357611706, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312158.093321144871879, 72723.734886317615747 ] } }, +{ "type": "Feature", "properties": { "id": 357611710, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307491.074299532105215, 74710.251027798862197 ] } }, +{ "type": "Feature", "properties": { "id": 357611714, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309344.604456987348385, 76948.674737205146812 ] } }, +{ "type": "Feature", "properties": { "id": 357611717, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311777.907280019950122, 77039.421087406110018 ] } }, +{ "type": "Feature", "properties": { "id": 357611721, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308092.913886676775292, 73342.583948555795359 ] } }, +{ "type": "Feature", "properties": { "id": 357611724, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310234.594086787838023, 73900.185772601398639 ] } }, +{ "type": "Feature", "properties": { "id": 357611736, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311653.772413236787543, 78661.710488114636973 ] } }, +{ "type": "Feature", "properties": { "id": 357611746, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308678.124190934468061, 78098.427629365061875 ] } }, +{ "type": "Feature", "properties": { "id": 357611757, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309344.614104805805255, 76941.049501779591083 ] } }, +{ "type": "Feature", "properties": { "id": 357611770, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309343.949408675020095, 76957.993655670346925 ] } }, +{ "type": "Feature", "properties": { "id": 357611776, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311777.294429472764023, 77020.356979556047008 ] } }, +{ "type": "Feature", "properties": { "id": 357611780, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308096.134528698166832, 73340.045742085916572 ] } }, +{ "type": "Feature", "properties": { "id": 357611783, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312158.782948461652268, 72695.77694666122261 ] } }, +{ "type": "Feature", "properties": { "id": 357611786, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311666.533506689360365, 78725.698203597406973 ] } }, +{ "type": "Feature", "properties": { "id": 357611789, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307462.151892737252638, 74677.602767138771014 ] } }, +{ "type": "Feature", "properties": { "id": 357611793, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310262.929098644817714, 73885.821896489374922 ] } }, +{ "type": "Feature", "properties": { "id": 357611796, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312145.759316288225818, 72004.404244944744278 ] } }, +{ "type": "Feature", "properties": { "id": 357611799, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315326.032685067504644, 73342.184656514902599 ] } }, +{ "type": "Feature", "properties": { "id": 357611803, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307458.870889940240886, 74740.719320375079405 ] } }, +{ "type": "Feature", "properties": { "id": 357611808, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307329.183484655979555, 78986.579818311874988 ] } }, +{ "type": "Feature", "properties": { "id": 357611815, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307892.7525355804828, 76965.619975958528812 ] } }, +{ "type": "Feature", "properties": { "id": 357611820, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310233.961125539906789, 73892.559683163111913 ] } }, +{ "type": "Feature", "properties": { "id": 357611824, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310233.339310630457476, 73876.88477387050807 ] } }, +{ "type": "Feature", "properties": { "id": 357611833, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314578.045405852142721, 75377.029948121242342 ] } }, +{ "type": "Feature", "properties": { "id": 357611837, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311777.85999026405625, 77069.074771764717298 ] } }, +{ "type": "Feature", "properties": { "id": 357611846, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314843.426521172921639, 77467.724324407245149 ] } }, +{ "type": "Feature", "properties": { "id": 357611859, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308088.409814126964193, 73341.731772057304624 ] } }, +{ "type": "Feature", "properties": { "id": 357611862, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307475.485997106996365, 72309.566557434736751 ] } }, +{ "type": "Feature", "properties": { "id": 357611865, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307473.567436457087751, 72297.279586823395221 ] } }, +{ "type": "Feature", "properties": { "id": 357611879, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308281.513885073654819, 79050.70685894197959 ] } }, +{ "type": "Feature", "properties": { "id": 357611885, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308345.745139246631879, 78549.205914760561427 ] } }, +{ "type": "Feature", "properties": { "id": 357611900, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307681.478850225743372, 79094.962604465152253 ] } }, +{ "type": "Feature", "properties": { "id": 357611908, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307328.556803117447998, 78970.057777097041253 ] } }, +{ "type": "Feature", "properties": { "id": 357611925, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308314.165428918146063, 81463.299846781112137 ] } }, +{ "type": "Feature", "properties": { "id": 357611947, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308812.596235342265572, 76976.827265075291507 ] } }, +{ "type": "Feature", "properties": { "id": 357611951, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308759.14478430931922, 77028.445912921612035 ] } }, +{ "type": "Feature", "properties": { "id": 357611962, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308993.924477067252155, 76505.975181265501305 ] } }, +{ "type": "Feature", "properties": { "id": 357611967, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310208.061004003859125, 79127.677316658038762 ] } }, +{ "type": "Feature", "properties": { "id": 357611970, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308501.023875779123046, 77182.34376506859553 ] } }, +{ "type": "Feature", "properties": { "id": 357611981, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308369.17949275218416, 77165.24818216629501 ] } }, +{ "type": "Feature", "properties": { "id": 357611989, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309344.971074008266442, 76658.915855942628696 ] } }, +{ "type": "Feature", "properties": { "id": 357611998, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309885.074193343054503, 75888.198829676155583 ] } }, +{ "type": "Feature", "properties": { "id": 357612010, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310364.938321224297397, 78691.984422824214562 ] } }, +{ "type": "Feature", "properties": { "id": 357612017, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311140.605623417475726, 81621.225436293316307 ] } }, +{ "type": "Feature", "properties": { "id": 357612030, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308828.927361568959896, 77306.003367899378645 ] } }, +{ "type": "Feature", "properties": { "id": 357612033, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309556.606283934903331, 76165.664085942640668 ] } }, +{ "type": "Feature", "properties": { "id": 357612039, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308996.697054551099427, 77926.393278011237271 ] } }, +{ "type": "Feature", "properties": { "id": 357612045, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309483.710672284360044, 78324.787183675187407 ] } }, +{ "type": "Feature", "properties": { "id": 357612048, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309907.448343646421563, 76474.524972793893539 ] } }, +{ "type": "Feature", "properties": { "id": 357612058, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308994.578606475144625, 76497.079862360071274 ] } }, +{ "type": "Feature", "properties": { "id": 357612061, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307976.103771216701716, 78408.577232125739101 ] } }, +{ "type": "Feature", "properties": { "id": 357612064, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310323.118102871230803, 78705.05824725907587 ] } }, +{ "type": "Feature", "properties": { "id": 357612093, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310233.393827576888725, 79409.000400923541747 ] } }, +{ "type": "Feature", "properties": { "id": 357612110, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309098.796120354731102, 77016.571424198235036 ] } }, +{ "type": "Feature", "properties": { "id": 357612113, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308459.442782829049975, 77543.648222266041557 ] } }, +{ "type": "Feature", "properties": { "id": 357612116, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312100.774932476575486, 81382.539916276567965 ] } }, +{ "type": "Feature", "properties": { "id": 357612125, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314193.710317600576673, 80180.19899407797493 ] } }, +{ "type": "Feature", "properties": { "id": 357612128, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311986.226392815180589, 79870.84959268097009 ] } }, +{ "type": "Feature", "properties": { "id": 357612134, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308804.268222335726023, 73168.86485605451162 ] } }, +{ "type": "Feature", "properties": { "id": 357612147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310449.902768301253673, 73637.41735309107753 ] } }, +{ "type": "Feature", "properties": { "id": 357612156, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309189.368257437366992, 73497.641158742218977 ] } }, +{ "type": "Feature", "properties": { "id": 357612160, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308716.808911784377415, 73110.724908009055071 ] } }, +{ "type": "Feature", "properties": { "id": 357612176, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309472.125520696106832, 72310.161463621203438 ] } }, +{ "type": "Feature", "properties": { "id": 357612179, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308716.008362995053176, 73789.367259647871833 ] } }, +{ "type": "Feature", "properties": { "id": 357612189, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309228.19652695429977, 73325.698797267919872 ] } }, +{ "type": "Feature", "properties": { "id": 357612200, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308787.950749424577225, 72277.968206393314176 ] } }, +{ "type": "Feature", "properties": { "id": 357612219, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309137.400887215044349, 73367.52458969662257 ] } }, +{ "type": "Feature", "properties": { "id": 357612223, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308483.108083940460347, 72616.933124560193392 ] } }, +{ "type": "Feature", "properties": { "id": 357612241, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309488.900552383449394, 74283.840163220753311 ] } }, +{ "type": "Feature", "properties": { "id": 357612248, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308882.00004664179869, 72216.231861017586198 ] } }, +{ "type": "Feature", "properties": { "id": 357612257, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311110.407601923216134, 73915.430399049932021 ] } }, +{ "type": "Feature", "properties": { "id": 357612259, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311999.398053159180563, 71758.040892567194533 ] } }, +{ "type": "Feature", "properties": { "id": 357612262, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310426.082336928287987, 74099.979937345735379 ] } }, +{ "type": "Feature", "properties": { "id": 357612271, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310848.302971528610215, 73607.067074913415127 ] } }, +{ "type": "Feature", "properties": { "id": 357612274, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310331.224757124437019, 74747.566678309201961 ] } }, +{ "type": "Feature", "properties": { "id": 357612280, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311426.555937875353266, 78790.137755080781062 ] } }, +{ "type": "Feature", "properties": { "id": 357612293, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311435.431854906782974, 78457.181316730886465 ] } }, +{ "type": "Feature", "properties": { "id": 357612303, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317677.412310054001864, 76401.343843497146736 ] } }, +{ "type": "Feature", "properties": { "id": 357612341, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 313390.874495532829314, 77918.22718457459996 ] } }, +{ "type": "Feature", "properties": { "id": 357612355, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311496.653506189177278, 78790.246565785520943 ] } }, +{ "type": "Feature", "properties": { "id": 357612389, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312580.826740339980461, 74689.629638868078473 ] } }, +{ "type": "Feature", "properties": { "id": 357612394, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311969.393475950986613, 73987.940687031150446 ] } }, +{ "type": "Feature", "properties": { "id": 357612400, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313793.633141435508151, 74747.712826165938168 ] } }, +{ "type": "Feature", "properties": { "id": 357612406, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312371.013625476101879, 73948.781647175754188 ] } }, +{ "type": "Feature", "properties": { "id": 357612422, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312710.041837963683065, 72888.605481393926311 ] } }, +{ "type": "Feature", "properties": { "id": 357612425, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312406.691930624656379, 75695.018432766082697 ] } }, +{ "type": "Feature", "properties": { "id": 357612429, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312413.789607869402971, 75682.745252905748202 ] } }, +{ "type": "Feature", "properties": { "id": 357612432, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312724.499616592889652, 72715.368780541073647 ] } }, +{ "type": "Feature", "properties": { "id": 357612436, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312370.961847484810278, 73979.706050923152361 ] } }, +{ "type": "Feature", "properties": { "id": 357612440, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311620.926574969955254, 74194.112497201218503 ] } }, +{ "type": "Feature", "properties": { "id": 357612443, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312322.59601914457744, 74812.468894099292811 ] } }, +{ "type": "Feature", "properties": { "id": 357612447, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312345.489554812549613, 74974.331390619234298 ] } }, +{ "type": "Feature", "properties": { "id": 357612458, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312430.071958833723329, 73652.768249882981763 ] } }, +{ "type": "Feature", "properties": { "id": 357612480, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312021.609604411001783, 72745.116336154183955 ] } }, +{ "type": "Feature", "properties": { "id": 357612483, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 313239.781033530307468, 75017.818753503466723 ] } }, +{ "type": "Feature", "properties": { "id": 357612491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312746.005137670610566, 72934.418657349291607 ] } }, +{ "type": "Feature", "properties": { "id": 357612502, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312654.08032723137876, 72869.446428514405852 ] } }, +{ "type": "Feature", "properties": { "id": 357612508, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312677.567966435686685, 72684.363684355223086 ] } }, +{ "type": "Feature", "properties": { "id": 357612520, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313097.546093185490463, 73950.033830833839602 ] } }, +{ "type": "Feature", "properties": { "id": 357612527, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313236.17550021794159, 74875.474669331742916 ] } }, +{ "type": "Feature", "properties": { "id": 357612531, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311689.017247245006729, 75490.084695089346496 ] } }, +{ "type": "Feature", "properties": { "id": 357612542, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311360.606489955214784, 75674.696069121157052 ] } }, +{ "type": "Feature", "properties": { "id": 357612568, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314099.089770771912299, 75854.79587141922093 ] } }, +{ "type": "Feature", "properties": { "id": 357612572, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310937.510167204891331, 76815.30195200208982 ] } }, +{ "type": "Feature", "properties": { "id": 357612576, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311624.131414469098672, 75428.980441998326569 ] } }, +{ "type": "Feature", "properties": { "id": 357612579, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312197.012441632163245, 76828.288791829021648 ] } }, +{ "type": "Feature", "properties": { "id": 357612591, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311500.447482171701267, 76353.558778595237527 ] } }, +{ "type": "Feature", "properties": { "id": 357612599, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311076.493625718925614, 77648.356220775007387 ] } }, +{ "type": "Feature", "properties": { "id": 357612606, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314433.81083400757052, 73459.002395219111349 ] } }, +{ "type": "Feature", "properties": { "id": 357612616, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314672.037906197423581, 74052.544154441100545 ] } }, +{ "type": "Feature", "properties": { "id": 357612619, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314699.087664408900309, 74364.808480181905907 ] } }, +{ "type": "Feature", "properties": { "id": 357612621, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313507.254244109091815, 80397.926534684564103 ] } }, +{ "type": "Feature", "properties": { "id": 357612625, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311705.234144981135614, 79870.398731363049592 ] } }, +{ "type": "Feature", "properties": { "id": 357612628, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314209.42267356836237, 80368.319879979622783 ] } }, +{ "type": "Feature", "properties": { "id": 357612645, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312319.500104000035208, 80908.438331540965009 ] } }, +{ "type": "Feature", "properties": { "id": 357612669, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313084.859590426494833, 81106.742377512506209 ] } }, +{ "type": "Feature", "properties": { "id": 357612676, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323996.812992287392262, 57690.475306598898896 ] } }, +{ "type": "Feature", "properties": { "id": 357612679, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325509.299267372640315, 55227.547926584884408 ] } }, +{ "type": "Feature", "properties": { "id": 357612682, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323792.24816999444738, 53308.792513555432379 ] } }, +{ "type": "Feature", "properties": { "id": 357612698, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325284.149108919722494, 52388.560998268643743 ] } }, +{ "type": "Feature", "properties": { "id": 357612752, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324604.760796629823744, 51738.56926381043013 ] } }, +{ "type": "Feature", "properties": { "id": 357612773, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311501.896542016766034, 79552.782555805839365 ] } }, +{ "type": "Feature", "properties": { "id": 357612785, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327767.244923045509495, 54050.816713095562591 ] } }, +{ "type": "Feature", "properties": { "id": 357612790, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326095.224410306371283, 58853.622017916677578 ] } }, +{ "type": "Feature", "properties": { "id": 357612793, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326107.637571604223922, 58807.915182801836636 ] } }, +{ "type": "Feature", "properties": { "id": 357612796, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326173.453919458086602, 60072.644168243547028 ] } }, +{ "type": "Feature", "properties": { "id": 357612804, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325295.53396198223345, 62463.455709893765743 ] } }, +{ "type": "Feature", "properties": { "id": 357612807, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325555.200656898319721, 63232.368342163965281 ] } }, +{ "type": "Feature", "properties": { "id": 357612817, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327301.802173970500007, 59706.478138814411068 ] } }, +{ "type": "Feature", "properties": { "id": 357612820, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327539.665366700617597, 60588.060163757691043 ] } }, +{ "type": "Feature", "properties": { "id": 357612824, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327213.41261083597783, 60247.959378101870243 ] } }, +{ "type": "Feature", "properties": { "id": 357612828, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327360.775232038344257, 59974.422060643031728 ] } }, +{ "type": "Feature", "properties": { "id": 357612836, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326269.007601189892739, 59671.817166789413022 ] } }, +{ "type": "Feature", "properties": { "id": 357612840, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327370.256160024437122, 60200.245246831669647 ] } }, +{ "type": "Feature", "properties": { "id": 357612843, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327854.924775961611886, 60243.991335090453504 ] } }, +{ "type": "Feature", "properties": { "id": 357612856, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326878.540097886812873, 61385.420444928437064 ] } }, +{ "type": "Feature", "properties": { "id": 357612863, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327013.73716675787, 61432.934281465131789 ] } }, +{ "type": "Feature", "properties": { "id": 357612867, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327340.309746105689555, 61325.687213258126576 ] } }, +{ "type": "Feature", "properties": { "id": 357612871, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326711.982294150104281, 61453.443561052874429 ] } }, +{ "type": "Feature", "properties": { "id": 357612882, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327031.109111382975243, 61441.893689512646233 ] } }, +{ "type": "Feature", "properties": { "id": 357612917, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326248.372963884554338, 62762.459896961001505 ] } }, +{ "type": "Feature", "properties": { "id": 357612919, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326841.641243220714387, 63560.568198161614418 ] } }, +{ "type": "Feature", "properties": { "id": 357613013, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323942.759007588843815, 58650.213980240936507 ] } }, +{ "type": "Feature", "properties": { "id": 357613018, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324017.419167427753564, 58893.187882675789297 ] } }, +{ "type": "Feature", "properties": { "id": 357613021, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324152.261319839511998, 59069.003702632217028 ] } }, +{ "type": "Feature", "properties": { "id": 357613037, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323644.097692953422666, 58275.201267628188361 ] } }, +{ "type": "Feature", "properties": { "id": 357613040, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323789.057441523764282, 58519.668397709108831 ] } }, +{ "type": "Feature", "properties": { "id": 357613045, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324085.695341199461836, 58916.708581303559185 ] } }, +{ "type": "Feature", "properties": { "id": 357613049, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324640.605414255405776, 62103.288671861664625 ] } }, +{ "type": "Feature", "properties": { "id": 357613052, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324617.265060245932546, 60012.235207301004266 ] } }, +{ "type": "Feature", "properties": { "id": 357613056, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324935.952779583225492, 61870.440824699879158 ] } }, +{ "type": "Feature", "properties": { "id": 357613059, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324699.908576911722776, 60556.858455249712279 ] } }, +{ "type": "Feature", "properties": { "id": 357613062, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323957.920642177341506, 60142.240361160649627 ] } }, +{ "type": "Feature", "properties": { "id": 357613067, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325134.628702352696564, 61827.480263937475684 ] } }, +{ "type": "Feature", "properties": { "id": 357613074, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325204.256838100904133, 62012.838137782899139 ] } }, +{ "type": "Feature", "properties": { "id": 357613087, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327066.804993843426928, 53258.607194137912302 ] } }, +{ "type": "Feature", "properties": { "id": 357613104, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324956.346441316243727, 51986.711457744597283 ] } }, +{ "type": "Feature", "properties": { "id": 357613118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327439.76285462413216, 54663.838065962059773 ] } }, +{ "type": "Feature", "properties": { "id": 357613131, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327496.080068395705894, 54440.378195772056642 ] } }, +{ "type": "Feature", "properties": { "id": 357613142, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327855.283985090150964, 56548.783349916469888 ] } }, +{ "type": "Feature", "properties": { "id": 357613158, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323816.778359070478473, 53306.329642547032563 ] } }, +{ "type": "Feature", "properties": { "id": 357613225, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325523.505658339476213, 55411.022109621735581 ] } }, +{ "type": "Feature", "properties": { "id": 357613232, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325271.929511863214429, 54457.026504418659897 ] } }, +{ "type": "Feature", "properties": { "id": 357613236, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324234.510479605174623, 57383.704455659011728 ] } }, +{ "type": "Feature", "properties": { "id": 357613239, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325297.058107679069508, 55411.939736632673885 ] } }, +{ "type": "Feature", "properties": { "id": 357613243, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325599.837271192693152, 54978.351155439457216 ] } }, +{ "type": "Feature", "properties": { "id": 357613251, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324642.23338982736459, 54638.330144459148869 ] } }, +{ "type": "Feature", "properties": { "id": 357613258, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324213.17308843054343, 56610.960159560490865 ] } }, +{ "type": "Feature", "properties": { "id": 357613266, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325272.589179537841119, 54452.792610310752934 ] } }, +{ "type": "Feature", "properties": { "id": 357613273, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323464.10028469277313, 57484.161804263967497 ] } }, +{ "type": "Feature", "properties": { "id": 357613277, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324048.941553658340126, 57526.281546393889585 ] } }, +{ "type": "Feature", "properties": { "id": 357613282, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324593.289914464694448, 55193.526141257876588 ] } }, +{ "type": "Feature", "properties": { "id": 357613286, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325520.717774976277724, 55096.690280764152703 ] } }, +{ "type": "Feature", "properties": { "id": 357613293, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324210.717480414139573, 51834.27887075288163 ] } }, +{ "type": "Feature", "properties": { "id": 357613301, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324768.451164707774296, 51622.197307289017772 ] } }, +{ "type": "Feature", "properties": { "id": 357614072, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 323579.346200614818372, 58155.1114898728556 ] } }, +{ "type": "Feature", "properties": { "id": 357614105, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 323339.005093110084999, 50716.533512048466946 ] } }, +{ "type": "Feature", "properties": { "id": 357614133, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 327722.964385782717727, 60016.436901317305455 ] } }, +{ "type": "Feature", "properties": { "id": 357614157, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 325160.274699647852685, 52375.854569369148521 ] } }, +{ "type": "Feature", "properties": { "id": 357614175, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 327486.523568262055051, 54233.618685902256402 ] } }, +{ "type": "Feature", "properties": { "id": 357614189, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 325993.959127054084092, 57758.641098192892969 ] } }, +{ "type": "Feature", "properties": { "id": 357614257, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 325157.676493108272552, 55041.225715820146434 ] } }, +{ "type": "Feature", "properties": { "id": 357614279, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 324675.961768138804473, 51872.244162892202439 ] } }, +{ "type": "Feature", "properties": { "id": 357614336, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325024.969413956278004, 66423.376482382343966 ] } }, +{ "type": "Feature", "properties": { "id": 357614353, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326631.672934324480593, 46480.072261141700437 ] } }, +{ "type": "Feature", "properties": { "id": 357614363, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324326.87066694983514, 75558.172057108546142 ] } }, +{ "type": "Feature", "properties": { "id": 357614404, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325579.373245659284294, 69470.687356848444324 ] } }, +{ "type": "Feature", "properties": { "id": 357614562, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309696.873639372293837, 77128.745828493309091 ] } }, +{ "type": "Feature", "properties": { "id": 357614565, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309873.083342539845034, 77157.78579280822305 ] } }, +{ "type": "Feature", "properties": { "id": 357614570, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309522.243259920447599, 77370.408532245419337 ] } }, +{ "type": "Feature", "properties": { "id": 357614680, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323409.085164976655506, 68342.594281835583388 ] } }, +{ "type": "Feature", "properties": { "id": 357614703, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 327613.842074884101748, 51407.738049675324874 ] } }, +{ "type": "Feature", "properties": { "id": 357614734, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 324142.216857290361077, 74771.317174077295931 ] } }, +{ "type": "Feature", "properties": { "id": 357614767, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321548.683468756382354, 70058.112291671379353 ] } }, +{ "type": "Feature", "properties": { "id": 357614780, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321376.139957271283492, 46823.977708302787505 ] } }, +{ "type": "Feature", "properties": { "id": 357614809, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 324993.751411633973476, 68798.090756449921173 ] } }, +{ "type": "Feature", "properties": { "id": 357615362, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308157.011479746026453, 73577.764917149193934 ] } }, +{ "type": "Feature", "properties": { "id": 357615373, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308224.898838537395932, 73295.283971415105043 ] } }, +{ "type": "Feature", "properties": { "id": 357616245, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306084.943207595963031, 68682.098899206685019 ] } }, +{ "type": "Feature", "properties": { "id": 357616290, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301336.406837552436627, 67830.783177080229507 ] } }, +{ "type": "Feature", "properties": { "id": 357616308, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306268.142925490508787, 76663.712646049214527 ] } }, +{ "type": "Feature", "properties": { "id": 357616314, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304545.576590647920966, 73292.104572871336131 ] } }, +{ "type": "Feature", "properties": { "id": 357616317, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305403.69143267988693, 72980.472751842899015 ] } }, +{ "type": "Feature", "properties": { "id": 357616320, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306677.314687214442529, 78037.887041073685396 ] } }, +{ "type": "Feature", "properties": { "id": 357616326, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304478.57075866300147, 73414.066866813940578 ] } }, +{ "type": "Feature", "properties": { "id": 357616341, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304943.351685976842418, 74186.627113490394549 ] } }, +{ "type": "Feature", "properties": { "id": 357616350, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305225.242962206830271, 73221.385402033178252 ] } }, +{ "type": "Feature", "properties": { "id": 357616353, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305079.764813462505117, 69516.294345221293042 ] } }, +{ "type": "Feature", "properties": { "id": 357616357, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305738.396328763745259, 76254.060959811176872 ] } }, +{ "type": "Feature", "properties": { "id": 357616359, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306811.156084015441593, 77271.671303310969961 ] } }, +{ "type": "Feature", "properties": { "id": 357616362, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306597.308038883609697, 77602.751951734055183 ] } }, +{ "type": "Feature", "properties": { "id": 357616369, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305084.044223859556951, 74526.044547173965839 ] } }, +{ "type": "Feature", "properties": { "id": 357616375, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304358.496162697672844, 72952.6705507136503 ] } }, +{ "type": "Feature", "properties": { "id": 357616388, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307040.937471510027535, 78465.239412921742769 ] } }, +{ "type": "Feature", "properties": { "id": 357616395, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302940.721627543971408, 71112.606296566678793 ] } }, +{ "type": "Feature", "properties": { "id": 357616401, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302869.907406315091066, 71112.578461931800121 ] } }, +{ "type": "Feature", "properties": { "id": 357616420, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 286481.871605105290655, 52232.366354472738749 ] } }, +{ "type": "Feature", "properties": { "id": 357616425, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 290604.176106885191984, 44637.021372591880208 ] } }, +{ "type": "Feature", "properties": { "id": 357616429, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 288390.967474510893226, 51799.587593747259234 ] } }, +{ "type": "Feature", "properties": { "id": 357616440, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 289562.728915295971092, 49700.123632385788369 ] } }, +{ "type": "Feature", "properties": { "id": 357616449, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289329.895408802374732, 51211.898340904888755 ] } }, +{ "type": "Feature", "properties": { "id": 357616455, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293557.387838921684306, 47628.783292912055913 ] } }, +{ "type": "Feature", "properties": { "id": 357616474, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289381.769306610629428, 51825.636457161599537 ] } }, +{ "type": "Feature", "properties": { "id": 357616518, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293363.725865332758985, 52767.348356496993802 ] } }, +{ "type": "Feature", "properties": { "id": 357616533, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289439.345554873521905, 51917.901454799866769 ] } }, +{ "type": "Feature", "properties": { "id": 357616536, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288707.748711089137942, 51711.410573134984588 ] } }, +{ "type": "Feature", "properties": { "id": 357616539, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288764.792230340011884, 52297.602110910171177 ] } }, +{ "type": "Feature", "properties": { "id": 357616545, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288789.045837791927624, 52544.53094953733671 ] } }, +{ "type": "Feature", "properties": { "id": 357616551, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280424.898183473851532, 39593.078954394892207 ] } }, +{ "type": "Feature", "properties": { "id": 357616561, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292738.886576033895835, 51979.170044370053802 ] } }, +{ "type": "Feature", "properties": { "id": 357616564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290285.424526638351381, 44948.784290839939786 ] } }, +{ "type": "Feature", "properties": { "id": 357616568, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290028.977092622546479, 45453.642623840096348 ] } }, +{ "type": "Feature", "properties": { "id": 357616581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292900.960731323517393, 49356.86332155692071 ] } }, +{ "type": "Feature", "properties": { "id": 357616594, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286582.113009402353782, 51987.760221510659903 ] } }, +{ "type": "Feature", "properties": { "id": 357616599, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293583.440722315805033, 50867.25931028607738 ] } }, +{ "type": "Feature", "properties": { "id": 357616606, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293887.810146985284518, 49695.719283471597009 ] } }, +{ "type": "Feature", "properties": { "id": 357616609, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294310.863281833822839, 49910.152901091387321 ] } }, +{ "type": "Feature", "properties": { "id": 357616616, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286174.64155378122814, 48071.379205058678053 ] } }, +{ "type": "Feature", "properties": { "id": 357616636, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290284.775418119854294, 45932.82844938767812 ] } }, +{ "type": "Feature", "properties": { "id": 357616649, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292099.771882859233301, 48216.89233533298102 ] } }, +{ "type": "Feature", "properties": { "id": 357616663, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279787.790053700213321, 41148.158464473686763 ] } }, +{ "type": "Feature", "properties": { "id": 357616672, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289329.807587123592384, 51150.898474843459553 ] } }, +{ "type": "Feature", "properties": { "id": 357616682, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289072.333593717194162, 51644.780644570768345 ] } }, +{ "type": "Feature", "properties": { "id": 357616685, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286440.901318821881432, 51710.551653291258845 ] } }, +{ "type": "Feature", "properties": { "id": 357616687, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287561.006224118464161, 51466.704821696170256 ] } }, +{ "type": "Feature", "properties": { "id": 357616694, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287942.870030609192327, 51307.219502687839849 ] } }, +{ "type": "Feature", "properties": { "id": 357616697, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286393.534281297586858, 51926.680381204132573 ] } }, +{ "type": "Feature", "properties": { "id": 357616734, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285219.284786402306054, 40484.691730176382407 ] } }, +{ "type": "Feature", "properties": { "id": 357616738, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280610.069422622560523, 41675.051670890570676 ] } }, +{ "type": "Feature", "properties": { "id": 357616753, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285540.492231227864977, 48072.165178438357543 ] } }, +{ "type": "Feature", "properties": { "id": 357616769, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 289835.134582620637957, 45422.982298685550631 ] } }, +{ "type": "Feature", "properties": { "id": 357616874, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310387.333863456209656, 63196.799901343052625 ] } }, +{ "type": "Feature", "properties": { "id": 357616880, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308166.632254428055603, 61943.500735191541025 ] } }, +{ "type": "Feature", "properties": { "id": 357616892, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307253.164421657857019, 60091.773759704803524 ] } }, +{ "type": "Feature", "properties": { "id": 357616895, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308216.424576532095671, 59475.573567644853028 ] } }, +{ "type": "Feature", "properties": { "id": 357616898, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314011.190199296863284, 60092.584437191922916 ] } }, +{ "type": "Feature", "properties": { "id": 357616902, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314248.030283426109236, 59975.695046273198386 ] } }, +{ "type": "Feature", "properties": { "id": 357616908, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312403.132598427822813, 68612.052050500758924 ] } }, +{ "type": "Feature", "properties": { "id": 357616920, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312315.185669280064758, 58765.348377176866052 ] } }, +{ "type": "Feature", "properties": { "id": 357616926, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317363.625989769643638, 59882.374107608884515 ] } }, +{ "type": "Feature", "properties": { "id": 357616932, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318451.002706120838411, 58714.131097353514633 ] } }, +{ "type": "Feature", "properties": { "id": 357616936, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 324630.129833413695451, 65249.470877311709046 ] } }, +{ "type": "Feature", "properties": { "id": 357616939, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321327.539877916686237, 57867.002384407358477 ] } }, +{ "type": "Feature", "properties": { "id": 357616942, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312639.082529862702359, 54877.120504533675557 ] } }, +{ "type": "Feature", "properties": { "id": 357616946, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321648.503018671297468, 48883.517887260037242 ] } }, +{ "type": "Feature", "properties": { "id": 357616949, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321422.857453290023841, 49208.619689234656107 ] } }, +{ "type": "Feature", "properties": { "id": 357616955, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316783.556322115473449, 59792.924180984118721 ] } }, +{ "type": "Feature", "properties": { "id": 357616959, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316699.910631869570352, 59716.484212130671949 ] } }, +{ "type": "Feature", "properties": { "id": 357616966, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317594.011693640903104, 58165.58161128230131 ] } }, +{ "type": "Feature", "properties": { "id": 357616973, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314472.747903443058021, 58807.800515053233539 ] } }, +{ "type": "Feature", "properties": { "id": 357616989, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312348.647153675847221, 57260.72639500322839 ] } }, +{ "type": "Feature", "properties": { "id": 357616992, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319840.405869242327753, 58325.456135974629433 ] } }, +{ "type": "Feature", "properties": { "id": 357617001, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315992.980150264163967, 56558.146617243342916 ] } }, +{ "type": "Feature", "properties": { "id": 357617005, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313759.474037594744004, 58157.463024279124511 ] } }, +{ "type": "Feature", "properties": { "id": 357617011, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317954.371670467371587, 59020.031183735889499 ] } }, +{ "type": "Feature", "properties": { "id": 357617015, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316578.258160453173332, 57607.878906190097041 ] } }, +{ "type": "Feature", "properties": { "id": 357617018, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313195.287046953919344, 58464.827413377402991 ] } }, +{ "type": "Feature", "properties": { "id": 357617027, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312715.479282632994, 58103.915634762393893 ] } }, +{ "type": "Feature", "properties": { "id": 357617034, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319957.02486896107439, 58603.661236653177184 ] } }, +{ "type": "Feature", "properties": { "id": 357617042, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320689.384685856406577, 56598.159626782071427 ] } }, +{ "type": "Feature", "properties": { "id": 357617048, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310915.568501691159327, 59849.300733340460283 ] } }, +{ "type": "Feature", "properties": { "id": 357617063, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314512.52914404287003, 58251.248681355704321 ] } }, +{ "type": "Feature", "properties": { "id": 357617066, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313728.648647585650906, 59130.872299865040986 ] } }, +{ "type": "Feature", "properties": { "id": 357617072, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311896.36976160510676, 58558.786936185861123 ] } }, +{ "type": "Feature", "properties": { "id": 357617075, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315590.327639740891755, 58161.091634083095414 ] } }, +{ "type": "Feature", "properties": { "id": 357617080, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310775.148149865970481, 59756.746950051892782 ] } }, +{ "type": "Feature", "properties": { "id": 357617100, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314149.534505955816712, 54834.525073524127947 ] } }, +{ "type": "Feature", "properties": { "id": 357617103, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314806.192908618948422, 56841.194617943539924 ] } }, +{ "type": "Feature", "properties": { "id": 357617106, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313242.251738015504088, 58526.75898406401393 ] } }, +{ "type": "Feature", "properties": { "id": 357617116, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312748.507160690205637, 58772.859664231145871 ] } }, +{ "type": "Feature", "properties": { "id": 357617123, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314086.786104613333009, 58651.589490317710442 ] } }, +{ "type": "Feature", "properties": { "id": 357617138, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315901.040000483510084, 55817.471806369547267 ] } }, +{ "type": "Feature", "properties": { "id": 357617151, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320004.787765799672343, 58110.278268886824662 ] } }, +{ "type": "Feature", "properties": { "id": 357617173, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315322.927072103542741, 57114.205970451475878 ] } }, +{ "type": "Feature", "properties": { "id": 357617186, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312732.947938535828143, 58821.124957604901283 ] } }, +{ "type": "Feature", "properties": { "id": 357617189, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314039.47662300535012, 58775.618744915322168 ] } }, +{ "type": "Feature", "properties": { "id": 357617193, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315423.75887664174661, 58250.125476839115436 ] } }, +{ "type": "Feature", "properties": { "id": 357617199, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316532.385495582944714, 58510.922901833444485 ] } }, +{ "type": "Feature", "properties": { "id": 357617202, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312539.559606627561152, 57260.623597586607502 ] } }, +{ "type": "Feature", "properties": { "id": 357617209, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312139.969882175966632, 58261.381431660724047 ] } }, +{ "type": "Feature", "properties": { "id": 357617214, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317959.626279565971345, 59246.254559276574582 ] } }, +{ "type": "Feature", "properties": { "id": 357617231, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313006.107784464140423, 57862.960294388758484 ] } }, +{ "type": "Feature", "properties": { "id": 357617244, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311636.904341811721679, 58295.733686052568373 ] } }, +{ "type": "Feature", "properties": { "id": 357617250, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316974.859686793119181, 58750.419386282679625 ] } }, +{ "type": "Feature", "properties": { "id": 357617253, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320877.640234749414958, 56631.729876864927064 ] } }, +{ "type": "Feature", "properties": { "id": 357617261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314806.043849430338014, 56915.750373785827833 ] } }, +{ "type": "Feature", "properties": { "id": 357617271, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314042.074462495569605, 58765.880532155839319 ] } }, +{ "type": "Feature", "properties": { "id": 357617274, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316936.16689000360202, 60160.546559144415369 ] } }, +{ "type": "Feature", "properties": { "id": 357617280, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310977.10247713024728, 65741.05018569350068 ] } }, +{ "type": "Feature", "properties": { "id": 357617284, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316136.735895390622318, 66059.324867430113954 ] } }, +{ "type": "Feature", "properties": { "id": 357617287, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319196.623634398623835, 66597.004953148294589 ] } }, +{ "type": "Feature", "properties": { "id": 357617295, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322583.865130271122325, 67155.58423134869372 ] } }, +{ "type": "Feature", "properties": { "id": 357617298, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318364.352331232104916, 65564.226261378382333 ] } }, +{ "type": "Feature", "properties": { "id": 357617305, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311131.586545928264968, 65828.970012073681573 ] } }, +{ "type": "Feature", "properties": { "id": 357617314, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318952.851076771039516, 65448.791918076814909 ] } }, +{ "type": "Feature", "properties": { "id": 357617317, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322447.671200333687011, 67037.403127474302892 ] } }, +{ "type": "Feature", "properties": { "id": 357617326, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311588.302423540386371, 65032.846029145017383 ] } }, +{ "type": "Feature", "properties": { "id": 357617330, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317427.734549156273715, 65784.36008147544635 ] } }, +{ "type": "Feature", "properties": { "id": 357617333, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314634.332936499908101, 66765.337615714539425 ] } }, +{ "type": "Feature", "properties": { "id": 357617338, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315810.028478748747148, 66103.099284323528991 ] } }, +{ "type": "Feature", "properties": { "id": 357617343, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315521.619476228079293, 68772.138643051323015 ] } }, +{ "type": "Feature", "properties": { "id": 357617346, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315455.939330304390751, 66304.417058304141392 ] } }, +{ "type": "Feature", "properties": { "id": 357617348, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314542.592346530815121, 65593.003740263913642 ] } }, +{ "type": "Feature", "properties": { "id": 357617361, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315942.687784621783067, 69112.354552241333295 ] } }, +{ "type": "Feature", "properties": { "id": 357617374, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310695.527719193254597, 65771.561798117822036 ] } }, +{ "type": "Feature", "properties": { "id": 357617377, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310846.849831636354793, 65381.629982783262676 ] } }, +{ "type": "Feature", "properties": { "id": 357617380, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311297.10146883217385, 65862.686789904473699 ] } }, +{ "type": "Feature", "properties": { "id": 357617383, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315574.025568957673386, 65903.4977951504261 ] } }, +{ "type": "Feature", "properties": { "id": 357617386, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316794.386460903158877, 65813.819112741344725 ] } }, +{ "type": "Feature", "properties": { "id": 357617389, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317761.622152491647284, 65443.293952376508969 ] } }, +{ "type": "Feature", "properties": { "id": 357617394, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310954.640915841970127, 65247.501967695803614 ] } }, +{ "type": "Feature", "properties": { "id": 357617403, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311547.372747628949583, 65662.701880902983248 ] } }, +{ "type": "Feature", "properties": { "id": 357617406, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315833.413871291500982, 65410.532892370101763 ] } }, +{ "type": "Feature", "properties": { "id": 357617410, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313083.397178174636792, 68489.951081518869614 ] } }, +{ "type": "Feature", "properties": { "id": 357617417, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314079.63387188478373, 66135.186906471164548 ] } }, +{ "type": "Feature", "properties": { "id": 357617423, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318412.377787074598018, 65940.942886099830503 ] } }, +{ "type": "Feature", "properties": { "id": 357617432, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315832.158937959757168, 65996.818311370065203 ] } }, +{ "type": "Feature", "properties": { "id": 357617436, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316535.103814258880448, 65660.732227117216098 ] } }, +{ "type": "Feature", "properties": { "id": 357617441, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311188.877533381688409, 65432.973575183576031 ] } }, +{ "type": "Feature", "properties": { "id": 357617458, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314238.481160602241289, 65941.050064115508576 ] } }, +{ "type": "Feature", "properties": { "id": 357617476, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315739.810368219506927, 65194.711393415011116 ] } }, +{ "type": "Feature", "properties": { "id": 357617479, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314674.26197925087763, 65795.329770435928367 ] } }, +{ "type": "Feature", "properties": { "id": 357617499, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317373.819247004576027, 65699.085869477581582 ] } }, +{ "type": "Feature", "properties": { "id": 357617504, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315618.664547036460135, 65814.632006614265265 ] } }, +{ "type": "Feature", "properties": { "id": 357617511, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321646.931225274980534, 66628.340737376609468 ] } }, +{ "type": "Feature", "properties": { "id": 357617553, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323001.410649618715979, 62131.054505348110979 ] } }, +{ "type": "Feature", "properties": { "id": 357617556, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323166.243805771751795, 63009.728726300570997 ] } }, +{ "type": "Feature", "properties": { "id": 357617559, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321998.455843594740145, 58886.913652330302284 ] } }, +{ "type": "Feature", "properties": { "id": 357617568, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322059.914209638140164, 57304.892469935999543 ] } }, +{ "type": "Feature", "properties": { "id": 357617571, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322085.053345025749877, 61416.585898311750498 ] } }, +{ "type": "Feature", "properties": { "id": 357617577, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321435.463587882753927, 60240.410302181662701 ] } }, +{ "type": "Feature", "properties": { "id": 357617597, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321989.749401442706585, 61600.151996977991075 ] } }, +{ "type": "Feature", "properties": { "id": 357617599, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322248.315904435061384, 61787.316407788086508 ] } }, +{ "type": "Feature", "properties": { "id": 357617609, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322383.68333666480612, 61359.447479642702092 ] } }, +{ "type": "Feature", "properties": { "id": 357617612, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322525.447557834442705, 55229.31071200734732 ] } }, +{ "type": "Feature", "properties": { "id": 357617625, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323254.754381361999549, 62530.470678036755999 ] } }, +{ "type": "Feature", "properties": { "id": 357617628, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322216.992712272913195, 56543.278655118207098 ] } }, +{ "type": "Feature", "properties": { "id": 357617631, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322524.814786227128934, 55649.53426040316117 ] } }, +{ "type": "Feature", "properties": { "id": 357617634, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322117.655868597445078, 54382.971852046823187 ] } }, +{ "type": "Feature", "properties": { "id": 357617640, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322301.462225778959692, 55268.029090861571603 ] } }, +{ "type": "Feature", "properties": { "id": 357617643, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310774.264367233030498, 63905.640626089050784 ] } }, +{ "type": "Feature", "properties": { "id": 357617650, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313823.833345222519711, 61334.6970172169531 ] } }, +{ "type": "Feature", "properties": { "id": 357617652, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315334.135640473221429, 62599.201986037587631 ] } }, +{ "type": "Feature", "properties": { "id": 357617662, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318323.211147301422898, 63966.659316657744057 ] } }, +{ "type": "Feature", "properties": { "id": 357617669, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318252.896558758686297, 63997.409620516482391 ] } }, +{ "type": "Feature", "properties": { "id": 357617686, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310745.109782586223446, 64013.620587352546863 ] } }, +{ "type": "Feature", "properties": { "id": 357617712, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315013.198381491238251, 64173.12908411128592 ] } }, +{ "type": "Feature", "properties": { "id": 357617718, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313145.321525112434756, 60818.343983685146668 ] } }, +{ "type": "Feature", "properties": { "id": 357617721, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310788.189395058958326, 60983.555667759515927 ] } }, +{ "type": "Feature", "properties": { "id": 357617747, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310760.462763051444199, 60988.175077513624274 ] } }, +{ "type": "Feature", "properties": { "id": 357617760, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319609.439974975481164, 60553.05996179828071 ] } }, +{ "type": "Feature", "properties": { "id": 357617782, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314254.366702225932386, 60033.318937392847147 ] } }, +{ "type": "Feature", "properties": { "id": 357617789, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315446.747526320570614, 61140.077463274967158 ] } }, +{ "type": "Feature", "properties": { "id": 357617795, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319974.579863491235301, 60701.031209251261316 ] } }, +{ "type": "Feature", "properties": { "id": 357617804, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314515.379694531613495, 60415.080121090701141 ] } }, +{ "type": "Feature", "properties": { "id": 357617823, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321073.456924558326136, 48558.22192906033888 ] } }, +{ "type": "Feature", "properties": { "id": 357617826, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312499.224633913952857, 45218.55675926789263 ] } }, +{ "type": "Feature", "properties": { "id": 357617829, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320966.696978618332651, 49090.398747158636979 ] } }, +{ "type": "Feature", "properties": { "id": 357617832, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320781.343001924920827, 49105.126858811068814 ] } }, +{ "type": "Feature", "properties": { "id": 357617835, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315496.806594446534291, 46747.937467910283885 ] } }, +{ "type": "Feature", "properties": { "id": 357617838, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321089.152056930179242, 48488.794306787436653 ] } }, +{ "type": "Feature", "properties": { "id": 357617868, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316130.461088434618432, 46731.497073873237241 ] } }, +{ "type": "Feature", "properties": { "id": 357617870, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311431.428307345719077, 45167.271993158217811 ] } }, +{ "type": "Feature", "properties": { "id": 357617894, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308421.785280545183923, 59760.473409246347728 ] } }, +{ "type": "Feature", "properties": { "id": 357617900, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307675.336937007552478, 60832.254969984809577 ] } }, +{ "type": "Feature", "properties": { "id": 357617907, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308497.591062215215061, 60000.326027257957321 ] } }, +{ "type": "Feature", "properties": { "id": 357617913, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308991.111600337491836, 59754.365160623965494 ] } }, +{ "type": "Feature", "properties": { "id": 357617926, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307728.617239466460887, 59814.363577755146252 ] } }, +{ "type": "Feature", "properties": { "id": 357618004, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307999.4334596277331, 64565.080804629316845 ] } }, +{ "type": "Feature", "properties": { "id": 357618024, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306520.475372150423937, 66260.217982726928312 ] } }, +{ "type": "Feature", "properties": { "id": 357618069, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306566.74710249301279, 66383.955412248673383 ] } }, +{ "type": "Feature", "properties": { "id": 357618078, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305330.325043396034744, 64935.459318971108587 ] } }, +{ "type": "Feature", "properties": { "id": 357618086, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321457.547646310995333, 59071.717192869160499 ] } }, +{ "type": "Feature", "properties": { "id": 357618089, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321417.726764896709938, 56787.467883643097593 ] } }, +{ "type": "Feature", "properties": { "id": 357618092, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320009.848069575033151, 48349.823647761208122 ] } }, +{ "type": "Feature", "properties": { "id": 357618108, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321460.818380037788302, 59055.629268688680895 ] } }, +{ "type": "Feature", "properties": { "id": 357618130, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321452.987300674372818, 59087.801381726458203 ] } }, +{ "type": "Feature", "properties": { "id": 357618133, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321447.117716809676494, 59110.659635598429304 ] } }, +{ "type": "Feature", "properties": { "id": 357618136, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315511.269785772950854, 56495.274421054804407 ] } }, +{ "type": "Feature", "properties": { "id": 357618139, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306637.496538391860668, 65788.835283296182752 ] } }, +{ "type": "Feature", "properties": { "id": 357618145, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305338.675616452470422, 64970.625577072307351 ] } }, +{ "type": "Feature", "properties": { "id": 357618186, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320341.140216064988635, 55396.672075427726668 ] } }, +{ "type": "Feature", "properties": { "id": 357618189, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305817.153755244857166, 65272.601961892374675 ] } }, +{ "type": "Feature", "properties": { "id": 357618199, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314034.483317076344974, 58688.344642176889465 ] } }, +{ "type": "Feature", "properties": { "id": 357618222, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 319271.673225709819235, 66224.415029348398093 ] } }, +{ "type": "Feature", "properties": { "id": 357618226, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305874.844588962499984, 66453.694075253530173 ] } }, +{ "type": "Feature", "properties": { "id": 357618231, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312884.2184630582924, 68595.506295378814684 ] } }, +{ "type": "Feature", "properties": { "id": 357618235, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311612.368772956717294, 64477.521087959095894 ] } }, +{ "type": "Feature", "properties": { "id": 357618241, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310347.012734295974951, 63457.691312125309196 ] } }, +{ "type": "Feature", "properties": { "id": 357618245, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 321112.310498252685647, 48519.783840323390905 ] } }, +{ "type": "Feature", "properties": { "id": 357618260, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 324104.073170786490664, 64359.408254821319133 ] } }, +{ "type": "Feature", "properties": { "id": 357618266, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 320138.887197164469399, 60732.400438239892537 ] } }, +{ "type": "Feature", "properties": { "id": 357618269, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 313578.118607262906153, 54363.245463468832895 ] } }, +{ "type": "Feature", "properties": { "id": 357618278, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 315237.127349846938159, 61821.241487692204828 ] } }, +{ "type": "Feature", "properties": { "id": 357618282, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314430.675212766160257, 60212.002649495865626 ] } }, +{ "type": "Feature", "properties": { "id": 357618285, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314610.473383919801563, 67104.609360740098055 ] } }, +{ "type": "Feature", "properties": { "id": 357618288, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 322189.907575414748862, 66860.399221956700785 ] } }, +{ "type": "Feature", "properties": { "id": 357618295, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308809.487265827716328, 62297.110165302437963 ] } }, +{ "type": "Feature", "properties": { "id": 357618301, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304269.122650042641908, 64994.077206081754412 ] } }, +{ "type": "Feature", "properties": { "id": 357618311, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 316034.00698264350649, 62629.914922424235556 ] } }, +{ "type": "Feature", "properties": { "id": 357618314, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311129.67249459103914, 62818.318753701911191 ] } }, +{ "type": "Feature", "properties": { "id": 357618320, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308005.237024821690284, 59197.874677239386074 ] } }, +{ "type": "Feature", "properties": { "id": 357618323, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 321977.776729006203823, 54772.280349409113114 ] } }, +{ "type": "Feature", "properties": { "id": 357618326, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 321464.812736301682889, 56787.604207875017892 ] } }, +{ "type": "Feature", "properties": { "id": 357618333, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314290.186120486934669, 54833.94784314003482 ] } }, +{ "type": "Feature", "properties": { "id": 357618336, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307037.086363366339356, 65612.979645040424657 ] } }, +{ "type": "Feature", "properties": { "id": 357618339, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 316463.346867428859696, 56497.329655681845907 ] } }, +{ "type": "Feature", "properties": { "id": 357618342, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314588.995416941819713, 58063.737718540192873 ] } }, +{ "type": "Feature", "properties": { "id": 357618346, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306710.03223366860766, 63947.012603694158315 ] } }, +{ "type": "Feature", "properties": { "id": 357618349, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 318092.722084230685141, 62302.122654471982969 ] } }, +{ "type": "Feature", "properties": { "id": 357618352, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 315708.555576863058377, 68988.579832436327706 ] } }, +{ "type": "Feature", "properties": { "id": 357618392, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317843.302537872921675, 68438.480634729872691 ] } }, +{ "type": "Feature", "properties": { "id": 357618399, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317730.742985879885964, 48182.203678918194782 ] } }, +{ "type": "Feature", "properties": { "id": 357618425, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319207.204835215583444, 57799.351018120774825 ] } }, +{ "type": "Feature", "properties": { "id": 357618428, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321432.358232297119685, 67984.995198132819496 ] } }, +{ "type": "Feature", "properties": { "id": 357618458, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315342.398736962932162, 63276.582718270823534 ] } }, +{ "type": "Feature", "properties": { "id": 357618462, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315232.354202792572323, 63200.527887139542145 ] } }, +{ "type": "Feature", "properties": { "id": 357618465, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315387.605248838663101, 63230.925936170882778 ] } }, +{ "type": "Feature", "properties": { "id": 357618484, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 324629.820939250348601, 65342.242565560431103 ] } }, +{ "type": "Feature", "properties": { "id": 357618499, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300652.405971534666605, 60730.025501240976155 ] } }, +{ "type": "Feature", "properties": { "id": 357618522, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300665.240885472274385, 61380.699494730622973 ] } }, +{ "type": "Feature", "properties": { "id": 357618525, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300774.167321467597503, 61506.947457145397493 ] } }, +{ "type": "Feature", "properties": { "id": 357618546, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301504.526740314729977, 61383.787826972838957 ] } }, +{ "type": "Feature", "properties": { "id": 357618558, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300232.016026111319661, 62807.834428399990429 ] } }, +{ "type": "Feature", "properties": { "id": 357618564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300468.549858578015119, 62707.025013218713866 ] } }, +{ "type": "Feature", "properties": { "id": 357618567, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300398.958901673729997, 62432.517819015432906 ] } }, +{ "type": "Feature", "properties": { "id": 357618570, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300154.682796513894573, 62547.308583559795807 ] } }, +{ "type": "Feature", "properties": { "id": 357618575, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300099.89841967454413, 62612.968109259702032 ] } }, +{ "type": "Feature", "properties": { "id": 357618581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299979.375393360562157, 62463.431050625607895 ] } }, +{ "type": "Feature", "properties": { "id": 357618597, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 298919.879071267729159, 49830.951371006914997 ] } }, +{ "type": "Feature", "properties": { "id": 357618603, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303688.400894015212543, 53765.441446721677494 ] } }, +{ "type": "Feature", "properties": { "id": 357618658, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298250.206653382570948, 51865.256830822931079 ] } }, +{ "type": "Feature", "properties": { "id": 357618713, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300868.651986268698238, 58329.848657964321319 ] } }, +{ "type": "Feature", "properties": { "id": 357618716, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300868.604922417725902, 58731.011004220774339 ] } }, +{ "type": "Feature", "properties": { "id": 357618728, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300888.668451977253426, 58119.738617769093253 ] } }, +{ "type": "Feature", "properties": { "id": 357618758, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300363.678950674249791, 58997.422219981002854 ] } }, +{ "type": "Feature", "properties": { "id": 357618877, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302532.462024166015908, 58264.994267809139274 ] } }, +{ "type": "Feature", "properties": { "id": 357618957, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304206.038022746448405, 56953.401148397300858 ] } }, +{ "type": "Feature", "properties": { "id": 357618963, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303273.912196201214101, 57184.646843370217539 ] } }, +{ "type": "Feature", "properties": { "id": 357619029, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304039.073190288559999, 56788.522682199916744 ] } }, +{ "type": "Feature", "properties": { "id": 357619045, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304437.793905548576731, 56617.611185674017179 ] } }, +{ "type": "Feature", "properties": { "id": 357619065, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306012.443930003035348, 56450.547759581007995 ] } }, +{ "type": "Feature", "properties": { "id": 357619098, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303662.378285557846539, 59410.495817785871623 ] } }, +{ "type": "Feature", "properties": { "id": 357619102, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303497.796219405019656, 59753.120312910286884 ] } }, +{ "type": "Feature", "properties": { "id": 357619111, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303122.485363326966763, 59903.3356609952898 ] } }, +{ "type": "Feature", "properties": { "id": 357619117, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303193.927062290313188, 60192.271343687680201 ] } }, +{ "type": "Feature", "properties": { "id": 357619133, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301301.763412126747426, 52395.525582308779121 ] } }, +{ "type": "Feature", "properties": { "id": 357619152, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304718.162430977332406, 59996.952319522002654 ] } }, +{ "type": "Feature", "properties": { "id": 357619161, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303793.526142594171688, 62683.412825500563486 ] } }, +{ "type": "Feature", "properties": { "id": 357619164, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303711.68869174720021, 62655.412666663818527 ] } }, +{ "type": "Feature", "properties": { "id": 357619177, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303852.950475166086107, 62433.086490556721401 ] } }, +{ "type": "Feature", "properties": { "id": 357619184, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303712.384376297064591, 53549.411452435801039 ] } }, +{ "type": "Feature", "properties": { "id": 357619191, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303313.374076715495903, 52593.131222837095265 ] } }, +{ "type": "Feature", "properties": { "id": 357619201, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302233.912398807937279, 51740.845349645096576 ] } }, +{ "type": "Feature", "properties": { "id": 357619219, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305030.803297141159419, 48676.548236304246529 ] } }, +{ "type": "Feature", "properties": { "id": 357619231, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309276.269743206619751, 57040.197497033128457 ] } }, +{ "type": "Feature", "properties": { "id": 357619238, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310379.071935152518563, 57596.594976586231496 ] } }, +{ "type": "Feature", "properties": { "id": 357619245, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307305.188241484225728, 55063.530943242367357 ] } }, +{ "type": "Feature", "properties": { "id": 357619248, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308854.003692282480188, 56330.1282974419737 ] } }, +{ "type": "Feature", "properties": { "id": 357619272, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304690.203686506079976, 59350.498783417235245 ] } }, +{ "type": "Feature", "properties": { "id": 357619275, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304744.665279392735101, 55863.770475077173614 ] } }, +{ "type": "Feature", "properties": { "id": 357619291, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302045.002296003513038, 50988.458184510367573 ] } }, +{ "type": "Feature", "properties": { "id": 357619307, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303385.311970794165973, 49107.696227530221222 ] } }, +{ "type": "Feature", "properties": { "id": 357619312, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303397.333993314707186, 59492.550632284808671 ] } }, +{ "type": "Feature", "properties": { "id": 357619314, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303403.649326807877515, 59780.611372083898459 ] } }, +{ "type": "Feature", "properties": { "id": 357619338, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303526.026764908863697, 49200.108771471102955 ] } }, +{ "type": "Feature", "properties": { "id": 357619348, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303967.163107273168862, 59780.89191318419762 ] } }, +{ "type": "Feature", "properties": { "id": 357619354, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302608.708889955014456, 52342.071817778160039 ] } }, +{ "type": "Feature", "properties": { "id": 357619358, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304435.961300265917089, 57523.295254301126988 ] } }, +{ "type": "Feature", "properties": { "id": 357619360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303362.372881996794604, 47009.971777726874279 ] } }, +{ "type": "Feature", "properties": { "id": 357619363, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 294029.004410525900312, 49448.639507463289192 ] } }, +{ "type": "Feature", "properties": { "id": 357619373, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 290159.103973822318949, 51988.924624354382104 ] } }, +{ "type": "Feature", "properties": { "id": 357619376, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307254.312924262078013, 58919.633391252100409 ] } }, +{ "type": "Feature", "properties": { "id": 357619383, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300390.014658956963103, 48677.816893092931423 ] } }, +{ "type": "Feature", "properties": { "id": 357619392, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307453.611564723658375, 58873.233783000454423 ] } }, +{ "type": "Feature", "properties": { "id": 357619396, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307425.868082951812539, 58888.87963216524804 ] } }, +{ "type": "Feature", "properties": { "id": 357619399, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307411.075997691485099, 58849.892298602571827 ] } }, +{ "type": "Feature", "properties": { "id": 357619412, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305445.38925977848703, 51267.217872588546015 ] } }, +{ "type": "Feature", "properties": { "id": 357619415, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303872.963596300047357, 57440.798385729722213 ] } }, +{ "type": "Feature", "properties": { "id": 357619422, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303758.767411907610949, 53703.629497324604017 ] } }, +{ "type": "Feature", "properties": { "id": 357619428, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306106.534611735667568, 55771.996889373593149 ] } }, +{ "type": "Feature", "properties": { "id": 357619447, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307822.094324695703108, 54940.787514474402997 ] } }, +{ "type": "Feature", "properties": { "id": 357619470, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303223.764820334559772, 59777.141933823011641 ] } }, +{ "type": "Feature", "properties": { "id": 357619474, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301803.628308123617899, 53435.173006295131927 ] } }, +{ "type": "Feature", "properties": { "id": 357619489, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309816.659184029267635, 56639.732174952907371 ] } }, +{ "type": "Feature", "properties": { "id": 357619495, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306103.609995972074103, 59319.334457857905363 ] } }, +{ "type": "Feature", "properties": { "id": 357619510, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306929.385669554932974, 55402.483503650248167 ] } }, +{ "type": "Feature", "properties": { "id": 357619526, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303201.464938441233244, 54684.876564308222441 ] } }, +{ "type": "Feature", "properties": { "id": 357619529, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304511.203491301392205, 53642.625740814553865 ] } }, +{ "type": "Feature", "properties": { "id": 357619533, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303770.390363200800493, 49882.241169133718358 ] } }, +{ "type": "Feature", "properties": { "id": 357619538, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303334.710982448479626, 59669.169380159546563 ] } }, +{ "type": "Feature", "properties": { "id": 357619555, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304801.122824935417157, 47376.762041761081491 ] } }, +{ "type": "Feature", "properties": { "id": 357619561, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302491.638921868172474, 51173.289102946808271 ] } }, +{ "type": "Feature", "properties": { "id": 357619564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302492.283284545410424, 51176.67820475728513 ] } }, +{ "type": "Feature", "properties": { "id": 357619574, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300986.63248182379175, 48881.628542282684066 ] } }, +{ "type": "Feature", "properties": { "id": 357619581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305640.029161662911065, 49115.422858387355518 ] } }, +{ "type": "Feature", "properties": { "id": 357619590, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303149.982314296416007, 49816.71560601289093 ] } }, +{ "type": "Feature", "properties": { "id": 357619599, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301786.201385266613215, 50772.773542831026134 ] } }, +{ "type": "Feature", "properties": { "id": 357619607, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304982.943337358476128, 50711.538970991350652 ] } }, +{ "type": "Feature", "properties": { "id": 357619609, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303743.595257431617938, 59461.793781817963463 ] } }, +{ "type": "Feature", "properties": { "id": 357619612, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303290.302945354720578, 50773.288641451443254 ] } }, +{ "type": "Feature", "properties": { "id": 357619615, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303690.781225054641254, 48984.147940980066778 ] } }, +{ "type": "Feature", "properties": { "id": 357619619, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304099.742928887717426, 54387.943538506267942 ] } }, +{ "type": "Feature", "properties": { "id": 357619622, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301971.1357551367837, 56881.302049006211746 ] } }, +{ "type": "Feature", "properties": { "id": 357619625, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302562.435635576199275, 49909.259834147291258 ] } }, +{ "type": "Feature", "properties": { "id": 357619628, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302902.504541068046819, 48691.506695607211441 ] } }, +{ "type": "Feature", "properties": { "id": 357619635, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302857.953561103553511, 48682.169974994838412 ] } }, +{ "type": "Feature", "properties": { "id": 357619642, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301098.602428467129357, 47102.908465551066911 ] } }, +{ "type": "Feature", "properties": { "id": 357619649, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305904.595471422595438, 55799.791593211499276 ] } }, +{ "type": "Feature", "properties": { "id": 357619658, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303761.192919083696324, 48922.759908341671689 ] } }, +{ "type": "Feature", "properties": { "id": 357619668, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303609.944042522227392, 61156.186643676512176 ] } }, +{ "type": "Feature", "properties": { "id": 357619681, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301818.238126258656848, 57009.19410137237719 ] } }, +{ "type": "Feature", "properties": { "id": 357619695, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303667.627857613260858, 48799.018979454966029 ] } }, +{ "type": "Feature", "properties": { "id": 357619698, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303691.518882522417698, 48799.454446747935435 ] } }, +{ "type": "Feature", "properties": { "id": 357619727, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302255.870819595991634, 51698.067304234944459 ] } }, +{ "type": "Feature", "properties": { "id": 357619733, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303570.945661965932231, 53796.307562133741158 ] } }, +{ "type": "Feature", "properties": { "id": 357619742, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300431.988952753541525, 48634.611037453236349 ] } }, +{ "type": "Feature", "properties": { "id": 357619749, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303878.537733318516985, 51719.49582899640518 ] } }, +{ "type": "Feature", "properties": { "id": 357619764, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303428.91140782792354, 55350.049664041122014 ] } }, +{ "type": "Feature", "properties": { "id": 357619779, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304064.749323429132346, 53488.172698181580927 ] } }, +{ "type": "Feature", "properties": { "id": 357619802, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304302.323975048551802, 48861.207162832426548 ] } }, +{ "type": "Feature", "properties": { "id": 357619813, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304056.002582476940006, 48244.292649522343709 ] } }, +{ "type": "Feature", "properties": { "id": 357619823, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304837.770058984926436, 60475.714258187719679 ] } }, +{ "type": "Feature", "properties": { "id": 357619857, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301828.852786452102009, 55815.455561669958115 ] } }, +{ "type": "Feature", "properties": { "id": 357619864, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301782.398698527424131, 55844.673508680185478 ] } }, +{ "type": "Feature", "properties": { "id": 357619895, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300672.255539608071558, 55116.29972529126826 ] } }, +{ "type": "Feature", "properties": { "id": 357619898, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306974.654395522898994, 51859.012954284044099 ] } }, +{ "type": "Feature", "properties": { "id": 357619908, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303157.500893977412488, 59435.68012863794138 ] } }, +{ "type": "Feature", "properties": { "id": 357619914, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303226.345124394982122, 59774.177756214150577 ] } }, +{ "type": "Feature", "properties": { "id": 357619918, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303199.461197069380432, 59321.3222731396163 ] } }, +{ "type": "Feature", "properties": { "id": 357619920, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306435.804453017422929, 55463.885642371962604 ] } }, +{ "type": "Feature", "properties": { "id": 357619923, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306428.699949996254873, 55473.198950415753643 ] } }, +{ "type": "Feature", "properties": { "id": 357619926, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303718.404512056848034, 49266.285914086496632 ] } }, +{ "type": "Feature", "properties": { "id": 357619933, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304295.340946007112507, 59783.193132064414385 ] } }, +{ "type": "Feature", "properties": { "id": 357619939, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302606.768963015230838, 52352.661413320842257 ] } }, +{ "type": "Feature", "properties": { "id": 357619959, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303334.716325470770244, 59657.308177115330182 ] } }, +{ "type": "Feature", "properties": { "id": 357619962, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303314.381025740003679, 50341.216747090948047 ] } }, +{ "type": "Feature", "properties": { "id": 357619969, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303922.954419518529903, 59253.892009015362419 ] } }, +{ "type": "Feature", "properties": { "id": 357619986, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303117.969671843165997, 59909.264361954628839 ] } }, +{ "type": "Feature", "properties": { "id": 357620018, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303110.693385393416975, 51131.162013211236626 ] } }, +{ "type": "Feature", "properties": { "id": 357620024, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304154.907365637714975, 59564.95150728077715 ] } }, +{ "type": "Feature", "properties": { "id": 357620031, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302373.254922286258079, 51975.992724615331099 ] } }, +{ "type": "Feature", "properties": { "id": 357620034, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302608.062147631484549, 52345.884090274026676 ] } }, +{ "type": "Feature", "properties": { "id": 357620037, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303774.271384967723861, 49867.84039887097606 ] } }, +{ "type": "Feature", "properties": { "id": 357620039, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303423.578275735315401, 59906.857704326255771 ] } }, +{ "type": "Feature", "properties": { "id": 357620046, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303400.548930931778159, 59512.038370875801775 ] } }, +{ "type": "Feature", "properties": { "id": 357620052, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304636.202877409872599, 49813.683664064839832 ] } }, +{ "type": "Feature", "properties": { "id": 357620056, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301339.439515536825638, 51050.144231261336245 ] } }, +{ "type": "Feature", "properties": { "id": 357620074, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304910.419371071038768, 50073.956917703821091 ] } }, +{ "type": "Feature", "properties": { "id": 357620087, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304631.034736017114483, 49818.763755444873823 ] } }, +{ "type": "Feature", "properties": { "id": 357620116, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306238.121208380558528, 71839.045859408972319 ] } }, +{ "type": "Feature", "properties": { "id": 357620119, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306237.485728978994302, 71829.302031499290024 ] } }, +{ "type": "Feature", "properties": { "id": 357620122, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306238.110839211498387, 71851.330870652105659 ] } }, +{ "type": "Feature", "properties": { "id": 357620125, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306638.261492518591695, 72826.009377122813021 ] } }, +{ "type": "Feature", "properties": { "id": 357620128, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309673.16188215627335, 72146.903842799947597 ] } }, +{ "type": "Feature", "properties": { "id": 357620132, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310625.733013319142628, 73091.194938403670676 ] } }, +{ "type": "Feature", "properties": { "id": 357620136, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306964.689682456315495, 71338.550886449360405 ] } }, +{ "type": "Feature", "properties": { "id": 357620221, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304317.450451706128661, 72704.40401178628963 ] } }, +{ "type": "Feature", "properties": { "id": 357620244, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299929.756510383915156, 63419.532923670951277 ] } }, +{ "type": "Feature", "properties": { "id": 357620261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299916.21695781085873, 62854.005415303028713 ] } }, +{ "type": "Feature", "properties": { "id": 357620336, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301686.252684288599994, 61624.864148588741955 ] } }, +{ "type": "Feature", "properties": { "id": 357620356, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300460.061588924960233, 64472.657885890628677 ] } }, +{ "type": "Feature", "properties": { "id": 357620372, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300234.571661416848656, 63511.884681910494692 ] } }, +{ "type": "Feature", "properties": { "id": 357620380, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300117.28778477886226, 63388.609525655687321 ] } }, +{ "type": "Feature", "properties": { "id": 357620387, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300924.109129496093374, 63512.785905234304664 ] } }, +{ "type": "Feature", "properties": { "id": 357620429, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301501.397416621097364, 64098.318643658974906 ] } }, +{ "type": "Feature", "properties": { "id": 357620439, "poi_type_1": "research_institute", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302185.771751460677478, 63941.327381559371133 ] } }, +{ "type": "Feature", "properties": { "id": 357620571, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301875.785463852982502, 69157.252109083958203 ] } }, +{ "type": "Feature", "properties": { "id": 357620590, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302521.190721856080927, 70513.451734923859476 ] } }, +{ "type": "Feature", "properties": { "id": 357620593, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302508.956601462094113, 70518.107397178377141 ] } }, +{ "type": "Feature", "properties": { "id": 357620634, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301680.492333500529639, 67117.903220237029018 ] } }, +{ "type": "Feature", "properties": { "id": 357620637, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301675.345662692678161, 67090.366855682237656 ] } }, +{ "type": "Feature", "properties": { "id": 357620705, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302955.425813361362088, 66535.82769276892941 ] } }, +{ "type": "Feature", "properties": { "id": 357620708, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303024.93300660821842, 66688.781949155731127 ] } }, +{ "type": "Feature", "properties": { "id": 357620798, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303587.621620315883774, 68633.4436659875646 ] } }, +{ "type": "Feature", "properties": { "id": 357620803, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303621.145383222261444, 68558.479389065716532 ] } }, +{ "type": "Feature", "properties": { "id": 357620806, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303728.0561648082803, 68541.16412973489787 ] } }, +{ "type": "Feature", "properties": { "id": 357620861, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304131.223822007072158, 69639.824084744876018 ] } }, +{ "type": "Feature", "properties": { "id": 357620883, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303509.39059141871985, 66570.806489218128263 ] } }, +{ "type": "Feature", "properties": { "id": 357620895, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303236.038605444889981, 67090.885091033182107 ] } }, +{ "type": "Feature", "properties": { "id": 357620915, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304175.617376690846868, 67421.354765552285244 ] } }, +{ "type": "Feature", "properties": { "id": 357620942, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302835.86323895608075, 70916.005294671849697 ] } }, +{ "type": "Feature", "properties": { "id": 357620948, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303304.891244036552962, 71563.916475383142824 ] } }, +{ "type": "Feature", "properties": { "id": 357620961, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303692.202014263893943, 71989.415535177555284 ] } }, +{ "type": "Feature", "properties": { "id": 357620964, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303725.05664349719882, 71936.902973669406492 ] } }, +{ "type": "Feature", "properties": { "id": 357620976, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304358.514402406523004, 72921.746156402601628 ] } }, +{ "type": "Feature", "properties": { "id": 357620989, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304657.500306361180265, 73384.947544912007288 ] } }, +{ "type": "Feature", "properties": { "id": 357620992, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304402.532636756950524, 73577.539395777101163 ] } }, +{ "type": "Feature", "properties": { "id": 357620994, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304779.67870368482545, 73538.800473755662097 ] } }, +{ "type": "Feature", "properties": { "id": 357621006, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303961.393898141919635, 70546.278399317627191 ] } }, +{ "type": "Feature", "properties": { "id": 357621009, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304043.772782954329159, 70600.122810368760838 ] } }, +{ "type": "Feature", "properties": { "id": 357621012, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303956.168786000169348, 70685.646756761008874 ] } }, +{ "type": "Feature", "properties": { "id": 357621025, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303773.634316255396698, 71348.094206845344161 ] } }, +{ "type": "Feature", "properties": { "id": 357621030, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304359.551565848581959, 71163.294225331585039 ] } }, +{ "type": "Feature", "properties": { "id": 357621056, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304570.876831895147916, 70885.950262858197675 ] } }, +{ "type": "Feature", "properties": { "id": 357621059, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304640.972038204374257, 71009.267581860811333 ] } }, +{ "type": "Feature", "properties": { "id": 357621082, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305083.224818897841033, 71039.211950451877783 ] } }, +{ "type": "Feature", "properties": { "id": 357621088, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304982.043247836758383, 71201.389855233865092 ] } }, +{ "type": "Feature", "properties": { "id": 357621094, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305233.692896499007475, 71285.864332327793818 ] } }, +{ "type": "Feature", "properties": { "id": 357621096, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305007.61733866907889, 71461.510436496959301 ] } }, +{ "type": "Feature", "properties": { "id": 357621102, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304662.727025271917228, 71220.668083695229143 ] } }, +{ "type": "Feature", "properties": { "id": 357621124, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305124.367992274230346, 72051.69489687193709 ] } }, +{ "type": "Feature", "properties": { "id": 357621136, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304475.968710432644002, 72397.372557906550355 ] } }, +{ "type": "Feature", "properties": { "id": 357621138, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304897.480212276044767, 72520.913790938473539 ] } }, +{ "type": "Feature", "properties": { "id": 357621158, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305203.573833768779878, 70176.380587720763288 ] } }, +{ "type": "Feature", "properties": { "id": 357621164, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305251.128850897715893, 70302.653080049407436 ] } }, +{ "type": "Feature", "properties": { "id": 357621175, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305414.461551235173829, 70578.124221115096589 ] } }, +{ "type": "Feature", "properties": { "id": 357621178, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305458.259235923236702, 70553.162818881697604 ] } }, +{ "type": "Feature", "properties": { "id": 357621183, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304545.121329410816543, 74032.172722053262987 ] } }, +{ "type": "Feature", "properties": { "id": 357621192, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 305217.8399888111162, 75501.742417663685046 ] } }, +{ "type": "Feature", "properties": { "id": 357621198, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306114.62012736662291, 76395.853332490791217 ] } }, +{ "type": "Feature", "properties": { "id": 357621210, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300281.578472775407135, 64468.412770282775455 ] } }, +{ "type": "Feature", "properties": { "id": 357621213, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300161.161432452674489, 61007.889970674201322 ] } }, +{ "type": "Feature", "properties": { "id": 357621216, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300085.091273656813428, 61178.605612633735291 ] } }, +{ "type": "Feature", "properties": { "id": 357621225, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305143.825431221455801, 74614.199524412717437 ] } }, +{ "type": "Feature", "properties": { "id": 357621228, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304827.363250632944982, 72459.44250626360008 ] } }, +{ "type": "Feature", "properties": { "id": 357621232, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305342.234302492113784, 73415.911676910531241 ] } }, +{ "type": "Feature", "properties": { "id": 357621248, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304358.296025562973227, 73291.991738443553913 ] } }, +{ "type": "Feature", "properties": { "id": 357621260, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305367.076795755710918, 71996.796381421067053 ] } }, +{ "type": "Feature", "properties": { "id": 357621268, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303813.869780702574644, 70721.579716630512848 ] } }, +{ "type": "Feature", "properties": { "id": 357621272, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302139.938848649617285, 68674.821267156716203 ] } }, +{ "type": "Feature", "properties": { "id": 357621275, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305212.541326328762807, 72067.854175698405015 ] } }, +{ "type": "Feature", "properties": { "id": 357621281, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304878.76519878138788, 68693.913212966974243 ] } }, +{ "type": "Feature", "properties": { "id": 357621298, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304430.366558717156295, 72235.098006482352503 ] } }, +{ "type": "Feature", "properties": { "id": 357621301, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304429.715781150618568, 72246.959019829519093 ] } }, +{ "type": "Feature", "properties": { "id": 357621313, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305156.570796293555759, 71102.382262540340889 ] } }, +{ "type": "Feature", "properties": { "id": 357621335, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302812.946923355921172, 66847.555124432677985 ] } }, +{ "type": "Feature", "properties": { "id": 357621343, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304782.571861549688037, 69066.211925887691905 ] } }, +{ "type": "Feature", "properties": { "id": 357621347, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305649.748917535471264, 70191.111212010422605 ] } }, +{ "type": "Feature", "properties": { "id": 357621351, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304333.823666146665346, 70026.705202620069031 ] } }, +{ "type": "Feature", "properties": { "id": 357621359, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303399.280493019439746, 66480.524402502080193 ] } }, +{ "type": "Feature", "properties": { "id": 357621363, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303399.926609451125842, 66476.288518579836818 ] } }, +{ "type": "Feature", "properties": { "id": 357621367, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303411.507786268019117, 66506.370736445605871 ] } }, +{ "type": "Feature", "properties": { "id": 357621375, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304687.850176257023122, 71194.419477993564215 ] } }, +{ "type": "Feature", "properties": { "id": 357621383, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301458.473500836698804, 62833.391485749671119 ] } }, +{ "type": "Feature", "properties": { "id": 357621395, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303655.892825244634878, 72520.195270135998726 ] } }, +{ "type": "Feature", "properties": { "id": 357621403, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303740.420607262058184, 72104.241183564008679 ] } }, +{ "type": "Feature", "properties": { "id": 357621407, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303724.990453452570364, 72068.225568399648182 ] } }, +{ "type": "Feature", "properties": { "id": 357621415, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306254.769604031811468, 76503.571270098313107 ] } }, +{ "type": "Feature", "properties": { "id": 357621430, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304323.760242707387079, 69619.176805565119139 ] } }, +{ "type": "Feature", "properties": { "id": 357621448, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305532.048373660712969, 70886.607128656978603 ] } }, +{ "type": "Feature", "properties": { "id": 357621452, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306257.336687381670345, 76510.775059067032998 ] } }, +{ "type": "Feature", "properties": { "id": 357621469, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300891.5295302758459, 61136.720914153695048 ] } }, +{ "type": "Feature", "properties": { "id": 357621474, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301242.43147566303378, 67496.531612801190931 ] } }, +{ "type": "Feature", "properties": { "id": 357621482, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306251.559218921058346, 76496.366937585844425 ] } }, +{ "type": "Feature", "properties": { "id": 357621490, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304867.170278985460754, 68698.989004247923731 ] } }, +{ "type": "Feature", "properties": { "id": 357621494, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301575.699542838090565, 63164.683351204774226 ] } }, +{ "type": "Feature", "properties": { "id": 357621498, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299952.960706416459288, 64129.090472604548268 ] } }, +{ "type": "Feature", "properties": { "id": 357621510, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301992.512299849884585, 68509.992168742232025 ] } }, +{ "type": "Feature", "properties": { "id": 357621515, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300887.016377960739192, 61142.650984444044298 ] } }, +{ "type": "Feature", "properties": { "id": 357621536, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299787.351017345557921, 63934.229699220566545 ] } }, +{ "type": "Feature", "properties": { "id": 357621549, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304361.298072192119434, 68202.191541056046844 ] } }, +{ "type": "Feature", "properties": { "id": 357621553, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300541.744394213834312, 66505.18015976116294 ] } }, +{ "type": "Feature", "properties": { "id": 357621557, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302837.425433966796845, 66844.175529046697193 ] } }, +{ "type": "Feature", "properties": { "id": 357621565, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305341.31977024389198, 74680.848499162573717 ] } }, +{ "type": "Feature", "properties": { "id": 357621575, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305441.232854725909419, 70943.304901709358091 ] } }, +{ "type": "Feature", "properties": { "id": 357621583, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301567.320693088346161, 63168.917734087954159 ] } }, +{ "type": "Feature", "properties": { "id": 357621596, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305576.928666033491027, 76247.15929361085 ] } }, +{ "type": "Feature", "properties": { "id": 357621600, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304220.65549187338911, 68633.777921392495045 ] } }, +{ "type": "Feature", "properties": { "id": 357621617, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305907.495464943000115, 69930.786226063573849 ] } }, +{ "type": "Feature", "properties": { "id": 357621626, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300127.635113385098521, 61282.815569352460443 ] } }, +{ "type": "Feature", "properties": { "id": 357621636, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299084.634291170455981, 61260.419465515515185 ] } }, +{ "type": "Feature", "properties": { "id": 357621643, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306393.325130120967515, 77704.666207593400031 ] } }, +{ "type": "Feature", "properties": { "id": 357621664, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305907.47109161975095, 69961.286861190063064 ] } }, +{ "type": "Feature", "properties": { "id": 357621668, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304232.012992561794817, 70167.711753823517938 ] } }, +{ "type": "Feature", "properties": { "id": 357621672, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305129.799427153833676, 75353.412486672183149 ] } }, +{ "type": "Feature", "properties": { "id": 357621676, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300984.997079321939964, 66010.863789613242261 ] } }, +{ "type": "Feature", "properties": { "id": 357621680, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303973.936375247139949, 67573.322746576217469 ] } }, +{ "type": "Feature", "properties": { "id": 357621684, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303224.237286095449235, 67566.179972912432277 ] } }, +{ "type": "Feature", "properties": { "id": 357621689, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303470.677640766545665, 68078.023113223112887 ] } }, +{ "type": "Feature", "properties": { "id": 357621702, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304432.968819320143666, 67894.263131967425579 ] } }, +{ "type": "Feature", "properties": { "id": 357621706, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303074.425582996569574, 71591.776007923152065 ] } }, +{ "type": "Feature", "properties": { "id": 357621718, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304734.943326344655361, 71040.251500754980952 ] } }, +{ "type": "Feature", "properties": { "id": 357621726, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304921.274409076431766, 72551.853986120797344 ] } }, +{ "type": "Feature", "properties": { "id": 357621734, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303913.77469380653929, 71718.41192266465805 ] } }, +{ "type": "Feature", "properties": { "id": 357621742, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305220.258633515331894, 72077.602916736883344 ] } }, +{ "type": "Feature", "properties": { "id": 357621746, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304173.045330968219787, 67413.728178028424736 ] } }, +{ "type": "Feature", "properties": { "id": 357621754, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301236.004567719763145, 63557.734775572746003 ] } }, +{ "type": "Feature", "properties": { "id": 357621758, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300888.950585210171994, 61140.109525407271576 ] } }, +{ "type": "Feature", "properties": { "id": 357621770, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302414.078980995866004, 69270.514723858010257 ] } }, +{ "type": "Feature", "properties": { "id": 357621788, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301808.119247776689008, 69373.70490481692832 ] } }, +{ "type": "Feature", "properties": { "id": 357621884, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299576.662380823865533, 64409.113155662060308 ] } }, +{ "type": "Feature", "properties": { "id": 357622018, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304818.050970712967683, 71934.145721968146972 ] } }, +{ "type": "Feature", "properties": { "id": 357622022, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303654.445115097041707, 71542.899990256119054 ] } }, +{ "type": "Feature", "properties": { "id": 357622032, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301242.432187379396055, 67492.295426601456711 ] } }, +{ "type": "Feature", "properties": { "id": 357622038, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313673.883403164509218, 74784.345484811899951 ] } }, +{ "type": "Feature", "properties": { "id": 357622044, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303641.371492232137825, 53611.22351547973085 ] } }, +{ "type": "Feature", "properties": { "id": 357622057, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303797.110097721102647, 70762.238666519813705 ] } }, +{ "type": "Feature", "properties": { "id": 357622361, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304817.913931166171096, 47377.620151064700622 ] } }, +{ "type": "Feature", "properties": { "id": 357622370, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303690.873384373669978, 48799.030515623016981 ] } }, +{ "type": "Feature", "properties": { "id": 357622394, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304091.16283759981161, 47719.883476685237838 ] } }, +{ "type": "Feature", "properties": { "id": 357622410, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302877.971186856972054, 48681.330499229661655 ] } }, +{ "type": "Feature", "properties": { "id": 357622461, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302116.340949484554585, 47564.863065980156534 ] } }, +{ "type": "Feature", "properties": { "id": 357622466, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301411.20316576276673, 47071.190687182839611 ] } }, +{ "type": "Feature", "properties": { "id": 357622475, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304527.64320119516924, 46797.516335055413947 ] } }, +{ "type": "Feature", "properties": { "id": 357622501, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303477.933154572558124, 45738.351335107145132 ] } }, +{ "type": "Feature", "properties": { "id": 357622545, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303035.311362409207504, 46052.051002712418267 ] } }, +{ "type": "Feature", "properties": { "id": 357622684, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309359.256488354702014, 54659.597033152480435 ] } }, +{ "type": "Feature", "properties": { "id": 357622687, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309607.371171514678281, 54881.040385814514593 ] } }, +{ "type": "Feature", "properties": { "id": 357622693, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307612.980547556420788, 52503.953935178928077 ] } }, +{ "type": "Feature", "properties": { "id": 357622717, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309423.271827881224453, 52012.104037370161677 ] } }, +{ "type": "Feature", "properties": { "id": 357622736, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308129.765853095857892, 52658.697464358359866 ] } }, +{ "type": "Feature", "properties": { "id": 357622744, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308177.931782192317769, 52873.521514501917409 ] } }, +{ "type": "Feature", "properties": { "id": 357622757, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307165.497251750144642, 54076.377946149688796 ] } }, +{ "type": "Feature", "properties": { "id": 357622760, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307635.334002601797692, 53984.499847131199203 ] } }, +{ "type": "Feature", "properties": { "id": 357622770, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308855.884542651299853, 54756.832634146529017 ] } }, +{ "type": "Feature", "properties": { "id": 357622779, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308976.522407788201235, 52104.320286934176693 ] } }, +{ "type": "Feature", "properties": { "id": 357622796, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308106.161214566207491, 52997.984461056417786 ] } }, +{ "type": "Feature", "properties": { "id": 357622799, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308153.237718447635416, 53028.536151042382699 ] } }, +{ "type": "Feature", "properties": { "id": 357622818, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300799.574153947178274, 47071.099514511013695 ] } }, +{ "type": "Feature", "properties": { "id": 357623538, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303698.631208747916389, 53953.953797437789035 ] } }, +{ "type": "Feature", "properties": { "id": 357623541, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303712.260630481760018, 53796.377022398111876 ] } }, +{ "type": "Feature", "properties": { "id": 357623552, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303782.358251351048239, 52997.057384257481317 ] } }, +{ "type": "Feature", "properties": { "id": 357623554, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303783.004892465251032, 52994.516045792945079 ] } }, +{ "type": "Feature", "properties": { "id": 357623569, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303922.987459684081841, 54320.917129572713748 ] } }, +{ "type": "Feature", "properties": { "id": 357623574, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304190.412302966054995, 54930.641452686490084 ] } }, +{ "type": "Feature", "properties": { "id": 357623582, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303970.419874778424855, 53703.739899436688574 ] } }, +{ "type": "Feature", "properties": { "id": 357623584, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303970.502508225210477, 53549.545282638355275 ] } }, +{ "type": "Feature", "properties": { "id": 357623587, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303771.090080638648942, 53581.211975938895193 ] } }, +{ "type": "Feature", "properties": { "id": 357623590, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304087.997209778579418, 53457.261838912549138 ] } }, +{ "type": "Feature", "properties": { "id": 357623602, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305600.939402058778796, 54700.704972123690823 ] } }, +{ "type": "Feature", "properties": { "id": 357623611, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306249.086843791708816, 54260.666726000657945 ] } }, +{ "type": "Feature", "properties": { "id": 357623613, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305121.431998162006494, 53951.411838567808445 ] } }, +{ "type": "Feature", "properties": { "id": 357623616, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305591.088471238443162, 54075.022463434666861 ] } }, +{ "type": "Feature", "properties": { "id": 357623634, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304088.184427327185404, 53117.949079124635318 ] } }, +{ "type": "Feature", "properties": { "id": 357623636, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304088.167365056404378, 53148.872709104362002 ] } }, +{ "type": "Feature", "properties": { "id": 357623639, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304040.991027240699623, 53272.117784726520767 ] } }, +{ "type": "Feature", "properties": { "id": 357623644, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304040.940661295317113, 53364.465080826084886 ] } }, +{ "type": "Feature", "properties": { "id": 357623646, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304040.923795633716509, 53395.388718604997848 ] } }, +{ "type": "Feature", "properties": { "id": 357623648, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303782.752928089757916, 53488.023355966462987 ] } }, +{ "type": "Feature", "properties": { "id": 357623651, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303829.859877817798406, 53488.04755657548958 ] } }, +{ "type": "Feature", "properties": { "id": 357623653, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304182.211500220466405, 53457.314421145914821 ] } }, +{ "type": "Feature", "properties": { "id": 357623663, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304087.520634478598367, 54321.00608448782441 ] } }, +{ "type": "Feature", "properties": { "id": 357623666, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304181.723941497213673, 54321.0586605917415 ] } }, +{ "type": "Feature", "properties": { "id": 357623668, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304228.984222111641429, 54043.196045627919375 ] } }, +{ "type": "Feature", "properties": { "id": 357623670, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304745.989259918336757, 53796.967104887939058 ] } }, +{ "type": "Feature", "properties": { "id": 357623677, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305262.831574399664532, 53828.239882178539119 ] } }, +{ "type": "Feature", "properties": { "id": 357623694, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305662.230712894815952, 53859.458030028676149 ] } }, +{ "type": "Feature", "properties": { "id": 357623696, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305943.543232877564151, 53890.178425585982041 ] } }, +{ "type": "Feature", "properties": { "id": 357623698, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305145.11392849299591, 54228.894073417694017 ] } }, +{ "type": "Feature", "properties": { "id": 357623703, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305120.941498118685558, 54660.961669591022655 ] } }, +{ "type": "Feature", "properties": { "id": 357623712, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305026.57521774910856, 54907.439365465441369 ] } }, +{ "type": "Feature", "properties": { "id": 357623716, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305779.934253859275486, 53520.23586960107059 ] } }, +{ "type": "Feature", "properties": { "id": 357623718, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305897.329575089213904, 53581.752085545580485 ] } }, +{ "type": "Feature", "properties": { "id": 357623720, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305920.387464786646888, 53797.812496650418325 ] } }, +{ "type": "Feature", "properties": { "id": 357623727, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303641.765611851180438, 52809.327104869240429 ] } }, +{ "type": "Feature", "properties": { "id": 357623729, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303712.786178534151986, 52747.515095555689186 ] } }, +{ "type": "Feature", "properties": { "id": 357623731, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304088.354582546977326, 52809.560054509835027 ] } }, +{ "type": "Feature", "properties": { "id": 357623733, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304135.534881468804087, 52685.891726405032387 ] } }, +{ "type": "Feature", "properties": { "id": 357623743, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304299.782084631326143, 53241.339804411727528 ] } }, +{ "type": "Feature", "properties": { "id": 357623745, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304299.764138944796287, 53272.263437730929581 ] } }, +{ "type": "Feature", "properties": { "id": 357623748, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304322.959554698085412, 53334.124225338266115 ] } }, +{ "type": "Feature", "properties": { "id": 357623750, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304322.941759209439624, 53364.624250036649755 ] } }, +{ "type": "Feature", "properties": { "id": 357623764, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305801.181417415500619, 52756.90443370664434 ] } }, +{ "type": "Feature", "properties": { "id": 357623777, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306224.694155926350504, 52574.247990404779557 ] } }, +{ "type": "Feature", "properties": { "id": 357623839, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306601.768911283172201, 53829.311996074400668 ] } }, +{ "type": "Feature", "properties": { "id": 357623846, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305920.757119483198039, 53335.228756324882852 ] } }, +{ "type": "Feature", "properties": { "id": 357623853, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306319.154220030643046, 54569.115800409228541 ] } }, +{ "type": "Feature", "properties": { "id": 357623855, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306569.961095298116561, 54770.549816358419775 ] } }, +{ "type": "Feature", "properties": { "id": 357623857, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306669.278626597719267, 54816.812310622641235 ] } }, +{ "type": "Feature", "properties": { "id": 357623859, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306459.459425567940343, 54970.397665537653666 ] } }, +{ "type": "Feature", "properties": { "id": 357623862, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306366.015483626397327, 54847.045573603645607 ] } }, +{ "type": "Feature", "properties": { "id": 357623864, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306342.117625045706518, 54877.525163341939333 ] } }, +{ "type": "Feature", "properties": { "id": 357623866, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306318.62773291231133, 55186.318539962659997 ] } }, +{ "type": "Feature", "properties": { "id": 357623869, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306271.583944696234539, 55124.431139722364605 ] } }, +{ "type": "Feature", "properties": { "id": 357623870, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306224.564999140624423, 55032.04396979163721 ] } }, +{ "type": "Feature", "properties": { "id": 357623872, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306248.306081022194121, 55186.258887891854101 ] } }, +{ "type": "Feature", "properties": { "id": 357623874, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306178.445847521943506, 54632.962554247365915 ] } }, +{ "type": "Feature", "properties": { "id": 357623876, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305966.846543412888423, 54599.747342538532394 ] } }, +{ "type": "Feature", "properties": { "id": 357623878, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305872.695473774394486, 54538.248337917975732 ] } }, +{ "type": "Feature", "properties": { "id": 357623881, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305825.401322268880904, 54784.75331282006664 ] } }, +{ "type": "Feature", "properties": { "id": 357623890, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304627.875109137268737, 54876.255853638234839 ] } }, +{ "type": "Feature", "properties": { "id": 357623900, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303946.433675366337411, 55122.827447077899706 ] } }, +{ "type": "Feature", "properties": { "id": 357623908, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306506.155843269487377, 54692.548840680457943 ] } }, +{ "type": "Feature", "properties": { "id": 357623910, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306530.646020621643402, 54723.494086922553834 ] } }, +{ "type": "Feature", "properties": { "id": 357623913, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302957.730847742641345, 60767.442203897007857 ] } }, +{ "type": "Feature", "properties": { "id": 357623922, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303298.593344225781038, 59693.72283897131274 ] } }, +{ "type": "Feature", "properties": { "id": 357623927, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303098.616790237778332, 59934.673112026845047 ] } }, +{ "type": "Feature", "properties": { "id": 357623933, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303408.804031667474192, 59787.815191130532185 ] } }, +{ "type": "Feature", "properties": { "id": 357623940, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304435.547430724778678, 60366.59327865162777 ] } }, +{ "type": "Feature", "properties": { "id": 357623950, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304765.208090141706634, 60027.906327494725701 ] } }, +{ "type": "Feature", "properties": { "id": 357623953, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304977.073753982840572, 59442.186795383357094 ] } }, +{ "type": "Feature", "properties": { "id": 357623977, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303252.273526911623776, 60926.845029457355849 ] } }, +{ "type": "Feature", "properties": { "id": 357623980, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303234.218806336459238, 60937.003880929209117 ] } }, +{ "type": "Feature", "properties": { "id": 357624013, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304506.996330877707805, 60552.179768820868048 ] } }, +{ "type": "Feature", "properties": { "id": 357624022, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304838.423611836449709, 60462.159007636837487 ] } }, +{ "type": "Feature", "properties": { "id": 357624025, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304835.829894210677594, 60485.032518966618227 ] } }, +{ "type": "Feature", "properties": { "id": 357624050, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303842.784409713989589, 62151.376678113425442 ] } }, +{ "type": "Feature", "properties": { "id": 357624055, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303684.116394501179457, 62371.57620821751334 ] } }, +{ "type": "Feature", "properties": { "id": 357624086, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304676.289072720566764, 61983.257365073135588 ] } }, +{ "type": "Feature", "properties": { "id": 357624089, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304745.157933240872808, 62137.92094710280071 ] } }, +{ "type": "Feature", "properties": { "id": 357624122, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305470.485055818979163, 58362.742411431296205 ] } }, +{ "type": "Feature", "properties": { "id": 357624132, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306128.386291731090751, 58209.06225925070612 ] } }, +{ "type": "Feature", "properties": { "id": 357624145, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304203.061291925376281, 57652.361516784018022 ] } }, +{ "type": "Feature", "properties": { "id": 357624184, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305799.831076474103611, 57776.711580232054985 ] } }, +{ "type": "Feature", "properties": { "id": 357624190, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305917.035175931174308, 57992.847300806293788 ] } }, +{ "type": "Feature", "properties": { "id": 357624194, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306327.366631663055159, 57794.511728767087334 ] } }, +{ "type": "Feature", "properties": { "id": 357624209, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304461.84503010759363, 57380.976686847483506 ] } }, +{ "type": "Feature", "properties": { "id": 357624212, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304382.597231674473733, 57241.560560051642824 ] } }, +{ "type": "Feature", "properties": { "id": 357624218, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304978.54642365447944, 57251.680341695115203 ] } }, +{ "type": "Feature", "properties": { "id": 357624256, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306544.846725258277729, 58365.732206700093229 ] } }, +{ "type": "Feature", "properties": { "id": 357624262, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304149.971310553723015, 56867.376041031362547 ] } }, +{ "type": "Feature", "properties": { "id": 357624288, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307284.52837692637695, 57046.019101189143839 ] } }, +{ "type": "Feature", "properties": { "id": 357624295, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302725.139196775970049, 53394.787928228353849 ] } }, +{ "type": "Feature", "properties": { "id": 357624297, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302936.77596819284372, 53456.716084996878635 ] } }, +{ "type": "Feature", "properties": { "id": 357624308, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303007.452055247907992, 52623.924365147227945 ] } }, +{ "type": "Feature", "properties": { "id": 357624310, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303309.508426879183389, 52578.303101743214938 ] } }, +{ "type": "Feature", "properties": { "id": 357624312, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303031.39404470694717, 52469.739636415040877 ] } }, +{ "type": "Feature", "properties": { "id": 357624315, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302679.033804887963925, 52407.756635907651798 ] } }, +{ "type": "Feature", "properties": { "id": 357624328, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302676.59252990281675, 52019.304398182015575 ] } }, +{ "type": "Feature", "properties": { "id": 357624342, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303947.945550993375946, 52285.053190227394225 ] } }, +{ "type": "Feature", "properties": { "id": 357624345, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304088.610049008158967, 52346.553084177234268 ] } }, +{ "type": "Feature", "properties": { "id": 357624347, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304041.512476226780564, 52316.02724408616632 ] } }, +{ "type": "Feature", "properties": { "id": 357624349, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304041.529341870220378, 52285.103639619839669 ] } }, +{ "type": "Feature", "properties": { "id": 357624352, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304088.032419774739537, 52223.705534584347333 ] } }, +{ "type": "Feature", "properties": { "id": 357624356, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304182.942717950034421, 52161.911279940242821 ] } }, +{ "type": "Feature", "properties": { "id": 357624363, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304370.722596836567391, 52223.443266652619059 ] } }, +{ "type": "Feature", "properties": { "id": 357624365, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304417.856022644671611, 52192.547604872517695 ] } }, +{ "type": "Feature", "properties": { "id": 357624373, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304441.220131038920954, 51976.943536540777131 ] } }, +{ "type": "Feature", "properties": { "id": 357624388, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304433.169313137419522, 51408.876489300186222 ] } }, +{ "type": "Feature", "properties": { "id": 357624394, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305968.037181464373134, 51518.82154550497944 ] } }, +{ "type": "Feature", "properties": { "id": 357624398, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304770.827445402857848, 51298.523747133207507 ] } }, +{ "type": "Feature", "properties": { "id": 357624402, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305280.8323296153103, 51205.251622359639441 ] } }, +{ "type": "Feature", "properties": { "id": 357624404, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305375.09768400649773, 51174.395805390711757 ] } }, +{ "type": "Feature", "properties": { "id": 357624408, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305422.196719853789546, 51205.353697625956556 ] } }, +{ "type": "Feature", "properties": { "id": 357624410, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306174.35802456503734, 52569.969763374894683 ] } }, +{ "type": "Feature", "properties": { "id": 357624417, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306509.819634552521165, 51990.756707430999086 ] } }, +{ "type": "Feature", "properties": { "id": 357624419, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306511.126501164515503, 51972.542577698164678 ] } }, +{ "type": "Feature", "properties": { "id": 357624430, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300916.430086372012738, 52654.294339717722323 ] } }, +{ "type": "Feature", "properties": { "id": 357624435, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300611.188885960145853, 52407.297556823483319 ] } }, +{ "type": "Feature", "properties": { "id": 357624442, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301151.393949199351482, 52345.514580201110221 ] } }, +{ "type": "Feature", "properties": { "id": 357624456, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301339.26113777369028, 52037.157311734838004 ] } }, +{ "type": "Feature", "properties": { "id": 357624458, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300986.919570854632184, 51574.518927790952148 ] } }, +{ "type": "Feature", "properties": { "id": 357624460, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300986.935986847500317, 51451.24819828166801 ] } }, +{ "type": "Feature", "properties": { "id": 357624466, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301128.248735280649271, 51759.657027271256084 ] } }, +{ "type": "Feature", "properties": { "id": 357624468, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301034.017172288382426, 51728.719687581498874 ] } }, +{ "type": "Feature", "properties": { "id": 357624470, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301668.505324591882527, 51697.911785855234484 ] } }, +{ "type": "Feature", "properties": { "id": 357624477, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301786.089904932421632, 51235.356251486162364 ] } }, +{ "type": "Feature", "properties": { "id": 357624501, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303781.446639909408987, 68659.80465276875475 ] } }, +{ "type": "Feature", "properties": { "id": 357624515, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303692.87173913436709, 71937.310443050228059 ] } }, +{ "type": "Feature", "properties": { "id": 357624548, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305130.4387045163312, 75359.343660695012659 ] } }, +{ "type": "Feature", "properties": { "id": 357624551, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305317.822394561604597, 75143.428183820578852 ] } }, +{ "type": "Feature", "properties": { "id": 357624556, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305342.983580387546681, 75049.401941034171614 ] } }, +{ "type": "Feature", "properties": { "id": 357624558, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305771.899173438432626, 76189.696189309383044 ] } }, +{ "type": "Feature", "properties": { "id": 357624567, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305855.553386298182886, 76161.802838917195913 ] } }, +{ "type": "Feature", "properties": { "id": 357624572, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306135.379993267008103, 77734.948414391590632 ] } }, +{ "type": "Feature", "properties": { "id": 357624574, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306065.93103948578937, 76932.969033985282294 ] } }, +{ "type": "Feature", "properties": { "id": 357624576, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306203.407999355113134, 77147.860971910951775 ] } }, +{ "type": "Feature", "properties": { "id": 357624578, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305547.874014423287008, 76387.357033634849358 ] } }, +{ "type": "Feature", "properties": { "id": 357624582, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306066.822919954545796, 77413.360322733075009 ] } }, +{ "type": "Feature", "properties": { "id": 357624586, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305668.250951767025981, 76284.931363867843174 ] } }, +{ "type": "Feature", "properties": { "id": 357624589, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306607.543147860269528, 77665.45762725280656 ] } }, +{ "type": "Feature", "properties": { "id": 357624597, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305481.458358364470769, 75729.419288554563536 ] } }, +{ "type": "Feature", "properties": { "id": 357624604, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305921.569268557534087, 75667.062660935756867 ] } }, +{ "type": "Feature", "properties": { "id": 357624720, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298565.20278259384213, 51970.668271314287267 ] } }, +{ "type": "Feature", "properties": { "id": 357624722, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298561.979564095963724, 51991.002222090326541 ] } }, +{ "type": "Feature", "properties": { "id": 357624733, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297791.709194698429201, 51081.275755571608897 ] } }, +{ "type": "Feature", "properties": { "id": 357624736, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297796.229404276877176, 51086.781347955773526 ] } }, +{ "type": "Feature", "properties": { "id": 357624746, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297861.566708612139337, 51574.761736139225832 ] } }, +{ "type": "Feature", "properties": { "id": 357624764, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299060.11740873218514, 50926.812121968760039 ] } }, +{ "type": "Feature", "properties": { "id": 357624765, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299741.794790832442231, 51050.027694022784999 ] } }, +{ "type": "Feature", "properties": { "id": 357624769, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299438.410988959833048, 51146.627687535132281 ] } }, +{ "type": "Feature", "properties": { "id": 357624771, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298576.170989943377208, 51949.061997384080314 ] } }, +{ "type": "Feature", "properties": { "id": 357624779, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297976.643915914988611, 52248.694426301575731 ] } }, +{ "type": "Feature", "properties": { "id": 357624783, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297297.675752999261022, 52253.570643713384925 ] } }, +{ "type": "Feature", "properties": { "id": 357624802, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292456.281330269295722, 52071.799577939804294 ] } }, +{ "type": "Feature", "properties": { "id": 357624804, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292480.193399420415517, 52102.698892887543479 ] } }, +{ "type": "Feature", "properties": { "id": 357624806, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293473.587190330261365, 52204.271328046052076 ] } }, +{ "type": "Feature", "properties": { "id": 357624821, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293864.567081199085806, 49695.314874592681008 ] } }, +{ "type": "Feature", "properties": { "id": 357624826, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293159.31892609980423, 50158.090979333617724 ] } }, +{ "type": "Feature", "properties": { "id": 357624828, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292990.668338775634766, 49998.123821043729549 ] } }, +{ "type": "Feature", "properties": { "id": 357624830, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291656.241764609469101, 52899.970309188553074 ] } }, +{ "type": "Feature", "properties": { "id": 357624832, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290270.794169360422529, 52012.07576881062414 ] } }, +{ "type": "Feature", "properties": { "id": 357624834, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290459.259508180781268, 52011.830731024572742 ] } }, +{ "type": "Feature", "properties": { "id": 357624838, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290576.727633452683222, 52011.680426749626349 ] } }, +{ "type": "Feature", "properties": { "id": 357624845, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290178.452144152484834, 51490.732160581719654 ] } }, +{ "type": "Feature", "properties": { "id": 357624854, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 290259.03402686258778, 51412.681365149161138 ] } }, +{ "type": "Feature", "properties": { "id": 357624866, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 291221.547635487862863, 52041.388534642879677 ] } }, +{ "type": "Feature", "properties": { "id": 357624868, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291561.864108770387247, 51629.243160380363406 ] } }, +{ "type": "Feature", "properties": { "id": 357624872, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291069.167907861294225, 51456.987208275859302 ] } }, +{ "type": "Feature", "properties": { "id": 357625187, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303611.121267140319105, 67985.741426658903947 ] } }, +{ "type": "Feature", "properties": { "id": 357625277, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309018.830111047136597, 56052.860600230982527 ] } }, +{ "type": "Feature", "properties": { "id": 357625282, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321663.091683438688051, 61106.945582874723186 ] } }, +{ "type": "Feature", "properties": { "id": 357625284, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322038.732186622684821, 61169.479040460428223 ] } }, +{ "type": "Feature", "properties": { "id": 357625288, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322043.890564424626064, 60952.602497852771194 ] } }, +{ "type": "Feature", "properties": { "id": 357625292, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322368.239380715764128, 60923.922412389423698 ] } }, +{ "type": "Feature", "properties": { "id": 357625297, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321904.76679296977818, 58732.439694571228756 ] } }, +{ "type": "Feature", "properties": { "id": 357625303, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322328.249371935788076, 58579.508542593910533 ] } }, +{ "type": "Feature", "properties": { "id": 357625309, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322614.480015715933405, 57130.34133502090117 ] } }, +{ "type": "Feature", "properties": { "id": 357625313, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321937.0309490528889, 55894.737311756667623 ] } }, +{ "type": "Feature", "properties": { "id": 357625329, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298300.683830183988903, 52443.897756463920814 ] } }, +{ "type": "Feature", "properties": { "id": 357625332, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298296.810506795591209, 52439.662534189177677 ] } }, +{ "type": "Feature", "properties": { "id": 357625335, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299200.977929960179608, 52191.273776383852237 ] } }, +{ "type": "Feature", "properties": { "id": 357625344, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299173.245419705170207, 52373.005971193371806 ] } }, +{ "type": "Feature", "properties": { "id": 357625349, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299106.803352324233856, 52654.291502705549647 ] } }, +{ "type": "Feature", "properties": { "id": 357625352, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299459.827024540863931, 52715.680988841559156 ] } }, +{ "type": "Feature", "properties": { "id": 357625355, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299151.999117543629836, 52825.848757184226997 ] } }, +{ "type": "Feature", "properties": { "id": 357625359, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298409.877196419576649, 53013.207070935008232 ] } }, +{ "type": "Feature", "properties": { "id": 357625372, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298564.151787706359755, 53208.460439424517972 ] } }, +{ "type": "Feature", "properties": { "id": 357625378, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299365.63764939957764, 53116.848396564244467 ] } }, +{ "type": "Feature", "properties": { "id": 357625390, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299177.890256647428032, 53518.026954788394505 ] } }, +{ "type": "Feature", "properties": { "id": 357625408, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300298.069601536844857, 54962.080352668992418 ] } }, +{ "type": "Feature", "properties": { "id": 357625410, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300657.418427140859421, 55098.930289430645644 ] } }, +{ "type": "Feature", "properties": { "id": 357625435, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302071.31144889438292, 53859.278288029017858 ] } }, +{ "type": "Feature", "properties": { "id": 357626601, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324430.041608633589931, 67308.87251570931403 ] } }, +{ "type": "Feature", "properties": { "id": 357626604, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324129.652533265354577, 68565.617375608417206 ] } }, +{ "type": "Feature", "properties": { "id": 357626606, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324806.976606530486606, 68612.762685932058957 ] } }, +{ "type": "Feature", "properties": { "id": 357626608, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325483.296517717884853, 69509.328814221196808 ] } }, +{ "type": "Feature", "properties": { "id": 357626618, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326340.395649635756854, 72566.233939094934613 ] } }, +{ "type": "Feature", "properties": { "id": 357626620, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326266.050544659839943, 73563.181728891577222 ] } }, +{ "type": "Feature", "properties": { "id": 357626622, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326075.790798378759064, 73496.845990653295303 ] } }, +{ "type": "Feature", "properties": { "id": 357626624, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326777.983358940109611, 73657.369533807519474 ] } }, +{ "type": "Feature", "properties": { "id": 357626626, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326687.031886024982668, 73893.84695294922858 ] } }, +{ "type": "Feature", "properties": { "id": 357626628, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326265.106365589890629, 73828.791275167954154 ] } }, +{ "type": "Feature", "properties": { "id": 357626632, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326473.966137022362091, 74448.453341562359128 ] } }, +{ "type": "Feature", "properties": { "id": 357626633, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325936.335609151981771, 75090.033789928769693 ] } }, +{ "type": "Feature", "properties": { "id": 357626635, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325841.305461360432673, 75217.635786116981762 ] } }, +{ "type": "Feature", "properties": { "id": 357626637, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324540.190128224203363, 76612.012547742429888 ] } }, +{ "type": "Feature", "properties": { "id": 357626639, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 324387.069652337406296, 75058.068568331786082 ] } }, +{ "type": "Feature", "properties": { "id": 357626646, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322237.183289613341913, 70630.346784278473933 ] } }, +{ "type": "Feature", "properties": { "id": 357626648, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322308.182074798154645, 70144.242375727393664 ] } }, +{ "type": "Feature", "properties": { "id": 357628362, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306158.291316589806229, 50157.916241563223593 ] } }, +{ "type": "Feature", "properties": { "id": 357628366, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306182.3580056844512, 49942.318623989078333 ] } }, +{ "type": "Feature", "properties": { "id": 357628374, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307631.057752161112148, 50617.209126000670949 ] } }, +{ "type": "Feature", "properties": { "id": 357628388, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307333.698185275075957, 50375.0273136297983 ] } }, +{ "type": "Feature", "properties": { "id": 357628393, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307052.199488998856395, 49727.053896839512163 ] } }, +{ "type": "Feature", "properties": { "id": 357628466, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305319.073850197833963, 47386.858504205250938 ] } }, +{ "type": "Feature", "properties": { "id": 357628647, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314306.77395699050976, 66271.180749688894139 ] } }, +{ "type": "Feature", "properties": { "id": 357630655, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306003.563427433138713, 54673.485534834871942 ] } }, +{ "type": "Feature", "properties": { "id": 357630659, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306790.187972897139844, 54533.525538377514749 ] } }, +{ "type": "Feature", "properties": { "id": 357630664, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306010.68775261437986, 54640.025945568420866 ] } }, +{ "type": "Feature", "properties": { "id": 357630669, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303498.453733775124419, 58361.548015686181316 ] } }, +{ "type": "Feature", "properties": { "id": 357630674, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306973.344376977125648, 51879.345053811186517 ] } }, +{ "type": "Feature", "properties": { "id": 357630682, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306564.060085313103627, 53420.493093519595277 ] } }, +{ "type": "Feature", "properties": { "id": 357630687, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306635.682284556038212, 53428.181904035067419 ] } }, +{ "type": "Feature", "properties": { "id": 357630693, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304670.269853585108649, 60285.827214584147441 ] } }, +{ "type": "Feature", "properties": { "id": 357630703, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306010.025024724076502, 54661.629631655290723 ] } }, +{ "type": "Feature", "properties": { "id": 357630710, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306955.938549255952239, 51856.87730783195002 ] } }, +{ "type": "Feature", "properties": { "id": 357630725, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306972.725640777323861, 51850.962528651885805 ] } }, +{ "type": "Feature", "properties": { "id": 357630730, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306788.889789459179156, 54541.996592965624586 ] } }, +{ "type": "Feature", "properties": { "id": 357630735, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306972.730822265206371, 51845.455589460441843 ] } }, +{ "type": "Feature", "properties": { "id": 357631906, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306114.769949531531893, 76991.893139502150007 ] } }, +{ "type": "Feature", "properties": { "id": 357631909, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303864.050439438491594, 72021.27498992816254 ] } }, +{ "type": "Feature", "properties": { "id": 357631912, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303692.433119147783145, 71526.821269473453867 ] } }, +{ "type": "Feature", "properties": { "id": 357631918, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312150.335473120794632, 71961.62595685350243 ] } }, +{ "type": "Feature", "properties": { "id": 357631921, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311783.980009277467616, 79279.988136630170629 ] } }, +{ "type": "Feature", "properties": { "id": 357631924, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315355.069986599264666, 73305.38973365991842 ] } }, +{ "type": "Feature", "properties": { "id": 357631927, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311334.349512121174484, 77272.568143343465636 ] } }, +{ "type": "Feature", "properties": { "id": 357631931, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315307.29013152589323, 73380.271883504246944 ] } }, +{ "type": "Feature", "properties": { "id": 357631933, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312158.683974473329727, 72755.931157233906561 ] } }, +{ "type": "Feature", "properties": { "id": 357631936, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312137.958528671646491, 72050.989839013986057 ] } }, +{ "type": "Feature", "properties": { "id": 357631941, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309391.577864898717962, 76936.44919838111673 ] } }, +{ "type": "Feature", "properties": { "id": 357631946, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310380.930402196769137, 72801.512923053989653 ] } }, +{ "type": "Feature", "properties": { "id": 357631949, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308009.59867405256955, 72426.622128626477206 ] } }, +{ "type": "Feature", "properties": { "id": 357631953, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306238.116202574805357, 71844.976554463923094 ] } }, +{ "type": "Feature", "properties": { "id": 357631958, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318663.912696274986956, 68378.657860925552086 ] } }, +{ "type": "Feature", "properties": { "id": 357631968, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314799.989179367141332, 46375.00835749990074 ] } }, +{ "type": "Feature", "properties": { "id": 357632232, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307154.125861210515723, 75810.914814296906115 ] } }, +{ "type": "Feature", "properties": { "id": 357632238, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307826.9177215564996, 72924.60584556980757 ] } }, +{ "type": "Feature", "properties": { "id": 357632422, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300539.383680995437317, 63542.824623001164582 ] } }, +{ "type": "Feature", "properties": { "id": 357632916, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308358.353806493047159, 79341.401118215420865 ] } }, +{ "type": "Feature", "properties": { "id": 357632925, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308123.231889456510544, 80297.264303303207271 ] } }, +{ "type": "Feature", "properties": { "id": 357632929, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308288.399857471988071, 79218.046973746459116 ] } }, +{ "type": "Feature", "properties": { "id": 357632939, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307757.478659477375913, 78983.204746424074983 ] } }, +{ "type": "Feature", "properties": { "id": 357632944, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307959.508115242933854, 80081.459808109269943 ] } }, +{ "type": "Feature", "properties": { "id": 357632950, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306968.791662495175842, 79269.213188526206068 ] } }, +{ "type": "Feature", "properties": { "id": 357632979, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308051.600502701010555, 81716.338320029288298 ] } }, +{ "type": "Feature", "properties": { "id": 357633384, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307980.92131030978635, 81685.336704220972024 ] } }, +{ "type": "Feature", "properties": { "id": 357633387, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312598.886515497462824, 77681.721229294940713 ] } }, +{ "type": "Feature", "properties": { "id": 357633395, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312017.185812310141046, 73486.448658956622239 ] } }, +{ "type": "Feature", "properties": { "id": 357633401, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314457.280734102823772, 73304.849507069724496 ] } }, +{ "type": "Feature", "properties": { "id": 357633404, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314244.393753769923933, 74568.951696162752341 ] } }, +{ "type": "Feature", "properties": { "id": 357633420, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315254.981974811467808, 72843.433470779666095 ] } }, +{ "type": "Feature", "properties": { "id": 357633429, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311923.744671624794137, 73563.820260251377476 ] } }, +{ "type": "Feature", "properties": { "id": 357633432, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312840.031075419276021, 73641.184216410198133 ] } }, +{ "type": "Feature", "properties": { "id": 357633437, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312461.844927252037451, 75799.746481113805203 ] } }, +{ "type": "Feature", "properties": { "id": 357633442, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311145.988075748551637, 78481.309050376075902 ] } }, +{ "type": "Feature", "properties": { "id": 357633444, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311688.920049818698317, 75551.510036926178145 ] } }, +{ "type": "Feature", "properties": { "id": 357633451, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314669.808780970750377, 74202.926070869041723 ] } }, +{ "type": "Feature", "properties": { "id": 357633897, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312369.722721403813921, 74719.774065921446891 ] } }, +{ "type": "Feature", "properties": { "id": 357633899, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311146.826391883951146, 77925.936803201519069 ] } }, +{ "type": "Feature", "properties": { "id": 357633907, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311152.413868311268743, 74224.314934769310639 ] } }, +{ "type": "Feature", "properties": { "id": 357633910, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313611.128858080250211, 74968.929607906975434 ] } }, +{ "type": "Feature", "properties": { "id": 357633913, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311810.40225667291088, 72806.624627961020451 ] } }, +{ "type": "Feature", "properties": { "id": 357633915, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311552.810630849679001, 72898.567107118811691 ] } }, +{ "type": "Feature", "properties": { "id": 357633918, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312314.738951778097544, 74507.87042321402987 ] } }, +{ "type": "Feature", "properties": { "id": 357633921, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311616.610585096292198, 74074.220345271009137 ] } }, +{ "type": "Feature", "properties": { "id": 357633936, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311659.912006360304076, 79253.526309160719393 ] } }, +{ "type": "Feature", "properties": { "id": 357633939, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313087.375275418162346, 79687.594435583596351 ] } }, +{ "type": "Feature", "properties": { "id": 357633942, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311915.840279135562014, 80055.860721675649984 ] } }, +{ "type": "Feature", "properties": { "id": 357633948, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312287.979871250397991, 81691.25061440175341 ] } }, +{ "type": "Feature", "properties": { "id": 357633971, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306494.267558192193974, 74821.991322235640837 ] } }, +{ "type": "Feature", "properties": { "id": 357633977, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306161.724689301976468, 74681.48719294424518 ] } }, +{ "type": "Feature", "properties": { "id": 357633982, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306442.002056732482743, 74990.124028143938631 ] } }, +{ "type": "Feature", "properties": { "id": 357633993, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306457.079222564934753, 75407.829993415580248 ] } }, +{ "type": "Feature", "properties": { "id": 357634901, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307777.563422924955375, 75176.532856000441825 ] } }, +{ "type": "Feature", "properties": { "id": 357634920, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308737.629827829252463, 75640.203211813131929 ] } }, +{ "type": "Feature", "properties": { "id": 357634925, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308526.960014555370435, 75331.558868822146906 ] } }, +{ "type": "Feature", "properties": { "id": 357634931, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309299.99210509803379, 75085.518994114201632 ] } }, +{ "type": "Feature", "properties": { "id": 357634934, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309135.920099633920472, 75085.314267400768586 ] } }, +{ "type": "Feature", "properties": { "id": 357634959, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309902.246493541693781, 75556.100541381907533 ] } }, +{ "type": "Feature", "properties": { "id": 357634964, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309574.114204664016142, 76555.421292253522552 ] } }, +{ "type": "Feature", "properties": { "id": 357634994, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309881.771381453145295, 78356.233839014617843 ] } }, +{ "type": "Feature", "properties": { "id": 357635002, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307961.337354069459252, 78384.838253718146007 ] } }, +{ "type": "Feature", "properties": { "id": 357635009, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307541.1251774362172, 77366.42535347858211 ] } }, +{ "type": "Feature", "properties": { "id": 357635038, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307026.903037408192176, 76317.02353202465747 ] } }, +{ "type": "Feature", "properties": { "id": 357635059, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306984.780314764240757, 71196.233168965118239 ] } }, +{ "type": "Feature", "properties": { "id": 357635062, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307055.332886874733958, 70795.131188136394485 ] } }, +{ "type": "Feature", "properties": { "id": 357635065, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307136.32773598539643, 70922.718806657765526 ] } }, +{ "type": "Feature", "properties": { "id": 357635068, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307172.323634638567455, 70980.366086169509799 ] } }, +{ "type": "Feature", "properties": { "id": 357635076, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307968.388441298389807, 71844.945047191067715 ] } }, +{ "type": "Feature", "properties": { "id": 357635090, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308038.081973507651128, 72277.11456127895508 ] } }, +{ "type": "Feature", "properties": { "id": 357635098, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307851.005191893724259, 72060.86640273379453 ] } }, +{ "type": "Feature", "properties": { "id": 357635109, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307471.10712939867517, 72184.170107834404917 ] } }, +{ "type": "Feature", "properties": { "id": 357635111, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306445.014898588589858, 71535.063296941560111 ] } }, +{ "type": "Feature", "properties": { "id": 357635114, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306468.778734222927596, 71596.932755136571359 ] } }, +{ "type": "Feature", "properties": { "id": 357635137, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307873.88214961841004, 72338.362946618552087 ] } }, +{ "type": "Feature", "properties": { "id": 357635248, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305857.240919772186317, 74033.096396446664585 ] } }, +{ "type": "Feature", "properties": { "id": 357635259, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309609.103864487551618, 71908.744881844395422 ] } }, +{ "type": "Feature", "properties": { "id": 357635263, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309398.12822798761772, 71785.199711281238706 ] } }, +{ "type": "Feature", "properties": { "id": 357635271, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309256.486761317646597, 72833.485031002972391 ] } }, +{ "type": "Feature", "properties": { "id": 357635284, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308927.906958765175659, 73110.976941477289074 ] } }, +{ "type": "Feature", "properties": { "id": 357635286, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309161.524035241745878, 73635.707562315496034 ] } }, +{ "type": "Feature", "properties": { "id": 357635292, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309982.235221902315971, 73019.552696799466503 ] } }, +{ "type": "Feature", "properties": { "id": 357635295, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308670.188557416666299, 72802.273087666122592 ] } }, +{ "type": "Feature", "properties": { "id": 357635322, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309864.028967129241209, 73821.735156376729719 ] } }, +{ "type": "Feature", "properties": { "id": 357635334, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308669.537455101497471, 73357.217527757995413 ] } }, +{ "type": "Feature", "properties": { "id": 357635338, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308552.978897631168365, 72863.561706781882094 ] } }, +{ "type": "Feature", "properties": { "id": 357635353, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307989.526995056832675, 73726.697081689213519 ] } }, +{ "type": "Feature", "properties": { "id": 357635375, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300997.090536966221407, 57530.505974303916446 ] } }, +{ "type": "Feature", "properties": { "id": 357635460, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309956.030422456678934, 57565.513913685121224 ] } }, +{ "type": "Feature", "properties": { "id": 357635482, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 297696.378183401015121, 49662.210203241302224 ] } }, +{ "type": "Feature", "properties": { "id": 357635510, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298966.245375424216036, 53610.400795792513236 ] } }, +{ "type": "Feature", "properties": { "id": 357635513, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299271.503963401599322, 53980.601136209581455 ] } }, +{ "type": "Feature", "properties": { "id": 357635546, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309540.779213866277132, 51981.75437817038619 ] } }, +{ "type": "Feature", "properties": { "id": 357635549, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308905.281566473131534, 52844.707165048741444 ] } }, +{ "type": "Feature", "properties": { "id": 357635553, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309069.62145044648787, 53029.601184617851686 ] } }, +{ "type": "Feature", "properties": { "id": 357635556, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308647.069894864223897, 52350.470332111239259 ] } }, +{ "type": "Feature", "properties": { "id": 357635559, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307801.108693223504815, 52812.538751571490138 ] } }, +{ "type": "Feature", "properties": { "id": 357635562, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307449.424587877001613, 52133.551425380479486 ] } }, +{ "type": "Feature", "properties": { "id": 357635564, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306779.416440525965299, 52202.380415832158178 ] } }, +{ "type": "Feature", "properties": { "id": 357635577, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308505.310233514523134, 53275.897560057943338 ] } }, +{ "type": "Feature", "properties": { "id": 357635589, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310177.352012838586234, 54672.536954597599106 ] } }, +{ "type": "Feature", "properties": { "id": 357635592, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310100.176085322105791, 55437.052184603046044 ] } }, +{ "type": "Feature", "properties": { "id": 357635595, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310123.358534831379075, 55468.007569540255645 ] } }, +{ "type": "Feature", "properties": { "id": 357635607, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308384.579545673739631, 56175.386822703745565 ] } }, +{ "type": "Feature", "properties": { "id": 357635669, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307162.841857978724875, 56821.808953195548384 ] } }, +{ "type": "Feature", "properties": { "id": 357635677, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307210.257954649219755, 56482.540795372420689 ] } }, +{ "type": "Feature", "properties": { "id": 357635688, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307750.576106972934213, 56081.924973313965893 ] } }, +{ "type": "Feature", "properties": { "id": 357635692, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308030.469652467698324, 56145.765109638981812 ] } }, +{ "type": "Feature", "properties": { "id": 357635704, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307684.87659075827105, 55365.52726935417013 ] } }, +{ "type": "Feature", "properties": { "id": 357635707, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307881.406328440993093, 55588.554054304862802 ] } }, +{ "type": "Feature", "properties": { "id": 357635710, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307963.833370215666946, 55726.31637525435508 ] } }, +{ "type": "Feature", "properties": { "id": 357635713, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308103.664208858739585, 55280.403842672487372 ] } }, +{ "type": "Feature", "properties": { "id": 357637051, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307539.90182949625887, 55187.460990672108892 ] } }, +{ "type": "Feature", "properties": { "id": 357637121, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307657.829776094527915, 54694.073468021066219 ] } }, +{ "type": "Feature", "properties": { "id": 357637123, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307964.083762153517455, 54293.235571091827296 ] } }, +{ "type": "Feature", "properties": { "id": 357637130, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308949.896009161369875, 54911.140562897373457 ] } }, +{ "type": "Feature", "properties": { "id": 357637138, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309027.189017195196357, 55545.806119251210475 ] } }, +{ "type": "Feature", "properties": { "id": 357637142, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306577.209369502903428, 54600.264114356461505 ] } }, +{ "type": "Feature", "properties": { "id": 357637154, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305945.295445779513102, 51706.039299572861637 ] } }, +{ "type": "Feature", "properties": { "id": 357637159, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303666.254382191284094, 51575.360074462172634 ] } }, +{ "type": "Feature", "properties": { "id": 357637165, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305803.237640869454481, 53427.483121426892467 ] } }, +{ "type": "Feature", "properties": { "id": 357637211, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300469.835684966004919, 52592.405326468309795 ] } }, +{ "type": "Feature", "properties": { "id": 357637227, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305353.9874003433506, 57159.59455297869863 ] } }, +{ "type": "Feature", "properties": { "id": 357637236, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305823.412227963854093, 57314.144096726253338 ] } }, +{ "type": "Feature", "properties": { "id": 357637258, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307543.806276695395354, 57687.629596296392265 ] } }, +{ "type": "Feature", "properties": { "id": 357637266, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305204.101370424614288, 59350.842193722557568 ] } }, +{ "type": "Feature", "properties": { "id": 357637268, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304860.062668542494066, 58925.299616882621194 ] } }, +{ "type": "Feature", "properties": { "id": 357637277, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305893.499161795072723, 58393.990852110793639 ] } }, +{ "type": "Feature", "properties": { "id": 357637287, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305136.443632261070888, 58356.148935558871017 ] } }, +{ "type": "Feature", "properties": { "id": 357637327, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304670.162361851544119, 61477.880127254102263 ] } }, +{ "type": "Feature", "properties": { "id": 357637330, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304342.022480153827928, 61539.104579842096427 ] } }, +{ "type": "Feature", "properties": { "id": 357637334, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304228.554821677447762, 61570.810039814037737 ] } }, +{ "type": "Feature", "properties": { "id": 357637348, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302447.37183765496593, 58160.333056064548146 ] } }, +{ "type": "Feature", "properties": { "id": 357637784, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303592.755296434334014, 58053.202342232354567 ] } }, +{ "type": "Feature", "properties": { "id": 357638262, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304320.152062158042099, 58145.93881118344143 ] } }, +{ "type": "Feature", "properties": { "id": 357638265, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304344.031319347384851, 58115.028977380308788 ] } }, +{ "type": "Feature", "properties": { "id": 357638273, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304554.172783264832105, 59318.219161353787058 ] } }, +{ "type": "Feature", "properties": { "id": 357638276, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304272.291453005280346, 59503.170610756045789 ] } }, +{ "type": "Feature", "properties": { "id": 357638323, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303348.913192329579033, 59630.626874191875686 ] } }, +{ "type": "Feature", "properties": { "id": 357638333, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303051.461944089911412, 60150.273386631452013 ] } }, +{ "type": "Feature", "properties": { "id": 357638336, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302910.900730414316058, 60181.14065260366624 ] } }, +{ "type": "Feature", "properties": { "id": 357638598, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321679.231304190296214, 48091.030811244520009 ] } }, +{ "type": "Feature", "properties": { "id": 357638604, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322138.140770022349898, 67154.23651941762364 ] } }, +{ "type": "Feature", "properties": { "id": 357638610, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322963.716269195429049, 65552.9286495889246 ] } }, +{ "type": "Feature", "properties": { "id": 357639538, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322161.32874451862881, 67154.305969174965867 ] } }, +{ "type": "Feature", "properties": { "id": 357639547, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318155.496755698288325, 63774.34696219181933 ] } }, +{ "type": "Feature", "properties": { "id": 357639558, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 320576.632886930194218, 63509.992252496929723 ] } }, +{ "type": "Feature", "properties": { "id": 357639573, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318850.693302921485156, 60785.348582036116568 ] } }, +{ "type": "Feature", "properties": { "id": 357639582, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 320593.405531278753188, 57710.728346948795661 ] } }, +{ "type": "Feature", "properties": { "id": 357639585, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319443.331058338226285, 57522.499501368321944 ] } }, +{ "type": "Feature", "properties": { "id": 357639589, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313907.287028799240943, 56713.638694538240088 ] } }, +{ "type": "Feature", "properties": { "id": 357639595, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313223.127652569499332, 55874.054402267815021 ] } }, +{ "type": "Feature", "properties": { "id": 357639609, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312992.636285446875263, 55983.785953213642642 ] } }, +{ "type": "Feature", "properties": { "id": 357639615, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311859.851498667150736, 56396.179269287604257 ] } }, +{ "type": "Feature", "properties": { "id": 357639618, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312660.265650023706257, 55317.714099116172292 ] } }, +{ "type": "Feature", "properties": { "id": 357639810, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311603.185604530386627, 55532.025393585172424 ] } }, +{ "type": "Feature", "properties": { "id": 357639813, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311320.183916835929267, 55396.031330718520621 ] } }, +{ "type": "Feature", "properties": { "id": 357639818, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311601.020270323439036, 56502.519893449396477 ] } }, +{ "type": "Feature", "properties": { "id": 357639840, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 320318.254671704373322, 55272.91398184504942 ] } }, +{ "type": "Feature", "properties": { "id": 357639844, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318129.034118404204492, 57210.773769806219207 ] } }, +{ "type": "Feature", "properties": { "id": 357639846, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317872.408301282150205, 56377.324280297973019 ] } }, +{ "type": "Feature", "properties": { "id": 357639852, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317968.007710231235251, 55791.273856749307015 ] } }, +{ "type": "Feature", "properties": { "id": 357639856, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318388.173256716225296, 56748.825730236763775 ] } }, +{ "type": "Feature", "properties": { "id": 357639870, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 316248.508690629969351, 55633.106779851295869 ] } }, +{ "type": "Feature", "properties": { "id": 357639878, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 315328.478737770812586, 48813.958205183684186 ] } }, +{ "type": "Feature", "properties": { "id": 357640377, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 316437.523087921494152, 46904.156990582181606 ] } }, +{ "type": "Feature", "properties": { "id": 357640382, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314815.950153916259296, 46468.657959926946205 ] } }, +{ "type": "Feature", "properties": { "id": 357640385, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 314299.585694256646093, 45943.215752802840143 ] } }, +{ "type": "Feature", "properties": { "id": 357640393, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 311619.035483465006109, 45414.103898581583053 ] } }, +{ "type": "Feature", "properties": { "id": 357640403, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 324516.244777553540189, 64231.135179429038544 ] } }, +{ "type": "Feature", "properties": { "id": 357640540, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 324259.914155214210041, 63798.622498797485605 ] } }, +{ "type": "Feature", "properties": { "id": 357640543, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 323840.068414972862229, 62902.575477998369024 ] } }, +{ "type": "Feature", "properties": { "id": 357640552, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 322450.718687269662041, 63698.020943858078681 ] } }, +{ "type": "Feature", "properties": { "id": 357640570, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322932.454563228588086, 60463.059289788820024 ] } }, +{ "type": "Feature", "properties": { "id": 357640791, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322310.906836163660046, 55987.778459302753618 ] } }, +{ "type": "Feature", "properties": { "id": 357640794, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322666.471627912600525, 55526.69458901816688 ] } }, +{ "type": "Feature", "properties": { "id": 357640798, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 322392.605477943900041, 55422.923289304148057 ] } }, +{ "type": "Feature", "properties": { "id": 357640871, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312834.882915414113086, 62138.210180636131554 ] } }, +{ "type": "Feature", "properties": { "id": 357640911, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313920.845985017716885, 59450.636907343585335 ] } }, +{ "type": "Feature", "properties": { "id": 357640915, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312373.390616142831277, 58278.288784619915532 ] } }, +{ "type": "Feature", "properties": { "id": 357640918, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312398.180451480904594, 57723.395624640455935 ] } }, +{ "type": "Feature", "properties": { "id": 357640924, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 312093.984175179095473, 57198.458492612378905 ] } }, +{ "type": "Feature", "properties": { "id": 357640938, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313547.948802846658509, 58157.072970704757608 ] } }, +{ "type": "Feature", "properties": { "id": 357640969, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318066.597027847717982, 59009.290193989792897 ] } }, +{ "type": "Feature", "properties": { "id": 357640972, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317717.701876588398591, 59567.195803345588502 ] } }, +{ "type": "Feature", "properties": { "id": 357641027, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287540.482477624958847, 49240.664084097617888 ] } }, +{ "type": "Feature", "properties": { "id": 357641036, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287660.510845454409719, 50751.906422037827724 ] } }, +{ "type": "Feature", "properties": { "id": 357641054, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287152.578597123036161, 42239.065714635755285 ] } }, +{ "type": "Feature", "properties": { "id": 357641056, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287927.456956729351077, 41435.874904908669123 ] } }, +{ "type": "Feature", "properties": { "id": 357641085, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281680.039537295990158, 39696.624323665600969 ] } }, +{ "type": "Feature", "properties": { "id": 357641106, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 289867.914868939551525, 49082.923605881835101 ] } }, +{ "type": "Feature", "properties": { "id": 357641113, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 289886.286949806846678, 49770.841677943513787 ] } }, +{ "type": "Feature", "properties": { "id": 357641118, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291674.859526441257913, 46489.454472495817754 ] } }, +{ "type": "Feature", "properties": { "id": 357641121, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291650.460852772870567, 45471.54966226995748 ] } }, +{ "type": "Feature", "properties": { "id": 357641143, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 294170.669140659971163, 49787.838470614908147 ] } }, +{ "type": "Feature", "properties": { "id": 357641150, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 293724.507828003261238, 49745.841734389374324 ] } }, +{ "type": "Feature", "properties": { "id": 357641171, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 292806.754312857810874, 49418.801210628858826 ] } }, +{ "type": "Feature", "properties": { "id": 357641194, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 293109.848306644242257, 47637.23423310394719 ] } }, +{ "type": "Feature", "properties": { "id": 357641196, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 293157.004617105820216, 46950.519880945794284 ] } }, +{ "type": "Feature", "properties": { "id": 357641203, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291089.194562424207106, 48248.537917617191852 ] } }, +{ "type": "Feature", "properties": { "id": 357641206, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 290784.518174145196099, 48865.686394315867801 ] } }, +{ "type": "Feature", "properties": { "id": 357641219, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 288486.496877744968515, 52632.258880420427886 ] } }, +{ "type": "Feature", "properties": { "id": 357641222, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286424.993264333461411, 52187.567486518382793 ] } }, +{ "type": "Feature", "properties": { "id": 357641758, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286064.251890000479762, 51525.708498689149565 ] } }, +{ "type": "Feature", "properties": { "id": 357641777, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 292739.823385115538258, 52935.259946175545338 ] } }, +{ "type": "Feature", "properties": { "id": 357641779, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 292739.702600199554581, 52811.989110419206554 ] } }, +{ "type": "Feature", "properties": { "id": 357641799, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 290892.038951626163907, 51239.043107545003295 ] } }, +{ "type": "Feature", "properties": { "id": 357642730, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303970.39760368282441, 66966.699070930000744 ] } }, +{ "type": "Feature", "properties": { "id": 357642735, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303769.220059312938247, 66114.697729997948045 ] } }, +{ "type": "Feature", "properties": { "id": 357642745, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301302.519790208549239, 62764.73659163616685 ] } }, +{ "type": "Feature", "properties": { "id": 357642747, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308304.159566552902106, 72632.827506189685664 ] } }, +{ "type": "Feature", "properties": { "id": 357642750, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303069.51672731601866, 66357.954575952157029 ] } }, +{ "type": "Feature", "properties": { "id": 357642766, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299168.575696139247157, 56768.40531622031267 ] } }, +{ "type": "Feature", "properties": { "id": 357642771, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303913.560944151715375, 70906.330430352929397 ] } }, +{ "type": "Feature", "properties": { "id": 357644089, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306739.845427515916526, 74354.954950531639042 ] } }, +{ "type": "Feature", "properties": { "id": 357644094, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309336.735059440310579, 72485.368642863104469 ] } }, +{ "type": "Feature", "properties": { "id": 357644097, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309226.025989612913691, 74033.146018461426138 ] } }, +{ "type": "Feature", "properties": { "id": 357644099, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307001.602913317095954, 73144.908547492406797 ] } }, +{ "type": "Feature", "properties": { "id": 357644106, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307928.014918840664905, 75276.244339768833015 ] } }, +{ "type": "Feature", "properties": { "id": 357644109, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308061.621760503330734, 75478.881082054838771 ] } }, +{ "type": "Feature", "properties": { "id": 357644856, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301765.381569426099304, 62278.521483235956111 ] } }, +{ "type": "Feature", "properties": { "id": 357645476, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300599.109951029706281, 58115.049776529835071 ] } }, +{ "type": "Feature", "properties": { "id": 357647133, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306474.170395557826851, 58068.293116145614476 ] } }, +{ "type": "Feature", "properties": { "id": 357647375, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302679.417228973296005, 58481.93627329012088 ] } }, +{ "type": "Feature", "properties": { "id": 357647494, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308477.761332472902723, 77274.667275221625459 ] } }, +{ "type": "Feature", "properties": { "id": 357647499, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309172.61567783774808, 64690.138654110123753 ] } }, +{ "type": "Feature", "properties": { "id": 357648062, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308176.637801571341697, 52876.485367533314275 ] } }, +{ "type": "Feature", "properties": { "id": 357648073, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308294.715757372439839, 52319.567523388410336 ] } }, +{ "type": "Feature", "properties": { "id": 357648080, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309652.176287183247041, 52183.537636926892446 ] } }, +{ "type": "Feature", "properties": { "id": 357648088, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308737.280430908256676, 53568.4596536093959 ] } }, +{ "type": "Feature", "properties": { "id": 357648099, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307894.652874657360371, 52843.561469963882701 ] } }, +{ "type": "Feature", "properties": { "id": 357648118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308483.138353997608647, 52350.280850939452648 ] } }, +{ "type": "Feature", "properties": { "id": 357648433, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301911.261672555934638, 61445.305908625967277 ] } }, +{ "type": "Feature", "properties": { "id": 357648440, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307844.270747202797793, 80216.049843551736558 ] } }, +{ "type": "Feature", "properties": { "id": 357648445, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307892.435189996031113, 54319.422848345733655 ] } }, +{ "type": "Feature", "properties": { "id": 357648449, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307841.041484932298772, 80229.602478094704566 ] } }, +{ "type": "Feature", "properties": { "id": 357648452, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304099.742694456712343, 54388.367150419820973 ] } }, +{ "type": "Feature", "properties": { "id": 357648461, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307986.393811113666743, 72457.521409843844594 ] } }, +{ "type": "Feature", "properties": { "id": 357648462, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302431.422075298847631, 69400.995282940391917 ] } }, +{ "type": "Feature", "properties": { "id": 357648471, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314217.894314716279041, 85647.184677600045688 ] } }, +{ "type": "Feature", "properties": { "id": 357648474, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305641.42079657985596, 58305.682800227106782 ] } }, +{ "type": "Feature", "properties": { "id": 357648477, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302216.577433560974896, 68657.475452761558699 ] } }, +{ "type": "Feature", "properties": { "id": 357648481, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306689.87373018002836, 76243.423590538455755 ] } }, +{ "type": "Feature", "properties": { "id": 357648483, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308083.531613955332432, 74859.143693820253247 ] } }, +{ "type": "Feature", "properties": { "id": 357648487, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305611.907212603604421, 64057.93300582550728 ] } }, +{ "type": "Feature", "properties": { "id": 357648491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314257.621355409442913, 81046.217492754833074 ] } }, +{ "type": "Feature", "properties": { "id": 357648494, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313960.497796546609607, 61331.98822626076435 ] } }, +{ "type": "Feature", "properties": { "id": 357648501, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302689.080408168665599, 69146.912693323276471 ] } }, +{ "type": "Feature", "properties": { "id": 357648504, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307633.954871539666783, 71562.460209705415764 ] } }, +{ "type": "Feature", "properties": { "id": 357648506, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323955.900485205813311, 87954.920234605961014 ] } }, +{ "type": "Feature", "properties": { "id": 357648510, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307116.152323018119205, 75826.975845158784068 ] } }, +{ "type": "Feature", "properties": { "id": 357648513, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311224.726429185713641, 55806.790670044050785 ] } }, +{ "type": "Feature", "properties": { "id": 357648532, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303412.156252688437235, 66497.051437287620502 ] } }, +{ "type": "Feature", "properties": { "id": 357648539, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303421.826625739398878, 55324.629641163162887 ] } }, +{ "type": "Feature", "properties": { "id": 357648552, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315790.803114624810405, 86218.050771956230165 ] } }, +{ "type": "Feature", "properties": { "id": 357648556, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314434.618247856444214, 73375.126614811189938 ] } }, +{ "type": "Feature", "properties": { "id": 357648567, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308085.443850193463732, 74875.667099240745301 ] } }, +{ "type": "Feature", "properties": { "id": 357648574, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314240.493840984941926, 85589.19074643687054 ] } }, +{ "type": "Feature", "properties": { "id": 357648577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309251.600879317033105, 75193.0586432692362 ] } }, +{ "type": "Feature", "properties": { "id": 357648583, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303761.177571233129129, 70526.263651602843311 ] } }, +{ "type": "Feature", "properties": { "id": 357648589, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302430.775374952005222, 69409.467465644222102 ] } }, +{ "type": "Feature", "properties": { "id": 357648593, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305442.494838315411471, 70978.042736253904877 ] } }, +{ "type": "Feature", "properties": { "id": 357648600, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304029.459227910439949, 68512.092509502355824 ] } }, +{ "type": "Feature", "properties": { "id": 357648608, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300870.149215558019932, 51069.983973540911393 ] } }, +{ "type": "Feature", "properties": { "id": 357648621, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300959.222911313991062, 66055.340271119508543 ] } }, +{ "type": "Feature", "properties": { "id": 357648624, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320005.988439850974828, 48344.306288550294994 ] } }, +{ "type": "Feature", "properties": { "id": 357648628, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311956.850383656448685, 72592.50724489185086 ] } }, +{ "type": "Feature", "properties": { "id": 357648641, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312840.687217302096542, 72522.821589299797779 ] } }, +{ "type": "Feature", "properties": { "id": 357648649, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308196.010108239483088, 73810.376909435537527 ] } }, +{ "type": "Feature", "properties": { "id": 357648657, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308834.823711101955269, 72912.186224187360494 ] } }, +{ "type": "Feature", "properties": { "id": 357648665, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307707.175236862560268, 52534.551329366615391 ] } }, +{ "type": "Feature", "properties": { "id": 357649556, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310566.719724417082034, 73853.207521732765599 ] } }, +{ "type": "Feature", "properties": { "id": 357649559, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307707.236016006383579, 75980.497215650670114 ] } }, +{ "type": "Feature", "properties": { "id": 357649564, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314186.750739885959774, 80121.301390939086559 ] } }, +{ "type": "Feature", "properties": { "id": 357649567, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306981.748688490653876, 74404.319857096736087 ] } }, +{ "type": "Feature", "properties": { "id": 357649800, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307845.663900457322598, 77088.844627920698258 ] } }, +{ "type": "Feature", "properties": { "id": 357649846, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327891.117838862468489, 46506.306179952429375 ] } }, +{ "type": "Feature", "properties": { "id": 357649858, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326715.563542921969201, 46501.978183693398023 ] } }, +{ "type": "Feature", "properties": { "id": 357649861, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327115.072991886467207, 46411.08080295304535 ] } }, +{ "type": "Feature", "properties": { "id": 357649862, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 327067.328500731324311, 46750.219340649979131 ] } }, +{ "type": "Feature", "properties": { "id": 357649914, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 327925.421065798029304, 46659.359150007279823 ] } }, +{ "type": "Feature", "properties": { "id": 357649935, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322905.898893585661426, 51115.919810775034421 ] } }, +{ "type": "Feature", "properties": { "id": 357649941, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323487.564545593631919, 50282.800025467804517 ] } }, +{ "type": "Feature", "properties": { "id": 357649953, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322259.574056587705854, 50096.433729974138259 ] } }, +{ "type": "Feature", "properties": { "id": 357649955, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322021.691399867704604, 49980.500714733207133 ] } }, +{ "type": "Feature", "properties": { "id": 357649964, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321567.985518908011727, 49925.79160068067722 ] } }, +{ "type": "Feature", "properties": { "id": 357649972, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325400.2361106115859, 52790.120158040088427 ] } }, +{ "type": "Feature", "properties": { "id": 357649974, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321804.650020142609719, 49361.385801795098814 ] } }, +{ "type": "Feature", "properties": { "id": 357649980, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322142.443793824175373, 49972.811808800594008 ] } }, +{ "type": "Feature", "properties": { "id": 357649983, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322095.223580193007365, 50003.170970429680892 ] } }, +{ "type": "Feature", "properties": { "id": 357649999, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323387.58921887393808, 50254.101875537344313 ] } }, +{ "type": "Feature", "properties": { "id": 357650003, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323725.969597573624924, 50830.443077660929703 ] } }, +{ "type": "Feature", "properties": { "id": 357650228, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301723.156561135314405, 60928.449161629090668 ] } }, +{ "type": "Feature", "properties": { "id": 357650246, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300980.557724467245862, 60618.650968293768528 ] } }, +{ "type": "Feature", "properties": { "id": 357650249, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300525.427555048372597, 60426.283518506890687 ] } }, +{ "type": "Feature", "properties": { "id": 357650259, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300123.778206874034368, 60635.531651040291763 ] } }, +{ "type": "Feature", "properties": { "id": 357650317, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301828.516906616918277, 62396.302008779159223 ] } }, +{ "type": "Feature", "properties": { "id": 357650321, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301721.603641474852338, 62061.619920449265919 ] } }, +{ "type": "Feature", "properties": { "id": 357650406, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299535.352933599380776, 63277.212092797075456 ] } }, +{ "type": "Feature", "properties": { "id": 357650409, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299853.707471440429799, 63134.863888768573815 ] } }, +{ "type": "Feature", "properties": { "id": 357650430, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299812.44575642736163, 62493.933741297958477 ] } }, +{ "type": "Feature", "properties": { "id": 357650447, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299776.339272732089739, 62044.902038001891924 ] } }, +{ "type": "Feature", "properties": { "id": 357650490, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305809.051655153627507, 75575.470583533780882 ] } }, +{ "type": "Feature", "properties": { "id": 357650517, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304826.799020149454009, 73323.207344880065648 ] } }, +{ "type": "Feature", "properties": { "id": 357650567, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304963.924140062823426, 71341.172584429034032 ] } }, +{ "type": "Feature", "properties": { "id": 357650587, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304030.577175064943731, 72366.191841373598436 ] } }, +{ "type": "Feature", "properties": { "id": 357650590, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303749.487136251991615, 71995.798696573416237 ] } }, +{ "type": "Feature", "properties": { "id": 357650660, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303769.695575585821643, 71497.630418035172625 ] } }, +{ "type": "Feature", "properties": { "id": 357650669, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303141.213025062636007, 70453.111486560737831 ] } }, +{ "type": "Feature", "properties": { "id": 357650675, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302852.217527492204681, 70242.878639178146841 ] } }, +{ "type": "Feature", "properties": { "id": 357650686, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302624.027751121844631, 69189.251282015713514 ] } }, +{ "type": "Feature", "properties": { "id": 357650690, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302367.752525466261432, 69157.393294929264812 ] } }, +{ "type": "Feature", "properties": { "id": 357650693, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302367.782100539654493, 69065.044233318010811 ] } }, +{ "type": "Feature", "properties": { "id": 357650718, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300750.445196860178839, 66596.699898628954543 ] } }, +{ "type": "Feature", "properties": { "id": 357650754, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304736.247521816403605, 69004.33364214526955 ] } }, +{ "type": "Feature", "properties": { "id": 357650768, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304923.698256335279439, 68912.107031161169289 ] } }, +{ "type": "Feature", "properties": { "id": 357650790, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303377.790198106435128, 65579.479414430636098 ] } }, +{ "type": "Feature", "properties": { "id": 357650837, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302108.538773041102104, 65872.575737488674349 ] } }, +{ "type": "Feature", "properties": { "id": 357650840, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301352.577857297903392, 67449.52927173714852 ] } }, +{ "type": "Feature", "properties": { "id": 357650859, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 325302.990455562365241, 67442.283086469979025 ] } }, +{ "type": "Feature", "properties": { "id": 357650877, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321867.440971769101452, 71348.554796322787297 ] } }, +{ "type": "Feature", "properties": { "id": 357651429, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313763.282170784892514, 68583.958133090505726 ] } }, +{ "type": "Feature", "properties": { "id": 357651437, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310125.895675935549662, 62100.542004505143268 ] } }, +{ "type": "Feature", "properties": { "id": 357651444, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309149.119316465163138, 64412.21661083856452 ] } }, +{ "type": "Feature", "properties": { "id": 357651450, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314448.712758644949645, 65500.470971348062449 ] } }, +{ "type": "Feature", "properties": { "id": 357651453, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317243.823707439471036, 64532.983765478005807 ] } }, +{ "type": "Feature", "properties": { "id": 357651459, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308333.46156049851561, 59753.59561846152792 ] } }, +{ "type": "Feature", "properties": { "id": 357651474, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314235.548084158916026, 66795.483460831412231 ] } }, +{ "type": "Feature", "properties": { "id": 357651477, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315708.09656007977901, 69204.625316390898661 ] } }, +{ "type": "Feature", "properties": { "id": 357651482, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310658.113831091148313, 59540.533943822309084 ] } }, +{ "type": "Feature", "properties": { "id": 357651486, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314049.274436434207018, 66178.338276648675674 ] } }, +{ "type": "Feature", "properties": { "id": 357651528, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309202.483551441109739, 59322.537907047430053 ] } }, +{ "type": "Feature", "properties": { "id": 357651531, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315838.769939546764363, 65015.308483484572207 ] } }, +{ "type": "Feature", "properties": { "id": 357651539, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311305.897228033922147, 65587.348455054001533 ] } }, +{ "type": "Feature", "properties": { "id": 357651547, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314448.815005665761419, 65777.941207623429364 ] } }, +{ "type": "Feature", "properties": { "id": 357651552, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311282.751509469293524, 65556.388998155511217 ] } }, +{ "type": "Feature", "properties": { "id": 357651561, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310795.561400831735227, 62558.570518100597837 ] } }, +{ "type": "Feature", "properties": { "id": 357651579, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310113.659056932025123, 62093.323798387900752 ] } }, +{ "type": "Feature", "properties": { "id": 357651589, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311427.683142869209405, 65155.445315046919859 ] } }, +{ "type": "Feature", "properties": { "id": 357651594, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316977.536415837937966, 67695.954200431195204 ] } }, +{ "type": "Feature", "properties": { "id": 357651640, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321629.86677256290568, 72458.595397476921789 ] } }, +{ "type": "Feature", "properties": { "id": 357651645, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322232.440923876827583, 70708.702663727613981 ] } }, +{ "type": "Feature", "properties": { "id": 357651653, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314301.280524584522936, 66446.971912457607687 ] } }, +{ "type": "Feature", "properties": { "id": 357651659, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310371.361112489539664, 66315.025951999778044 ] } }, +{ "type": "Feature", "properties": { "id": 357651676, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322467.011547610047273, 67031.954792944699875 ] } }, +{ "type": "Feature", "properties": { "id": 357651695, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323091.637726750166621, 50134.138935878363554 ] } }, +{ "type": "Feature", "properties": { "id": 357651698, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 323176.417001136578619, 50068.320020467828726 ] } }, +{ "type": "Feature", "properties": { "id": 357651703, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 327903.409971578745171, 46844.394701299279404 ] } }, +{ "type": "Feature", "properties": { "id": 357651717, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326420.661582264758181, 63065.536847255993052 ] } }, +{ "type": "Feature", "properties": { "id": 357651736, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325342.826421060366556, 74605.887960818407009 ] } }, +{ "type": "Feature", "properties": { "id": 357651739, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 326951.301814587961417, 72013.488844673440326 ] } }, +{ "type": "Feature", "properties": { "id": 357651803, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314284.893784449086525, 65592.501586794183822 ] } }, +{ "type": "Feature", "properties": { "id": 357651808, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309198.649071498657577, 62407.300246048696863 ] } }, +{ "type": "Feature", "properties": { "id": 357651816, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314962.284280599793419, 67043.887978890517843 ] } }, +{ "type": "Feature", "properties": { "id": 357651822, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314310.27434362313943, 66459.697873147073551 ] } }, +{ "type": "Feature", "properties": { "id": 357651827, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315743.683492142823525, 63374.434019695050665 ] } }, +{ "type": "Feature", "properties": { "id": 357651830, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316066.451213369262405, 66089.672417009496712 ] } }, +{ "type": "Feature", "properties": { "id": 357651835, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316585.292811136634555, 64826.316319990117336 ] } }, +{ "type": "Feature", "properties": { "id": 357651849, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310284.751094768173061, 64206.135733362825704 ] } }, +{ "type": "Feature", "properties": { "id": 357651852, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310187.861700522422325, 59694.067647974610736 ] } }, +{ "type": "Feature", "properties": { "id": 357651861, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317823.092582236218732, 67204.42673396646569 ] } }, +{ "type": "Feature", "properties": { "id": 357651866, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310672.982779735466465, 63983.015754396416014 ] } }, +{ "type": "Feature", "properties": { "id": 357651873, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310954.595120457583107, 65278.42600128576305 ] } }, +{ "type": "Feature", "properties": { "id": 357651878, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319507.556891095649917, 67892.824701258039568 ] } }, +{ "type": "Feature", "properties": { "id": 357651884, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319302.604004102409817, 66467.653222432607436 ] } }, +{ "type": "Feature", "properties": { "id": 357651887, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317823.75812872411916, 67195.532324816609616 ] } }, +{ "type": "Feature", "properties": { "id": 357651907, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317778.129302121931687, 66616.758255390450358 ] } }, +{ "type": "Feature", "properties": { "id": 357651914, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316876.903595172916539, 65789.43704160717607 ] } }, +{ "type": "Feature", "properties": { "id": 357652184, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311305.803343541978393, 65648.772929430982913 ] } }, +{ "type": "Feature", "properties": { "id": 357652187, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307982.223692492465489, 59012.730332415863813 ] } }, +{ "type": "Feature", "properties": { "id": 357652190, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307691.438190741988365, 63947.544147947628517 ] } }, +{ "type": "Feature", "properties": { "id": 357652202, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312362.049889251065906, 65064.599066012153344 ] } }, +{ "type": "Feature", "properties": { "id": 357652216, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311780.050755878910422, 65191.158336438471451 ] } }, +{ "type": "Feature", "properties": { "id": 357652218, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315882.299357605515979, 64546.880227097557508 ] } }, +{ "type": "Feature", "properties": { "id": 357652224, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318252.896558758686297, 63997.409620516482391 ] } }, +{ "type": "Feature", "properties": { "id": 357652229, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316112.536716055648867, 66521.863990356767317 ] } }, +{ "type": "Feature", "properties": { "id": 357652232, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311305.802696062659379, 65649.196546515187947 ] } }, +{ "type": "Feature", "properties": { "id": 357652800, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317824.728122767410241, 66525.792262073562597 ] } }, +{ "type": "Feature", "properties": { "id": 357653013, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299741.559911685006227, 62807.411688056177809 ] } }, +{ "type": "Feature", "properties": { "id": 357653017, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299739.626355256419629, 62804.870059584369301 ] } }, +{ "type": "Feature", "properties": { "id": 357653019, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315053.212317197583616, 64775.594908070896054 ] } }, +{ "type": "Feature", "properties": { "id": 357653022, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315102.964007791888434, 64707.493820986885112 ] } }, +{ "type": "Feature", "properties": { "id": 357653031, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315738.760287672630511, 65688.224613746715477 ] } }, +{ "type": "Feature", "properties": { "id": 357653415, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316113.5444876482361, 66059.274307590065291 ] } }, +{ "type": "Feature", "properties": { "id": 357653420, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313038.071314572414849, 67533.761631838584435 ] } }, +{ "type": "Feature", "properties": { "id": 357653442, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316513.616693687508814, 65473.868431207381946 ] } }, +{ "type": "Feature", "properties": { "id": 357653449, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319654.812853040872142, 66283.459111471558572 ] } }, +{ "type": "Feature", "properties": { "id": 357653787, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315811.332277240348049, 66095.900551875558449 ] } }, +{ "type": "Feature", "properties": { "id": 357653791, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310182.343182747019455, 63704.007874400420405 ] } }, +{ "type": "Feature", "properties": { "id": 357653794, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312278.284531694487669, 63904.171174002876796 ] } }, +{ "type": "Feature", "properties": { "id": 357653807, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311235.580373243137728, 65649.089548243297031 ] } }, +{ "type": "Feature", "properties": { "id": 357717781, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281297.679101136513054, 58272.083779250438965 ] } }, +{ "type": "Feature", "properties": { "id": 357717824, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302305.913710829103366, 79533.169016259780619 ] } }, +{ "type": "Feature", "properties": { "id": 357717851, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276474.963170011236798, 55355.689704900447396 ] } }, +{ "type": "Feature", "properties": { "id": 357717921, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287197.101670466479845, 71300.606841921835439 ] } }, +{ "type": "Feature", "properties": { "id": 357717949, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306093.834372477547731, 85982.530393332010135 ] } }, +{ "type": "Feature", "properties": { "id": 357717971, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273594.125943878199905, 70813.088670272540185 ] } }, +{ "type": "Feature", "properties": { "id": 357718012, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293579.606479699083138, 87247.348031121015083 ] } }, +{ "type": "Feature", "properties": { "id": 357718038, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300596.61678461037809, 80982.484026287682354 ] } }, +{ "type": "Feature", "properties": { "id": 357718109, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298210.105415807163808, 83450.73510553909 ] } }, +{ "type": "Feature", "properties": { "id": 357718138, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292796.70145418390166, 75526.287354674161179 ] } }, +{ "type": "Feature", "properties": { "id": 357718185, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280629.025763849029317, 61758.044970791466767 ] } }, +{ "type": "Feature", "properties": { "id": 357718333, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 287872.341611406707671, 83409.648478333532694 ] } }, +{ "type": "Feature", "properties": { "id": 357718377, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281852.089464209915604, 54507.739716889162082 ] } }, +{ "type": "Feature", "properties": { "id": 357718490, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285991.08581271203002, 69119.875333575924742 ] } }, +{ "type": "Feature", "properties": { "id": 357718519, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280631.832281112147029, 54942.491779540425341 ] } }, +{ "type": "Feature", "properties": { "id": 357718523, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281788.967286777624395, 57438.032380850447225 ] } }, +{ "type": "Feature", "properties": { "id": 357718535, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290913.636718285619281, 85543.762206015264383 ] } }, +{ "type": "Feature", "properties": { "id": 357718560, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283716.014026694523636, 68816.14041154460574 ] } }, +{ "type": "Feature", "properties": { "id": 357718564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298061.923098612111062, 84514.082717621917254 ] } }, +{ "type": "Feature", "properties": { "id": 357718567, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281469.367230681411456, 62709.031530496635241 ] } }, +{ "type": "Feature", "properties": { "id": 357718613, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277263.113359253446106, 59486.443397180992179 ] } }, +{ "type": "Feature", "properties": { "id": 357718617, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280142.420890218694694, 66340.765730494225863 ] } }, +{ "type": "Feature", "properties": { "id": 357718634, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280429.999085335643031, 58644.566067783263861 ] } }, +{ "type": "Feature", "properties": { "id": 357718638, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285930.764679075859021, 74302.156792443376617 ] } }, +{ "type": "Feature", "properties": { "id": 357718676, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274393.020668052020483, 51043.849935912097862 ] } }, +{ "type": "Feature", "properties": { "id": 357718711, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 276942.892997970455326, 59976.710879045051115 ] } }, +{ "type": "Feature", "properties": { "id": 357718772, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282817.132914304733276, 56924.696301270894764 ] } }, +{ "type": "Feature", "properties": { "id": 357718780, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287073.963267873972654, 85158.479245947382879 ] } }, +{ "type": "Feature", "properties": { "id": 357718858, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278490.044148151937407, 61672.874991999284248 ] } }, +{ "type": "Feature", "properties": { "id": 357718975, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296405.61226445826469, 78546.63524769898504 ] } }, +{ "type": "Feature", "properties": { "id": 357718988, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284125.696160657040309, 73966.492104379663942 ] } }, +{ "type": "Feature", "properties": { "id": 357719003, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281349.341919548343867, 70824.189597775504808 ] } }, +{ "type": "Feature", "properties": { "id": 357719006, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283510.598162644659169, 71129.990667975827819 ] } }, +{ "type": "Feature", "properties": { "id": 357719026, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284081.158296525652986, 64033.957604060313315 ] } }, +{ "type": "Feature", "properties": { "id": 357719030, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281718.286344334133901, 57284.010823199423612 ] } }, +{ "type": "Feature", "properties": { "id": 357719038, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302678.314982735610101, 86381.25468689094123 ] } }, +{ "type": "Feature", "properties": { "id": 357719052, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300199.275038996885996, 81939.013921364152338 ] } }, +{ "type": "Feature", "properties": { "id": 357719130, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271893.275774471228942, 67952.281515502996626 ] } }, +{ "type": "Feature", "properties": { "id": 357719151, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281645.997311921324581, 56482.287588838698866 ] } }, +{ "type": "Feature", "properties": { "id": 357719251, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292074.297642321675085, 79228.663008463554434 ] } }, +{ "type": "Feature", "properties": { "id": 357719254, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299976.86511824344052, 84087.233018358776462 ] } }, +{ "type": "Feature", "properties": { "id": 357719260, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299894.633030062541366, 85856.313807845857809 ] } }, +{ "type": "Feature", "properties": { "id": 357719289, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278083.03361604642123, 64627.110681103811658 ] } }, +{ "type": "Feature", "properties": { "id": 357719391, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278370.549030676076654, 68860.346359487128211 ] } }, +{ "type": "Feature", "properties": { "id": 357719397, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277992.089718262490351, 67843.501971057805349 ] } }, +{ "type": "Feature", "properties": { "id": 357719406, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283948.542573086451739, 67951.870499101045425 ] } }, +{ "type": "Feature", "properties": { "id": 357719603, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277248.721952159598004, 39644.49526159078232 ] } }, +{ "type": "Feature", "properties": { "id": 357719647, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273611.599241747404449, 69215.121137931651901 ] } }, +{ "type": "Feature", "properties": { "id": 357719714, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296946.676883634179831, 83697.701962838313193 ] } }, +{ "type": "Feature", "properties": { "id": 357719719, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290859.050202607293613, 80895.768942624315969 ] } }, +{ "type": "Feature", "properties": { "id": 357719759, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279324.763396612484939, 57968.938029760764039 ] } }, +{ "type": "Feature", "properties": { "id": 357719763, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296308.558372866886202, 79946.767611081217183 ] } }, +{ "type": "Feature", "properties": { "id": 357719767, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298817.898444427526556, 82247.507189047260908 ] } }, +{ "type": "Feature", "properties": { "id": 357719815, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299145.809987568820361, 82987.54099545245117 ] } }, +{ "type": "Feature", "properties": { "id": 357719820, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294907.736634886532556, 79402.393627601661137 ] } }, +{ "type": "Feature", "properties": { "id": 357719897, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283166.414884467842057, 53949.279893262420956 ] } }, +{ "type": "Feature", "properties": { "id": 357719901, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281006.235029644391034, 45194.219389811078145 ] } }, +{ "type": "Feature", "properties": { "id": 357719934, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280948.425442725943867, 68390.660671139528858 ] } }, +{ "type": "Feature", "properties": { "id": 357719958, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273598.985639072663616, 78654.384289889698266 ] } }, +{ "type": "Feature", "properties": { "id": 357720001, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284852.53535400913097, 62798.341064471613208 ] } }, +{ "type": "Feature", "properties": { "id": 357720025, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290306.104490008321591, 87713.530953758076066 ] } }, +{ "type": "Feature", "properties": { "id": 357720094, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283172.662982145382557, 66904.713094578735763 ] } }, +{ "type": "Feature", "properties": { "id": 357720108, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275627.296501527365763, 40243.965468599599262 ] } }, +{ "type": "Feature", "properties": { "id": 357720113, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281185.20383365143789, 45201.811844270843721 ] } }, +{ "type": "Feature", "properties": { "id": 357720117, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282884.507495187746827, 53980.849541645453428 ] } }, +{ "type": "Feature", "properties": { "id": 357720128, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290449.287470503011718, 71765.485101359765395 ] } }, +{ "type": "Feature", "properties": { "id": 357720133, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290853.586969144525938, 79080.534198910521809 ] } }, +{ "type": "Feature", "properties": { "id": 357720138, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292519.575459130282979, 79505.673746839864179 ] } }, +{ "type": "Feature", "properties": { "id": 357720152, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299122.550633848935831, 81969.56460870677256 ] } }, +{ "type": "Feature", "properties": { "id": 357720170, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282745.062820229097269, 54505.60596464308037 ] } }, +{ "type": "Feature", "properties": { "id": 357720204, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300444.293312879628502, 80230.535229519882705 ] } }, +{ "type": "Feature", "properties": { "id": 357720209, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279317.333698365138844, 59233.874837184863281 ] } }, +{ "type": "Feature", "properties": { "id": 357720267, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293641.741121269005816, 77345.401863367573242 ] } }, +{ "type": "Feature", "properties": { "id": 357720338, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295932.402641568682157, 75270.568279643921414 ] } }, +{ "type": "Feature", "properties": { "id": 357720349, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274640.626914135704283, 53981.182778086396866 ] } }, +{ "type": "Feature", "properties": { "id": 357720440, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301533.82424629770685, 78607.345432982780039 ] } }, +{ "type": "Feature", "properties": { "id": 357720534, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281362.242397226043977, 65212.459277824804303 ] } }, +{ "type": "Feature", "properties": { "id": 357720551, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273465.189122094016057, 59987.512732756244077 ] } }, +{ "type": "Feature", "properties": { "id": 357720788, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283819.741650058596861, 83229.330061110274983 ] } }, +{ "type": "Feature", "properties": { "id": 357720831, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292328.928381668229122, 76112.630306914783432 ] } }, +{ "type": "Feature", "properties": { "id": 357720958, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303218.777335383929312, 80088.884970090235583 ] } }, +{ "type": "Feature", "properties": { "id": 357720972, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 279714.220677744422574, 71571.10624949929479 ] } }, +{ "type": "Feature", "properties": { "id": 357721072, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280050.220283136528451, 65832.670626307401108 ] } }, +{ "type": "Feature", "properties": { "id": 357721091, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281062.553200960159302, 67187.286205137963407 ] } }, +{ "type": "Feature", "properties": { "id": 357721106, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272043.108743551478256, 57314.216926205372147 ] } }, +{ "type": "Feature", "properties": { "id": 357721116, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271101.224324087612331, 56762.471647332531575 ] } }, +{ "type": "Feature", "properties": { "id": 357721139, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281907.521925460721832, 73720.381925367706572 ] } }, +{ "type": "Feature", "properties": { "id": 357721156, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280482.035083881288301, 69317.488693273655372 ] } }, +{ "type": "Feature", "properties": { "id": 357721233, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 279772.22187407995807, 58399.789735643156746 ] } }, +{ "type": "Feature", "properties": { "id": 357721236, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278883.152090816525742, 59606.188185207800416 ] } }, +{ "type": "Feature", "properties": { "id": 357721263, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270215.027151836198755, 54212.426335853575438 ] } }, +{ "type": "Feature", "properties": { "id": 357721272, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279348.311905082315207, 56237.558453440586163 ] } }, +{ "type": "Feature", "properties": { "id": 357721278, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280231.65193379833363, 55845.846567857210175 ] } }, +{ "type": "Feature", "properties": { "id": 357721299, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281221.867964572098572, 65243.738452019410033 ] } }, +{ "type": "Feature", "properties": { "id": 357721347, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302420.283089263830334, 87646.130295418421156 ] } }, +{ "type": "Feature", "properties": { "id": 357721375, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301368.842229980393313, 73527.214428764797049 ] } }, +{ "type": "Feature", "properties": { "id": 357721389, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282506.18819170614006, 72705.63342048843333 ] } }, +{ "type": "Feature", "properties": { "id": 357721418, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281881.697640870232135, 56851.946081715657783 ] } }, +{ "type": "Feature", "properties": { "id": 357721548, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279657.30076885240851, 67962.430675909243291 ] } }, +{ "type": "Feature", "properties": { "id": 357721554, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296336.997275299625471, 81538.744550166738918 ] } }, +{ "type": "Feature", "properties": { "id": 357721606, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284282.451620073232334, 69604.966958470555255 ] } }, +{ "type": "Feature", "properties": { "id": 357721613, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294513.736251665221062, 84840.368664973881096 ] } }, +{ "type": "Feature", "properties": { "id": 357721731, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286954.446571986132767, 70228.422221733169863 ] } }, +{ "type": "Feature", "properties": { "id": 357721741, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277673.679958340071607, 63279.53324345620058 ] } }, +{ "type": "Feature", "properties": { "id": 357721752, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290393.057242045004386, 82469.715849549509585 ] } }, +{ "type": "Feature", "properties": { "id": 357721849, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279336.046351904806215, 62009.781872071798716 ] } }, +{ "type": "Feature", "properties": { "id": 357721877, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283560.17404860939132, 72579.515655275710742 ] } }, +{ "type": "Feature", "properties": { "id": 357721899, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278950.321012119180523, 66668.555131911562057 ] } }, +{ "type": "Feature", "properties": { "id": 357721949, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278934.079292272392195, 52571.924980541793047 ] } }, +{ "type": "Feature", "properties": { "id": 357721986, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301758.331756070430856, 83748.538890666997759 ] } }, +{ "type": "Feature", "properties": { "id": 357722046, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284558.471853832481429, 54366.047956706184777 ] } }, +{ "type": "Feature", "properties": { "id": 357722051, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278367.680975014693104, 59945.722309285389201 ] } }, +{ "type": "Feature", "properties": { "id": 357722060, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287766.948240833531599, 65538.413119650038425 ] } }, +{ "type": "Feature", "properties": { "id": 357722065, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282167.225543609820306, 68264.347275161751895 ] } }, +{ "type": "Feature", "properties": { "id": 357722075, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284425.198608973354567, 71344.053992120403564 ] } }, +{ "type": "Feature", "properties": { "id": 357722081, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289206.704477992781904, 71612.997027726931265 ] } }, +{ "type": "Feature", "properties": { "id": 357722086, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291636.502648082678206, 74229.527616757564829 ] } }, +{ "type": "Feature", "properties": { "id": 357722092, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289142.342546413303353, 75561.67929551564157 ] } }, +{ "type": "Feature", "properties": { "id": 357722107, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286690.22886509494856, 86151.730145891706343 ] } }, +{ "type": "Feature", "properties": { "id": 357722159, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277270.912151786673348, 58666.298622704242007 ] } }, +{ "type": "Feature", "properties": { "id": 357722213, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291769.78709167719353, 78920.596255779004423 ] } }, +{ "type": "Feature", "properties": { "id": 357722230, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289570.901856266369577, 80619.576793394400738 ] } }, +{ "type": "Feature", "properties": { "id": 357722258, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287065.044838239438832, 66465.213468745467253 ] } }, +{ "type": "Feature", "properties": { "id": 357722261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291024.429284528654534, 77845.455102870997507 ] } }, +{ "type": "Feature", "properties": { "id": 357722299, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273197.977933521557134, 59373.806831652749679 ] } }, +{ "type": "Feature", "properties": { "id": 357722355, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281378.796479023061693, 71782.772432813886553 ] } }, +{ "type": "Feature", "properties": { "id": 357722360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299006.176693016837817, 86565.962322797699017 ] } }, +{ "type": "Feature", "properties": { "id": 357722367, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289480.490430010657292, 82594.236204097454902 ] } }, +{ "type": "Feature", "properties": { "id": 357722409, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282602.466338657599408, 70131.054449917341117 ] } }, +{ "type": "Feature", "properties": { "id": 357722547, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273474.654528579325415, 70172.151059981639264 ] } }, +{ "type": "Feature", "properties": { "id": 357722552, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287188.966084252751898, 70320.785050492544542 ] } }, +{ "type": "Feature", "properties": { "id": 357722557, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282739.459205029939767, 72272.989653719268972 ] } }, +{ "type": "Feature", "properties": { "id": 357722560, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287611.709914318460505, 72472.06194099134882 ] } }, +{ "type": "Feature", "properties": { "id": 357722581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271093.083807977382094, 54510.985780380382494 ] } }, +{ "type": "Feature", "properties": { "id": 357722586, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298161.238574323419016, 75615.354079081502277 ] } }, +{ "type": "Feature", "properties": { "id": 357722592, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288630.652979030681308, 77937.290311595541425 ] } }, +{ "type": "Feature", "properties": { "id": 357722596, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290878.575158550986089, 77965.0962111834815 ] } }, +{ "type": "Feature", "properties": { "id": 357722600, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301321.424194346822333, 86751.140741005350719 ] } }, +{ "type": "Feature", "properties": { "id": 357722752, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278175.685819563339464, 66547.527015608051443 ] } }, +{ "type": "Feature", "properties": { "id": 357722787, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278793.31733345775865, 69198.442298972178833 ] } }, +{ "type": "Feature", "properties": { "id": 357722792, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281920.820562349341344, 63360.285592541025835 ] } }, +{ "type": "Feature", "properties": { "id": 357722802, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275654.397903190983925, 74169.165991123882122 ] } }, +{ "type": "Feature", "properties": { "id": 357722807, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276042.98082569707185, 75132.066770705394447 ] } }, +{ "type": "Feature", "properties": { "id": 357722856, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279994.063845765194856, 45011.762822977332689 ] } }, +{ "type": "Feature", "properties": { "id": 357722880, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282274.618567983910907, 53122.773224631979247 ] } }, +{ "type": "Feature", "properties": { "id": 357722898, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281267.989272294973489, 55712.256393078845576 ] } }, +{ "type": "Feature", "properties": { "id": 357722919, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275997.880677128443494, 60230.919475766611868 ] } }, +{ "type": "Feature", "properties": { "id": 357722990, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288928.96563934214646, 53754.156197431359033 ] } }, +{ "type": "Feature", "properties": { "id": 357723042, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300081.670216205762699, 79070.209609917685157 ] } }, +{ "type": "Feature", "properties": { "id": 357723046, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299869.454133955994621, 78949.47691695606045 ] } }, +{ "type": "Feature", "properties": { "id": 357723052, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 288607.477479814726394, 62884.379333514370956 ] } }, +{ "type": "Feature", "properties": { "id": 357723062, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278904.442187139182352, 67069.853967727904092 ] } }, +{ "type": "Feature", "properties": { "id": 357723128, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 272664.372354238992557, 60149.706799287792819 ] } }, +{ "type": "Feature", "properties": { "id": 357723304, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295141.688560558890458, 79226.007453345460817 ] } }, +{ "type": "Feature", "properties": { "id": 357723325, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281159.3712110426859, 59167.110011912664049 ] } }, +{ "type": "Feature", "properties": { "id": 357723382, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272533.770918213820551, 69249.12391215871321 ] } }, +{ "type": "Feature", "properties": { "id": 357723498, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278011.683369703008793, 82633.899092094405205 ] } }, +{ "type": "Feature", "properties": { "id": 357723503, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284654.349401313520502, 76909.565038500426454 ] } }, +{ "type": "Feature", "properties": { "id": 357723507, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288698.99218305508839, 54433.553996323353203 ] } }, +{ "type": "Feature", "properties": { "id": 357723518, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281254.96479771513259, 45709.119777071275166 ] } }, +{ "type": "Feature", "properties": { "id": 357723526, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286415.7754279357614, 71402.823479746744852 ] } }, +{ "type": "Feature", "properties": { "id": 357723735, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295144.088070445111953, 70152.421303157592774 ] } }, +{ "type": "Feature", "properties": { "id": 357723773, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280289.914268723456189, 58830.05762771134323 ] } }, +{ "type": "Feature", "properties": { "id": 357723821, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281715.621668066305574, 56204.64811098541395 ] } }, +{ "type": "Feature", "properties": { "id": 357723837, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292189.73576547956327, 77717.043097564601339 ] } }, +{ "type": "Feature", "properties": { "id": 357723847, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279225.677050903963391, 62645.51703905264003 ] } }, +{ "type": "Feature", "properties": { "id": 357723945, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271295.190230891748797, 58211.756727175408741 ] } }, +{ "type": "Feature", "properties": { "id": 357723962, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296556.905647821782622, 77511.646501738810912 ] } }, +{ "type": "Feature", "properties": { "id": 357723982, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296095.763484029739629, 78800.544415678814403 ] } }, +{ "type": "Feature", "properties": { "id": 357724024, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282359.650289807643276, 56039.14757009796449 ] } }, +{ "type": "Feature", "properties": { "id": 357724055, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276399.712454311316833, 61093.382642246644536 ] } }, +{ "type": "Feature", "properties": { "id": 357724064, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276570.93197397235781, 63252.018678147876926 ] } }, +{ "type": "Feature", "properties": { "id": 357724070, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288203.834386803326197, 68820.75062683307624 ] } }, +{ "type": "Feature", "properties": { "id": 357724085, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291139.299718477530405, 80309.126937019638717 ] } }, +{ "type": "Feature", "properties": { "id": 357724124, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292711.598823854990769, 60318.442346861418628 ] } }, +{ "type": "Feature", "properties": { "id": 357724224, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282749.229587041889317, 56294.516357495114789 ] } }, +{ "type": "Feature", "properties": { "id": 357724255, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277753.613967920769937, 58353.474923591289553 ] } }, +{ "type": "Feature", "properties": { "id": 357724261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297037.755833884817548, 63986.07727286406589 ] } }, +{ "type": "Feature", "properties": { "id": 357724333, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281781.130525591608603, 73355.105351551916101 ] } }, +{ "type": "Feature", "properties": { "id": 357724359, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 287896.681723039888311, 73157.434388657376985 ] } }, +{ "type": "Feature", "properties": { "id": 357724542, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 296818.265688434417825, 76523.213031206279993 ] } }, +{ "type": "Feature", "properties": { "id": 357724718, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301744.167575874191243, 81136.866354656041949 ] } }, +{ "type": "Feature", "properties": { "id": 357724743, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294097.854372445493937, 62106.982067300166818 ] } }, +{ "type": "Feature", "properties": { "id": 357724757, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284922.109562383207958, 62150.488977218679793 ] } }, +{ "type": "Feature", "properties": { "id": 357724792, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278583.552890872058924, 53436.67697464775847 ] } }, +{ "type": "Feature", "properties": { "id": 357724827, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282558.30615581368329, 65055.345338356644788 ] } }, +{ "type": "Feature", "properties": { "id": 357724831, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287746.106567153590731, 66957.569569055034663 ] } }, +{ "type": "Feature", "properties": { "id": 357724843, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290003.340247517742682, 71395.829683086136356 ] } }, +{ "type": "Feature", "properties": { "id": 357724848, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285667.940899553359486, 71835.0592138703214 ] } }, +{ "type": "Feature", "properties": { "id": 357724853, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300245.893873737775721, 71852.091291451899451 ] } }, +{ "type": "Feature", "properties": { "id": 357724858, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290076.076752194087021, 73308.384656593829277 ] } }, +{ "type": "Feature", "properties": { "id": 357724863, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292279.870257712260354, 74107.671184463833924 ] } }, +{ "type": "Feature", "properties": { "id": 357724876, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297814.29106117063202, 77217.595306337738293 ] } }, +{ "type": "Feature", "properties": { "id": 357724886, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292651.581208611140028, 78397.758886892770533 ] } }, +{ "type": "Feature", "properties": { "id": 357724891, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301884.420459417451639, 80736.1493804603233 ] } }, +{ "type": "Feature", "properties": { "id": 357724895, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293036.014263961696997, 80955.243754275041283 ] } }, +{ "type": "Feature", "properties": { "id": 357724899, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286668.652194493508432, 80963.573522898805095 ] } }, +{ "type": "Feature", "properties": { "id": 357724909, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299379.795330425258726, 83357.769313015480293 ] } }, +{ "type": "Feature", "properties": { "id": 357724919, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287923.139007267192937, 86564.767816141873482 ] } }, +{ "type": "Feature", "properties": { "id": 357724924, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287415.998334059957415, 87159.548153067822568 ] } }, +{ "type": "Feature", "properties": { "id": 357724934, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292022.990848351735622, 75187.759742617476149 ] } }, +{ "type": "Feature", "properties": { "id": 357724939, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300667.813298146415036, 75707.928998016068363 ] } }, +{ "type": "Feature", "properties": { "id": 357724944, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282381.696613150881603, 69621.113746124829049 ] } }, +{ "type": "Feature", "properties": { "id": 357724984, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 269900.472943650383968, 73301.175680853601079 ] } }, +{ "type": "Feature", "properties": { "id": 357725003, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287497.368066722701769, 69181.141345906100469 ] } }, +{ "type": "Feature", "properties": { "id": 357725137, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298115.65037441131426, 81013.625229857861996 ] } }, +{ "type": "Feature", "properties": { "id": 357725206, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289347.568467832636088, 84465.598986048746156 ] } }, +{ "type": "Feature", "properties": { "id": 357725228, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302398.122016637702473, 84684.517176047651446 ] } }, +{ "type": "Feature", "properties": { "id": 357725248, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282679.423717292258516, 56510.722435926705657 ] } }, +{ "type": "Feature", "properties": { "id": 357725384, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278138.828758838470094, 61920.873015659068187 ] } }, +{ "type": "Feature", "properties": { "id": 357725409, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291035.97972054942511, 58166.201912943324714 ] } }, +{ "type": "Feature", "properties": { "id": 357725413, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291628.286642037739512, 78334.457018278350006 ] } }, +{ "type": "Feature", "properties": { "id": 357725437, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279084.816854655859061, 64570.834683766377566 ] } }, +{ "type": "Feature", "properties": { "id": 357725457, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278758.798833221720997, 65250.401053764260723 ] } }, +{ "type": "Feature", "properties": { "id": 357725504, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303357.485209957696497, 84715.816384020945407 ] } }, +{ "type": "Feature", "properties": { "id": 357725530, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290430.305634715594351, 75498.049385117352358 ] } }, +{ "type": "Feature", "properties": { "id": 357725555, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287156.628421623958275, 65416.17476402936154 ] } }, +{ "type": "Feature", "properties": { "id": 357725565, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276677.054213194060139, 52332.142357506701956 ] } }, +{ "type": "Feature", "properties": { "id": 357725583, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280290.16208632820053, 50193.000265005735855 ] } }, +{ "type": "Feature", "properties": { "id": 357725607, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303426.824316588346846, 86227.362640957871918 ] } }, +{ "type": "Feature", "properties": { "id": 357725657, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293483.07958442781819, 81959.257143547394662 ] } }, +{ "type": "Feature", "properties": { "id": 357725776, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279850.350221951899584, 47994.792638474253181 ] } }, +{ "type": "Feature", "properties": { "id": 357725833, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282938.646919242106378, 57034.555064202286303 ] } }, +{ "type": "Feature", "properties": { "id": 357725845, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280861.232979549560696, 72769.441445801348891 ] } }, +{ "type": "Feature", "properties": { "id": 357725859, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284259.867239190381952, 62619.96442380042572 ] } }, +{ "type": "Feature", "properties": { "id": 357725875, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278407.02403977967333, 65251.419534396482049 ] } }, +{ "type": "Feature", "properties": { "id": 357725919, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280205.752281592343934, 62562.766800918099761 ] } }, +{ "type": "Feature", "properties": { "id": 357725949, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301462.997205435414799, 82278.482389798155054 ] } }, +{ "type": "Feature", "properties": { "id": 357725953, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301416.102893166185822, 82124.27256676707475 ] } }, +{ "type": "Feature", "properties": { "id": 357725957, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303615.953124963562004, 81785.696405676062568 ] } }, +{ "type": "Feature", "properties": { "id": 357726024, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286352.850986191013362, 61716.047214838610671 ] } }, +{ "type": "Feature", "properties": { "id": 357726032, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289603.59057012287667, 76893.738311498964322 ] } }, +{ "type": "Feature", "properties": { "id": 357726037, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303053.825344616314396, 84037.029391348347417 ] } }, +{ "type": "Feature", "properties": { "id": 357726064, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282843.910299089970067, 74843.717103162722196 ] } }, +{ "type": "Feature", "properties": { "id": 357726138, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295985.426624050480314, 80490.025888873555232 ] } }, +{ "type": "Feature", "properties": { "id": 357726292, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 269925.043095736415125, 56212.21727033170464 ] } }, +{ "type": "Feature", "properties": { "id": 357726300, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279367.030481431924272, 56241.742426689168497 ] } }, +{ "type": "Feature", "properties": { "id": 357726321, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291673.155557245598175, 74206.186951960829902 ] } }, +{ "type": "Feature", "properties": { "id": 357726368, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281831.884513906494249, 65458.260596342734061 ] } }, +{ "type": "Feature", "properties": { "id": 357726373, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281160.631672503543086, 46464.231901873958122 ] } }, +{ "type": "Feature", "properties": { "id": 357726472, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284396.585112022992689, 65103.344512108044 ] } }, +{ "type": "Feature", "properties": { "id": 357726508, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276671.381821359216701, 65472.735515639345977 ] } }, +{ "type": "Feature", "properties": { "id": 357726538, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281282.9632917632116, 70288.899449170727166 ] } }, +{ "type": "Feature", "properties": { "id": 357726550, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 273447.277172065805644, 55890.360012003118754 ] } }, +{ "type": "Feature", "properties": { "id": 357726564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278136.154887021519244, 76912.428658032746171 ] } }, +{ "type": "Feature", "properties": { "id": 357726605, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283690.666245511558373, 75419.19923428967013 ] } }, +{ "type": "Feature", "properties": { "id": 357726686, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285334.694642305548768, 74526.56560160619847 ] } }, +{ "type": "Feature", "properties": { "id": 357726694, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280943.736437339568511, 66570.801182272349251 ] } }, +{ "type": "Feature", "properties": { "id": 357726762, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299722.404403493739665, 84698.112443915131735 ] } }, +{ "type": "Feature", "properties": { "id": 357726793, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272395.172478727821726, 69898.206566134656896 ] } }, +{ "type": "Feature", "properties": { "id": 357726823, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282935.707783528720029, 65825.450951496386551 ] } }, +{ "type": "Feature", "properties": { "id": 357726827, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280370.429417299921624, 62685.600807128786983 ] } }, +{ "type": "Feature", "properties": { "id": 357726891, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280248.718146678816993, 69718.854085636296077 ] } }, +{ "type": "Feature", "properties": { "id": 357726901, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273095.556098970468156, 40368.356199604000722 ] } }, +{ "type": "Feature", "properties": { "id": 357726909, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278018.579423083574511, 68738.110607975206221 ] } }, +{ "type": "Feature", "properties": { "id": 357726914, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281905.243364100926556, 66476.037274245376466 ] } }, +{ "type": "Feature", "properties": { "id": 357726918, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302140.382548543566372, 76033.128385516101844 ] } }, +{ "type": "Feature", "properties": { "id": 357726927, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286503.902086748799775, 84739.258166033527232 ] } }, +{ "type": "Feature", "properties": { "id": 357726931, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291630.671287564444356, 59394.834462783284835 ] } }, +{ "type": "Feature", "properties": { "id": 357727028, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281087.08236881333869, 67711.66495858989947 ] } }, +{ "type": "Feature", "properties": { "id": 357727114, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 288621.724867086450104, 72138.318170966027537 ] } }, +{ "type": "Feature", "properties": { "id": 357727147, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284212.880094319814816, 75917.51819205423817 ] } }, +{ "type": "Feature", "properties": { "id": 357727167, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283447.635677901562303, 53609.332427110799472 ] } }, +{ "type": "Feature", "properties": { "id": 357727305, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290661.632176781480666, 72721.328181249744375 ] } }, +{ "type": "Feature", "properties": { "id": 357727383, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277690.535098798456602, 70572.528318281722022 ] } }, +{ "type": "Feature", "properties": { "id": 357727534, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287181.265368952299468, 79605.786722452292452 ] } }, +{ "type": "Feature", "properties": { "id": 357727541, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285460.201241412432864, 85315.685041854987503 ] } }, +{ "type": "Feature", "properties": { "id": 357727545, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286464.873294828634243, 84480.914928352707648 ] } }, +{ "type": "Feature", "properties": { "id": 357727549, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288275.972116545250174, 79778.077856661358965 ] } }, +{ "type": "Feature", "properties": { "id": 357727557, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288889.314323144091759, 78862.519415940289036 ] } }, +{ "type": "Feature", "properties": { "id": 357727564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289088.146207087556832, 54492.276311183071812 ] } }, +{ "type": "Feature", "properties": { "id": 357727573, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284748.903890472254716, 84064.868097599595785 ] } }, +{ "type": "Feature", "properties": { "id": 357727577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286398.584009567566682, 82682.727688012935687 ] } }, +{ "type": "Feature", "properties": { "id": 357727593, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288098.441278122423682, 82133.732868005929049 ] } }, +{ "type": "Feature", "properties": { "id": 357727611, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287069.314571094000712, 82505.292253232095391 ] } }, +{ "type": "Feature", "properties": { "id": 357727616, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287792.761097505746875, 81146.754361675979453 ] } }, +{ "type": "Feature", "properties": { "id": 357727623, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286828.632415242376737, 78742.632507228292525 ] } }, +{ "type": "Feature", "properties": { "id": 357727627, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285488.861736771475989, 82572.622273293585749 ] } }, +{ "type": "Feature", "properties": { "id": 357727636, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286728.797988731705118, 80088.2503306264407 ] } }, +{ "type": "Feature", "properties": { "id": 357727651, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285264.111663948744535, 80750.617096295260126 ] } }, +{ "type": "Feature", "properties": { "id": 357727656, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284645.11131704703439, 83598.666368421574589 ] } }, +{ "type": "Feature", "properties": { "id": 357727662, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280225.807755754212849, 61143.596084455304663 ] } }, +{ "type": "Feature", "properties": { "id": 357727671, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280681.960513622325379, 62775.85871478800982 ] } }, +{ "type": "Feature", "properties": { "id": 357727679, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285788.245384352572728, 81828.570779341316666 ] } }, +{ "type": "Feature", "properties": { "id": 357727695, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 290480.09597689320799, 77688.124474417127203 ] } }, +{ "type": "Feature", "properties": { "id": 357727700, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290357.780909404449631, 77605.252593528770376 ] } }, +{ "type": "Feature", "properties": { "id": 357727733, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288757.12683197442675, 68902.91809087790898 ] } }, +{ "type": "Feature", "properties": { "id": 357727742, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278414.677067316079047, 67873.180656987577095 ] } }, +{ "type": "Feature", "properties": { "id": 357727755, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284500.385743720573373, 62675.797778059211851 ] } }, +{ "type": "Feature", "properties": { "id": 357727907, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291723.505987487209495, 73197.908435798759456 ] } }, +{ "type": "Feature", "properties": { "id": 357727924, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283746.833815956139006, 61443.842794273667096 ] } }, +{ "type": "Feature", "properties": { "id": 357727956, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282165.052536976290867, 57468.464520815854485 ] } }, +{ "type": "Feature", "properties": { "id": 357728004, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302585.124525857972912, 84654.078964063024614 ] } }, +{ "type": "Feature", "properties": { "id": 357728010, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281700.681777974939905, 53289.801054745345027 ] } }, +{ "type": "Feature", "properties": { "id": 357728031, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275557.983971580979414, 48632.950978099092026 ] } }, +{ "type": "Feature", "properties": { "id": 357728037, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270605.518298763025086, 62039.309328318864573 ] } }, +{ "type": "Feature", "properties": { "id": 357728041, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272667.994012615876272, 67583.791922461750801 ] } }, +{ "type": "Feature", "properties": { "id": 357728044, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287958.042137100768741, 67759.132409227764583 ] } }, +{ "type": "Feature", "properties": { "id": 357728051, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289726.295230833871756, 69836.437502992441296 ] } }, +{ "type": "Feature", "properties": { "id": 357728054, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288995.058427619864233, 71273.988356158341048 ] } }, +{ "type": "Feature", "properties": { "id": 357728061, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298582.956017656426411, 77219.525942470500013 ] } }, +{ "type": "Feature", "properties": { "id": 357728064, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289689.657790326687973, 78182.709582635478 ] } }, +{ "type": "Feature", "properties": { "id": 357728068, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292347.44823671359336, 78463.729806553863455 ] } }, +{ "type": "Feature", "properties": { "id": 357728071, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291324.3005217917962, 78519.932403852406424 ] } }, +{ "type": "Feature", "properties": { "id": 357728075, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302025.035493015369866, 79070.486857673546183 ] } }, +{ "type": "Feature", "properties": { "id": 357728078, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297087.375598026264925, 85209.156660550273955 ] } }, +{ "type": "Feature", "properties": { "id": 357728081, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289060.809416327625513, 85226.011964441728196 ] } }, +{ "type": "Feature", "properties": { "id": 357728202, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287346.969118059088942, 66711.271882339497097 ] } }, +{ "type": "Feature", "properties": { "id": 357728205, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286782.219164804089814, 65725.228369151227525 ] } }, +{ "type": "Feature", "properties": { "id": 357728219, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275368.417195901216473, 34891.680715860442433 ] } }, +{ "type": "Feature", "properties": { "id": 357728226, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292993.043743250367697, 60010.202566059182573 ] } }, +{ "type": "Feature", "properties": { "id": 357728233, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283202.931171055883169, 70020.37140609533526 ] } }, +{ "type": "Feature", "properties": { "id": 357728236, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290050.125763969961554, 71241.568405492726015 ] } }, +{ "type": "Feature", "properties": { "id": 357728243, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289311.53872529004002, 79108.44668734226434 ] } }, +{ "type": "Feature", "properties": { "id": 357728247, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293454.225531011354178, 82041.46655641128018 ] } }, +{ "type": "Feature", "properties": { "id": 357728250, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300689.820283576147631, 88046.521768241218524 ] } }, +{ "type": "Feature", "properties": { "id": 357728257, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298480.075371377111878, 80522.13364658865612 ] } }, +{ "type": "Feature", "properties": { "id": 357728260, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294426.737268007942475, 62322.347545854550845 ] } }, +{ "type": "Feature", "properties": { "id": 357728277, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293630.266869408602361, 61771.866089610630297 ] } }, +{ "type": "Feature", "properties": { "id": 357728280, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293417.127073476731312, 62014.784419317351421 ] } }, +{ "type": "Feature", "properties": { "id": 357728328, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272642.730073390936013, 54289.057404416882491 ] } }, +{ "type": "Feature", "properties": { "id": 357728332, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289943.134094565000851, 83900.064254707744112 ] } }, +{ "type": "Feature", "properties": { "id": 357728359, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286076.882973514264449, 82512.605019015274593 ] } }, +{ "type": "Feature", "properties": { "id": 357728363, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287208.64008654007921, 86862.514864446566207 ] } }, +{ "type": "Feature", "properties": { "id": 357728390, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288306.789345938013867, 80560.044955197852687 ] } }, +{ "type": "Feature", "properties": { "id": 357728409, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282775.330802872776985, 74959.102494197868509 ] } }, +{ "type": "Feature", "properties": { "id": 357728419, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288949.433271269779652, 87654.012264792530914 ] } }, +{ "type": "Feature", "properties": { "id": 357728434, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281977.475536540907342, 57776.88655572814605 ] } }, +{ "type": "Feature", "properties": { "id": 357728444, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272681.172909760847688, 45280.785964054084616 ] } }, +{ "type": "Feature", "properties": { "id": 357728449, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302096.40520328580169, 81374.61304844408005 ] } }, +{ "type": "Feature", "properties": { "id": 357728459, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270298.764179940335453, 55624.424526298018463 ] } }, +{ "type": "Feature", "properties": { "id": 357728460, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276502.137161499354988, 67156.737378193080076 ] } }, +{ "type": "Feature", "properties": { "id": 357728479, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281430.461938994994853, 45625.227164547977736 ] } }, +{ "type": "Feature", "properties": { "id": 357728495, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278626.123716211935971, 51863.679047325626016 ] } }, +{ "type": "Feature", "properties": { "id": 357728509, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279859.017248827731237, 55931.573338469097507 ] } }, +{ "type": "Feature", "properties": { "id": 357728513, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286855.832099710591137, 80654.836746020053397 ] } }, +{ "type": "Feature", "properties": { "id": 357728519, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279051.190047178126406, 52448.321629933991062 ] } }, +{ "type": "Feature", "properties": { "id": 357728524, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281709.072935903153848, 53551.996682169301494 ] } }, +{ "type": "Feature", "properties": { "id": 357728539, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281825.230276355054229, 53027.278224759145814 ] } }, +{ "type": "Feature", "properties": { "id": 357728547, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289995.798219002841506, 55803.347104173481057 ] } }, +{ "type": "Feature", "properties": { "id": 357728606, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273178.161230471567251, 59599.242902505720849 ] } }, +{ "type": "Feature", "properties": { "id": 357728613, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286245.057988666114397, 62330.49048960905202 ] } }, +{ "type": "Feature", "properties": { "id": 357728628, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287737.944137019221671, 76396.722733346803579 ] } }, +{ "type": "Feature", "properties": { "id": 357728699, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289120.543718962057028, 76486.906995933692087 ] } }, +{ "type": "Feature", "properties": { "id": 357728703, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289309.752935855474789, 77874.850277656063554 ] } }, +{ "type": "Feature", "properties": { "id": 357728721, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276228.160525369457901, 51624.016840786651301 ] } }, +{ "type": "Feature", "properties": { "id": 357728733, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280358.97480157064274, 67836.412881183117861 ] } }, +{ "type": "Feature", "properties": { "id": 357728740, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300363.032350224733818, 72160.492445699230302 ] } }, +{ "type": "Feature", "properties": { "id": 357728751, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300456.238166327006184, 84622.715179404505761 ] } }, +{ "type": "Feature", "properties": { "id": 357728784, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274555.352608364482876, 84450.524880613884307 ] } }, +{ "type": "Feature", "properties": { "id": 357728802, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280869.454175082617439, 64997.671756570438447 ] } }, +{ "type": "Feature", "properties": { "id": 357728844, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281288.936089461669326, 45347.694806079824048 ] } }, +{ "type": "Feature", "properties": { "id": 357728847, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280374.401198510953691, 47139.811444884267985 ] } }, +{ "type": "Feature", "properties": { "id": 357728855, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277085.894447628059424, 62849.239603434834862 ] } }, +{ "type": "Feature", "properties": { "id": 357728866, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297835.175132237898652, 87007.637282335708733 ] } }, +{ "type": "Feature", "properties": { "id": 357728869, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303355.969145750335883, 88047.253119002416497 ] } }, +{ "type": "Feature", "properties": { "id": 357728884, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280931.003312178654596, 62629.488367949656094 ] } }, +{ "type": "Feature", "properties": { "id": 357728888, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290086.930961596837733, 81390.291895062560798 ] } }, +{ "type": "Feature", "properties": { "id": 357728903, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281585.94876898691291, 71475.127172870008508 ] } }, +{ "type": "Feature", "properties": { "id": 357728905, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299403.80457269953331, 86195.665652111638337 ] } }, +{ "type": "Feature", "properties": { "id": 357728909, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301905.812214159115683, 87522.278765553899575 ] } }, +{ "type": "Feature", "properties": { "id": 357728922, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296544.368958595150616, 75461.734499273967231 ] } }, +{ "type": "Feature", "properties": { "id": 357728929, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279845.565761870122515, 67800.939395000779768 ] } }, +{ "type": "Feature", "properties": { "id": 357728934, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296148.606299670354929, 79009.364248251455138 ] } }, +{ "type": "Feature", "properties": { "id": 357728939, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298986.604392734356225, 79702.329016966890777 ] } }, +{ "type": "Feature", "properties": { "id": 357728949, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294890.413589447038248, 82245.368622253387002 ] } }, +{ "type": "Feature", "properties": { "id": 357729023, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284205.882192884455435, 83769.045546049674158 ] } }, +{ "type": "Feature", "properties": { "id": 357729044, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277486.159430463274475, 38207.315310824174958 ] } }, +{ "type": "Feature", "properties": { "id": 357729052, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281781.988476612896193, 54600.259483362111496 ] } }, +{ "type": "Feature", "properties": { "id": 357729062, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287589.674924102087971, 71615.535340273927432 ] } }, +{ "type": "Feature", "properties": { "id": 357729065, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300549.925083588052075, 86380.788932491603191 ] } }, +{ "type": "Feature", "properties": { "id": 357729088, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289207.200002453522757, 71952.317236028364277 ] } }, +{ "type": "Feature", "properties": { "id": 357729091, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295168.414128679258283, 84685.709476650503348 ] } }, +{ "type": "Feature", "properties": { "id": 357729095, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299472.97149787901435, 74134.581076152666355 ] } }, +{ "type": "Feature", "properties": { "id": 357729124, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277146.621606013912242, 59764.694465055348701 ] } }, +{ "type": "Feature", "properties": { "id": 357729132, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289721.124746695684735, 70748.500021843981813 ] } }, +{ "type": "Feature", "properties": { "id": 357729159, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284197.000893139338586, 53996.148984805498912 ] } }, +{ "type": "Feature", "properties": { "id": 357729162, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293885.320727300655562, 60749.890657292802643 ] } }, +{ "type": "Feature", "properties": { "id": 357729188, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279013.078491520078387, 55625.530832722688501 ] } }, +{ "type": "Feature", "properties": { "id": 357729192, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286868.998245303111617, 61622.341507227341936 ] } }, +{ "type": "Feature", "properties": { "id": 357729199, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288541.661511717597023, 69071.426010635652347 ] } }, +{ "type": "Feature", "properties": { "id": 357729202, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287217.266575523943175, 73281.852672292516218 ] } }, +{ "type": "Feature", "properties": { "id": 357729212, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292077.028393524000421, 59548.539015997899696 ] } }, +{ "type": "Feature", "properties": { "id": 357729216, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287953.226006031618454, 79018.187376358255278 ] } }, +{ "type": "Feature", "properties": { "id": 357729223, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273755.248938740696758, 69955.101935713173589 ] } }, +{ "type": "Feature", "properties": { "id": 357729274, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286740.61109642701922, 68748.249136908794753 ] } }, +{ "type": "Feature", "properties": { "id": 357729278, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296127.629438649863005, 84376.741017312262557 ] } }, +{ "type": "Feature", "properties": { "id": 357729281, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292314.836598313355353, 82349.695654725393979 ] } }, +{ "type": "Feature", "properties": { "id": 357729284, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273091.573312983789947, 68229.532356351308408 ] } }, +{ "type": "Feature", "properties": { "id": 357729307, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290108.857221997459419, 80002.035118035055348 ] } }, +{ "type": "Feature", "properties": { "id": 357729329, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288600.85972970048897, 74051.005975996988127 ] } }, +{ "type": "Feature", "properties": { "id": 357729337, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287933.698357568122447, 67049.610044208704494 ] } }, +{ "type": "Feature", "properties": { "id": 357729353, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279470.588870207429864, 51244.088304503689869 ] } }, +{ "type": "Feature", "properties": { "id": 357729356, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288053.956732192949858, 83244.136683732533129 ] } }, +{ "type": "Feature", "properties": { "id": 357729360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302584.594908865750767, 86165.592917282730923 ] } }, +{ "type": "Feature", "properties": { "id": 357729370, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305185.113174627011176, 81790.444618753681425 ] } }, +{ "type": "Feature", "properties": { "id": 357729433, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280790.81520549376728, 62005.862814125292061 ] } }, +{ "type": "Feature", "properties": { "id": 357729476, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281203.702070601109881, 58087.625580280015129 ] } }, +{ "type": "Feature", "properties": { "id": 357729506, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296773.314531627751421, 61951.13579911657871 ] } }, +{ "type": "Feature", "properties": { "id": 357729515, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287326.990500620217063, 68960.301703425735468 ] } }, +{ "type": "Feature", "properties": { "id": 357729531, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302384.923814352427144, 75806.564523861175985 ] } }, +{ "type": "Feature", "properties": { "id": 357729534, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288393.921344761445653, 76271.964451109452057 ] } }, +{ "type": "Feature", "properties": { "id": 357729567, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298820.54198330064537, 78676.331314507304342 ] } }, +{ "type": "Feature", "properties": { "id": 357729574, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289559.403186237672344, 55585.365098447175114 ] } }, +{ "type": "Feature", "properties": { "id": 357729578, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288723.519765244564041, 77258.499923775583738 ] } }, +{ "type": "Feature", "properties": { "id": 357729585, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294073.363547809130978, 61304.673687429160054 ] } }, +{ "type": "Feature", "properties": { "id": 357729592, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292320.490086149715353, 60538.270367596582219 ] } }, +{ "type": "Feature", "properties": { "id": 357729599, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293039.087282254477032, 59608.996009151043836 ] } }, +{ "type": "Feature", "properties": { "id": 357729602, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287692.30365224624984, 77961.246781287889462 ] } }, +{ "type": "Feature", "properties": { "id": 357729605, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296773.247116820944939, 61796.516136289617862 ] } }, +{ "type": "Feature", "properties": { "id": 357729610, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272919.246166742115747, 48202.833902831320302 ] } }, +{ "type": "Feature", "properties": { "id": 357729613, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293675.082078281673603, 62168.755619220239168 ] } }, +{ "type": "Feature", "properties": { "id": 357729617, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294261.951542278053239, 61767.536825329261774 ] } }, +{ "type": "Feature", "properties": { "id": 357729623, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277470.654377784696408, 38638.171923323527153 ] } }, +{ "type": "Feature", "properties": { "id": 357729630, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290109.59667935827747, 55515.561100407918275 ] } }, +{ "type": "Feature", "properties": { "id": 357729633, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296350.54162127856398, 62074.604368096486724 ] } }, +{ "type": "Feature", "properties": { "id": 357729637, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299754.190282958326861, 74381.538436863105744 ] } }, +{ "type": "Feature", "properties": { "id": 357729640, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300278.582096591824666, 75578.698846243074513 ] } }, +{ "type": "Feature", "properties": { "id": 357729644, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301783.769174190878402, 76880.282094284935738 ] } }, +{ "type": "Feature", "properties": { "id": 357729647, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285574.314918327261694, 78277.292976692318916 ] } }, +{ "type": "Feature", "properties": { "id": 357729657, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299762.762791479122825, 80830.381531415390782 ] } }, +{ "type": "Feature", "properties": { "id": 357729661, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292287.226133743359242, 58931.110773494707246 ] } }, +{ "type": "Feature", "properties": { "id": 357729668, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294239.13472622144036, 63093.89616171909438 ] } }, +{ "type": "Feature", "properties": { "id": 357729671, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292829.623083782440517, 61028.306051666142594 ] } }, +{ "type": "Feature", "properties": { "id": 357729675, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295249.316218152118381, 64573.718918917438714 ] } }, +{ "type": "Feature", "properties": { "id": 357729699, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281159.16204620373901, 53252.609516878532304 ] } }, +{ "type": "Feature", "properties": { "id": 357729709, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294708.591152185224928, 63494.286678224882053 ] } }, +{ "type": "Feature", "properties": { "id": 357729716, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286883.556706876202952, 69827.802408070390811 ] } }, +{ "type": "Feature", "properties": { "id": 357729719, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300807.799074763199314, 72272.787365024691098 ] } }, +{ "type": "Feature", "properties": { "id": 357729722, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300339.847312501689885, 72437.96343445207458 ] } }, +{ "type": "Feature", "properties": { "id": 357729726, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300480.088908197532874, 73579.20877738056879 ] } }, +{ "type": "Feature", "properties": { "id": 357729729, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295935.470492894761264, 74999.447619324244442 ] } }, +{ "type": "Feature", "properties": { "id": 357729731, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302942.669161478290334, 77534.30589293880621 ] } }, +{ "type": "Feature", "properties": { "id": 357729735, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297786.882240041974001, 78052.568384539845283 ] } }, +{ "type": "Feature", "properties": { "id": 357729742, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296453.389844898018055, 80274.160105777147692 ] } }, +{ "type": "Feature", "properties": { "id": 357729748, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291747.059595753788017, 58530.954128390483675 ] } }, +{ "type": "Feature", "properties": { "id": 357729751, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292320.028213977289852, 59471.608695667906431 ] } }, +{ "type": "Feature", "properties": { "id": 357729764, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292312.366260108887218, 60165.073979450928164 ] } }, +{ "type": "Feature", "properties": { "id": 357729773, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293206.221907639759593, 62570.335537900435156 ] } }, +{ "type": "Feature", "properties": { "id": 357729790, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279405.888509050535504, 53280.150411893708224 ] } }, +{ "type": "Feature", "properties": { "id": 357729799, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301183.534387873951346, 73301.815400851759478 ] } }, +{ "type": "Feature", "properties": { "id": 357729806, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288746.25325733050704, 76980.990782162814867 ] } }, +{ "type": "Feature", "properties": { "id": 357729815, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279711.631222842086572, 53464.425835079760873 ] } }, +{ "type": "Feature", "properties": { "id": 357729821, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293086.731744607619476, 60226.158049159712391 ] } }, +{ "type": "Feature", "properties": { "id": 357729832, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278628.702882813289762, 52757.918307770247338 ] } }, +{ "type": "Feature", "properties": { "id": 357729836, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290686.407956658571493, 55570.730251095155836 ] } }, +{ "type": "Feature", "properties": { "id": 357729849, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286861.158606392156798, 70629.756548675679369 ] } }, +{ "type": "Feature", "properties": { "id": 357729852, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300478.932388764747884, 71564.040339784041862 ] } }, +{ "type": "Feature", "properties": { "id": 357729859, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279001.279870567377657, 51461.445472504579811 ] } }, +{ "type": "Feature", "properties": { "id": 357729863, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290795.416464902926236, 56595.313979491933424 ] } }, +{ "type": "Feature", "properties": { "id": 357729866, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295356.083501987275667, 63240.529336454128497 ] } }, +{ "type": "Feature", "properties": { "id": 357729873, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300644.226608083466999, 73209.399079024296952 ] } }, +{ "type": "Feature", "properties": { "id": 357729876, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289438.48195785592543, 77490.436753793313983 ] } }, +{ "type": "Feature", "properties": { "id": 357729883, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276983.547281511360779, 37525.152874367195182 ] } }, +{ "type": "Feature", "properties": { "id": 357729891, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280548.072321922983974, 49822.506024915790476 ] } }, +{ "type": "Feature", "properties": { "id": 357729895, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289581.611627501551993, 54863.074065305583645 ] } }, +{ "type": "Feature", "properties": { "id": 357729901, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278177.751512651797384, 51278.705961171450326 ] } }, +{ "type": "Feature", "properties": { "id": 357729913, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286647.538402796955779, 69272.858432609878946 ] } }, +{ "type": "Feature", "properties": { "id": 357729924, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278556.804470617207699, 44182.96138646928739 ] } }, +{ "type": "Feature", "properties": { "id": 357729934, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287894.89407905988628, 70100.583404591860017 ] } }, +{ "type": "Feature", "properties": { "id": 357729964, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282846.159286097215954, 67769.223693960055243 ] } }, +{ "type": "Feature", "properties": { "id": 357729967, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282277.341105212515686, 55339.534134306079068 ] } }, +{ "type": "Feature", "properties": { "id": 357729984, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277777.914421101449989, 51187.546523778357368 ] } }, +{ "type": "Feature", "properties": { "id": 357730051, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299590.063277684443165, 73671.977847642890993 ] } }, +{ "type": "Feature", "properties": { "id": 357730080, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284804.61079567973502, 68330.47243882699695 ] } }, +{ "type": "Feature", "properties": { "id": 357730119, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278472.204186991846655, 55534.735193696520582 ] } }, +{ "type": "Feature", "properties": { "id": 357730204, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281230.358554372156505, 59444.397924151577172 ] } }, +{ "type": "Feature", "properties": { "id": 357730228, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275611.006369085109327, 63934.181291555825737 ] } }, +{ "type": "Feature", "properties": { "id": 357730245, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303569.22145757835824, 82710.877881137188524 ] } }, +{ "type": "Feature", "properties": { "id": 357730262, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293086.875753199565224, 60380.353752528637415 ] } }, +{ "type": "Feature", "properties": { "id": 357730312, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283496.645347495097667, 64586.788842814450618 ] } }, +{ "type": "Feature", "properties": { "id": 357730328, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275052.17625307344133, 65231.04899031399691 ] } }, +{ "type": "Feature", "properties": { "id": 357730335, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276990.510243402968626, 64507.154918153908511 ] } }, +{ "type": "Feature", "properties": { "id": 357730355, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280369.510285852011293, 71075.816665322534391 ] } }, +{ "type": "Feature", "properties": { "id": 357730381, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286210.472331514232792, 73499.710618318247725 ] } }, +{ "type": "Feature", "properties": { "id": 357730421, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270824.284231478581205, 69780.964947534856037 ] } }, +{ "type": "Feature", "properties": { "id": 357730494, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302375.465619709517341, 83203.924628074615612 ] } }, +{ "type": "Feature", "properties": { "id": 357730505, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283097.677659810404293, 65942.845087178109679 ] } }, +{ "type": "Feature", "properties": { "id": 357730628, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302117.817521837248933, 82926.369274149037665 ] } }, +{ "type": "Feature", "properties": { "id": 357730720, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300222.568177408946212, 76910.994630167144351 ] } }, +{ "type": "Feature", "properties": { "id": 357730730, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271503.717629527614918, 51393.710389449595823 ] } }, +{ "type": "Feature", "properties": { "id": 357730804, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281457.807507451681886, 57577.799818796549516 ] } }, +{ "type": "Feature", "properties": { "id": 357730807, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302938.738373528700322, 82559.788110470792162 ] } }, +{ "type": "Feature", "properties": { "id": 357730927, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279158.749427147500683, 57414.467595243353571 ] } }, +{ "type": "Feature", "properties": { "id": 357730951, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284338.127453233289998, 63663.167436984200322 ] } }, +{ "type": "Feature", "properties": { "id": 357730955, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280618.605495239025913, 49883.744944329439022 ] } }, +{ "type": "Feature", "properties": { "id": 357730959, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279891.547783104353584, 50564.307677321696247 ] } }, +{ "type": "Feature", "properties": { "id": 357730962, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279182.01468602247769, 65680.86580662378401 ] } }, +{ "type": "Feature", "properties": { "id": 357731001, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272937.503519210091326, 45065.075423818154377 ] } }, +{ "type": "Feature", "properties": { "id": 357731007, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280559.639144523825962, 55213.793677385445335 ] } }, +{ "type": "Feature", "properties": { "id": 357731011, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281941.623374205431901, 71874.149126684904331 ] } }, +{ "type": "Feature", "properties": { "id": 357731015, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288003.818775044404902, 78492.80836163580534 ] } }, +{ "type": "Feature", "properties": { "id": 357731025, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274660.344197492639069, 67268.300396861784975 ] } }, +{ "type": "Feature", "properties": { "id": 357731063, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277036.454683031188324, 62078.408317624234769 ] } }, +{ "type": "Feature", "properties": { "id": 357731091, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279671.05624027265003, 60776.976108671558904 ] } }, +{ "type": "Feature", "properties": { "id": 357731134, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275529.985874704900198, 76046.662075354848639 ] } }, +{ "type": "Feature", "properties": { "id": 357731173, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290288.628620843344834, 74418.417785455938429 ] } }, +{ "type": "Feature", "properties": { "id": 357731195, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290318.245879352500197, 56218.483010085394199 ] } }, +{ "type": "Feature", "properties": { "id": 357731287, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301816.29748337372439, 72777.499817138974322 ] } }, +{ "type": "Feature", "properties": { "id": 357731309, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295914.17311518889619, 79533.939484841175727 ] } }, +{ "type": "Feature", "properties": { "id": 357731346, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286678.674962878634688, 72257.21396689946414 ] } }, +{ "type": "Feature", "properties": { "id": 357731387, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303028.388185198185965, 88078.036507869066554 ] } }, +{ "type": "Feature", "properties": { "id": 357731430, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280863.232841877266765, 62591.961374130485638 ] } }, +{ "type": "Feature", "properties": { "id": 357731491, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289803.610665543412324, 79663.125232733334997 ] } }, +{ "type": "Feature", "properties": { "id": 357731506, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281708.759286047483329, 81807.475684058736078 ] } }, +{ "type": "Feature", "properties": { "id": 357731527, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281526.46623604092747, 46303.610570898483275 ] } }, +{ "type": "Feature", "properties": { "id": 357731537, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272780.018545675324276, 53546.378900280586095 ] } }, +{ "type": "Feature", "properties": { "id": 357731540, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276715.808262117498089, 53779.084126295172609 ] } }, +{ "type": "Feature", "properties": { "id": 357731547, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277725.739732338755857, 57233.519519610359566 ] } }, +{ "type": "Feature", "properties": { "id": 357731550, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290886.777925965259783, 57454.289149142234237 ] } }, +{ "type": "Feature", "properties": { "id": 357731565, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280706.285136510967277, 65430.186665454377362 ] } }, +{ "type": "Feature", "properties": { "id": 357731575, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288618.020333262626082, 69732.155639347241959 ] } }, +{ "type": "Feature", "properties": { "id": 357731579, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 289463.166216904763132, 70440.467229260670138 ] } }, +{ "type": "Feature", "properties": { "id": 357731582, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282549.82250404311344, 71286.394904714048607 ] } }, +{ "type": "Feature", "properties": { "id": 357731585, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287693.28663246135693, 71598.840844023492537 ] } }, +{ "type": "Feature", "properties": { "id": 357731589, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291037.831624990038108, 74047.648053252109094 ] } }, +{ "type": "Feature", "properties": { "id": 357731593, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296427.347129406174645, 75615.989174910122529 ] } }, +{ "type": "Feature", "properties": { "id": 357731598, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276635.308132930367719, 76268.875768777783378 ] } }, +{ "type": "Feature", "properties": { "id": 357731601, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293057.940466161933728, 79659.347966804474709 ] } }, +{ "type": "Feature", "properties": { "id": 357731611, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288520.219643858959898, 85500.499049112113426 ] } }, +{ "type": "Feature", "properties": { "id": 357731621, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280598.499660534318537, 69039.286734864523169 ] } }, +{ "type": "Feature", "properties": { "id": 357731654, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282665.638776377367321, 73456.341535843224847 ] } }, +{ "type": "Feature", "properties": { "id": 357731704, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282056.942467779328581, 61293.126773500240233 ] } }, +{ "type": "Feature", "properties": { "id": 357731850, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 271734.115422348026186, 68605.266298131129588 ] } }, +{ "type": "Feature", "properties": { "id": 357731880, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298657.801527096366044, 82023.435259835750912 ] } }, +{ "type": "Feature", "properties": { "id": 357731902, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282085.455189933651127, 53890.390994304194464 ] } }, +{ "type": "Feature", "properties": { "id": 357731925, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277405.429590779240243, 52237.114405863532738 ] } }, +{ "type": "Feature", "properties": { "id": 357731932, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281257.756313057325315, 53962.334820054435113 ] } }, +{ "type": "Feature", "properties": { "id": 357731935, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291283.39332474762341, 57974.433010231834487 ] } }, +{ "type": "Feature", "properties": { "id": 357731937, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288714.30941472860286, 68273.907993696702761 ] } }, +{ "type": "Feature", "properties": { "id": 357731942, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290787.278946269012522, 79538.556865810518502 ] } }, +{ "type": "Feature", "properties": { "id": 357731943, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293057.070509072917048, 78734.149023820369621 ] } }, +{ "type": "Feature", "properties": { "id": 357731950, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293289.084006649849471, 75741.448157315317076 ] } }, +{ "type": "Feature", "properties": { "id": 357731985, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293189.956193868943956, 75687.315022384209442 ] } }, +{ "type": "Feature", "properties": { "id": 357732033, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296900.682212509505916, 85887.889209365312126 ] } }, +{ "type": "Feature", "properties": { "id": 357732041, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282544.278075475769583, 73027.073235356685473 ] } }, +{ "type": "Feature", "properties": { "id": 357732052, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270939.828008626762312, 55082.618934782971337 ] } }, +{ "type": "Feature", "properties": { "id": 357732081, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287333.974942169443239, 73035.103305235708831 ] } }, +{ "type": "Feature", "properties": { "id": 357732085, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283963.943261585664004, 75046.65873974985152 ] } }, +{ "type": "Feature", "properties": { "id": 357732096, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297361.584011121594813, 66762.767149347040686 ] } }, +{ "type": "Feature", "properties": { "id": 357732179, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291919.499496514734346, 75277.256808580146753 ] } }, +{ "type": "Feature", "properties": { "id": 357732953, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 273209.73618218122283, 74707.581575399453868 ] } }, +{ "type": "Feature", "properties": { "id": 357732962, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277473.15049395035021, 75924.406863802039879 ] } }, +{ "type": "Feature", "properties": { "id": 357732981, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300503.616274560103193, 77743.854791175574064 ] } }, +{ "type": "Feature", "properties": { "id": 357733024, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286471.445549635333009, 72274.535300868097693 ] } }, +{ "type": "Feature", "properties": { "id": 357733027, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288691.602328142733313, 71953.088171501440229 ] } }, +{ "type": "Feature", "properties": { "id": 357733047, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282053.862059781560674, 83880.297022170503624 ] } }, +{ "type": "Feature", "properties": { "id": 357733084, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 276818.495819051982835, 44928.66040731328394 ] } }, +{ "type": "Feature", "properties": { "id": 357733088, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 273928.755026120808907, 45863.420863588558859 ] } }, +{ "type": "Feature", "properties": { "id": 357733097, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277804.916570668865461, 44463.061009505676338 ] } }, +{ "type": "Feature", "properties": { "id": 357733118, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284483.199782268668059, 54470.837624998821411 ] } }, +{ "type": "Feature", "properties": { "id": 357733179, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299801.379401331068948, 82370.691028969202307 ] } }, +{ "type": "Feature", "properties": { "id": 357733196, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299302.398291280376725, 80467.362252977429307 ] } }, +{ "type": "Feature", "properties": { "id": 357733209, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 297225.396982276230119, 79749.379751546104671 ] } }, +{ "type": "Feature", "properties": { "id": 357733212, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298024.582083637709729, 79447.924304455169477 ] } }, +{ "type": "Feature", "properties": { "id": 357733413, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302725.816790299490094, 84746.480965879847645 ] } }, +{ "type": "Feature", "properties": { "id": 357733417, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302679.513409794890322, 83080.752745136749581 ] } }, +{ "type": "Feature", "properties": { "id": 357733424, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291762.291459555155598, 72195.999010135477874 ] } }, +{ "type": "Feature", "properties": { "id": 357733431, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 296538.21150168729946, 77423.964879846113035 ] } }, +{ "type": "Feature", "properties": { "id": 357733435, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299215.346586618863512, 78083.203085009954521 ] } }, +{ "type": "Feature", "properties": { "id": 357733438, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 296171.229300334351137, 77991.380040584437666 ] } }, +{ "type": "Feature", "properties": { "id": 357733518, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272953.629204501979984, 55673.560636881913524 ] } }, +{ "type": "Feature", "properties": { "id": 357736533, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 272910.5257572629489, 56940.75256593227823 ] } }, +{ "type": "Feature", "properties": { "id": 357736537, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271394.420103735348675, 59691.914902555239678 ] } }, +{ "type": "Feature", "properties": { "id": 357736544, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271764.941977659240365, 64533.301911259150074 ] } }, +{ "type": "Feature", "properties": { "id": 357736547, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 273159.857102795620449, 63973.591593948513037 ] } }, +{ "type": "Feature", "properties": { "id": 357736554, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278189.74794155015843, 64980.940732630369894 ] } }, +{ "type": "Feature", "properties": { "id": 357736561, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278229.546932165976614, 64273.803663767168473 ] } }, +{ "type": "Feature", "properties": { "id": 357736564, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278121.644710183318239, 63956.831655612200848 ] } }, +{ "type": "Feature", "properties": { "id": 357736797, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284044.968572537472937, 69061.970336179292644 ] } }, +{ "type": "Feature", "properties": { "id": 357736800, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282813.851830209838226, 74092.701565013456275 ] } }, +{ "type": "Feature", "properties": { "id": 357736803, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283953.127392762689851, 74214.261087850478361 ] } }, +{ "type": "Feature", "properties": { "id": 357736810, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284014.416791006806307, 76070.873606612571166 ] } }, +{ "type": "Feature", "properties": { "id": 357737040, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289039.304074084968306, 82427.121218258645968 ] } }, +{ "type": "Feature", "properties": { "id": 357737044, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289152.589055643766187, 82532.861060259339865 ] } }, +{ "type": "Feature", "properties": { "id": 357737274, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274028.14114223694196, 47496.518054859574477 ] } }, +{ "type": "Feature", "properties": { "id": 357737281, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272834.289677871041931, 48456.8884800439846 ] } }, +{ "type": "Feature", "properties": { "id": 357737422, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271971.651289244939107, 46940.602176210886682 ] } }, +{ "type": "Feature", "properties": { "id": 357737539, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277213.701850004552398, 37923.905429010803346 ] } }, +{ "type": "Feature", "properties": { "id": 357737549, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277314.490922210679855, 37894.367828541071503 ] } }, +{ "type": "Feature", "properties": { "id": 357737576, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275925.369027791137341, 45239.893865945959988 ] } }, +{ "type": "Feature", "properties": { "id": 357737607, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278433.654733803879935, 42271.145060737828317 ] } }, +{ "type": "Feature", "properties": { "id": 357737617, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 272925.778567109431606, 44684.7154634653416 ] } }, +{ "type": "Feature", "properties": { "id": 357737626, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275787.170003021252342, 38917.122862542069925 ] } }, +{ "type": "Feature", "properties": { "id": 357737697, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 276817.940167046268471, 37094.011471123099909 ] } }, +{ "type": "Feature", "properties": { "id": 357737757, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277635.954428892931901, 38776.615644973637245 ] } }, +{ "type": "Feature", "properties": { "id": 357737763, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 281313.125249013944995, 45717.868820230069105 ] } }, +{ "type": "Feature", "properties": { "id": 357737778, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275951.245293944724835, 38669.625708889914677 ] } }, +{ "type": "Feature", "properties": { "id": 357737790, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275587.610675006522797, 39774.313486122802715 ] } }, +{ "type": "Feature", "properties": { "id": 357737794, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276635.405739199602976, 39099.521657626282831 ] } }, +{ "type": "Feature", "properties": { "id": 357737797, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277554.817610399390105, 39528.341859874155489 ] } }, +{ "type": "Feature", "properties": { "id": 357737801, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276660.395077450550161, 39438.753548514781869 ] } }, +{ "type": "Feature", "properties": { "id": 357737804, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276660.297849366499577, 39407.83042215667956 ] } }, +{ "type": "Feature", "properties": { "id": 357737807, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277312.455159703386016, 37863.027048194235249 ] } }, +{ "type": "Feature", "properties": { "id": 357737811, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277668.772016569913831, 38294.027075118450739 ] } }, +{ "type": "Feature", "properties": { "id": 357737814, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276660.879886009148322, 39592.945585379435215 ] } }, +{ "type": "Feature", "properties": { "id": 357737821, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276823.428468397411052, 38851.968496716603113 ] } }, +{ "type": "Feature", "properties": { "id": 357737824, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277645.752651941264048, 38809.627582492292277 ] } }, +{ "type": "Feature", "properties": { "id": 357737828, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277197.746152787294704, 38203.112210448096448 ] } }, +{ "type": "Feature", "properties": { "id": 357737831, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280628.798270920815412, 44886.807595076745201 ] } }, +{ "type": "Feature", "properties": { "id": 357737834, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281549.4118598717032, 46179.85931522136525 ] } }, +{ "type": "Feature", "properties": { "id": 357737838, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280676.201586783572566, 44979.454481730921543 ] } }, +{ "type": "Feature", "properties": { "id": 357737841, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281242.79191528481897, 45748.969884238838858 ] } }, +{ "type": "Feature", "properties": { "id": 357737850, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281360.127235578431282, 45656.327113514249504 ] } }, +{ "type": "Feature", "properties": { "id": 357737854, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281218.365503075183369, 45286.449750347237568 ] } }, +{ "type": "Feature", "properties": { "id": 357737860, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280746.945126402948517, 44855.576487954684126 ] } }, +{ "type": "Feature", "properties": { "id": 357737864, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280959.629939270671457, 45410.379880246939138 ] } }, +{ "type": "Feature", "properties": { "id": 357737867, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280958.204313595662825, 44855.031159906728135 ] } }, +{ "type": "Feature", "properties": { "id": 357737877, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277335.551141013856977, 38438.216428630788869 ] } }, +{ "type": "Feature", "properties": { "id": 357737884, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277390.468235378502868, 39484.785338061265065 ] } }, +{ "type": "Feature", "properties": { "id": 357737887, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276541.849528159596957, 39161.239953440708632 ] } }, +{ "type": "Feature", "properties": { "id": 357737891, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277196.230476459197234, 37709.613359767361544 ] } }, +{ "type": "Feature", "properties": { "id": 357737894, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276635.113756063976325, 39006.752302258260897 ] } }, +{ "type": "Feature", "properties": { "id": 357737898, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275911.44236067077145, 39355.577203853834362 ] } }, +{ "type": "Feature", "properties": { "id": 357737901, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276729.511802267283201, 39006.45579315728537 ] } }, +{ "type": "Feature", "properties": { "id": 357737904, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277034.954303431033622, 38882.234547332438524 ] } }, +{ "type": "Feature", "properties": { "id": 357737908, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277621.196901689632796, 38170.900353082142828 ] } }, +{ "type": "Feature", "properties": { "id": 357737911, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277059.162870534695685, 38974.506339543848298 ] } }, +{ "type": "Feature", "properties": { "id": 357737918, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276162.040584656060673, 38268.212230131677643 ] } }, +{ "type": "Feature", "properties": { "id": 357737920, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276941.009148205514066, 38820.678927292232402 ] } }, +{ "type": "Feature", "properties": { "id": 357737934, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276913.82453572540544, 37771.909262044588104 ] } }, +{ "type": "Feature", "properties": { "id": 357737944, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276546.960070358356461, 40164.752928046327725 ] } }, +{ "type": "Feature", "properties": { "id": 357737964, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275625.927760558086447, 39827.138685027282918 ] } }, +{ "type": "Feature", "properties": { "id": 357737971, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276917.181907370104454, 38851.676392650333582 ] } }, +{ "type": "Feature", "properties": { "id": 357737981, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277342.111631500243675, 38469.119807133058202 ] } }, +{ "type": "Feature", "properties": { "id": 357738019, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277779.749376814521383, 37780.704712148799445 ] } }, +{ "type": "Feature", "properties": { "id": 357738022, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 276653.509202902961988, 37248.719970959704369 ] } }, +{ "type": "Feature", "properties": { "id": 357738029, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276162.931459885789081, 38545.672914735390805 ] } }, +{ "type": "Feature", "properties": { "id": 357738032, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277385.301235016493592, 39486.495511979701405 ] } }, +{ "type": "Feature", "properties": { "id": 357738042, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276914.305289075477049, 37926.524753041914664 ] } }, +{ "type": "Feature", "properties": { "id": 357738045, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277550.434486590500455, 38078.767409773601685 ] } }, +{ "type": "Feature", "properties": { "id": 357738049, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281171.989249942707829, 45594.955278669913241 ] } }, +{ "type": "Feature", "properties": { "id": 357738051, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280960.342208632268012, 45687.842530814246857 ] } }, +{ "type": "Feature", "properties": { "id": 357738090, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275939.855342413764447, 35353.234479714301415 ] } }, +{ "type": "Feature", "properties": { "id": 357738094, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276222.05517600197345, 34998.189685787372582 ] } }, +{ "type": "Feature", "properties": { "id": 357738101, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275420.873815883009229, 34908.451252679733443 ] } }, +{ "type": "Feature", "properties": { "id": 357738105, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276034.201806483732071, 35122.06326229833212 ] } }, +{ "type": "Feature", "properties": { "id": 357738124, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275911.936281238449737, 35122.035171196774172 ] } }, +{ "type": "Feature", "properties": { "id": 357738147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275987.073952256992925, 35151.868014062238217 ] } }, +{ "type": "Feature", "properties": { "id": 357738248, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276116.489343425433617, 46010.247500004959875 ] } }, +{ "type": "Feature", "properties": { "id": 357738251, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276280.616436573094688, 45825.026473398451344 ] } }, +{ "type": "Feature", "properties": { "id": 357738258, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273792.128714933991432, 40465.835736154236656 ] } }, +{ "type": "Feature", "properties": { "id": 357738262, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273138.844808719470166, 40361.845265518342785 ] } }, +{ "type": "Feature", "properties": { "id": 357738265, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273205.690034068422392, 40434.04089282334462 ] } }, +{ "type": "Feature", "properties": { "id": 357738268, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272657.042347744456492, 45219.027635413920507 ] } }, +{ "type": "Feature", "properties": { "id": 357738272, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272703.255916863970924, 45312.899118413370161 ] } }, +{ "type": "Feature", "properties": { "id": 357738292, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276396.719574195565656, 43740.49302677722153 ] } }, +{ "type": "Feature", "properties": { "id": 357738303, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276364.357091855839826, 42709.106041201324842 ] } }, +{ "type": "Feature", "properties": { "id": 357738317, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276131.575662214774638, 42868.704873570030031 ] } }, +{ "type": "Feature", "properties": { "id": 357738320, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272826.590378518449143, 48294.24955138972291 ] } }, +{ "type": "Feature", "properties": { "id": 357738324, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272780.740357995964587, 48293.994122468218848 ] } }, +{ "type": "Feature", "properties": { "id": 357738353, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270066.122019345697481, 42412.862969858528231 ] } }, +{ "type": "Feature", "properties": { "id": 357738356, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278317.653840175480582, 42826.411308971248218 ] } }, +{ "type": "Feature", "properties": { "id": 357738360, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270037.364230924926233, 42013.090406072995393 ] } }, +{ "type": "Feature", "properties": { "id": 357740705, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274555.245958682673518, 84419.600085770071018 ] } }, +{ "type": "Feature", "properties": { "id": 357740862, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270347.437183588917833, 79469.080124885309488 ] } }, +{ "type": "Feature", "properties": { "id": 357740927, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275859.870356550905854, 82687.647120917885331 ] } }, +{ "type": "Feature", "properties": { "id": 357741116, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270716.362543430353981, 80719.434284045055392 ] } }, +{ "type": "Feature", "properties": { "id": 357741229, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270181.342591902648564, 73207.686551592079923 ] } }, +{ "type": "Feature", "properties": { "id": 357741262, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270764.474199831893202, 78418.511103266777354 ] } }, +{ "type": "Feature", "properties": { "id": 357741783, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287107.028901912388392, 77230.644004071771633 ] } }, +{ "type": "Feature", "properties": { "id": 357741790, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287517.791294788243249, 82398.612844755785773 ] } }, +{ "type": "Feature", "properties": { "id": 357741803, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283176.868272991385311, 83723.026011880036094 ] } }, +{ "type": "Feature", "properties": { "id": 357741806, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287656.945416286180262, 83738.318737752080779 ] } }, +{ "type": "Feature", "properties": { "id": 357741816, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285789.49043672287371, 86145.361404699186096 ] } }, +{ "type": "Feature", "properties": { "id": 357741822, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286554.342923369549681, 87381.781321430389653 ] } }, +{ "type": "Feature", "properties": { "id": 357741828, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284599.417141351790633, 87569.037590944470139 ] } }, +{ "type": "Feature", "properties": { "id": 357741840, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282565.540882379107643, 82028.23105071070313 ] } }, +{ "type": "Feature", "properties": { "id": 357742016, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285594.91399666207144, 82899.456411646795459 ] } }, +{ "type": "Feature", "properties": { "id": 357742019, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285557.062248773698229, 82606.802460504506598 ] } }, +{ "type": "Feature", "properties": { "id": 357742077, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286671.716355321928859, 82660.200625741315889 ] } }, +{ "type": "Feature", "properties": { "id": 357742079, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286789.176100973214488, 82567.638260036779684 ] } }, +{ "type": "Feature", "properties": { "id": 357742081, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286906.597312084690202, 82813.981216938758735 ] } }, +{ "type": "Feature", "properties": { "id": 357742092, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286743.584315217391122, 83308.224272784980712 ] } }, +{ "type": "Feature", "properties": { "id": 357742095, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286602.943782000918873, 83369.904580374903162 ] } }, +{ "type": "Feature", "properties": { "id": 357742111, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286556.982312523003202, 83894.442072769452352 ] } }, +{ "type": "Feature", "properties": { "id": 357742114, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286463.458100947667845, 83709.486698407854419 ] } }, +{ "type": "Feature", "properties": { "id": 357742116, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286393.179913162894081, 83586.339629091729876 ] } }, +{ "type": "Feature", "properties": { "id": 357742118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286487.554636804619804, 84233.89675998367602 ] } }, +{ "type": "Feature", "properties": { "id": 357742121, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286347.234756812744308, 84110.878627122438047 ] } }, +{ "type": "Feature", "properties": { "id": 357742123, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286382.673422495136037, 84161.648781797965057 ] } }, +{ "type": "Feature", "properties": { "id": 357742126, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286800.500593069766182, 83867.737361349078128 ] } }, +{ "type": "Feature", "properties": { "id": 357742128, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288194.314005646505393, 83398.111967510034447 ] } }, +{ "type": "Feature", "properties": { "id": 357742130, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288077.144223599345423, 83275.02413977868855 ] } }, +{ "type": "Feature", "properties": { "id": 357742133, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287632.39145496301353, 83275.756140679106466 ] } }, +{ "type": "Feature", "properties": { "id": 357742135, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287631.977525418740697, 83028.780830651026918 ] } }, +{ "type": "Feature", "properties": { "id": 357742137, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287492.124236585921608, 83183.217683116337867 ] } }, +{ "type": "Feature", "properties": { "id": 357742140, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287585.785343511437532, 83460.960566818874213 ] } }, +{ "type": "Feature", "properties": { "id": 357742142, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287259.401440909306984, 83893.195781671456643 ] } }, +{ "type": "Feature", "properties": { "id": 357742145, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287281.898784051125403, 83522.90438910665398 ] } }, +{ "type": "Feature", "properties": { "id": 357742147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286966.698998169740662, 83726.373117710987572 ] } }, +{ "type": "Feature", "properties": { "id": 357742149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286651.981412425637245, 84542.000488885285449 ] } }, +{ "type": "Feature", "properties": { "id": 357742155, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288075.847843978146557, 82472.672411419131095 ] } }, +{ "type": "Feature", "properties": { "id": 357742160, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286557.487842813483439, 84171.918979285634123 ] } }, +{ "type": "Feature", "properties": { "id": 357742167, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285586.286249513213988, 86378.329679763395688 ] } }, +{ "type": "Feature", "properties": { "id": 357742178, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284055.185041213408113, 84516.230460233913618 ] } }, +{ "type": "Feature", "properties": { "id": 357742183, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284125.294789101695642, 84547.004334600715083 ] } }, +{ "type": "Feature", "properties": { "id": 357742184, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285248.773387531924527, 84976.776142319373321 ] } }, +{ "type": "Feature", "properties": { "id": 357742189, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285178.857955480983946, 85038.342785080196336 ] } }, +{ "type": "Feature", "properties": { "id": 357742210, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287215.268104074406438, 85497.561593956430443 ] } }, +{ "type": "Feature", "properties": { "id": 357742212, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287401.711942043912131, 85188.413707288040314 ] } }, +{ "type": "Feature", "properties": { "id": 357742215, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287191.387437027005944, 85065.499245901490212 ] } }, +{ "type": "Feature", "properties": { "id": 357742217, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286441.550143633445259, 84727.510826349913259 ] } }, +{ "type": "Feature", "properties": { "id": 357742242, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 279867.237680123304017, 84711.596729447803227 ] } }, +{ "type": "Feature", "properties": { "id": 357742263, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277239.087228030723054, 82220.660072027210845 ] } }, +{ "type": "Feature", "properties": { "id": 357742282, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284879.104903557046782, 86448.373906901280861 ] } }, +{ "type": "Feature", "properties": { "id": 357742284, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 281848.66898124414729, 81714.355492137852707 ] } }, +{ "type": "Feature", "properties": { "id": 357742288, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 287004.088844565325417, 85250.953587067386252 ] } }, +{ "type": "Feature", "properties": { "id": 357742293, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 289191.475928434054367, 77042.175047274067765 ] } }, +{ "type": "Feature", "properties": { "id": 357742295, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 287185.603517044335604, 82104.336450363523909 ] } }, +{ "type": "Feature", "properties": { "id": 357742297, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 288047.065200832672417, 78987.110132949761464 ] } }, +{ "type": "Feature", "properties": { "id": 357742302, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 287224.21358574309852, 78041.259810779010877 ] } }, +{ "type": "Feature", "properties": { "id": 357742304, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289612.18862768006511, 77518.573271830144222 ] } }, +{ "type": "Feature", "properties": { "id": 357742307, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290645.111621626885608, 77462.968561685876921 ] } }, +{ "type": "Feature", "properties": { "id": 357742309, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289684.383583805290982, 78090.366534419968957 ] } }, +{ "type": "Feature", "properties": { "id": 357742311, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290294.04396343609551, 77559.584552107015043 ] } }, +{ "type": "Feature", "properties": { "id": 357742313, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289660.839714041212574, 76892.810696731961798 ] } }, +{ "type": "Feature", "properties": { "id": 357742315, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289869.933122992166318, 77854.573816320917103 ] } }, +{ "type": "Feature", "properties": { "id": 357742318, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290104.28512230393244, 77549.669379311148077 ] } }, +{ "type": "Feature", "properties": { "id": 357742320, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289645.843889058567584, 77208.432341772990185 ] } }, +{ "type": "Feature", "properties": { "id": 357742323, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289628.003472614102066, 77329.614172744521056 ] } }, +{ "type": "Feature", "properties": { "id": 357742342, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289824.233596937323455, 77830.066365510821925 ] } }, +{ "type": "Feature", "properties": { "id": 357742345, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290316.607845611753874, 78089.510420244390843 ] } }, +{ "type": "Feature", "properties": { "id": 357742348, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289729.628768283408135, 77326.506770092033548 ] } }, +{ "type": "Feature", "properties": { "id": 357742352, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290220.598345789301675, 77954.500366841981304 ] } }, +{ "type": "Feature", "properties": { "id": 357742354, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290156.401087454403751, 78044.394294285972137 ] } }, +{ "type": "Feature", "properties": { "id": 357742356, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290088.670656009577215, 77896.639553093758877 ] } }, +{ "type": "Feature", "properties": { "id": 357742358, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289811.92550063028466, 77766.539509036883828 ] } }, +{ "type": "Feature", "properties": { "id": 357742361, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290127.427085476287175, 78020.709937498424551 ] } }, +{ "type": "Feature", "properties": { "id": 357742363, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290084.561907924362458, 77710.673476991811185 ] } }, +{ "type": "Feature", "properties": { "id": 357742402, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303683.953411844384391, 87214.548391040123533 ] } }, +{ "type": "Feature", "properties": { "id": 357742404, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303356.011173087696079, 87954.901215359859634 ] } }, +{ "type": "Feature", "properties": { "id": 357742414, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298829.891740551451221, 76802.636100268020527 ] } }, +{ "type": "Feature", "properties": { "id": 357742416, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296146.916754905600101, 75770.329173504651408 ] } }, +{ "type": "Feature", "properties": { "id": 357742418, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296498.05976545822341, 75492.680830541547039 ] } }, +{ "type": "Feature", "properties": { "id": 357742423, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292154.070057009870652, 78654.564390474770335 ] } }, +{ "type": "Feature", "properties": { "id": 357742441, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298186.977860847313423, 86103.51276746604708 ] } }, +{ "type": "Feature", "properties": { "id": 357742446, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297050.969424237555359, 87362.48915120815218 ] } }, +{ "type": "Feature", "properties": { "id": 357742448, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296924.004362658597529, 86350.48471552481351 ] } }, +{ "type": "Feature", "properties": { "id": 357742451, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295427.314227641269099, 86660.088099422631785 ] } }, +{ "type": "Feature", "properties": { "id": 357742460, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294722.094938124355394, 81477.872986418718938 ] } }, +{ "type": "Feature", "properties": { "id": 357742468, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299918.417474908113945, 86998.000129144391394 ] } }, +{ "type": "Feature", "properties": { "id": 357742478, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289791.564159606816247, 87683.723684169293847 ] } }, +{ "type": "Feature", "properties": { "id": 357742483, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290506.234300599142443, 79507.98816505871946 ] } }, +{ "type": "Feature", "properties": { "id": 357742501, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295066.801581881474704, 80713.410509193417965 ] } }, +{ "type": "Feature", "properties": { "id": 357742503, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295563.262887457152829, 79842.542112490118598 ] } }, +{ "type": "Feature", "properties": { "id": 357742505, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297248.924092866654973, 79039.796984355183668 ] } }, +{ "type": "Feature", "properties": { "id": 357742508, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298045.026662347838283, 78946.769193389030988 ] } }, +{ "type": "Feature", "properties": { "id": 357742520, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288726.516398393257987, 85953.466447347440408 ] } }, +{ "type": "Feature", "properties": { "id": 357742629, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299098.694751274248119, 81383.690173399503692 ] } }, +{ "type": "Feature", "properties": { "id": 357742631, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301322.269754916778766, 82031.480596526787849 ] } }, +{ "type": "Feature", "properties": { "id": 357742634, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302984.032934152812231, 81815.915082631501718 ] } }, +{ "type": "Feature", "properties": { "id": 357742685, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297257.126073211780749, 87260.737890946198604 ] } }, +{ "type": "Feature", "properties": { "id": 357742690, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297279.636615520226769, 87336.559700564583181 ] } }, +{ "type": "Feature", "properties": { "id": 357742692, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297935.405225150636397, 87074.118751505084219 ] } }, +{ "type": "Feature", "properties": { "id": 357742695, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297857.192732551018707, 78762.120441729348386 ] } }, +{ "type": "Feature", "properties": { "id": 357742697, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295835.397888158040587, 88067.152550745551707 ] } }, +{ "type": "Feature", "properties": { "id": 357742699, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297834.02301117888419, 78700.277839188274811 ] } }, +{ "type": "Feature", "properties": { "id": 357742702, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297389.027158061100636, 78792.772206153254956 ] } }, +{ "type": "Feature", "properties": { "id": 357742706, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289850.636219629202969, 79724.90995222471247 ] } }, +{ "type": "Feature", "properties": { "id": 357742709, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290085.025007190415636, 79971.142315193210379 ] } }, +{ "type": "Feature", "properties": { "id": 357742721, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296453.508293647260871, 80520.710947026658687 ] } }, +{ "type": "Feature", "properties": { "id": 357742723, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296429.689369696192443, 80458.872880911119864 ] } }, +{ "type": "Feature", "properties": { "id": 357742725, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296405.897457158134785, 79132.509700785623863 ] } }, +{ "type": "Feature", "properties": { "id": 357742728, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296547.479492308164481, 80736.716237969856593 ] } }, +{ "type": "Feature", "properties": { "id": 357742730, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296547.392908010049723, 80551.591215720764012 ] } }, +{ "type": "Feature", "properties": { "id": 357742732, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298109.752840538800228, 80578.561580347683048 ] } }, +{ "type": "Feature", "properties": { "id": 357742735, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299847.630005659011658, 80921.03552660557034 ] } }, +{ "type": "Feature", "properties": { "id": 357742740, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297811.273644928645808, 80057.58297358659911 ] } }, +{ "type": "Feature", "properties": { "id": 357742742, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299726.121501732501201, 80968.06166681117611 ] } }, +{ "type": "Feature", "properties": { "id": 357742744, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298341.431742239103187, 78695.910172584975953 ] } }, +{ "type": "Feature", "properties": { "id": 357742747, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297435.983958258177154, 78823.680436880720663 ] } }, +{ "type": "Feature", "properties": { "id": 357742755, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303029.14357675780775, 87802.675616875989363 ] } }, +{ "type": "Feature", "properties": { "id": 357742757, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300222.294879533699714, 85980.016658791253576 ] } }, +{ "type": "Feature", "properties": { "id": 357742762, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302399.335133365239017, 80952.348691581224557 ] } }, +{ "type": "Feature", "properties": { "id": 357742770, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297194.999577022215817, 75899.909340410900768 ] } }, +{ "type": "Feature", "properties": { "id": 357742778, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297880.332254208682571, 76479.198577525647124 ] } }, +{ "type": "Feature", "properties": { "id": 357742786, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302819.120281276002061, 84407.188385007379111 ] } }, +{ "type": "Feature", "properties": { "id": 357742792, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 293289.168291595007759, 75834.221722047339426 ] } }, +{ "type": "Feature", "properties": { "id": 357742797, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291965.097602202440612, 87602.239662845939165 ] } }, +{ "type": "Feature", "properties": { "id": 357742813, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289482.036108029307798, 85030.952838442754 ] } }, +{ "type": "Feature", "properties": { "id": 357742837, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300803.978930462617427, 71888.138736492357566 ] } }, +{ "type": "Feature", "properties": { "id": 357742864, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303009.011907627223991, 78885.697750166247715 ] } }, +{ "type": "Feature", "properties": { "id": 357742866, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304177.722051246615592, 81909.26876213979267 ] } }, +{ "type": "Feature", "properties": { "id": 357742868, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302843.300925942196045, 83358.291031426313566 ] } }, +{ "type": "Feature", "properties": { "id": 357742871, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303194.174467815842945, 83451.209353198413737 ] } }, +{ "type": "Feature", "properties": { "id": 357742876, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304779.234556232462637, 84159.950601541131618 ] } }, +{ "type": "Feature", "properties": { "id": 357742890, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291265.343879205815028, 87928.385175776391407 ] } }, +{ "type": "Feature", "properties": { "id": 357742920, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 296174.939971682382748, 85148.146900342821027 ] } }, +{ "type": "Feature", "properties": { "id": 357742931, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 298288.310236002958845, 82573.381244015981792 ] } }, +{ "type": "Feature", "properties": { "id": 357742937, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303041.182130470348056, 77285.677997203951236 ] } }, +{ "type": "Feature", "properties": { "id": 357742939, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302694.397757642611396, 75753.717952463077381 ] } }, +{ "type": "Feature", "properties": { "id": 357742943, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302076.755181016924325, 75809.013197707026848 ] } }, +{ "type": "Feature", "properties": { "id": 357742948, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302170.011398459027987, 75912.827842592800152 ] } }, +{ "type": "Feature", "properties": { "id": 357742951, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302137.09943082742393, 76262.731652024318464 ] } }, +{ "type": "Feature", "properties": { "id": 357742953, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301604.747671771328896, 74813.38045355072245 ] } }, +{ "type": "Feature", "properties": { "id": 357742964, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303450.681538483593613, 86042.246920095625683 ] } }, +{ "type": "Feature", "properties": { "id": 357742967, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302046.971735808590893, 85764.245519787960802 ] } }, +{ "type": "Feature", "properties": { "id": 357742970, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303613.761883987579495, 86258.37694105564151 ] } }, +{ "type": "Feature", "properties": { "id": 357742973, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302608.398534904292319, 86072.826066105539212 ] } }, +{ "type": "Feature", "properties": { "id": 357742975, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302864.724538901878987, 87769.566580875150976 ] } }, +{ "type": "Feature", "properties": { "id": 357742980, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300689.961673238780349, 86535.002540809058701 ] } }, +{ "type": "Feature", "properties": { "id": 357742984, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300479.28719794965582, 85918.178749422746478 ] } }, +{ "type": "Feature", "properties": { "id": 357742986, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300577.555430636391975, 86309.197348246263573 ] } }, +{ "type": "Feature", "properties": { "id": 357742999, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300666.69781603460433, 88046.519641582141048 ] } }, +{ "type": "Feature", "properties": { "id": 357743009, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302026.651404591219034, 73178.724505501959356 ] } }, +{ "type": "Feature", "properties": { "id": 357743012, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301404.255002303863876, 73436.565908611431951 ] } }, +{ "type": "Feature", "properties": { "id": 357743015, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301232.998396705195773, 73848.719912058106274 ] } }, +{ "type": "Feature", "properties": { "id": 357743017, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301226.028118700021878, 73194.645933558771503 ] } }, +{ "type": "Feature", "properties": { "id": 357743020, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301123.044907354400493, 73258.596501879757852 ] } }, +{ "type": "Feature", "properties": { "id": 357743023, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301134.698730310134124, 72806.593629804759985 ] } }, +{ "type": "Feature", "properties": { "id": 357743028, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300960.96596484357724, 72467.247990720730741 ] } }, +{ "type": "Feature", "properties": { "id": 357743032, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300339.709717739315238, 75430.009530253882986 ] } }, +{ "type": "Feature", "properties": { "id": 357743037, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300339.699782371753827, 75646.057563463735278 ] } }, +{ "type": "Feature", "properties": { "id": 357743042, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300222.571905098098796, 76787.296285283300676 ] } }, +{ "type": "Feature", "properties": { "id": 357743063, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300410.018864212441258, 72191.419268013560213 ] } }, +{ "type": "Feature", "properties": { "id": 357743067, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300175.723841045342851, 72129.561254915868631 ] } }, +{ "type": "Feature", "properties": { "id": 357743070, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300081.750057512486819, 71852.087653038557619 ] } }, +{ "type": "Feature", "properties": { "id": 357743072, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289979.914610608422663, 71210.738904532860033 ] } }, +{ "type": "Feature", "properties": { "id": 357743076, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289744.988152048084885, 70779.391207018736168 ] } }, +{ "type": "Feature", "properties": { "id": 357743079, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289721.210752067912836, 70810.348565176318516 ] } }, +{ "type": "Feature", "properties": { "id": 357743082, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303521.490524446417112, 84407.490186207796796 ] } }, +{ "type": "Feature", "properties": { "id": 357743084, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302655.997798586031422, 84129.650354231358506 ] } }, +{ "type": "Feature", "properties": { "id": 357743087, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303030.034965840633959, 84067.944546057056868 ] } }, +{ "type": "Feature", "properties": { "id": 357743089, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302796.103273669490591, 84098.777152308553923 ] } }, +{ "type": "Feature", "properties": { "id": 357743091, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303240.738681488262955, 84253.160266488208435 ] } }, +{ "type": "Feature", "properties": { "id": 357743094, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301953.519453456625342, 84437.833403903627186 ] } }, +{ "type": "Feature", "properties": { "id": 357743119, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302694.381311772274785, 77562.17038059461629 ] } }, +{ "type": "Feature", "properties": { "id": 357743123, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300058.561411890434101, 73795.240832652052632 ] } }, +{ "type": "Feature", "properties": { "id": 357743127, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297145.028765106922947, 84756.273307507304708 ] } }, +{ "type": "Feature", "properties": { "id": 357743136, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291858.000722010794561, 73768.802169102113112 ] } }, +{ "type": "Feature", "properties": { "id": 357743138, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292243.210593401861843, 74739.755242052444373 ] } }, +{ "type": "Feature", "properties": { "id": 357743141, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291911.190538049733732, 74740.111306049555424 ] } }, +{ "type": "Feature", "properties": { "id": 357743144, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292749.976609331730288, 75772.882157810163335 ] } }, +{ "type": "Feature", "properties": { "id": 357743147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292562.230893852480222, 75248.622562707372708 ] } }, +{ "type": "Feature", "properties": { "id": 357743150, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293594.839499647903722, 77407.291639622722869 ] } }, +{ "type": "Feature", "properties": { "id": 357743153, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293817.222848479810636, 77204.185774940589909 ] } }, +{ "type": "Feature", "properties": { "id": 357743164, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 293383.726051252509933, 77253.278270614566281 ] } }, +{ "type": "Feature", "properties": { "id": 357743168, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289747.750062743958551, 76479.655398623654037 ] } }, +{ "type": "Feature", "properties": { "id": 357743179, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288707.58605454483768, 68931.799745579191949 ] } }, +{ "type": "Feature", "properties": { "id": 357743183, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288382.288649173569866, 68868.760740982412244 ] } }, +{ "type": "Feature", "properties": { "id": 357743186, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289465.40886597399367, 72013.793446896772366 ] } }, +{ "type": "Feature", "properties": { "id": 357743188, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289113.046548775862902, 71397.087442351839854 ] } }, +{ "type": "Feature", "properties": { "id": 357743192, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288643.711963333422318, 71366.869296178498189 ] } }, +{ "type": "Feature", "properties": { "id": 357743196, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290650.925063269387465, 73924.005982496091747 ] } }, +{ "type": "Feature", "properties": { "id": 357743202, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290290.291328834544402, 75683.355780825862894 ] } }, +{ "type": "Feature", "properties": { "id": 357743204, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291154.617768438707571, 73769.610736650196486 ] } }, +{ "type": "Feature", "properties": { "id": 357743209, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292749.734624464414082, 75526.33330276927154 ] } }, +{ "type": "Feature", "properties": { "id": 357743211, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290614.72606338741025, 72783.236436256382149 ] } }, +{ "type": "Feature", "properties": { "id": 357743217, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291107.825347188685555, 73923.865600123885088 ] } }, +{ "type": "Feature", "properties": { "id": 357743219, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290580.975531618925743, 73571.640677750299801 ] } }, +{ "type": "Feature", "properties": { "id": 357743223, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291787.69223267340567, 74200.975278086814797 ] } }, +{ "type": "Feature", "properties": { "id": 357743226, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291787.417717681557406, 73954.003431778575759 ] } }, +{ "type": "Feature", "properties": { "id": 357743228, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291155.023983410850633, 74108.932156181690516 ] } }, +{ "type": "Feature", "properties": { "id": 357743235, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290592.706101002171636, 74192.233218144538114 ] } }, +{ "type": "Feature", "properties": { "id": 357743236, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290346.086568399798125, 76039.550575087559992 ] } }, +{ "type": "Feature", "properties": { "id": 357743239, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290943.463254993839655, 73708.441237904509762 ] } }, +{ "type": "Feature", "properties": { "id": 357743242, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292193.801299736951478, 74259.84225598287594 ] } }, +{ "type": "Feature", "properties": { "id": 357743245, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291201.632591698027682, 73800.479063794322428 ] } }, +{ "type": "Feature", "properties": { "id": 357743248, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291151.9061580367852, 73654.812229422735982 ] } }, +{ "type": "Feature", "properties": { "id": 357743251, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291647.16571825009305, 73985.085123681637924 ] } }, +{ "type": "Feature", "properties": { "id": 357743254, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292185.375869146548212, 74203.085684001431218 ] } }, +{ "type": "Feature", "properties": { "id": 357743256, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291787.417717681557406, 73954.003431778575759 ] } }, +{ "type": "Feature", "properties": { "id": 357743260, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291670.297411570441909, 73954.134542010520818 ] } }, +{ "type": "Feature", "properties": { "id": 357743263, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290797.645572908455506, 73405.307601008695201 ] } }, +{ "type": "Feature", "properties": { "id": 357743270, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 289576.816599651123397, 71592.555593135562958 ] } }, +{ "type": "Feature", "properties": { "id": 357743272, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 295913.421973546443041, 78176.642497778520919 ] } }, +{ "type": "Feature", "properties": { "id": 357743278, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296171.533286410674918, 78577.677578895440092 ] } }, +{ "type": "Feature", "properties": { "id": 357743280, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296265.428144788427744, 78577.629492870895774 ] } }, +{ "type": "Feature", "properties": { "id": 357743283, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296798.70386390859494, 77400.54799867386464 ] } }, +{ "type": "Feature", "properties": { "id": 357743287, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296655.921712814539205, 76006.88694681947527 ] } }, +{ "type": "Feature", "properties": { "id": 357743289, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296568.174272186006419, 75461.72340164182242 ] } }, +{ "type": "Feature", "properties": { "id": 357743301, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284594.778998418012634, 85347.942934051679913 ] } }, +{ "type": "Feature", "properties": { "id": 357743308, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284712.230522676021792, 85594.67580461432226 ] } }, +{ "type": "Feature", "properties": { "id": 357743311, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286952.606129440944642, 86658.772564286147826 ] } }, +{ "type": "Feature", "properties": { "id": 357743318, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285272.732394475082401, 85069.079867878128425 ] } }, +{ "type": "Feature", "properties": { "id": 357743322, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285529.691782459092792, 85037.646313784935046 ] } }, +{ "type": "Feature", "properties": { "id": 357743324, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287283.841072822047863, 86886.108242077505565 ] } }, +{ "type": "Feature", "properties": { "id": 357743328, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286948.823620654758997, 86699.447952121205162 ] } }, +{ "type": "Feature", "properties": { "id": 357743330, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284384.879750865511596, 85749.563419145270018 ] } }, +{ "type": "Feature", "properties": { "id": 357743333, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285015.633423034742009, 85347.076100305377622 ] } }, +{ "type": "Feature", "properties": { "id": 357743337, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285437.435658081725705, 85500.856881072410033 ] } }, +{ "type": "Feature", "properties": { "id": 357743339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285506.620634279213846, 85068.616676021163585 ] } }, +{ "type": "Feature", "properties": { "id": 357743341, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288049.761732023500372, 80652.807388656583498 ] } }, +{ "type": "Feature", "properties": { "id": 357743348, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287159.61814819945721, 80469.176782201902824 ] } }, +{ "type": "Feature", "properties": { "id": 357743352, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286788.403360136086121, 82135.961688888666686 ] } }, +{ "type": "Feature", "properties": { "id": 357743357, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286904.955779738491401, 81888.778411904306267 ] } }, +{ "type": "Feature", "properties": { "id": 357743370, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286855.942228776286356, 80716.686207703067339 ] } }, +{ "type": "Feature", "properties": { "id": 357743375, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287625.310820444021374, 81352.492827028603642 ] } }, +{ "type": "Feature", "properties": { "id": 357743389, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285853.693791497324128, 81094.720562687754864 ] } }, +{ "type": "Feature", "properties": { "id": 357743423, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272686.798934123537038, 53641.187998408960993 ] } }, +{ "type": "Feature", "properties": { "id": 357743430, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272617.032520027831197, 53795.641222455451498 ] } }, +{ "type": "Feature", "properties": { "id": 357743470, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 269936.750970663968474, 53374.368693637145043 ] } }, +{ "type": "Feature", "properties": { "id": 357743475, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270080.439950931933708, 53959.646729243322625 ] } }, +{ "type": "Feature", "properties": { "id": 357743484, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272048.060138695407659, 52471.429239348668489 ] } }, +{ "type": "Feature", "properties": { "id": 357743488, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276911.545374311972409, 59641.727892265640548 ] } }, +{ "type": "Feature", "properties": { "id": 357743492, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277121.621541362721473, 59394.530950521002524 ] } }, +{ "type": "Feature", "properties": { "id": 357743494, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277332.449963178660255, 59177.838144097702752 ] } }, +{ "type": "Feature", "properties": { "id": 357743496, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276911.545374311972409, 59641.727892265640548 ] } }, +{ "type": "Feature", "properties": { "id": 357743619, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278462.522148847056087, 52203.46652491196437 ] } }, +{ "type": "Feature", "properties": { "id": 357743643, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277063.161458102695178, 55508.040616776394018 ] } }, +{ "type": "Feature", "properties": { "id": 357743692, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 281738.083606272004545, 55896.201701137404598 ] } }, +{ "type": "Feature", "properties": { "id": 357743694, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 281990.09182004048489, 53150.146953647679766 ] } }, +{ "type": "Feature", "properties": { "id": 357743697, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 283871.752015382808167, 53978.634555476361129 ] } }, +{ "type": "Feature", "properties": { "id": 357743699, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 280280.224765654362272, 55190.386276321289188 ] } }, +{ "type": "Feature", "properties": { "id": 357743702, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 282342.355822197161615, 57172.780303329207527 ] } }, +{ "type": "Feature", "properties": { "id": 357743709, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 275751.638829257688485, 56699.187260494014481 ] } }, +{ "type": "Feature", "properties": { "id": 357743711, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 278367.766332888044417, 51802.581254267104669 ] } }, +{ "type": "Feature", "properties": { "id": 357743713, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 277614.60739231784828, 55247.948774546166533 ] } }, +{ "type": "Feature", "properties": { "id": 357743737, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281691.677855038957205, 56173.78343396402488 ] } }, +{ "type": "Feature", "properties": { "id": 357743740, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280055.194189119676594, 58830.686218271643156 ] } }, +{ "type": "Feature", "properties": { "id": 357743742, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284717.739995742449537, 54316.154988034031703 ] } }, +{ "type": "Feature", "properties": { "id": 357743745, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283824.379044113389682, 53855.466519629204413 ] } }, +{ "type": "Feature", "properties": { "id": 357743747, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281850.563551834202372, 53094.570541877445066 ] } }, +{ "type": "Feature", "properties": { "id": 357743775, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283167.045332798850723, 54226.744930616427155 ] } }, +{ "type": "Feature", "properties": { "id": 357743777, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281593.238505211891606, 54199.987909513503837 ] } }, +{ "type": "Feature", "properties": { "id": 357743785, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280593.46584971860284, 58273.896029813193309 ] } }, +{ "type": "Feature", "properties": { "id": 357743788, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282356.48806551261805, 56607.22152809787076 ] } }, +{ "type": "Feature", "properties": { "id": 357743790, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283146.694867298996542, 55491.700433312485984 ] } }, +{ "type": "Feature", "properties": { "id": 357743792, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282721.045719259243924, 54443.814423539886775 ] } }, +{ "type": "Feature", "properties": { "id": 357743801, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280888.162602904776577, 53517.214451189058309 ] } }, +{ "type": "Feature", "properties": { "id": 357743818, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277556.658726696739905, 47826.005650568578858 ] } }, +{ "type": "Feature", "properties": { "id": 357743825, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275654.745134384604171, 48602.979777118503989 ] } }, +{ "type": "Feature", "properties": { "id": 357743845, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282221.28763006220106, 71194.828241098482977 ] } }, +{ "type": "Feature", "properties": { "id": 357743850, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282150.670917243522126, 71009.87562478001928 ] } }, +{ "type": "Feature", "properties": { "id": 357743852, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282127.447421585093252, 71256.479755174557795 ] } }, +{ "type": "Feature", "properties": { "id": 357743855, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281105.756985204527155, 71993.158606596305617 ] } }, +{ "type": "Feature", "properties": { "id": 357743857, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281566.038171985128429, 71751.378602786848205 ] } }, +{ "type": "Feature", "properties": { "id": 357743860, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282033.278442021168303, 70917.386839195227367 ] } }, +{ "type": "Feature", "properties": { "id": 357743865, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282859.826418270473368, 73660.922277584599215 ] } }, +{ "type": "Feature", "properties": { "id": 357743868, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282009.833787005103659, 71071.642251568875508 ] } }, +{ "type": "Feature", "properties": { "id": 357743871, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282433.466399521275889, 71625.991888819480664 ] } }, +{ "type": "Feature", "properties": { "id": 357743873, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281869.416247617162298, 71041.060942836978938 ] } }, +{ "type": "Feature", "properties": { "id": 357743878, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282815.143663440190721, 74648.06957814618363 ] } }, +{ "type": "Feature", "properties": { "id": 357743883, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279041.184123016661033, 73948.241069145020447 ] } }, +{ "type": "Feature", "properties": { "id": 357743885, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279234.848125698626973, 74164.166259396355599 ] } }, +{ "type": "Feature", "properties": { "id": 357743887, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279977.7050775255193, 73544.895570621927618 ] } }, +{ "type": "Feature", "properties": { "id": 357743892, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279208.64542440342484, 73771.116663330089068 ] } }, +{ "type": "Feature", "properties": { "id": 357743894, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279104.60974206897663, 73848.086113596131327 ] } }, +{ "type": "Feature", "properties": { "id": 357743899, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287429.846548658097163, 68856.339203922470915 ] } }, +{ "type": "Feature", "properties": { "id": 357743902, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286766.315637613122817, 69797.087043387306039 ] } }, +{ "type": "Feature", "properties": { "id": 357743909, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286787.455998109886423, 68655.816118004964665 ] } }, +{ "type": "Feature", "properties": { "id": 357743911, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283039.241396770870779, 70236.368382338361698 ] } }, +{ "type": "Feature", "properties": { "id": 357743913, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286488.591371077985968, 72146.993664234527387 ] } }, +{ "type": "Feature", "properties": { "id": 357743915, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286296.674388367682695, 72439.64636501345376 ] } }, +{ "type": "Feature", "properties": { "id": 357743918, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286564.520268789376132, 71425.003544849081663 ] } }, +{ "type": "Feature", "properties": { "id": 357743920, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286750.792219717928674, 72989.951058860257035 ] } }, +{ "type": "Feature", "properties": { "id": 357743922, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285878.957228636194486, 71772.804215657175519 ] } }, +{ "type": "Feature", "properties": { "id": 357743926, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287554.786976126662921, 71540.189348886618973 ] } }, +{ "type": "Feature", "properties": { "id": 357743932, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281832.341698250907939, 55926.470099215453956 ] } }, +{ "type": "Feature", "properties": { "id": 357743934, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281948.54507180157816, 55432.675897788831207 ] } }, +{ "type": "Feature", "properties": { "id": 357743937, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281868.799900418089237, 55271.897477288315713 ] } }, +{ "type": "Feature", "properties": { "id": 357743939, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282112.681205902132206, 55278.082346967115882 ] } }, +{ "type": "Feature", "properties": { "id": 357743941, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282042.136546107765753, 55185.905274883436505 ] } }, +{ "type": "Feature", "properties": { "id": 357743944, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282324.951817077235319, 55555.46333136215253 ] } }, +{ "type": "Feature", "properties": { "id": 357743946, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282112.83055685297586, 55339.929573547422478 ] } }, +{ "type": "Feature", "properties": { "id": 357743948, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282230.615837977209594, 55493.841444059216883 ] } }, +{ "type": "Feature", "properties": { "id": 357743951, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281830.374729172093794, 55124.574099510195083 ] } }, +{ "type": "Feature", "properties": { "id": 357743953, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281839.350061141245533, 54838.189361644588644 ] } }, +{ "type": "Feature", "properties": { "id": 357743956, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282229.20936635765247, 54907.563669344039226 ] } }, +{ "type": "Feature", "properties": { "id": 357743958, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282535.03332701465115, 55184.726729478541529 ] } }, +{ "type": "Feature", "properties": { "id": 357743960, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282559.194233933580108, 55307.941337685464532 ] } }, +{ "type": "Feature", "properties": { "id": 357743963, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282722.988222837797366, 55276.633697888282768 ] } }, +{ "type": "Feature", "properties": { "id": 357743964, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282848.364408240944613, 55649.122277992937597 ] } }, +{ "type": "Feature", "properties": { "id": 357743967, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282770.444441175088286, 55431.56571771203744 ] } }, +{ "type": "Feature", "properties": { "id": 357743969, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282486.69733494205866, 54660.407478802604601 ] } }, +{ "type": "Feature", "properties": { "id": 357743971, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282557.596367019694299, 54629.316434759231925 ] } }, +{ "type": "Feature", "properties": { "id": 357743974, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282722.26892324781511, 54968.244787220588478 ] } }, +{ "type": "Feature", "properties": { "id": 357743976, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282840.263722923817113, 54937.046735973148316 ] } }, +{ "type": "Feature", "properties": { "id": 357743978, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283074.825592062494252, 54813.235618951606739 ] } }, +{ "type": "Feature", "properties": { "id": 357743981, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282933.814023553626612, 54936.830617014718882 ] } }, +{ "type": "Feature", "properties": { "id": 357743983, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283145.150786291982513, 54813.075273681657563 ] } }, +{ "type": "Feature", "properties": { "id": 357743987, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283143.887185235682409, 54257.721335210328107 ] } }, +{ "type": "Feature", "properties": { "id": 357743989, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283073.768681522516999, 54350.652463435966638 ] } }, +{ "type": "Feature", "properties": { "id": 357743992, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281709.148232625389937, 53582.496625186562596 ] } }, +{ "type": "Feature", "properties": { "id": 357743994, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281756.027187545842025, 53490.03343291386409 ] } }, +{ "type": "Feature", "properties": { "id": 357743996, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283447.911078278673813, 53732.603111667485791 ] } }, +{ "type": "Feature", "properties": { "id": 357743999, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283635.415107154403813, 53608.915286694129463 ] } }, +{ "type": "Feature", "properties": { "id": 357744001, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283847.676136183843482, 53886.33942173167452 ] } }, +{ "type": "Feature", "properties": { "id": 357744004, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283894.98130172805395, 53978.58402230819047 ] } }, +{ "type": "Feature", "properties": { "id": 357744006, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283964.980689764022827, 53824.237144768565486 ] } }, +{ "type": "Feature", "properties": { "id": 357744008, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283988.722072238451801, 53762.338344091782346 ] } }, +{ "type": "Feature", "properties": { "id": 357744013, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284232.357466571906116, 53933.802577392983949 ] } }, +{ "type": "Feature", "properties": { "id": 357744018, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284670.574323270760942, 54285.328698010947846 ] } }, +{ "type": "Feature", "properties": { "id": 357744020, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282490.051287832786329, 56079.081457234664413 ] } }, +{ "type": "Feature", "properties": { "id": 357744022, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281623.891559281910304, 57191.896486955716682 ] } }, +{ "type": "Feature", "properties": { "id": 357744024, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281621.212106866645627, 56112.110306177630264 ] } }, +{ "type": "Feature", "properties": { "id": 357744026, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282046.847276782733388, 57129.011303036088066 ] } }, +{ "type": "Feature", "properties": { "id": 357744029, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281978.087999865761958, 56703.445881192026718 ] } }, +{ "type": "Feature", "properties": { "id": 357744031, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283404.883912113145925, 55552.96505001931655 ] } }, +{ "type": "Feature", "properties": { "id": 357744033, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282880.381239806651138, 56941.070775232794404 ] } }, +{ "type": "Feature", "properties": { "id": 357744040, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284212.424760435067583, 53966.886820511368569 ] } }, +{ "type": "Feature", "properties": { "id": 357744043, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283143.747427726397291, 54196.297768971584446 ] } }, +{ "type": "Feature", "properties": { "id": 357744045, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274153.146131242450792, 54078.604305470158579 ] } }, +{ "type": "Feature", "properties": { "id": 357744048, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274381.517501283204183, 54064.255417090520496 ] } }, +{ "type": "Feature", "properties": { "id": 357744057, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274828.322270499367733, 54528.276025714018033 ] } }, +{ "type": "Feature", "properties": { "id": 357744059, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276701.418877193180379, 52486.26091948463727 ] } }, +{ "type": "Feature", "properties": { "id": 357744062, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277190.649058908165898, 52493.211101780594618 ] } }, +{ "type": "Feature", "properties": { "id": 357744064, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278390.731932563125156, 51709.74308288947941 ] } }, +{ "type": "Feature", "properties": { "id": 357744066, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278629.592335397028364, 53066.306071559993143 ] } }, +{ "type": "Feature", "properties": { "id": 357744068, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278109.488737353414763, 51988.458449747995473 ] } }, +{ "type": "Feature", "properties": { "id": 357744070, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278650.271125326631591, 51955.957001968439727 ] } }, +{ "type": "Feature", "properties": { "id": 357744073, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276211.8811787054874, 51579.589716689406487 ] } }, +{ "type": "Feature", "properties": { "id": 357744075, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278297.309249408892356, 51987.906014394786325 ] } }, +{ "type": "Feature", "properties": { "id": 357744077, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278748.990275268035475, 53744.591140883392654 ] } }, +{ "type": "Feature", "properties": { "id": 357744080, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277800.821019631170202, 54523.431893238659541 ] } }, +{ "type": "Feature", "properties": { "id": 357744082, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277786.42184641410131, 54240.077381319424603 ] } }, +{ "type": "Feature", "properties": { "id": 357744085, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278869.599222300923429, 54854.961161036560952 ] } }, +{ "type": "Feature", "properties": { "id": 357744093, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278116.77772688010009, 54455.984446014517744 ] } }, +{ "type": "Feature", "properties": { "id": 357744099, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278136.097190211294219, 53787.464997067785589 ] } }, +{ "type": "Feature", "properties": { "id": 357744103, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277483.186784828605596, 54673.926285864436068 ] } }, +{ "type": "Feature", "properties": { "id": 357744106, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276802.630489968811162, 54922.56963046213059 ] } }, +{ "type": "Feature", "properties": { "id": 357744112, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277672.984767144313082, 55351.981699265561474 ] } }, +{ "type": "Feature", "properties": { "id": 357744116, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276432.518090347759426, 49310.016475026088301 ] } }, +{ "type": "Feature", "properties": { "id": 357744120, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276248.830250460479874, 49815.548386152768217 ] } }, +{ "type": "Feature", "properties": { "id": 357744129, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276527.565762204583734, 49556.257123870214855 ] } }, +{ "type": "Feature", "properties": { "id": 357744135, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276432.32147263357183, 49248.169748572145181 ] } }, +{ "type": "Feature", "properties": { "id": 357744137, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276619.725148396100849, 49093.381600587519642 ] } }, +{ "type": "Feature", "properties": { "id": 357744140, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277182.817924441595096, 48690.466828440854442 ] } }, +{ "type": "Feature", "properties": { "id": 357744144, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276387.248089212633204, 49084.375349879817804 ] } }, +{ "type": "Feature", "properties": { "id": 357744149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270325.94774602499092, 50812.474458832992241 ] } }, +{ "type": "Feature", "properties": { "id": 357744167, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276339.530135926092044, 49711.049727089266526 ] } }, +{ "type": "Feature", "properties": { "id": 357744169, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275869.998570894415025, 49862.098402642033761 ] } }, +{ "type": "Feature", "properties": { "id": 357744170, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276598.233730111736804, 49648.804746105379309 ] } }, +{ "type": "Feature", "properties": { "id": 357744173, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276742.738252304727212, 48787.57055073481024 ] } }, +{ "type": "Feature", "properties": { "id": 357744180, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284035.448544559534639, 53885.932420260804065 ] } }, +{ "type": "Feature", "properties": { "id": 357744182, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277719.981032090203371, 63032.42431132652564 ] } }, +{ "type": "Feature", "properties": { "id": 357744185, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277832.470816590590402, 61428.270131574492552 ] } }, +{ "type": "Feature", "properties": { "id": 357744187, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278161.304385372553952, 61673.837746310287912 ] } }, +{ "type": "Feature", "properties": { "id": 357744189, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280335.720393880328629, 66599.504427688327269 ] } }, +{ "type": "Feature", "properties": { "id": 357744192, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276216.632758971129078, 62697.785422186127107 ] } }, +{ "type": "Feature", "properties": { "id": 357744194, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277318.501956959895324, 62200.811242905067047 ] } }, +{ "type": "Feature", "properties": { "id": 357744197, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 276405.711075420083944, 62974.650048001007235 ] } }, +{ "type": "Feature", "properties": { "id": 357744199, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277175.063669019436929, 61460.768818891992851 ] } }, +{ "type": "Feature", "properties": { "id": 357744206, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 273772.84564142441377, 61657.164343575823295 ] } }, +{ "type": "Feature", "properties": { "id": 357744209, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 274029.329717476852238, 61638.467905543984671 ] } }, +{ "type": "Feature", "properties": { "id": 357744211, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275160.539934076135978, 62196.725809179115458 ] } }, +{ "type": "Feature", "properties": { "id": 357744220, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278426.440672593773343, 63955.936621139575436 ] } }, +{ "type": "Feature", "properties": { "id": 357744222, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278028.204286405001767, 64172.730407428396575 ] } }, +{ "type": "Feature", "properties": { "id": 357744224, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278357.194909605954308, 64295.45731104760489 ] } }, +{ "type": "Feature", "properties": { "id": 357744227, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278113.003239633515477, 63867.473717837376171 ] } }, +{ "type": "Feature", "properties": { "id": 357744229, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277794.672049993881956, 64512.746263359353179 ] } }, +{ "type": "Feature", "properties": { "id": 357744231, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278452.393541215453297, 64237.990918320283527 ] } }, +{ "type": "Feature", "properties": { "id": 357744234, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284037.779938262887299, 73484.598092665968579 ] } }, +{ "type": "Feature", "properties": { "id": 357744236, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283176.031674152531195, 68385.256628700561123 ] } }, +{ "type": "Feature", "properties": { "id": 357744239, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283422.325487613270525, 70234.652124718209961 ] } }, +{ "type": "Feature", "properties": { "id": 357744241, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284562.757559879973996, 74327.76418642095814 ] } }, +{ "type": "Feature", "properties": { "id": 357744244, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284197.027456618787255, 74521.709875261294656 ] } }, +{ "type": "Feature", "properties": { "id": 357744247, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283437.591536898515187, 69576.734341952178511 ] } }, +{ "type": "Feature", "properties": { "id": 357744249, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284003.569068851065822, 71653.3512942995294 ] } }, +{ "type": "Feature", "properties": { "id": 357744250, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283322.198330326296855, 70087.880764789850218 ] } }, +{ "type": "Feature", "properties": { "id": 357744253, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283294.077000187244266, 69895.196630810372881 ] } }, +{ "type": "Feature", "properties": { "id": 357744255, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283521.182410274690483, 69813.351662832734291 ] } }, +{ "type": "Feature", "properties": { "id": 357744258, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 285070.744700255687349, 73826.844513160162023 ] } }, +{ "type": "Feature", "properties": { "id": 357744260, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284307.654914553975686, 71467.57658977562096 ] } }, +{ "type": "Feature", "properties": { "id": 357744262, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283271.855385437316727, 69464.847962358049699 ] } }, +{ "type": "Feature", "properties": { "id": 357744265, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284394.483453210326843, 73565.171791393251624 ] } }, +{ "type": "Feature", "properties": { "id": 357744277, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271569.465079884044826, 68827.875722005046555 ] } }, +{ "type": "Feature", "properties": { "id": 357744286, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275908.395403277128935, 75887.405633293645224 ] } }, +{ "type": "Feature", "properties": { "id": 357744288, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272621.776564806466922, 67800.009911447705235 ] } }, +{ "type": "Feature", "properties": { "id": 357744295, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282253.48129560292, 65025.146184259014262 ] } }, +{ "type": "Feature", "properties": { "id": 357744302, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281906.450765051180497, 66969.550968323310371 ] } }, +{ "type": "Feature", "properties": { "id": 357744311, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 287362.517628124274779, 69777.828142709287931 ] } }, +{ "type": "Feature", "properties": { "id": 357744316, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 282349.259589380584657, 66011.948613229818875 ] } }, +{ "type": "Feature", "properties": { "id": 357744321, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 286630.328085440094583, 72573.323487004177878 ] } }, +{ "type": "Feature", "properties": { "id": 357744339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286117.543365826364607, 67535.298568496029475 ] } }, +{ "type": "Feature", "properties": { "id": 357744348, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282844.799261319567449, 67182.937123041774612 ] } }, +{ "type": "Feature", "properties": { "id": 357744351, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281979.968284024391323, 68326.649823897023452 ] } }, +{ "type": "Feature", "properties": { "id": 357744355, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281602.434938892605714, 66716.129273217404261 ] } }, +{ "type": "Feature", "properties": { "id": 357744358, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283149.673699575534556, 67275.008865970899933 ] } }, +{ "type": "Feature", "properties": { "id": 357744360, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282438.098682805313729, 68426.79278797803272 ] } }, +{ "type": "Feature", "properties": { "id": 357744365, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281483.440334753016941, 66785.476218051160686 ] } }, +{ "type": "Feature", "properties": { "id": 357744367, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282028.265817541803699, 68325.26141726327478 ] } }, +{ "type": "Feature", "properties": { "id": 357744369, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281700.139829886902589, 68975.052945907445974 ] } }, +{ "type": "Feature", "properties": { "id": 357744371, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281911.129062722611707, 68881.760798308314406 ] } }, +{ "type": "Feature", "properties": { "id": 357744373, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282747.665885263413657, 65856.811331020304351 ] } }, +{ "type": "Feature", "properties": { "id": 357744376, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281716.535384165064897, 66229.531336175976321 ] } }, +{ "type": "Feature", "properties": { "id": 357744387, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281771.448704631940927, 67599.805101193880546 ] } }, +{ "type": "Feature", "properties": { "id": 357744390, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281651.753232669609133, 68419.806236812830321 ] } }, +{ "type": "Feature", "properties": { "id": 357744392, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283313.709851028339472, 67181.864244471871643 ] } }, +{ "type": "Feature", "properties": { "id": 357744397, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283496.709318989131134, 67214.072304710309254 ] } }, +{ "type": "Feature", "properties": { "id": 357744399, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281834.45963543409016, 66506.711379158150521 ] } }, +{ "type": "Feature", "properties": { "id": 357744402, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281905.092050389910582, 66414.189229106254061 ] } }, +{ "type": "Feature", "properties": { "id": 357744404, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283054.795209000993054, 66627.511570822185604 ] } }, +{ "type": "Feature", "properties": { "id": 357744407, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283499.656431413430255, 66225.338451481322409 ] } }, +{ "type": "Feature", "properties": { "id": 357744408, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282937.487425811414141, 66596.857067545075552 ] } }, +{ "type": "Feature", "properties": { "id": 357744410, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282678.457459739176556, 66289.064427622157382 ] } }, +{ "type": "Feature", "properties": { "id": 357744413, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281982.451311014825478, 67759.839960698707728 ] } }, +{ "type": "Feature", "properties": { "id": 357744415, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282682.430759223760106, 67985.65151073623565 ] } }, +{ "type": "Feature", "properties": { "id": 357744417, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281741.969483157037757, 66877.182519996524206 ] } }, +{ "type": "Feature", "properties": { "id": 357744420, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 285498.646971490175929, 69866.397061703799409 ] } }, +{ "type": "Feature", "properties": { "id": 357744422, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280229.516544210433494, 62531.779201387078501 ] } }, +{ "type": "Feature", "properties": { "id": 357744432, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281303.133948826172855, 60431.662463527020009 ] } }, +{ "type": "Feature", "properties": { "id": 357744453, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283746.013650656619575, 71622.988806681882124 ] } }, +{ "type": "Feature", "properties": { "id": 357744455, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 283172.38249908137368, 66781.440505099410075 ] } }, +{ "type": "Feature", "properties": { "id": 357744457, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 288081.67722898547072, 71737.999485812397324 ] } }, +{ "type": "Feature", "properties": { "id": 357744459, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286769.076674919750076, 71339.486590595610323 ] } }, +{ "type": "Feature", "properties": { "id": 357744464, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 276873.636120492534246, 62572.430116352625191 ] } }, +{ "type": "Feature", "properties": { "id": 357744467, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275978.724441386642866, 76147.706657332950272 ] } }, +{ "type": "Feature", "properties": { "id": 357744471, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 284308.047956220572814, 71652.698568283900386 ] } }, +{ "type": "Feature", "properties": { "id": 357744476, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 285226.63039768737508, 73902.359761130370316 ] } }, +{ "type": "Feature", "properties": { "id": 357744481, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 282328.574311975797173, 67060.879334822806413 ] } }, +{ "type": "Feature", "properties": { "id": 357744497, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287155.654831126448698, 69305.847844085088582 ] } }, +{ "type": "Feature", "properties": { "id": 357744500, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283315.518451180309057, 70266.240395122906193 ] } }, +{ "type": "Feature", "properties": { "id": 357744502, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284498.989837410161272, 73071.00730401018518 ] } }, +{ "type": "Feature", "properties": { "id": 357744509, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284641.217666143900715, 73996.327008305801428 ] } }, +{ "type": "Feature", "properties": { "id": 357744512, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283539.107917997520417, 63109.963160052611784 ] } }, +{ "type": "Feature", "properties": { "id": 357744513, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281349.963011233601719, 60338.772394383275241 ] } }, +{ "type": "Feature", "properties": { "id": 357744518, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273564.138164895179216, 68007.544492191911559 ] } }, +{ "type": "Feature", "properties": { "id": 357744525, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282234.607293037290219, 67092.028695744229481 ] } }, +{ "type": "Feature", "properties": { "id": 357744530, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276299.202268983644899, 73771.403920793600264 ] } }, +{ "type": "Feature", "properties": { "id": 357744532, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284681.865444106166251, 70942.347851149388589 ] } }, +{ "type": "Feature", "properties": { "id": 357744534, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283077.984835216833744, 66627.458476050596801 ] } }, +{ "type": "Feature", "properties": { "id": 357744539, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282617.670370735460892, 70299.196375684303348 ] } }, +{ "type": "Feature", "properties": { "id": 357744551, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281882.768560345924925, 67031.033787908629165 ] } }, +{ "type": "Feature", "properties": { "id": 357744553, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275671.466716630209703, 74857.924334869661834 ] } }, +{ "type": "Feature", "properties": { "id": 357744556, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282423.202609247760847, 67307.624072513921419 ] } }, +{ "type": "Feature", "properties": { "id": 357744558, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282031.685568008280825, 68407.435458106017904 ] } }, +{ "type": "Feature", "properties": { "id": 357744577, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276417.727558824175503, 69570.376410428158124 ] } }, +{ "type": "Feature", "properties": { "id": 357744580, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274367.665911675954703, 69981.759469512078795 ] } }, +{ "type": "Feature", "properties": { "id": 357744582, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285546.444758042693138, 69614.249112525954843 ] } }, +{ "type": "Feature", "properties": { "id": 357744596, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282493.189570160408039, 67214.685353280685376 ] } }, +{ "type": "Feature", "properties": { "id": 357744599, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277908.936395880999044, 71267.884213510842528 ] } }, +{ "type": "Feature", "properties": { "id": 357744601, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285903.89632381714182, 72698.371193191371276 ] } }, +{ "type": "Feature", "properties": { "id": 357744606, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278824.478563635551836, 71758.725035847121035 ] } }, +{ "type": "Feature", "properties": { "id": 357744608, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271982.718986701860558, 70480.122033934181673 ] } }, +{ "type": "Feature", "properties": { "id": 357744610, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278341.844349127321038, 67194.753660050919279 ] } }, +{ "type": "Feature", "properties": { "id": 357744613, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283825.256400658690836, 65175.739554260704608 ] } }, +{ "type": "Feature", "properties": { "id": 357744615, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284440.391085503797513, 62649.235820659647288 ] } }, +{ "type": "Feature", "properties": { "id": 357744618, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282446.316700406605378, 67276.644934169496992 ] } }, +{ "type": "Feature", "properties": { "id": 357744631, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281263.511126035824418, 63115.375409112093621 ] } }, +{ "type": "Feature", "properties": { "id": 357744638, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282800.115634275774937, 68741.1153893477167 ] } }, +{ "type": "Feature", "properties": { "id": 357744643, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 278048.908263738965616, 71144.192989451592439 ] } }, +{ "type": "Feature", "properties": { "id": 357744645, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274474.017808717442676, 74487.056134863960324 ] } }, +{ "type": "Feature", "properties": { "id": 357744648, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275450.4139217180782, 79203.373212049802532 ] } }, +{ "type": "Feature", "properties": { "id": 357744650, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281545.141110245196614, 63114.667637632512196 ] } }, +{ "type": "Feature", "properties": { "id": 357744655, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279946.02546054974664, 61853.90717632984888 ] } }, +{ "type": "Feature", "properties": { "id": 357744657, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280036.042654025659431, 62009.978514563888893 ] } }, +{ "type": "Feature", "properties": { "id": 357744660, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280322.643144859408494, 62408.258333782549016 ] } }, +{ "type": "Feature", "properties": { "id": 357744662, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281506.895245614752639, 62767.820455121785926 ] } }, +{ "type": "Feature", "properties": { "id": 357744668, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280244.271228653960861, 62022.97546626393887 ] } }, +{ "type": "Feature", "properties": { "id": 357744670, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280568.105493185983505, 61387.116317666426767 ] } }, +{ "type": "Feature", "properties": { "id": 357744673, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280568.632625143392943, 62078.881379878461303 ] } }, +{ "type": "Feature", "properties": { "id": 357744675, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280157.296881481132004, 62038.458373291221505 ] } }, +{ "type": "Feature", "properties": { "id": 357744677, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279451.643577915790956, 61392.673526369158935 ] } }, +{ "type": "Feature", "properties": { "id": 357744680, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280875.981773330306169, 62537.2817816605384 ] } }, +{ "type": "Feature", "properties": { "id": 357744685, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281568.494755955529399, 63176.033969135241932 ] } }, +{ "type": "Feature", "properties": { "id": 357744687, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281073.355247566418257, 62344.452117071567045 ] } }, +{ "type": "Feature", "properties": { "id": 357744692, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279192.931751512282062, 61085.003234725219954 ] } }, +{ "type": "Feature", "properties": { "id": 357744697, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286142.525689601607155, 62647.123387765954249 ] } }, +{ "type": "Feature", "properties": { "id": 357744711, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284686.148078230151441, 61811.656673738769314 ] } }, +{ "type": "Feature", "properties": { "id": 357744760, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281102.324258008273318, 64349.360650869261008 ] } }, +{ "type": "Feature", "properties": { "id": 357744762, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282392.829779470630456, 65642.025494740810245 ] } }, +{ "type": "Feature", "properties": { "id": 357744765, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281455.689169345016126, 64965.678407122111821 ] } }, +{ "type": "Feature", "properties": { "id": 357744767, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282833.287627082143445, 65830.771370738730184 ] } }, +{ "type": "Feature", "properties": { "id": 357744770, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281456.307209714956116, 65212.222877054664423 ] } }, +{ "type": "Feature", "properties": { "id": 357744772, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281573.412029063154478, 65150.081925266975304 ] } }, +{ "type": "Feature", "properties": { "id": 357744774, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282231.642978973686695, 65858.032925138730207 ] } }, +{ "type": "Feature", "properties": { "id": 357744777, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281738.238057437352836, 65365.718694585702906 ] } }, +{ "type": "Feature", "properties": { "id": 357744779, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280938.331434074556455, 64473.054289573890856 ] } }, +{ "type": "Feature", "properties": { "id": 357744782, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281104.294706410495564, 65120.764808474537858 ] } }, +{ "type": "Feature", "properties": { "id": 357744784, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 283069.656125985900871, 62987.326160285541846 ] } }, +{ "type": "Feature", "properties": { "id": 357744815, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281923.860932937357575, 63549.635248564882204 ] } }, +{ "type": "Feature", "properties": { "id": 357744876, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282010.345557513355743, 60952.228676408980391 ] } }, +{ "type": "Feature", "properties": { "id": 357744887, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281280.880519946978893, 60809.584408940456342 ] } }, +{ "type": "Feature", "properties": { "id": 357744893, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 279637.697934378345963, 60836.797742850452778 ] } }, +{ "type": "Feature", "properties": { "id": 357744906, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294755.547107803809922, 63370.980851301632356 ] } }, +{ "type": "Feature", "properties": { "id": 357744946, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293345.234188048285432, 60194.997252476758149 ] } }, +{ "type": "Feature", "properties": { "id": 357744949, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292877.008654631092213, 61367.576235008207732 ] } }, +{ "type": "Feature", "properties": { "id": 357744970, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297946.002615126606543, 65089.291624719720858 ] } }, +{ "type": "Feature", "properties": { "id": 357744972, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297587.522788304835558, 64309.097185341001023 ] } }, +{ "type": "Feature", "properties": { "id": 357744974, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297042.932596699160058, 64040.298141995714104 ] } }, +{ "type": "Feature", "properties": { "id": 357744977, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 290224.475730742677115, 55550.992075857524469 ] } }, +{ "type": "Feature", "properties": { "id": 357744979, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 293721.40109964646399, 61304.963894845008326 ] } }, +{ "type": "Feature", "properties": { "id": 357744982, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 286933.177506001957227, 64383.362239999958547 ] } }, +{ "type": "Feature", "properties": { "id": 357744984, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 287652.423957772087306, 67173.347440215351526 ] } }, +{ "type": "Feature", "properties": { "id": 357744990, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293721.558140153123531, 61490.083718174151727 ] } }, +{ "type": "Feature", "properties": { "id": 357744993, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292829.593125571554992, 60997.382162989175413 ] } }, +{ "type": "Feature", "properties": { "id": 357744995, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293839.286852390621789, 61983.496992072527064 ] } }, +{ "type": "Feature", "properties": { "id": 357744997, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295200.979486182914115, 62568.77304284665297 ] } }, +{ "type": "Feature", "properties": { "id": 357745002, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296211.292811291001271, 64542.239675577919115 ] } }, +{ "type": "Feature", "properties": { "id": 357745033, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279114.406499307311606, 66606.665069478636724 ] } }, +{ "type": "Feature", "properties": { "id": 357745035, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280617.478130639588926, 67435.409750272374367 ] } }, +{ "type": "Feature", "properties": { "id": 357745037, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280592.914844542508945, 66911.032752470913692 ] } }, +{ "type": "Feature", "properties": { "id": 357745041, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281155.807113308168482, 66878.652837180256029 ] } }, +{ "type": "Feature", "properties": { "id": 357745043, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280195.601887083845213, 67436.527519460432814 ] } }, +{ "type": "Feature", "properties": { "id": 357745045, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280453.236226719571277, 67435.842051350293332 ] } }, +{ "type": "Feature", "properties": { "id": 357745048, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279253.794464005914051, 66236.029174285184126 ] } }, +{ "type": "Feature", "properties": { "id": 357745050, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281156.278802033106331, 67063.773438899661414 ] } }, +{ "type": "Feature", "properties": { "id": 357745053, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280802.904837668698747, 66663.514445682318183 ] } }, +{ "type": "Feature", "properties": { "id": 357745055, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279559.823257252166513, 66482.147327548154863 ] } }, +{ "type": "Feature", "properties": { "id": 357745057, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280946.915922266431153, 67804.797592406641343 ] } }, +{ "type": "Feature", "properties": { "id": 357745062, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280219.284157440240961, 67621.586139186809305 ] } }, +{ "type": "Feature", "properties": { "id": 357745065, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279020.009738647437189, 66483.658888167396071 ] } }, +{ "type": "Feature", "properties": { "id": 357745067, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280357.52579004643485, 67775.839029207883868 ] } }, +{ "type": "Feature", "properties": { "id": 357745070, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280615.618381834588945, 66725.851410108982236 ] } }, +{ "type": "Feature", "properties": { "id": 357745072, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281013.63356078491779, 66447.348158572262037 ] } }, +{ "type": "Feature", "properties": { "id": 357745077, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 279093.363126237643883, 67593.759302206788561 ] } }, +{ "type": "Feature", "properties": { "id": 357745079, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280411.530284681590274, 69440.948930455226218 ] } }, +{ "type": "Feature", "properties": { "id": 357745082, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280551.654277594701853, 69101.258477208568365 ] } }, +{ "type": "Feature", "properties": { "id": 357745084, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280324.623535694554448, 69691.116288426273968 ] } }, +{ "type": "Feature", "properties": { "id": 357745086, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280574.18727193569066, 68854.228231494242209 ] } }, +{ "type": "Feature", "properties": { "id": 357745089, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280516.358417654759251, 55683.271597196377115 ] } }, +{ "type": "Feature", "properties": { "id": 357745094, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281478.350371846463531, 55218.217330844046955 ] } }, +{ "type": "Feature", "properties": { "id": 357745096, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281219.253222535655368, 55064.250735967500077 ] } }, +{ "type": "Feature", "properties": { "id": 357745098, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281524.061216182424687, 54662.745837981550721 ] } }, +{ "type": "Feature", "properties": { "id": 357745101, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281617.309088959533256, 54539.242366640908585 ] } }, +{ "type": "Feature", "properties": { "id": 357745103, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281735.193581351777539, 54724.069817437382881 ] } }, +{ "type": "Feature", "properties": { "id": 357745106, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280025.328804030490573, 54929.275913899262378 ] } }, +{ "type": "Feature", "properties": { "id": 357745108, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279762.867515619378537, 54975.738582440884784 ] } }, +{ "type": "Feature", "properties": { "id": 357745113, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279552.784467811638024, 55531.673404133958684 ] } }, +{ "type": "Feature", "properties": { "id": 357745116, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279354.86806048208382, 55349.644733949578949 ] } }, +{ "type": "Feature", "properties": { "id": 357745118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281837.033129017159808, 57839.077473147874116 ] } }, +{ "type": "Feature", "properties": { "id": 357745120, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281579.417547381017357, 58240.877216711567598 ] } }, +{ "type": "Feature", "properties": { "id": 357745125, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 279955.411009263421874, 58892.379955853240972 ] } }, +{ "type": "Feature", "properties": { "id": 357745127, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280173.297293037001509, 59107.837223190872464 ] } }, +{ "type": "Feature", "properties": { "id": 357745130, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281088.929370862606447, 59105.441742346374667 ] } }, +{ "type": "Feature", "properties": { "id": 357745132, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281254.215484920714516, 59444.33747623830277 ] } }, +{ "type": "Feature", "properties": { "id": 357745134, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281371.799235475482419, 59536.812504010784323 ] } }, +{ "type": "Feature", "properties": { "id": 357745137, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280749.95794665988069, 59182.98978353838902 ] } }, +{ "type": "Feature", "properties": { "id": 357745139, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292564.92086962441681, 59990.286680259254354 ] } }, +{ "type": "Feature", "properties": { "id": 357745144, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292711.113318375253584, 59825.355146302070352 ] } }, +{ "type": "Feature", "properties": { "id": 357745149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296021.968840739515144, 62352.242038232987397 ] } }, +{ "type": "Feature", "properties": { "id": 357745151, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294289.796005169046111, 62768.096009699955175 ] } }, +{ "type": "Feature", "properties": { "id": 357745153, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294542.836716548656113, 60687.528880436861073 ] } }, +{ "type": "Feature", "properties": { "id": 357745156, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291835.322757113375701, 59040.464230501427664 ] } }, +{ "type": "Feature", "properties": { "id": 357745160, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292569.789621505013201, 59702.223768572344852 ] } }, +{ "type": "Feature", "properties": { "id": 357745167, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295858.773427562497091, 62120.613717155451013 ] } }, +{ "type": "Feature", "properties": { "id": 357745169, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296064.743438108882401, 61583.356738845475775 ] } }, +{ "type": "Feature", "properties": { "id": 357745172, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294683.397781403094996, 60718.350483329028066 ] } }, +{ "type": "Feature", "properties": { "id": 357745174, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292429.137187058571726, 59609.594668158235436 ] } }, +{ "type": "Feature", "properties": { "id": 357745177, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296215.754267506068572, 61926.406578003232426 ] } }, +{ "type": "Feature", "properties": { "id": 357745180, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294401.933220675156917, 61057.873758000096132 ] } }, +{ "type": "Feature", "properties": { "id": 357745186, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292593.090098958520684, 59146.841769148180902 ] } }, +{ "type": "Feature", "properties": { "id": 357745188, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292969.15926515305182, 59979.301332972550881 ] } }, +{ "type": "Feature", "properties": { "id": 357745205, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292146.588778992008884, 58869.834545964629797 ] } }, +{ "type": "Feature", "properties": { "id": 357745207, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296611.089176296896767, 60990.448598765135102 ] } }, +{ "type": "Feature", "properties": { "id": 357745209, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292522.940397768572439, 59918.314448910721694 ] } }, +{ "type": "Feature", "properties": { "id": 357745212, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292334.138822265493218, 58776.866457366726536 ] } }, +{ "type": "Feature", "properties": { "id": 357745214, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292194.279233097156975, 59455.64286243441893 ] } }, +{ "type": "Feature", "properties": { "id": 357745224, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295693.383162799233105, 61457.749729599177954 ] } }, +{ "type": "Feature", "properties": { "id": 357745226, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295740.84781333769206, 62167.278381295589497 ] } }, +{ "type": "Feature", "properties": { "id": 357745228, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296561.997850991494488, 62166.85134053829097 ] } }, +{ "type": "Feature", "properties": { "id": 357745231, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296336.859028945444152, 61777.656568917198456 ] } }, +{ "type": "Feature", "properties": { "id": 357745233, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 296667.174631530535407, 60992.964822549809469 ] } }, +{ "type": "Feature", "properties": { "id": 357745236, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287086.457873630221002, 65447.221052938322828 ] } }, +{ "type": "Feature", "properties": { "id": 357745256, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287934.251980710134376, 67388.927981079687015 ] } }, +{ "type": "Feature", "properties": { "id": 357745258, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287628.875357393233571, 66957.764741115650395 ] } }, +{ "type": "Feature", "properties": { "id": 357745261, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287878.409884762135334, 67507.209049009587034 ] } }, +{ "type": "Feature", "properties": { "id": 357745263, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287793.585858725069556, 67234.961476725788089 ] } }, +{ "type": "Feature", "properties": { "id": 357745266, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287521.051566075824667, 65661.673131187504623 ] } }, +{ "type": "Feature", "properties": { "id": 357745268, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287486.767207011173014, 66340.791311291090096 ] } }, +{ "type": "Feature", "properties": { "id": 357745270, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288127.722458655480295, 67941.437990960475872 ] } }, +{ "type": "Feature", "properties": { "id": 357745273, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287393.991994311043527, 66711.191583478692337 ] } }, +{ "type": "Feature", "properties": { "id": 357745275, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286799.364206098311115, 65224.481094868795481 ] } }, +{ "type": "Feature", "properties": { "id": 357745277, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287579.626940187881701, 65631.497652948542964 ] } }, +{ "type": "Feature", "properties": { "id": 357745280, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287016.287170402996708, 65477.84439191545971 ] } }, +{ "type": "Feature", "properties": { "id": 357745282, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287953.037554485897999, 67454.558321662319941 ] } }, +{ "type": "Feature", "properties": { "id": 357745285, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 287722.427160534018185, 67049.957767073108698 ] } }, +{ "type": "Feature", "properties": { "id": 357745292, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299120.981067836692091, 68767.336482737329789 ] } }, +{ "type": "Feature", "properties": { "id": 357745305, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298956.82534400728764, 69168.525478013965767 ] } }, +{ "type": "Feature", "properties": { "id": 357745315, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298511.073238609300461, 68428.115107684818213 ] } }, +{ "type": "Feature", "properties": { "id": 357745329, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 290051.676001874380745, 55139.894136929389788 ] } }, +{ "type": "Feature", "properties": { "id": 357745334, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291282.968656248529442, 57065.782135420311533 ] } }, +{ "type": "Feature", "properties": { "id": 357745339, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290970.168075531721115, 57081.830641126114642 ] } }, +{ "type": "Feature", "properties": { "id": 357745341, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289934.718548639619257, 55479.365969237536774 ] } }, +{ "type": "Feature", "properties": { "id": 357745343, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290129.119197038118728, 55642.19530945790757 ] } }, +{ "type": "Feature", "properties": { "id": 357745351, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290638.651140403992031, 56577.295104740020179 ] } }, +{ "type": "Feature", "properties": { "id": 357745353, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289629.314191496232525, 55294.668464492970088 ] } }, +{ "type": "Feature", "properties": { "id": 357745358, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290098.731114565278403, 55108.907364620259614 ] } }, +{ "type": "Feature", "properties": { "id": 357745360, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290170.368767746258527, 55613.758388353548071 ] } }, +{ "type": "Feature", "properties": { "id": 357745362, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290073.268580056435894, 55846.875009458897694 ] } }, +{ "type": "Feature", "properties": { "id": 357745369, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290066.367407031590119, 55992.183534454488836 ] } }, +{ "type": "Feature", "properties": { "id": 357745371, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289941.065480428689625, 55877.553510683814238 ] } }, +{ "type": "Feature", "properties": { "id": 357745373, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290979.383152502938174, 57233.896672990864317 ] } }, +{ "type": "Feature", "properties": { "id": 357745377, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290628.334803191071842, 57090.304001758770028 ] } }, +{ "type": "Feature", "properties": { "id": 357745379, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289910.905392846092582, 55994.511736583968741 ] } }, +{ "type": "Feature", "properties": { "id": 357745381, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289087.148481527226977, 53814.921664018373122 ] } }, +{ "type": "Feature", "properties": { "id": 357745384, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 295598.887384383764584, 65147.504030577161757 ] } }, +{ "type": "Feature", "properties": { "id": 357745389, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295630.442595181753859, 65122.491899119668233 ] } }, +{ "type": "Feature", "properties": { "id": 357745399, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297103.874068859382533, 68274.335002600142616 ] } }, +{ "type": "Feature", "properties": { "id": 357745406, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296427.302564204903319, 66200.171011538041057 ] } }, +{ "type": "Feature", "properties": { "id": 357745425, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297994.99548710451927, 67564.478035825537518 ] } }, +{ "type": "Feature", "properties": { "id": 357745428, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290991.51811376149999, 57135.603555899651838 ] } }, +{ "type": "Feature", "properties": { "id": 357745430, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290985.073956366453785, 57140.271146741390112 ] } }, +{ "type": "Feature", "properties": { "id": 357745498, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299777.212439074297436, 69631.04799943153921 ] } }, +{ "type": "Feature", "properties": { "id": 357745538, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295882.646064404339995, 64480.567199118951976 ] } }, +{ "type": "Feature", "properties": { "id": 357745541, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293627.373579387844075, 60657.336534543595917 ] } }, +{ "type": "Feature", "properties": { "id": 357745543, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294003.025155362673104, 61212.382193919089332 ] } }, +{ "type": "Feature", "properties": { "id": 357745546, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293720.773297329258639, 60564.90862814130378 ] } }, +{ "type": "Feature", "properties": { "id": 357745550, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293580.873972250032239, 61305.08444065292133 ] } }, +{ "type": "Feature", "properties": { "id": 357745552, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293392.32609903847333, 60225.878952267958084 ] } }, +{ "type": "Feature", "properties": { "id": 357745554, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296117.057620331645012, 64233.895399380337039 ] } }, +{ "type": "Feature", "properties": { "id": 357745556, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294896.445417807204649, 63031.565628707146971 ] } }, +{ "type": "Feature", "properties": { "id": 357745559, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293251.752493459964171, 60904.637099918392778 ] } }, +{ "type": "Feature", "properties": { "id": 357745561, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293392.463741869549267, 60380.074661450518761 ] } }, +{ "type": "Feature", "properties": { "id": 357745564, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294543.72370211611269, 61890.595875558661646 ] } }, +{ "type": "Feature", "properties": { "id": 357745571, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293956.370326484669931, 61705.932179671784979 ] } }, +{ "type": "Feature", "properties": { "id": 357745573, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293580.044742881029379, 60348.985703055004706 ] } }, +{ "type": "Feature", "properties": { "id": 357745575, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294638.102489665907342, 63155.02066610204929 ] } }, +{ "type": "Feature", "properties": { "id": 357745578, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295434.597200723888818, 64107.623622224229621 ] } }, +{ "type": "Feature", "properties": { "id": 357745580, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295742.197029558941722, 64511.570740766204835 ] } }, +{ "type": "Feature", "properties": { "id": 357745582, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295812.482664726616349, 64604.302756455668714 ] } }, +{ "type": "Feature", "properties": { "id": 357745587, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292918.222426635154989, 60650.35597476449766 ] } }, +{ "type": "Feature", "properties": { "id": 357745590, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293650.661505432392005, 60750.088230999208463 ] } }, +{ "type": "Feature", "properties": { "id": 357745591, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296211.213843189238105, 64388.043133441984537 ] } }, +{ "type": "Feature", "properties": { "id": 357745593, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293486.51529778476106, 61027.698822585436574 ] } }, +{ "type": "Feature", "properties": { "id": 357745596, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293697.905873348296154, 60965.667985453183064 ] } }, +{ "type": "Feature", "properties": { "id": 357745598, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293274.567474020295776, 60472.528908517037053 ] } }, +{ "type": "Feature", "properties": { "id": 357745601, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293650.290856159292161, 60318.001221982303832 ] } }, +{ "type": "Feature", "properties": { "id": 357745603, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293110.586155823257286, 60226.135809153842274 ] } }, +{ "type": "Feature", "properties": { "id": 357745608, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293392.821462092280854, 60780.814191328550805 ] } }, +{ "type": "Feature", "properties": { "id": 357745610, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293636.258832613762934, 60494.237096637123614 ] } }, +{ "type": "Feature", "properties": { "id": 357745617, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293532.739002242393326, 60071.55914298260177 ] } }, +{ "type": "Feature", "properties": { "id": 357745620, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292993.832065745897125, 60843.028922241923283 ] } }, +{ "type": "Feature", "properties": { "id": 357745622, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294393.753854006412439, 62174.106905388063751 ] } }, +{ "type": "Feature", "properties": { "id": 357745627, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294475.899406438285951, 63423.712789851313573 ] } }, +{ "type": "Feature", "properties": { "id": 357745629, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294989.705621873377822, 62754.033293053056695 ] } }, +{ "type": "Feature", "properties": { "id": 357745632, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293815.103219873737544, 60811.373193350111251 ] } }, +{ "type": "Feature", "properties": { "id": 357745634, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294714.869327900756616, 63261.716759013441333 ] } }, +{ "type": "Feature", "properties": { "id": 357745641, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293907.277802860597149, 60796.470215747045586 ] } }, +{ "type": "Feature", "properties": { "id": 357745646, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293980.445659493387211, 61983.380828316723637 ] } }, +{ "type": "Feature", "properties": { "id": 357745648, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295107.248282251530327, 63124.195202091395913 ] } }, +{ "type": "Feature", "properties": { "id": 357745651, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293909.401775093458127, 61027.338754362543114 ] } }, +{ "type": "Feature", "properties": { "id": 357745652, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295624.173211967747193, 64326.51898916492064 ] } }, +{ "type": "Feature", "properties": { "id": 357745657, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295812.430152106506284, 64511.530652707464469 ] } }, +{ "type": "Feature", "properties": { "id": 357745659, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293110.729667509905994, 60380.331512984463188 ] } }, +{ "type": "Feature", "properties": { "id": 357746360, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300354.041514769836795, 85143.77473550690047 ] } }, +{ "type": "Feature", "properties": { "id": 357746362, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300433.13575051195221, 84098.260065416063298 ] } }, +{ "type": "Feature", "properties": { "id": 357746365, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300405.447632279654499, 85095.90714667973225 ] } }, +{ "type": "Feature", "properties": { "id": 357746367, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300292.398763419594616, 84098.253145961105474 ] } }, +{ "type": "Feature", "properties": { "id": 357746369, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300737.009508880146313, 85023.492028822278371 ] } }, +{ "type": "Feature", "properties": { "id": 357746372, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300401.619095814821776, 84604.495913421356818 ] } }, +{ "type": "Feature", "properties": { "id": 357746374, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300456.203848776000086, 85177.67077994828287 ] } }, +{ "type": "Feature", "properties": { "id": 357746377, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300596.302633075451013, 84869.277897085703444 ] } }, +{ "type": "Feature", "properties": { "id": 357746379, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301907.518009325838648, 80921.280419375252677 ] } }, +{ "type": "Feature", "properties": { "id": 357746381, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300971.504024315159768, 80427.57228342127928 ] } }, +{ "type": "Feature", "properties": { "id": 357746384, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302468.793004026403651, 82803.202382824645611 ] } }, +{ "type": "Feature", "properties": { "id": 357746386, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302164.945449482824188, 82216.805191368999658 ] } }, +{ "type": "Feature", "properties": { "id": 357746391, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302445.735944237676449, 82556.219233678057208 ] } }, +{ "type": "Feature", "properties": { "id": 357746394, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300854.389929658966139, 81260.408965386071941 ] } }, +{ "type": "Feature", "properties": { "id": 357746396, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302482.447136843227781, 80426.654873590770876 ] } }, +{ "type": "Feature", "properties": { "id": 357746398, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301954.319865389552433, 81414.818687804130604 ] } }, +{ "type": "Feature", "properties": { "id": 357746401, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302001.2576404272113, 81383.906445925516891 ] } }, +{ "type": "Feature", "properties": { "id": 357746403, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302305.210349158674944, 81785.170637878662092 ] } }, +{ "type": "Feature", "properties": { "id": 357746405, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302144.635486455343198, 81323.367962047035689 ] } }, +{ "type": "Feature", "properties": { "id": 357746407, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302493.168602438061498, 81044.730556194830569 ] } }, +{ "type": "Feature", "properties": { "id": 357746410, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301650.450076582375914, 80489.118768231113791 ] } }, +{ "type": "Feature", "properties": { "id": 357746412, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301650.21556720638182, 81538.020096802705666 ] } }, +{ "type": "Feature", "properties": { "id": 357746462, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 297725.189607231819537, 63574.50227436854766 ] } }, +{ "type": "Feature", "properties": { "id": 357746503, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297008.696278067131061, 63832.316115994421125 ] } }, +{ "type": "Feature", "properties": { "id": 357746533, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297665.466204126714729, 64233.244764103925263 ] } }, +{ "type": "Feature", "properties": { "id": 357746558, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296858.782088047126308, 64376.302181006511091 ] } }, +{ "type": "Feature", "properties": { "id": 357746568, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296703.209658394043799, 63740.097511363033846 ] } }, +{ "type": "Feature", "properties": { "id": 357746572, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296774.21549020241946, 64017.535120530512359 ] } }, +{ "type": "Feature", "properties": { "id": 357746581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297579.638468330726027, 63844.392194459942402 ] } }, +{ "type": "Feature", "properties": { "id": 357746604, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281937.471404942916706, 63581.373337085009553 ] } }, +{ "type": "Feature", "properties": { "id": 357746607, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 280345.834620605455711, 62161.227846520130697 ] } }, +{ "type": "Feature", "properties": { "id": 357746611, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 280202.18389790947549, 60746.730500698860851 ] } }, +{ "type": "Feature", "properties": { "id": 357746615, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281565.959093937068246, 62158.087982506920525 ] } }, +{ "type": "Feature", "properties": { "id": 357746617, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281348.343701579666231, 62765.67669313265651 ] } }, +{ "type": "Feature", "properties": { "id": 357746621, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292213.468598132720217, 77655.168746330033173 ] } }, +{ "type": "Feature", "properties": { "id": 357746624, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292049.520254394272342, 77717.192722133680945 ] } }, +{ "type": "Feature", "properties": { "id": 357746630, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292096.406961086555384, 77655.293102541210828 ] } }, +{ "type": "Feature", "properties": { "id": 357746632, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292213.566417766036466, 77747.942579406662844 ] } }, +{ "type": "Feature", "properties": { "id": 357746637, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282376.363125266740099, 81949.038055584300309 ] } }, +{ "type": "Feature", "properties": { "id": 357746639, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282119.458138361747842, 82042.007161591158365 ] } }, +{ "type": "Feature", "properties": { "id": 357746642, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282245.806096265034284, 81922.662317041715141 ] } }, +{ "type": "Feature", "properties": { "id": 357746644, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282072.457618725602515, 82011.196237160766032 ] } }, +{ "type": "Feature", "properties": { "id": 357746659, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280777.427741489955224, 79145.643483171690605 ] } }, +{ "type": "Feature", "properties": { "id": 357748105, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294924.022369953163434, 86248.223818693848443 ] } }, +{ "type": "Feature", "properties": { "id": 357748107, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294783.270855412527453, 85261.261821131105535 ] } }, +{ "type": "Feature", "properties": { "id": 357748113, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297148.362824719108175, 85069.758418695870205 ] } }, +{ "type": "Feature", "properties": { "id": 357748115, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296842.344131322053727, 86185.726639847052866 ] } }, +{ "type": "Feature", "properties": { "id": 357748118, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296888.150365057692397, 83594.360857534658862 ] } }, +{ "type": "Feature", "properties": { "id": 357748120, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 296116.056653569743503, 84365.732723170352983 ] } }, +{ "type": "Feature", "properties": { "id": 357748125, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289865.337249319883995, 81533.779118908889359 ] } }, +{ "type": "Feature", "properties": { "id": 357748128, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290122.274099359055981, 81379.230184787855251 ] } }, +{ "type": "Feature", "properties": { "id": 357748131, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295116.88785868010018, 81591.133502328651957 ] } }, +{ "type": "Feature", "properties": { "id": 357748133, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 295102.084529401850887, 81564.454755469734664 ] } }, +{ "type": "Feature", "properties": { "id": 357748136, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293024.868660191074014, 81406.841375428368337 ] } }, +{ "type": "Feature", "properties": { "id": 357748138, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292113.346022475045174, 82672.289654186868574 ] } }, +{ "type": "Feature", "properties": { "id": 357748142, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292323.78626629174687, 82302.239944110668148 ] } }, +{ "type": "Feature", "properties": { "id": 357748144, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293094.768202771840151, 81221.650319083390059 ] } }, +{ "type": "Feature", "properties": { "id": 357748147, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293094.768202771840151, 81221.650319083390059 ] } }, +{ "type": "Feature", "properties": { "id": 357748149, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293413.024351146421395, 81252.707900145222084 ] } }, +{ "type": "Feature", "properties": { "id": 357748152, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293423.354237523570191, 82023.277985333959805 ] } }, +{ "type": "Feature", "properties": { "id": 357748154, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294954.372315098938998, 81775.944593031003023 ] } }, +{ "type": "Feature", "properties": { "id": 357748156, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294683.623249713156838, 81616.850533380289562 ] } }, +{ "type": "Feature", "properties": { "id": 357748161, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294686.618550339830108, 81312.683618067589123 ] } }, +{ "type": "Feature", "properties": { "id": 357748165, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294579.350759829452727, 81439.002680126068299 ] } }, +{ "type": "Feature", "properties": { "id": 357748168, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298198.534288126276806, 83439.723563410370843 ] } }, +{ "type": "Feature", "properties": { "id": 357748170, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297871.072833228390664, 84519.218878531144583 ] } }, +{ "type": "Feature", "properties": { "id": 357748173, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297753.913417576346546, 83840.598825042965473 ] } }, +{ "type": "Feature", "properties": { "id": 357748175, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 297894.285677600302733, 84797.113539024794591 ] } }, +{ "type": "Feature", "properties": { "id": 357748216, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297424.227500794455409, 87512.738781074251165 ] } }, +{ "type": "Feature", "properties": { "id": 357748240, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 294660.131221667863429, 84686.9071084705065 ] } }, +{ "type": "Feature", "properties": { "id": 357748246, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297919.302194847899955, 80081.698458526807372 ] } }, +{ "type": "Feature", "properties": { "id": 357748249, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299058.591781117662322, 79462.546971297982964 ] } }, +{ "type": "Feature", "properties": { "id": 357748254, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291669.8458099339623, 83814.457782459910959 ] } }, +{ "type": "Feature", "properties": { "id": 357748259, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290233.838070508441888, 86011.472502180811716 ] } }, +{ "type": "Feature", "properties": { "id": 357748262, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290477.269158802111633, 83970.101762319973204 ] } }, +{ "type": "Feature", "properties": { "id": 357748271, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290149.888402524578851, 85209.226738870565896 ] } }, +{ "type": "Feature", "properties": { "id": 357748276, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291672.387251611799002, 86065.627543990529375 ] } }, +{ "type": "Feature", "properties": { "id": 357748281, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290085.053719797055237, 83820.65340989951801 ] } }, +{ "type": "Feature", "properties": { "id": 357748291, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 290713.01720145274885, 85419.464525236660847 ] } }, +{ "type": "Feature", "properties": { "id": 357748296, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290399.964430959778838, 84814.07329610081797 ] } }, +{ "type": "Feature", "properties": { "id": 357748303, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 291008.410567892366089, 84228.696912953440915 ] } }, +{ "type": "Feature", "properties": { "id": 357748312, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288938.497226720850449, 87643.014206160689355 ] } }, +{ "type": "Feature", "properties": { "id": 357748712, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 279178.414062283060048, 84949.471498200291535 ] } }, +{ "type": "Feature", "properties": { "id": 357748719, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281925.84122997475788, 84875.718933498399565 ] } }, +{ "type": "Feature", "properties": { "id": 357748741, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 280962.684759219759144, 84648.956741134752519 ] } }, +{ "type": "Feature", "properties": { "id": 357748744, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 280976.289404148003086, 84691.708425372242345 ] } }, +{ "type": "Feature", "properties": { "id": 357748768, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277619.274877361953259, 81892.454973603002145 ] } }, +{ "type": "Feature", "properties": { "id": 357748857, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286117.485312750155572, 67504.374462754756678 ] } }, +{ "type": "Feature", "properties": { "id": 357748866, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270554.583853993040975, 38308.244040816949564 ] } }, +{ "type": "Feature", "properties": { "id": 357748881, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 277341.843446911021601, 39440.454703618452186 ] } }, +{ "type": "Feature", "properties": { "id": 357748949, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276408.313054885773454, 49210.968258498091018 ] } }, +{ "type": "Feature", "properties": { "id": 357748950, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272726.0248979369062, 50798.170600696277688 ] } }, +{ "type": "Feature", "properties": { "id": 357749070, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271387.664387148048263, 53935.843772836618882 ] } }, +{ "type": "Feature", "properties": { "id": 357749166, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270447.449310236843303, 54083.987354400320328 ] } }, +{ "type": "Feature", "properties": { "id": 357749169, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272282.110011782613583, 51029.415921884785348 ] } }, +{ "type": "Feature", "properties": { "id": 357749228, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274043.509229617542587, 61637.99454344251717 ] } }, +{ "type": "Feature", "properties": { "id": 357749574, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274367.68500628991751, 69987.266497259028256 ] } }, +{ "type": "Feature", "properties": { "id": 357750124, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 269576.927849304920528, 38794.67756354600715 ] } }, +{ "type": "Feature", "properties": { "id": 357750129, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270374.406306204851717, 45004.550136843827204 ] } }, +{ "type": "Feature", "properties": { "id": 357750145, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273500.052209398010746, 43755.781368635653052 ] } }, +{ "type": "Feature", "properties": { "id": 357750147, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276010.391258015006315, 43363.448448310489766 ] } }, +{ "type": "Feature", "properties": { "id": 357750353, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274111.988401523325592, 72170.241271670500282 ] } }, +{ "type": "Feature", "properties": { "id": 357750355, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275830.521330395538826, 69581.592502322164364 ] } }, +{ "type": "Feature", "properties": { "id": 357750358, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273602.58567726489855, 65606.747459925318253 ] } }, +{ "type": "Feature", "properties": { "id": 357750360, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270782.56921164697269, 69815.866801566429785 ] } }, +{ "type": "Feature", "properties": { "id": 357750372, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272227.390939831093419, 58469.573022179160034 ] } }, +{ "type": "Feature", "properties": { "id": 357750375, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273277.067421141488012, 58240.769719232433999 ] } }, +{ "type": "Feature", "properties": { "id": 357750377, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272335.915132809139322, 60934.619964270059427 ] } }, +{ "type": "Feature", "properties": { "id": 357750388, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 271119.701055640121922, 56869.150870221696096 ] } }, +{ "type": "Feature", "properties": { "id": 357750390, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270640.687595372728538, 54161.164230747061083 ] } }, +{ "type": "Feature", "properties": { "id": 357750392, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272115.998608696565498, 57144.919222549979168 ] } }, +{ "type": "Feature", "properties": { "id": 357750394, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272220.275550582329743, 51065.65458066152496 ] } }, +{ "type": "Feature", "properties": { "id": 357750400, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281269.220179805881344, 45726.45176833471487 ] } }, +{ "type": "Feature", "properties": { "id": 357750408, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275607.682969147455879, 53921.595005919451069 ] } }, +{ "type": "Feature", "properties": { "id": 357750411, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274708.894775761233177, 54510.043753877696872 ] } }, +{ "type": "Feature", "properties": { "id": 357750413, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274345.117764433554839, 51005.043193699573749 ] } }, +{ "type": "Feature", "properties": { "id": 357750415, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297150.459586734126788, 62146.691415046712791 ] } }, +{ "type": "Feature", "properties": { "id": 357750490, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276262.357707154005766, 67505.719343345670495 ] } }, +{ "type": "Feature", "properties": { "id": 357750629, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273997.514688101655338, 61022.639238100106013 ] } }, +{ "type": "Feature", "properties": { "id": 357750750, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273090.480435705627315, 50188.529986652276421 ] } }, +{ "type": "Feature", "properties": { "id": 357750753, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272279.795711802085862, 51101.015261919012119 ] } }, +{ "type": "Feature", "properties": { "id": 357750777, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275814.337101514160167, 35147.768800777754223 ] } }, +{ "type": "Feature", "properties": { "id": 357750870, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281263.102123146178201, 45350.301680121308891 ] } }, +{ "type": "Feature", "properties": { "id": 357750958, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276232.287099023233168, 69571.817502949212212 ] } }, +{ "type": "Feature", "properties": { "id": 357750976, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 275209.178390336979646, 69781.481542738882126 ] } }, +{ "type": "Feature", "properties": { "id": 357750987, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272882.977098329982255, 39865.88162762063439 ] } }, +{ "type": "Feature", "properties": { "id": 357751087, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276967.859355341643095, 38096.648930117306008 ] } }, +{ "type": "Feature", "properties": { "id": 357751090, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276405.325973875413183, 41569.88966999805416 ] } }, +{ "type": "Feature", "properties": { "id": 357751221, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 269612.37619436706882, 47917.426148208149243 ] } }, +{ "type": "Feature", "properties": { "id": 357751226, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 273219.957514970097691, 40446.697688273416134 ] } }, +{ "type": "Feature", "properties": { "id": 357751231, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276399.498842701839749, 49281.739515859044332 ] } }, +{ "type": "Feature", "properties": { "id": 357751312, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270853.097239555092528, 54192.096634012443246 ] } }, +{ "type": "Feature", "properties": { "id": 357751421, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 272535.420529003604315, 62753.741768787469482 ] } }, +{ "type": "Feature", "properties": { "id": 357751436, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 274597.94502733432455, 67291.390001690408099 ] } }, +{ "type": "Feature", "properties": { "id": 357751462, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276402.935858684941195, 63114.876555534028739 ] } }, +{ "type": "Feature", "properties": { "id": 357751496, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 275073.710055858595297, 66841.156704807159258 ] } }, +{ "type": "Feature", "properties": { "id": 357751503, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270028.840854950074572, 41983.048461704420333 ] } }, +{ "type": "Feature", "properties": { "id": 357751511, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 270579.579696740955114, 54209.275170688750222 ] } }, +{ "type": "Feature", "properties": { "id": 357751632, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284017.649993964761961, 62972.932958001059887 ] } }, +{ "type": "Feature", "properties": { "id": 359882376, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 280590.08675595803652, 39223.682594243502535 ] } }, +{ "type": "Feature", "properties": { "id": 360003816, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 288411.24572613555938, 43294.319024420212372 ] } }, +{ "type": "Feature", "properties": { "id": 367694729, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 283659.767331596813165, 53824.90401910093351 ] } }, +{ "type": "Feature", "properties": { "id": 367694862, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 282043.079759761225432, 55042.721613912632165 ] } }, +{ "type": "Feature", "properties": { "id": 367694870, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 281877.622585777484346, 55186.305937953395187 ] } }, +{ "type": "Feature", "properties": { "id": 367694877, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 277091.128993008926045, 74098.90964752130094 ] } }, +{ "type": "Feature", "properties": { "id": 367694882, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 276590.772798520454671, 49330.695653875227435 ] } }, +{ "type": "Feature", "properties": { "id": 367694899, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 291885.608176582783926, 77809.721333117369795 ] } }, +{ "type": "Feature", "properties": { "id": 367696699, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 282406.189595109899528, 66383.326905927198823 ] } }, +{ "type": "Feature", "properties": { "id": 367697083, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302841.324396039068233, 85152.78600224389811 ] } }, +{ "type": "Feature", "properties": { "id": 368043598, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299818.258285072573926, 62977.703073980519548 ] } }, +{ "type": "Feature", "properties": { "id": 368044332, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 293560.31285876018228, 52480.813607340627641 ] } }, +{ "type": "Feature", "properties": { "id": 368045855, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302018.706028369197156, 64559.336865276331082 ] } }, +{ "type": "Feature", "properties": { "id": 368046013, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304008.994698146532755, 69435.572007300172118 ] } }, +{ "type": "Feature", "properties": { "id": 368047348, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311070.560120687412564, 66142.355919912544778 ] } }, +{ "type": "Feature", "properties": { "id": 368047907, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299024.237743951322045, 52974.55206028768589 ] } }, +{ "type": "Feature", "properties": { "id": 368049317, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 323601.171334371261764, 58186.952212923228217 ] } }, +{ "type": "Feature", "properties": { "id": 368049523, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299882.601707493362483, 56417.184423537735711 ] } }, +{ "type": "Feature", "properties": { "id": 368049537, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310052.093672012444586, 73235.694831881453865 ] } }, +{ "type": "Feature", "properties": { "id": 368051445, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301323.823099863482639, 66169.77335982886143 ] } }, +{ "type": "Feature", "properties": { "id": 368051456, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301395.085288873349782, 67460.97487110835209 ] } }, +{ "type": "Feature", "properties": { "id": 368051462, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 317817.523540434427559, 84180.763194937549997 ] } }, +{ "type": "Feature", "properties": { "id": 368051467, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300664.48987683042651, 62565.552285397832748 ] } }, +{ "type": "Feature", "properties": { "id": 368051474, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 307436.185016202391125, 76821.961014944216004 ] } }, +{ "type": "Feature", "properties": { "id": 368051495, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303717.621596778044477, 66238.791668748643133 ] } }, +{ "type": "Feature", "properties": { "id": 368051619, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301294.260938729392365, 65764.789543840743136 ] } }, +{ "type": "Feature", "properties": { "id": 368051660, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300881.962070584995672, 65687.206866284497664 ] } }, +{ "type": "Feature", "properties": { "id": 368051665, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 299872.413554431055672, 64104.945268929674057 ] } }, +{ "type": "Feature", "properties": { "id": 368051668, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300890.643359044042882, 63143.388369032029004 ] } }, +{ "type": "Feature", "properties": { "id": 368051671, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300790.855588602134958, 62174.990929481115018 ] } }, +{ "type": "Feature", "properties": { "id": 368051674, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 299905.919058831583243, 63943.970424277380516 ] } }, +{ "type": "Feature", "properties": { "id": 368051679, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300985.411998173221946, 62895.161314316537755 ] } }, +{ "type": "Feature", "properties": { "id": 368051684, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 299859.497207848064136, 62586.704580946781789 ] } }, +{ "type": "Feature", "properties": { "id": 368051690, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303142.712013571755961, 71470.225480646404321 ] } }, +{ "type": "Feature", "properties": { "id": 368051709, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 313023.999595526256599, 75879.934030345160863 ] } }, +{ "type": "Feature", "properties": { "id": 368052247, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 309853.351790388638619, 64444.045101593816071 ] } }, +{ "type": "Feature", "properties": { "id": 368052754, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301592.667791676067282, 68162.951168515355675 ] } }, +{ "type": "Feature", "properties": { "id": 368052761, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301438.859983241360169, 67579.172861828381428 ] } }, +{ "type": "Feature", "properties": { "id": 368052764, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 304126.407355962728616, 71347.011873905910761 ] } }, +{ "type": "Feature", "properties": { "id": 368052774, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 304756.510747644293588, 73538.785523553393432 ] } }, +{ "type": "Feature", "properties": { "id": 368052777, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 304091.843688502267469, 46485.910484192456352 ] } }, +{ "type": "Feature", "properties": { "id": 368052784, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 304870.671676327474415, 72180.304277653471217 ] } }, +{ "type": "Feature", "properties": { "id": 368052787, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 304926.749217751028482, 74958.880855601251824 ] } }, +{ "type": "Feature", "properties": { "id": 368052821, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 306088.579482980829198, 77550.209115362857119 ] } }, +{ "type": "Feature", "properties": { "id": 368053173, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 323269.609155042504426, 50407.925455306663935 ] } }, +{ "type": "Feature", "properties": { "id": 368053188, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 308524.966427988139912, 77058.672883459803415 ] } }, +{ "type": "Feature", "properties": { "id": 368053198, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 309747.716115514864214, 65393.655692492269736 ] } }, +{ "type": "Feature", "properties": { "id": 368053206, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 310269.675405431189574, 66246.257891110173659 ] } }, +{ "type": "Feature", "properties": { "id": 368053209, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 309102.612024409056176, 64504.931418792795739 ] } }, +{ "type": "Feature", "properties": { "id": 368053310, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300878.377050322946161, 63325.11828310364217 ] } }, +{ "type": "Feature", "properties": { "id": 368053415, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313194.70882057986455, 85468.20566887097084 ] } }, +{ "type": "Feature", "properties": { "id": 368053954, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301470.457821237272583, 67386.856220357847633 ] } }, +{ "type": "Feature", "properties": { "id": 368055709, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301672.018351898470428, 61860.814751637517475 ] } }, +{ "type": "Feature", "properties": { "id": 368055987, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300362.222204384510405, 62411.335137596419372 ] } }, +{ "type": "Feature", "properties": { "id": 368061395, "poi_type_1": "mall", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306977.346738854888827, 79062.491661159336218 ] } }, +{ "type": "Feature", "properties": { "id": 368062423, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281295.194674043916166, 38344.580801838041225 ] } }, +{ "type": "Feature", "properties": { "id": 368062431, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303229.001121984387282, 71404.601417139056139 ] } }, +{ "type": "Feature", "properties": { "id": 368062435, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 291890.329176560975611, 49789.98245724516164 ] } }, +{ "type": "Feature", "properties": { "id": 368062449, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 313075.652033676917199, 76139.283516221461468 ] } }, +{ "type": "Feature", "properties": { "id": 368062464, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300215.330589592689648, 60357.642404490092304 ] } }, +{ "type": "Feature", "properties": { "id": 368062478, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 315231.125883928965777, 86266.8624729027797 ] } }, +{ "type": "Feature", "properties": { "id": 368062482, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 318043.95247341983486, 84352.460383256766363 ] } }, +{ "type": "Feature", "properties": { "id": 368062506, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303942.650919053296093, 62223.020275822455005 ] } }, +{ "type": "Feature", "properties": { "id": 368062525, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303544.702475308033172, 60089.069013250591524 ] } }, +{ "type": "Feature", "properties": { "id": 368062529, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 308222.107335387903731, 54355.364829950289277 ] } }, +{ "type": "Feature", "properties": { "id": 368062546, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300304.78757341922028, 64160.020624364442483 ] } }, +{ "type": "Feature", "properties": { "id": 368062558, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301652.804065313888714, 67079.34770507387293 ] } }, +{ "type": "Feature", "properties": { "id": 368062717, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 322793.491072455886751, 50095.091027920250781 ] } }, +{ "type": "Feature", "properties": { "id": 373068398, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300014.18211108824471, 61057.451199200098927 ] } }, +{ "type": "Feature", "properties": { "id": 380044329, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301234.134108968486544, 59315.226795647133258 ] } }, +{ "type": "Feature", "properties": { "id": 380046860, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301437.859619429800659, 59465.223026445753931 ] } }, +{ "type": "Feature", "properties": { "id": 409771708, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302448.736913990869652, 69614.929011581363739 ] } }, +{ "type": "Feature", "properties": { "id": 410162266, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298809.132997255306691, 59725.278422163275536 ] } }, +{ "type": "Feature", "properties": { "id": 410162267, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298889.036259183543734, 59414.33303263180278 ] } }, +{ "type": "Feature", "properties": { "id": 410235438, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303222.370558371185325, 70370.964063697232632 ] } }, +{ "type": "Feature", "properties": { "id": 410401521, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 287758.270189056813251, 47403.951545328542124 ] } }, +{ "type": "Feature", "properties": { "id": 418520887, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 293515.556053878448438, 52223.720599746317021 ] } }, +{ "type": "Feature", "properties": { "id": 418809504, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292734.378934509702958, 51989.764741336504812 ] } }, +{ "type": "Feature", "properties": { "id": 418810385, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293537.979944142745808, 52033.923206486710114 ] } }, +{ "type": "Feature", "properties": { "id": 418811774, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 292599.445745752484072, 49365.630393551880843 ] } }, +{ "type": "Feature", "properties": { "id": 418812254, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 286301.380761621519923, 52353.850784608664981 ] } }, +{ "type": "Feature", "properties": { "id": 418812766, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 293435.162301972683053, 52542.770681107009295 ] } }, +{ "type": "Feature", "properties": { "id": 418986742, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288764.504754603025503, 43584.370927849013242 ] } }, +{ "type": "Feature", "properties": { "id": 418987181, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288538.109082584676798, 48446.056194790689915 ] } }, +{ "type": "Feature", "properties": { "id": 418987225, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 288535.979258633335121, 47903.838746383138641 ] } }, +{ "type": "Feature", "properties": { "id": 418995341, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289330.538039683131501, 52106.564384788973257 ] } }, +{ "type": "Feature", "properties": { "id": 419360003, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300885.13518587348517, 55306.947659309735172 ] } }, +{ "type": "Feature", "properties": { "id": 419360013, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302835.741438286786433, 57785.573530291410862 ] } }, +{ "type": "Feature", "properties": { "id": 419360064, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300543.647257143107709, 58135.378953820283641 ] } }, +{ "type": "Feature", "properties": { "id": 419360637, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300895.212333354458679, 62665.97357915865723 ] } }, +{ "type": "Feature", "properties": { "id": 419360792, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299592.829115236003418, 53739.96503544162988 ] } }, +{ "type": "Feature", "properties": { "id": 419361172, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300579.762456596421544, 58122.249669059274311 ] } }, +{ "type": "Feature", "properties": { "id": 419361344, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300821.639558964816388, 57755.423177423428569 ] } }, +{ "type": "Feature", "properties": { "id": 419361416, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300678.431279511132743, 58126.91780280887906 ] } }, +{ "type": "Feature", "properties": { "id": 419361654, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299547.010880030342378, 53683.627341291939956 ] } }, +{ "type": "Feature", "properties": { "id": 419361920, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302824.1070747464546, 57852.923642359935911 ] } }, +{ "type": "Feature", "properties": { "id": 419363647, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299535.394897779333405, 53669.648875564766058 ] } }, +{ "type": "Feature", "properties": { "id": 419364438, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304166.696522651996929, 55800.728104735411762 ] } }, +{ "type": "Feature", "properties": { "id": 419364720, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300832.604209461889695, 57747.799358914235199 ] } }, +{ "type": "Feature", "properties": { "id": 419365583, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300323.093371642404236, 58123.504861679793976 ] } }, +{ "type": "Feature", "properties": { "id": 419366609, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301695.363013204419985, 64062.353126292167872 ] } }, +{ "type": "Feature", "properties": { "id": 419367032, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299197.855790546396747, 53160.496639226621483 ] } }, +{ "type": "Feature", "properties": { "id": 419367223, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303554.430348673602566, 62654.91184279981826 ] } }, +{ "type": "Feature", "properties": { "id": 419367346, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299539.266896733024623, 53674.308362093092001 ] } }, +{ "type": "Feature", "properties": { "id": 419367394, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301920.132122702081688, 64522.455946134403348 ] } }, +{ "type": "Feature", "properties": { "id": 419367529, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304793.909320508653764, 71442.729406899379683 ] } }, +{ "type": "Feature", "properties": { "id": 419367793, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300586.856559259642381, 58119.284932095855766 ] } }, +{ "type": "Feature", "properties": { "id": 419367969, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301035.40749877266353, 55634.843186688536662 ] } }, +{ "type": "Feature", "properties": { "id": 419368006, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299930.379305165202823, 61118.875710124331817 ] } }, +{ "type": "Feature", "properties": { "id": 419368026, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300414.022680772875901, 58144.266458789214084 ] } }, +{ "type": "Feature", "properties": { "id": 419368080, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301509.157791171630379, 57638.190444022671727 ] } }, +{ "type": "Feature", "properties": { "id": 419764776, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302646.697577885177452, 65220.377696308976738 ] } }, +{ "type": "Feature", "properties": { "id": 424059700, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 291414.253459115629084, 52916.343997713040153 ] } }, +{ "type": "Feature", "properties": { "id": 424060348, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 291433.673722099745646, 52968.002139714597433 ] } }, +{ "type": "Feature", "properties": { "id": 428627787, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300322.295488500909414, 61636.540297099061718 ] } }, +{ "type": "Feature", "properties": { "id": 436183943, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305007.745513059373479, 56992.448682599337189 ] } }, +{ "type": "Feature", "properties": { "id": 436183944, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304207.271704395359848, 57052.527344618763891 ] } }, +{ "type": "Feature", "properties": { "id": 436187561, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305846.931730362062808, 56933.334229806168878 ] } }, +{ "type": "Feature", "properties": { "id": 445189816, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300682.811773433466442, 59577.372689494150109 ] } }, +{ "type": "Feature", "properties": { "id": 448317785, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297206.179508804692887, 61204.549334985989844 ] } }, +{ "type": "Feature", "properties": { "id": 454046582, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303553.771118794509675, 55969.430125983744801 ] } }, +{ "type": "Feature", "properties": { "id": 457747471, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304199.205314641527366, 59902.173675929647288 ] } }, +{ "type": "Feature", "properties": { "id": 460555060, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310162.367862063401844, 59477.989061378641054 ] } }, +{ "type": "Feature", "properties": { "id": 462004948, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303754.063503769692034, 68053.16803239104047 ] } }, +{ "type": "Feature", "properties": { "id": 466819405, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 313895.019308760180138, 45702.683876104456431 ] } }, +{ "type": "Feature", "properties": { "id": 474741174, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 310569.9658044379903, 72933.527428498724476 ] } }, +{ "type": "Feature", "properties": { "id": 474743493, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311673.885409474663902, 73257.989287438627798 ] } }, +{ "type": "Feature", "properties": { "id": 475485737, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300443.601780409924686, 59580.743405906825501 ] } }, +{ "type": "Feature", "properties": { "id": 479847988, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305011.138311264105141, 60555.469209146503999 ] } }, +{ "type": "Feature", "properties": { "id": 479847989, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305084.960947413987014, 60077.258376207020774 ] } }, +{ "type": "Feature", "properties": { "id": 484065219, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300739.383265503391158, 54803.680294379912084 ] } }, +{ "type": "Feature", "properties": { "id": 484068457, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304206.01325515640201, 59267.603069288728875 ] } }, +{ "type": "Feature", "properties": { "id": 484076447, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303086.509917253686581, 56497.042267215561878 ] } }, +{ "type": "Feature", "properties": { "id": 484078905, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304130.495075556449592, 60560.856010129784408 ] } }, +{ "type": "Feature", "properties": { "id": 502791662, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314751.161049968795851, 64061.61417809651175 ] } }, +{ "type": "Feature", "properties": { "id": 502796214, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314751.848506722482853, 64040.011054264643462 ] } }, +{ "type": "Feature", "properties": { "id": 502797178, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314651.820910222479142, 64440.130946684046648 ] } }, +{ "type": "Feature", "properties": { "id": 502801556, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314715.363512573007029, 64564.800692219279881 ] } }, +{ "type": "Feature", "properties": { "id": 502802646, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315646.514098012179602, 63612.300851672829594 ] } }, +{ "type": "Feature", "properties": { "id": 502802803, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315664.1645167239476, 63493.72533207849483 ] } }, +{ "type": "Feature", "properties": { "id": 502803968, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315594.292953489755746, 63623.20465636474546 ] } }, +{ "type": "Feature", "properties": { "id": 502833400, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314428.045942788128741, 65856.693702573000337 ] } }, +{ "type": "Feature", "properties": { "id": 502834894, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314324.116776471608318, 65964.514428390233661 ] } }, +{ "type": "Feature", "properties": { "id": 505585429, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 276949.519090035464615, 53195.037352322528022 ] } }, +{ "type": "Feature", "properties": { "id": 534020635, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284868.762251335603651, 73554.865625241931411 ] } }, +{ "type": "Feature", "properties": { "id": 534020636, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284284.983205805940088, 73520.076180022500921 ] } }, +{ "type": "Feature", "properties": { "id": 534997494, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300822.600652329972945, 54908.321277934126556 ] } }, +{ "type": "Feature", "properties": { "id": 537402570, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298813.233816219260916, 53124.541288837062893 ] } }, +{ "type": "Feature", "properties": { "id": 537984104, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 289817.005565966363065, 51505.199152624940325 ] } }, +{ "type": "Feature", "properties": { "id": 540396001, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 276562.065732323098928, 54950.438195824863215 ] } }, +{ "type": "Feature", "properties": { "id": 540396044, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 276328.651917089824565, 54792.748643148268457 ] } }, +{ "type": "Feature", "properties": { "id": 540396338, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 276121.204148439806886, 54687.087251172742981 ] } }, +{ "type": "Feature", "properties": { "id": 540397814, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 273450.998112564440817, 54228.505126830314111 ] } }, +{ "type": "Feature", "properties": { "id": 540400500, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 277453.01527592894854, 56631.540611615950183 ] } }, +{ "type": "Feature", "properties": { "id": 540401005, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 277386.45893613336375, 56804.154838530484994 ] } }, +{ "type": "Feature", "properties": { "id": 540401652, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277395.918191254779231, 56733.382254080439452 ] } }, +{ "type": "Feature", "properties": { "id": 540401725, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277375.724636151571758, 56668.630824532745464 ] } }, +{ "type": "Feature", "properties": { "id": 541467424, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303375.451926035864744, 57989.558039696181368 ] } }, +{ "type": "Feature", "properties": { "id": 544354641, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302336.273340903630015, 56676.379508514160989 ] } }, +{ "type": "Feature", "properties": { "id": 544355306, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301344.825538167846389, 64034.322401748097036 ] } }, +{ "type": "Feature", "properties": { "id": 544355596, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300790.102076441398822, 63195.48174729396851 ] } }, +{ "type": "Feature", "properties": { "id": 544355768, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300954.94306617800612, 64276.570595644625428 ] } }, +{ "type": "Feature", "properties": { "id": 550687998, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 276252.882890127890278, 56918.266573422348301 ] } }, +{ "type": "Feature", "properties": { "id": 550688739, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 275738.897998654341791, 56747.944745593347761 ] } }, +{ "type": "Feature", "properties": { "id": 550689182, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 275660.572533001075499, 56663.478692909338861 ] } }, +{ "type": "Feature", "properties": { "id": 550692417, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 275141.34478076279629, 58207.164602361735888 ] } }, +{ "type": "Feature", "properties": { "id": 550706638, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 275971.190121210122015, 56376.100521102373023 ] } }, +{ "type": "Feature", "properties": { "id": 551642730, "poi_type_1": "health_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300328.291045496531297, 57255.097448616441397 ] } }, +{ "type": "Feature", "properties": { "id": 560636265, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298805.242370105115697, 59588.451584912363614 ] } }, +{ "type": "Feature", "properties": { "id": 560933513, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294714.624238774180412, 62918.587731933133909 ] } }, +{ "type": "Feature", "properties": { "id": 561039673, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315615.075370690959971, 69039.21626627772639 ] } }, +{ "type": "Feature", "properties": { "id": 561239802, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301974.243198390118778, 64572.880610195934423 ] } }, +{ "type": "Feature", "properties": { "id": 565990961, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312838.073641999682877, 72545.269029984789086 ] } }, +{ "type": "Feature", "properties": { "id": 566894297, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311559.156747179746162, 73367.527195336311706 ] } }, +{ "type": "Feature", "properties": { "id": 567809178, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311753.682440627249889, 73262.352011427210527 ] } }, +{ "type": "Feature", "properties": { "id": 567809179, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312094.328851690224838, 73144.710991705578635 ] } }, +{ "type": "Feature", "properties": { "id": 567809842, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312875.701418396143708, 72005.639894789579557 ] } }, +{ "type": "Feature", "properties": { "id": 567811348, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309211.668641611235216, 72644.917185754486127 ] } }, +{ "type": "Feature", "properties": { "id": 568230825, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315703.22428281250177, 62397.063556098590198 ] } }, +{ "type": "Feature", "properties": { "id": 569894579, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302161.172170411387924, 57704.012124859160394 ] } }, +{ "type": "Feature", "properties": { "id": 569894580, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302886.208490344288293, 57367.910155936660885 ] } }, +{ "type": "Feature", "properties": { "id": 580137288, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 291288.181057699897792, 81155.781021769464132 ] } }, +{ "type": "Feature", "properties": { "id": 580418718, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302163.586649577890057, 69287.805582792090718 ] } }, +{ "type": "Feature", "properties": { "id": 580418795, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302054.143363344774116, 69201.779572760235169 ] } }, +{ "type": "Feature", "properties": { "id": 582292401, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300651.626830855908338, 62257.158812686400779 ] } }, +{ "type": "Feature", "properties": { "id": 584120700, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301124.403194806829561, 64321.497795313363895 ] } }, +{ "type": "Feature", "properties": { "id": 584125647, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300730.178360783087555, 63087.877071103590424 ] } }, +{ "type": "Feature", "properties": { "id": 584141414, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301140.604594765638467, 63721.659035406861221 ] } }, +{ "type": "Feature", "properties": { "id": 591991099, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299854.719233576499391, 48991.702845870189776 ] } }, +{ "type": "Feature", "properties": { "id": 591991338, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300438.239761285309214, 52125.160337641915248 ] } }, +{ "type": "Feature", "properties": { "id": 591991884, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300602.556637858040631, 55383.593127337102487 ] } }, +{ "type": "Feature", "properties": { "id": 591991897, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302048.754702160949819, 53759.29964513044979 ] } }, +{ "type": "Feature", "properties": { "id": 591993709, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308250.227147858066019, 55177.204158025240758 ] } }, +{ "type": "Feature", "properties": { "id": 591993832, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307542.760262647119816, 56814.984731138138159 ] } }, +{ "type": "Feature", "properties": { "id": 591994312, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310829.552746083354577, 56502.622466073342366 ] } }, +{ "type": "Feature", "properties": { "id": 591995252, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300009.024764905218035, 61233.675106600341678 ] } }, +{ "type": "Feature", "properties": { "id": 591995518, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300320.989090220653452, 62033.467997197840305 ] } }, +{ "type": "Feature", "properties": { "id": 591996968, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305687.258442255028058, 59917.993862129558693 ] } }, +{ "type": "Feature", "properties": { "id": 591997635, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301523.079096585453954, 65201.42184801473195 ] } }, +{ "type": "Feature", "properties": { "id": 591997657, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301955.451321709377225, 64974.464642481674673 ] } }, +{ "type": "Feature", "properties": { "id": 591998702, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302307.431440666259732, 66423.761972475491348 ] } }, +{ "type": "Feature", "properties": { "id": 592001079, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307390.322008423274383, 64133.628680725705635 ] } }, +{ "type": "Feature", "properties": { "id": 592001938, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315996.836674790713005, 59847.946804756167694 ] } }, +{ "type": "Feature", "properties": { "id": 592003200, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305390.187512588105164, 72964.365251466515474 ] } }, +{ "type": "Feature", "properties": { "id": 592003470, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305050.003525345819071, 74433.671386446454562 ] } }, +{ "type": "Feature", "properties": { "id": 592005191, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308369.218360513448715, 76563.277459167962661 ] } }, +{ "type": "Feature", "properties": { "id": 592005305, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308620.713920414913446, 77141.390884349340922 ] } }, +{ "type": "Feature", "properties": { "id": 592030965, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313206.166255553951487, 57065.22553322402382 ] } }, +{ "type": "Feature", "properties": { "id": 596859648, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300526.93181791936513, 48331.736336379639397 ] } }, +{ "type": "Feature", "properties": { "id": 597500968, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304429.566323974460829, 63895.73267048803973 ] } }, +{ "type": "Feature", "properties": { "id": 597828360, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304379.618622036359739, 56825.146974777591822 ] } }, +{ "type": "Feature", "properties": { "id": 597828361, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308177.098289519432001, 56550.899681800081453 ] } }, +{ "type": "Feature", "properties": { "id": 597928296, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298829.815325095492881, 60042.138809004121867 ] } }, +{ "type": "Feature", "properties": { "id": 597928297, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298963.332781152101234, 60458.955804826175154 ] } }, +{ "type": "Feature", "properties": { "id": 597928298, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299218.682892875920516, 60946.505265408013656 ] } }, +{ "type": "Feature", "properties": { "id": 597928300, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299223.737797798123211, 59970.919764563172066 ] } }, +{ "type": "Feature", "properties": { "id": 597928301, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300830.332923828973435, 60747.411536601059197 ] } }, +{ "type": "Feature", "properties": { "id": 597928302, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300525.369701003306545, 61241.318821495413431 ] } }, +{ "type": "Feature", "properties": { "id": 597928303, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300530.510337539482862, 61469.647829340494354 ] } }, +{ "type": "Feature", "properties": { "id": 597928305, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299065.12946729187388, 59945.097606220871967 ] } }, +{ "type": "Feature", "properties": { "id": 597928309, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299916.21564839349594, 62738.358237330670818 ] } }, +{ "type": "Feature", "properties": { "id": 597928311, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300850.194084483140614, 61822.97292613791069 ] } }, +{ "type": "Feature", "properties": { "id": 597928312, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301062.338886635378003, 61267.64056115027779 ] } }, +{ "type": "Feature", "properties": { "id": 597928315, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302861.429619441158138, 66401.927418446022784 ] } }, +{ "type": "Feature", "properties": { "id": 597928316, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301303.371612173563335, 65245.859695939892845 ] } }, +{ "type": "Feature", "properties": { "id": 597928318, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302746.199512393039186, 66193.46369264209352 ] } }, +{ "type": "Feature", "properties": { "id": 597928319, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302368.258174606831744, 65566.80239664488181 ] } }, +{ "type": "Feature", "properties": { "id": 597928321, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302030.566741220012773, 65949.652350589807611 ] } }, +{ "type": "Feature", "properties": { "id": 597928322, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301550.572683737264015, 66205.40132276865188 ] } }, +{ "type": "Feature", "properties": { "id": 597928324, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301636.206500225467607, 66403.672975559675251 ] } }, +{ "type": "Feature", "properties": { "id": 597928328, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300194.014287955418695, 61926.288829694647575 ] } }, +{ "type": "Feature", "properties": { "id": 597928329, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300622.594477340229787, 62592.236445147944323 ] } }, +{ "type": "Feature", "properties": { "id": 597928334, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299960.678046370798256, 61278.154805518395733 ] } }, +{ "type": "Feature", "properties": { "id": 597928338, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301150.276267422945239, 63686.076744704463636 ] } }, +{ "type": "Feature", "properties": { "id": 597928340, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300726.365420889458619, 62539.293913832327235 ] } }, +{ "type": "Feature", "properties": { "id": 597928342, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300449.251417445193511, 62105.912949361489154 ] } }, +{ "type": "Feature", "properties": { "id": 597928343, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300237.852001161780208, 61700.926649829780217 ] } }, +{ "type": "Feature", "properties": { "id": 597928345, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301534.847257546323817, 64376.641755208234827 ] } }, +{ "type": "Feature", "properties": { "id": 597937406, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308284.313982940802816, 55849.092008589213947 ] } }, +{ "type": "Feature", "properties": { "id": 597937409, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308414.717242717277259, 55198.569821606040932 ] } }, +{ "type": "Feature", "properties": { "id": 597937411, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308517.901813118252903, 54672.13742403510696 ] } }, +{ "type": "Feature", "properties": { "id": 597937415, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308535.022413065773435, 53812.224379139574012 ] } }, +{ "type": "Feature", "properties": { "id": 597937417, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308291.05573717225343, 53283.279720450445893 ] } }, +{ "type": "Feature", "properties": { "id": 597937432, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308110.843023884051945, 58738.79166781638196 ] } }, +{ "type": "Feature", "properties": { "id": 597937433, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308091.06298864306882, 57956.354878694743093 ] } }, +{ "type": "Feature", "properties": { "id": 597937435, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308013.718621432140935, 57318.732142068380199 ] } }, +{ "type": "Feature", "properties": { "id": 597937439, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308170.887759406061377, 56918.165551045829488 ] } }, +{ "type": "Feature", "properties": { "id": 597937442, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308201.64851539535448, 56515.766933257415076 ] } }, +{ "type": "Feature", "properties": { "id": 597937460, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306500.876099864020944, 59969.921041112662351 ] } }, +{ "type": "Feature", "properties": { "id": 597937461, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306887.363497291575186, 59658.066510933182144 ] } }, +{ "type": "Feature", "properties": { "id": 597937470, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301569.363670771475881, 62652.106517314503435 ] } }, +{ "type": "Feature", "properties": { "id": 597937471, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304207.083974623237737, 60787.109560424418305 ] } }, +{ "type": "Feature", "properties": { "id": 597937472, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304698.930788079218473, 60838.662889886960329 ] } }, +{ "type": "Feature", "properties": { "id": 597937473, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299552.010117311321665, 61650.526147661767027 ] } }, +{ "type": "Feature", "properties": { "id": 597937475, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300309.327888814907055, 63449.192202393744083 ] } }, +{ "type": "Feature", "properties": { "id": 597937476, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301113.017649705230724, 62906.193426366487984 ] } }, +{ "type": "Feature", "properties": { "id": 597937477, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300866.51191680127522, 65588.502144506011973 ] } }, +{ "type": "Feature", "properties": { "id": 597937480, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299660.964572468190454, 62060.580203246187011 ] } }, +{ "type": "Feature", "properties": { "id": 597937481, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300367.937930432730354, 64120.203520553404815 ] } }, +{ "type": "Feature", "properties": { "id": 597937482, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300560.579632023232989, 64467.581416447501397 ] } }, +{ "type": "Feature", "properties": { "id": 597937484, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301359.916075960791204, 66071.924184031275217 ] } }, +{ "type": "Feature", "properties": { "id": 597937487, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299551.410979676700663, 62400.325857437717787 ] } }, +{ "type": "Feature", "properties": { "id": 597937489, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300180.433158895408269, 63781.726866779157717 ] } }, +{ "type": "Feature", "properties": { "id": 597937490, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299413.399212654156145, 61346.380005264334613 ] } }, +{ "type": "Feature", "properties": { "id": 598556935, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303556.274162559071556, 60158.547376692076796 ] } }, +{ "type": "Feature", "properties": { "id": 598725874, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307706.472852164471988, 55070.715356278735271 ] } }, +{ "type": "Feature", "properties": { "id": 598725876, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308898.454793813463766, 55304.191082077115425 ] } }, +{ "type": "Feature", "properties": { "id": 598725877, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309366.065783111378551, 55397.538782562987763 ] } }, +{ "type": "Feature", "properties": { "id": 598725879, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309832.37757814466022, 55488.796238315648225 ] } }, +{ "type": "Feature", "properties": { "id": 598725889, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306531.408615194086451, 55322.059110617745318 ] } }, +{ "type": "Feature", "properties": { "id": 598725890, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307081.426666231825948, 54948.091066784705617 ] } }, +{ "type": "Feature", "properties": { "id": 598730732, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303580.642457201785874, 56429.062997658176755 ] } }, +{ "type": "Feature", "properties": { "id": 598730733, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304172.570188965008128, 55680.425419567414792 ] } }, +{ "type": "Feature", "properties": { "id": 598730734, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304154.817190021916758, 55127.601134332857328 ] } }, +{ "type": "Feature", "properties": { "id": 598730735, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304210.034294125798624, 54461.290282406502229 ] } }, +{ "type": "Feature", "properties": { "id": 598730740, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306622.914026014448609, 56881.883110624898109 ] } }, +{ "type": "Feature", "properties": { "id": 598730743, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310077.638832919648848, 56354.143719220264757 ] } }, +{ "type": "Feature", "properties": { "id": 598730744, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309273.451056415389758, 56200.592381084054068 ] } }, +{ "type": "Feature", "properties": { "id": 598730745, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308749.437521744112018, 56387.191804390080506 ] } }, +{ "type": "Feature", "properties": { "id": 598730748, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312554.195667686115485, 56997.160597705631517 ] } }, +{ "type": "Feature", "properties": { "id": 598730749, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311921.538674942217767, 56944.434243687246635 ] } }, +{ "type": "Feature", "properties": { "id": 598730750, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314211.499591212370433, 57509.763283657637658 ] } }, +{ "type": "Feature", "properties": { "id": 605033077, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296579.921685301582329, 59109.19015941509133 ] } }, +{ "type": "Feature", "properties": { "id": 608441906, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291472.137895750871394, 75107.462991684107692 ] } }, +{ "type": "Feature", "properties": { "id": 608442290, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 291502.104673659312539, 74869.352046386236907 ] } }, +{ "type": "Feature", "properties": { "id": 614006083, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300864.418699184781872, 55923.301438936658087 ] } }, +{ "type": "Feature", "properties": { "id": 615079021, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300830.207304328214377, 56116.888533650788304 ] } }, +{ "type": "Feature", "properties": { "id": 615079161, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304413.140087413135916, 61184.156967768038157 ] } }, +{ "type": "Feature", "properties": { "id": 615524199, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301734.255649882834405, 54823.33256166800129 ] } }, +{ "type": "Feature", "properties": { "id": 617378105, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304687.981755604152568, 60822.558573027716193 ] } }, +{ "type": "Feature", "properties": { "id": 617378672, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304713.102258980507031, 60856.040119858269463 ] } }, +{ "type": "Feature", "properties": { "id": 617378676, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305165.65106263657799, 60858.883810901577817 ] } }, +{ "type": "Feature", "properties": { "id": 617378678, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304722.79268572141882, 60823.851548200604157 ] } }, +{ "type": "Feature", "properties": { "id": 617378682, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304679.565530816849787, 60878.894057650417381 ] } }, +{ "type": "Feature", "properties": { "id": 617378698, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304780.7862503908691, 60864.132215214260214 ] } }, +{ "type": "Feature", "properties": { "id": 617740838, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304693.664707275864203, 61010.223685775650665 ] } }, +{ "type": "Feature", "properties": { "id": 617740843, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304624.489649885275867, 61327.044367631220666 ] } }, +{ "type": "Feature", "properties": { "id": 617740848, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304710.517692091758363, 60865.358007239388826 ] } }, +{ "type": "Feature", "properties": { "id": 622035832, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303847.651790648815222, 62707.16326915560785 ] } }, +{ "type": "Feature", "properties": { "id": 622228254, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305031.652876017731614, 61673.403805405505409 ] } }, +{ "type": "Feature", "properties": { "id": 625842823, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303026.983795172185637, 71118.571811247573351 ] } }, +{ "type": "Feature", "properties": { "id": 626013381, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302977.402617901330814, 71146.510647090472048 ] } }, +{ "type": "Feature", "properties": { "id": 633354400, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 269746.667426674393937, 61180.282350079658499 ] } }, +{ "type": "Feature", "properties": { "id": 638167088, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 324981.076879835920408, 54988.523443971396773 ] } }, +{ "type": "Feature", "properties": { "id": 638660482, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 322340.850527409871574, 55470.635431203285407 ] } }, +{ "type": "Feature", "properties": { "id": 662015156, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285307.718230907106772, 58662.509417893568752 ] } }, +{ "type": "Feature", "properties": { "id": 662894338, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300754.471001625817735, 65019.571709943942551 ] } }, +{ "type": "Feature", "properties": { "id": 663070723, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301867.033456403529271, 65563.693580391409341 ] } }, +{ "type": "Feature", "properties": { "id": 663072765, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301869.604349111614283, 65587.840430332755204 ] } }, +{ "type": "Feature", "properties": { "id": 663084281, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301631.311212047876325, 65233.216225756885251 ] } }, +{ "type": "Feature", "properties": { "id": 663084339, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301639.056530141679104, 65170.098953624779824 ] } }, +{ "type": "Feature", "properties": { "id": 663084489, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301606.83822850883007, 65189.154664991590835 ] } }, +{ "type": "Feature", "properties": { "id": 663084767, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301508.942686677677557, 65016.298194634960964 ] } }, +{ "type": "Feature", "properties": { "id": 663085715, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301465.162650853279047, 64854.044008193464833 ] } }, +{ "type": "Feature", "properties": { "id": 663086460, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301442.618879181565717, 64817.60850351422414 ] } }, +{ "type": "Feature", "properties": { "id": 663102624, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300478.728292223880999, 64770.461832664295798 ] } }, +{ "type": "Feature", "properties": { "id": 663116698, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300569.552378267340828, 65091.993711895913293 ] } }, +{ "type": "Feature", "properties": { "id": 663245180, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297838.279472159279976, 51401.935299737699097 ] } }, +{ "type": "Feature", "properties": { "id": 663354912, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303359.954727916920092, 67967.407420577597804 ] } }, +{ "type": "Feature", "properties": { "id": 663355907, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303320.67402041569585, 67954.681108341363142 ] } }, +{ "type": "Feature", "properties": { "id": 663387539, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300598.547485690389294, 65066.578965091321152 ] } }, +{ "type": "Feature", "properties": { "id": 663387602, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300621.094370516890194, 65106.400847309349047 ] } }, +{ "type": "Feature", "properties": { "id": 671070787, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301070.888446151802782, 55636.966294223027944 ] } }, +{ "type": "Feature", "properties": { "id": 671070799, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301160.537520590703934, 55775.50110857465188 ] } }, +{ "type": "Feature", "properties": { "id": 671071295, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300553.410899081151001, 65549.499279457580997 ] } }, +{ "type": "Feature", "properties": { "id": 672800424, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301871.152904137561563, 62011.245959085819777 ] } }, +{ "type": "Feature", "properties": { "id": 676297449, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303008.732179065817036, 60588.697238434782776 ] } }, +{ "type": "Feature", "properties": { "id": 692735877, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313808.838817123381887, 75218.811078153390554 ] } }, +{ "type": "Feature", "properties": { "id": 692737211, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311196.097387416404672, 73848.627315650766832 ] } }, +{ "type": "Feature", "properties": { "id": 692737213, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310575.429959323490039, 73612.602204699462163 ] } }, +{ "type": "Feature", "properties": { "id": 692737214, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310190.083207237999886, 73511.662141504348256 ] } }, +{ "type": "Feature", "properties": { "id": 692737216, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309593.151843877974898, 73288.037568097948679 ] } }, +{ "type": "Feature", "properties": { "id": 693892941, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299069.261012687464245, 56908.633063840527029 ] } }, +{ "type": "Feature", "properties": { "id": 701654214, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298899.333665575133637, 59285.552750892995391 ] } }, +{ "type": "Feature", "properties": { "id": 701654537, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299018.624583611439448, 59313.494517918916245 ] } }, +{ "type": "Feature", "properties": { "id": 702331265, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 291173.523103342391551, 52904.342112150559842 ] } }, +{ "type": "Feature", "properties": { "id": 719549900, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302667.322964925668202, 45489.780903176564607 ] } }, +{ "type": "Feature", "properties": { "id": 719549906, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303270.620361513108946, 45635.320129901650944 ] } }, +{ "type": "Feature", "properties": { "id": 724554631, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303881.182849652017467, 46665.407426586963993 ] } }, +{ "type": "Feature", "properties": { "id": 725335343, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305948.56644887937, 76496.116698632278712 ] } }, +{ "type": "Feature", "properties": { "id": 730759419, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322037.575833599432372, 69990.926792751226458 ] } }, +{ "type": "Feature", "properties": { "id": 730759420, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322065.879266923700925, 69999.907282278145431 ] } }, +{ "type": "Feature", "properties": { "id": 741028175, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306460.502104658167809, 64120.049798419015133 ] } }, +{ "type": "Feature", "properties": { "id": 746176794, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302298.055616090539843, 69645.804890105529921 ] } }, +{ "type": "Feature", "properties": { "id": 748726582, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306552.407117119175382, 76738.94090446147311 ] } }, +{ "type": "Feature", "properties": { "id": 752186044, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300968.674559028353542, 62749.435181769011251 ] } }, +{ "type": "Feature", "properties": { "id": 754493768, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303154.33885758719407, 57776.80651028061402 ] } }, +{ "type": "Feature", "properties": { "id": 761497552, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310426.377013202698436, 59727.018083016213495 ] } }, +{ "type": "Feature", "properties": { "id": 761550844, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300951.209014222433325, 63248.87635363881418 ] } }, +{ "type": "Feature", "properties": { "id": 762717503, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 290023.494934704096522, 85822.390754749445478 ] } }, +{ "type": "Feature", "properties": { "id": 762718359, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 289952.119147238321602, 85778.429975329505396 ] } }, +{ "type": "Feature", "properties": { "id": 762729459, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288410.710728929960169, 85730.278433812243748 ] } }, +{ "type": "Feature", "properties": { "id": 762730668, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 288250.161830679688137, 85777.131865549148642 ] } }, +{ "type": "Feature", "properties": { "id": 762763399, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 289919.720925048342906, 85107.866250073260744 ] } }, +{ "type": "Feature", "properties": { "id": 762765436, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 290315.862529674428515, 84871.373334300660645 ] } }, +{ "type": "Feature", "properties": { "id": 762798376, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 288733.260776635550428, 85321.398274517705431 ] } }, +{ "type": "Feature", "properties": { "id": 762845811, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303679.313435232208576, 56471.049042233971704 ] } }, +{ "type": "Feature", "properties": { "id": 763650163, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301121.617452025413513, 65695.288058519159677 ] } }, +{ "type": "Feature", "properties": { "id": 763652153, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300830.635982229665387, 63790.243624489834474 ] } }, +{ "type": "Feature", "properties": { "id": 764188311, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304192.940067919611465, 56163.779047863128653 ] } }, +{ "type": "Feature", "properties": { "id": 765882170, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302984.971523414598778, 60359.088355698608211 ] } }, +{ "type": "Feature", "properties": { "id": 773343881, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299539.252043380169198, 63797.836442416766658 ] } }, +{ "type": "Feature", "properties": { "id": 773352075, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305858.797349505941384, 66381.666261576217948 ] } }, +{ "type": "Feature", "properties": { "id": 791455821, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299760.031411728821695, 56057.963720339954307 ] } }, +{ "type": "Feature", "properties": { "id": 795257325, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296353.64067392871948, 63131.524726749586989 ] } }, +{ "type": "Feature", "properties": { "id": 795257326, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296318.841056923149154, 63134.083655113601708 ] } }, +{ "type": "Feature", "properties": { "id": 795259229, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296793.890535594080575, 63323.219058323840727 ] } }, +{ "type": "Feature", "properties": { "id": 810206031, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 327059.619035928335506, 62988.205540782611934 ] } }, +{ "type": "Feature", "properties": { "id": 810214553, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 327471.380434150807559, 63178.656889771140413 ] } }, +{ "type": "Feature", "properties": { "id": 810217789, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 326485.123319055070169, 62881.493109970855585 ] } }, +{ "type": "Feature", "properties": { "id": 810221901, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 326248.273491163447034, 65696.447832475882024 ] } }, +{ "type": "Feature", "properties": { "id": 810221903, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 326407.425804476777557, 65328.888373492307437 ] } }, +{ "type": "Feature", "properties": { "id": 810221905, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 325462.813878890126944, 63860.7003169358577 ] } }, +{ "type": "Feature", "properties": { "id": 810221908, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 326161.256496394926216, 65708.848164655952132 ] } }, +{ "type": "Feature", "properties": { "id": 810279827, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 327422.801163227530196, 60287.281328927798313 ] } }, +{ "type": "Feature", "properties": { "id": 810279875, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 327373.444663587026298, 60732.744497584011697 ] } }, +{ "type": "Feature", "properties": { "id": 812597563, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305665.303713393106591, 56590.490000961042824 ] } }, +{ "type": "Feature", "properties": { "id": 812598173, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303924.949628532573115, 56705.856764243042562 ] } }, +{ "type": "Feature", "properties": { "id": 825409764, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285521.356407801504247, 83081.761094132336439 ] } }, +{ "type": "Feature", "properties": { "id": 826496384, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299882.948349420388695, 78285.231630112364655 ] } }, +{ "type": "Feature", "properties": { "id": 846095631, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 296406.082507781044114, 60972.329851977337967 ] } }, +{ "type": "Feature", "properties": { "id": 846097808, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296493.757758588471916, 60978.64202662576281 ] } }, +{ "type": "Feature", "properties": { "id": 847956931, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284113.687929380743299, 87213.368810953921638 ] } }, +{ "type": "Feature", "properties": { "id": 857949869, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 281182.784363757935353, 73677.711588486257824 ] } }, +{ "type": "Feature", "properties": { "id": 857949871, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278980.84752963995561, 70834.357814249873627 ] } }, +{ "type": "Feature", "properties": { "id": 857949874, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276676.020377973560244, 78770.688238494360121 ] } }, +{ "type": "Feature", "properties": { "id": 857949881, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 280666.66357773670461, 76137.761304819243378 ] } }, +{ "type": "Feature", "properties": { "id": 857949885, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280968.948792301584035, 74108.237530249476549 ] } }, +{ "type": "Feature", "properties": { "id": 857949886, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 280969.709047221462242, 74153.563347126488225 ] } }, +{ "type": "Feature", "properties": { "id": 857949895, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280692.159770293394104, 76293.165163719822885 ] } }, +{ "type": "Feature", "properties": { "id": 857949897, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 280697.991667351569049, 76309.247691468553967 ] } }, +{ "type": "Feature", "properties": { "id": 857949902, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 280683.999091175734065, 76124.5835627616907 ] } }, +{ "type": "Feature", "properties": { "id": 870314638, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303938.835972687928006, 65755.981833881567582 ] } }, +{ "type": "Feature", "properties": { "id": 870317225, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303974.883381292747799, 65811.071420421692892 ] } }, +{ "type": "Feature", "properties": { "id": 870320430, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303946.546869011595845, 65793.26430259027984 ] } }, +{ "type": "Feature", "properties": { "id": 874819477, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278915.410638539528009, 55082.734923494048417 ] } }, +{ "type": "Feature", "properties": { "id": 874846455, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 280232.270960399357136, 55110.874697202147217 ] } }, +{ "type": "Feature", "properties": { "id": 879680036, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300962.923832368222065, 62367.332875668456836 ] } }, +{ "type": "Feature", "properties": { "id": 879705916, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300958.411811897298321, 62369.873984826794185 ] } }, +{ "type": "Feature", "properties": { "id": 883174326, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301304.779183796024881, 64571.037777908291901 ] } }, +{ "type": "Feature", "properties": { "id": 883181314, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301359.52822977892356, 64676.951892515513464 ] } }, +{ "type": "Feature", "properties": { "id": 883234965, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301264.180697254720144, 64602.378387129116163 ] } }, +{ "type": "Feature", "properties": { "id": 883235940, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301208.772518014011439, 64575.257638116745511 ] } }, +{ "type": "Feature", "properties": { "id": 886175538, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300641.332485394959804, 62046.620909992801899 ] } }, +{ "type": "Feature", "properties": { "id": 886392347, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300571.043338103510905, 62469.383676912686497 ] } }, +{ "type": "Feature", "properties": { "id": 886395953, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300537.531825591344386, 62421.936191186439828 ] } }, +{ "type": "Feature", "properties": { "id": 886430773, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300337.718035010620952, 62680.330078725768544 ] } }, +{ "type": "Feature", "properties": { "id": 886530248, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300508.531424686894752, 62376.607247733270924 ] } }, +{ "type": "Feature", "properties": { "id": 886674467, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300453.747813386667985, 62357.964590095885796 ] } }, +{ "type": "Feature", "properties": { "id": 886674498, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300446.014267148158979, 62344.832030020486854 ] } }, +{ "type": "Feature", "properties": { "id": 886682281, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300435.058091112878174, 62330.852056495990837 ] } }, +{ "type": "Feature", "properties": { "id": 886702490, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300380.9218897469691, 62246.125917632125493 ] } }, +{ "type": "Feature", "properties": { "id": 886706963, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300371.254225270065945, 62238.076727121850126 ] } }, +{ "type": "Feature", "properties": { "id": 886727545, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300366.742707096040249, 62232.993113244148844 ] } }, +{ "type": "Feature", "properties": { "id": 887113360, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300362.875826054776553, 62225.791455037317064 ] } }, +{ "type": "Feature", "properties": { "id": 887114819, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300359.653395418950822, 62220.284293147815333 ] } }, +{ "type": "Feature", "properties": { "id": 887596760, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298992.966899691673461, 60298.825320280127926 ] } }, +{ "type": "Feature", "properties": { "id": 888527171, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 298920.113037966599222, 60285.703532755229389 ] } }, +{ "type": "Feature", "properties": { "id": 888905617, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303641.012281901726965, 60900.338297837690334 ] } }, +{ "type": "Feature", "properties": { "id": 888935216, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303470.748446419194806, 61059.959409087794484 ] } }, +{ "type": "Feature", "properties": { "id": 888966665, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303502.317623774055392, 61098.523262753711606 ] } }, +{ "type": "Feature", "properties": { "id": 888984017, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303520.338066314521711, 61160.379634087134036 ] } }, +{ "type": "Feature", "properties": { "id": 889001978, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303603.479564842185937, 61193.461635177445714 ] } }, +{ "type": "Feature", "properties": { "id": 889040270, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278070.820392717025243, 64419.573659434652654 ] } }, +{ "type": "Feature", "properties": { "id": 889078654, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299005.292115011834539, 60862.655084729136433 ] } }, +{ "type": "Feature", "properties": { "id": 889078882, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299023.34825106151402, 60905.861415536957793 ] } }, +{ "type": "Feature", "properties": { "id": 889079460, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299023.997374437167309, 60939.750535661449248 ] } }, +{ "type": "Feature", "properties": { "id": 889080115, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299066.537172010110226, 60882.557014583217097 ] } }, +{ "type": "Feature", "properties": { "id": 889083044, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299065.251229103829246, 60909.244925523969869 ] } }, +{ "type": "Feature", "properties": { "id": 889261891, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298719.705303082882892, 60844.483527482370846 ] } }, +{ "type": "Feature", "properties": { "id": 889435992, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299179.989279765286483, 60815.188785716418352 ] } }, +{ "type": "Feature", "properties": { "id": 889438158, "poi_type_1": "stripclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299171.609236019197851, 60820.273099066318537 ] } }, +{ "type": "Feature", "properties": { "id": 889447583, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299472.675326724536717, 60945.211966534305247 ] } }, +{ "type": "Feature", "properties": { "id": 889469733, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299203.849356666323729, 60885.506276431136939 ] } }, +{ "type": "Feature", "properties": { "id": 889472802, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299241.24585424514953, 60948.197378365919576 ] } }, +{ "type": "Feature", "properties": { "id": 889475963, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299199.342902355478145, 60942.27118140195671 ] } }, +{ "type": "Feature", "properties": { "id": 889478283, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299158.733087283093482, 60970.657896613534831 ] } }, +{ "type": "Feature", "properties": { "id": 889479063, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299140.043188917392399, 61013.021555126717431 ] } }, +{ "type": "Feature", "properties": { "id": 889481488, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299129.729312672279775, 61016.83529670581629 ] } }, +{ "type": "Feature", "properties": { "id": 889485115, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299098.788469816208817, 61034.20721946509002 ] } }, +{ "type": "Feature", "properties": { "id": 889585036, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299008.528174527222291, 60957.968040317864507 ] } }, +{ "type": "Feature", "properties": { "id": 889585048, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298729.973708304518368, 60575.486254559982626 ] } }, +{ "type": "Feature", "properties": { "id": 889585058, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298960.182870423246641, 60982.544349853917083 ] } }, +{ "type": "Feature", "properties": { "id": 895371274, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300606.944902670045849, 64803.089758242567768 ] } }, +{ "type": "Feature", "properties": { "id": 897070965, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314736.869102699914947, 79292.916851414600387 ] } }, +{ "type": "Feature", "properties": { "id": 897519580, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307991.646194281114731, 75931.659051106791594 ] } }, +{ "type": "Feature", "properties": { "id": 903267549, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308977.588832632347476, 77772.593982145146583 ] } }, +{ "type": "Feature", "properties": { "id": 904055290, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299422.38212068611756, 60811.776980709008058 ] } }, +{ "type": "Feature", "properties": { "id": 910822719, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299410.06651531229727, 59970.902570423757425 ] } }, +{ "type": "Feature", "properties": { "id": 913870330, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 293918.885009778605308, 71769.441105166421039 ] } }, +{ "type": "Feature", "properties": { "id": 914032237, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297092.275767730316147, 60061.25644477573951 ] } }, +{ "type": "Feature", "properties": { "id": 919666217, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 290826.632904234284069, 53154.270752311305841 ] } }, +{ "type": "Feature", "properties": { "id": 925651368, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304972.039823334547691, 59257.063929578092939 ] } }, +{ "type": "Feature", "properties": { "id": 925950706, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303255.809210302773863, 57283.764376519946381 ] } }, +{ "type": "Feature", "properties": { "id": 937351560, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 315221.218740415584762, 75485.504182237564237 ] } }, +{ "type": "Feature", "properties": { "id": 950102194, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 291022.00098353048088, 73199.998328516434412 ] } }, +{ "type": "Feature", "properties": { "id": 970804002, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301387.462126856960822, 56582.098888200511283 ] } }, +{ "type": "Feature", "properties": { "id": 983352757, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300966.791273047099821, 62365.215300843956356 ] } }, +{ "type": "Feature", "properties": { "id": 990032608, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301426.604072253452614, 64335.105636478860106 ] } }, +{ "type": "Feature", "properties": { "id": 999526099, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301486.020509797497652, 66866.655906825617421 ] } }, +{ "type": "Feature", "properties": { "id": 999526102, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301462.840934161853511, 66819.629658609759645 ] } }, +{ "type": "Feature", "properties": { "id": 999934639, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300764.996790339588188, 62920.128594110741687 ] } }, +{ "type": "Feature", "properties": { "id": 1000793154, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301790.401771214208566, 65423.457240149873542 ] } }, +{ "type": "Feature", "properties": { "id": 1000798085, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301157.634880541882012, 66077.820408127852716 ] } }, +{ "type": "Feature", "properties": { "id": 1001284305, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300031.584674047539011, 61703.040972449940455 ] } }, +{ "type": "Feature", "properties": { "id": 1002531116, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293429.221066243073437, 60390.632315345319512 ] } }, +{ "type": "Feature", "properties": { "id": 1002534852, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 294014.652410729031544, 60444.782115656118549 ] } }, +{ "type": "Feature", "properties": { "id": 1005273989, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315772.474503845383879, 46807.824040811188752 ] } }, +{ "type": "Feature", "properties": { "id": 1005286675, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318966.900734217721038, 47362.187336645896721 ] } }, +{ "type": "Feature", "properties": { "id": 1005286677, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319606.240241288149264, 47621.829130969003018 ] } }, +{ "type": "Feature", "properties": { "id": 1005286678, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 320168.070871264557354, 48107.523238052737725 ] } }, +{ "type": "Feature", "properties": { "id": 1005286681, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 320787.778170219913591, 48652.304344888259948 ] } }, +{ "type": "Feature", "properties": { "id": 1005286685, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 317241.736475990095641, 47140.663252865306276 ] } }, +{ "type": "Feature", "properties": { "id": 1005286687, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 317883.347021716705058, 47294.682552282327379 ] } }, +{ "type": "Feature", "properties": { "id": 1005292774, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315197.606022874941118, 46507.555134094196546 ] } }, +{ "type": "Feature", "properties": { "id": 1005292778, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314614.16115668596467, 46274.667975672076864 ] } }, +{ "type": "Feature", "properties": { "id": 1005312415, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 316619.781731756520458, 60083.155005317297764 ] } }, +{ "type": "Feature", "properties": { "id": 1005312419, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315199.064136387372855, 60267.763286557143147 ] } }, +{ "type": "Feature", "properties": { "id": 1005312420, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315448.14620313886553, 59543.049228223855607 ] } }, +{ "type": "Feature", "properties": { "id": 1005312422, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318267.598548621172085, 60651.294646646689216 ] } }, +{ "type": "Feature", "properties": { "id": 1011407261, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301531.519603882508818, 67998.997707503905986 ] } }, +{ "type": "Feature", "properties": { "id": 1011407273, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301539.852031933842227, 68191.322456257679733 ] } }, +{ "type": "Feature", "properties": { "id": 1011407282, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301502.667407060740516, 67361.86919970116287 ] } }, +{ "type": "Feature", "properties": { "id": 1012069550, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314279.241382348933257, 60841.625452427506389 ] } }, +{ "type": "Feature", "properties": { "id": 1012069552, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313744.660276220587548, 61272.701628667295154 ] } }, +{ "type": "Feature", "properties": { "id": 1012069553, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313136.118642248096876, 61644.802240492797864 ] } }, +{ "type": "Feature", "properties": { "id": 1012078587, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311007.059079217491671, 62926.157568692411587 ] } }, +{ "type": "Feature", "properties": { "id": 1012078589, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310029.349050938501023, 63902.05164041347598 ] } }, +{ "type": "Feature", "properties": { "id": 1012078596, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311687.548700753890444, 62569.668744218171923 ] } }, +{ "type": "Feature", "properties": { "id": 1012304937, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307920.871431905892678, 65122.900358824030263 ] } }, +{ "type": "Feature", "properties": { "id": 1012304939, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307254.933701893372927, 65518.723347341256158 ] } }, +{ "type": "Feature", "properties": { "id": 1012304941, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306740.733049737755209, 65613.550880466675153 ] } }, +{ "type": "Feature", "properties": { "id": 1020359759, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303835.151348148123361, 68169.28126089804573 ] } }, +{ "type": "Feature", "properties": { "id": 1025322222, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301320.0650385748595, 61957.751572376299009 ] } }, +{ "type": "Feature", "properties": { "id": 1028012984, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274986.526938255643472, 61819.86827652217471 ] } }, +{ "type": "Feature", "properties": { "id": 1028013248, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 274939.505955454835203, 61829.770563338890497 ] } }, +{ "type": "Feature", "properties": { "id": 1028101219, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306477.835991210187785, 65664.997341085239896 ] } }, +{ "type": "Feature", "properties": { "id": 1029633183, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 278416.664927485166118, 81547.787313101667678 ] } }, +{ "type": "Feature", "properties": { "id": 1030333135, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297406.929823696380481, 63816.492012628696102 ] } }, +{ "type": "Feature", "properties": { "id": 1030333139, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 297399.678990993474144, 63354.328976133823744 ] } }, +{ "type": "Feature", "properties": { "id": 1037962417, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315601.972192399553023, 58755.871316767021199 ] } }, +{ "type": "Feature", "properties": { "id": 1038205809, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301496.10709185997257, 67951.968758504532161 ] } }, +{ "type": "Feature", "properties": { "id": 1039613744, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301654.892860493855551, 54846.189464763010619 ] } }, +{ "type": "Feature", "properties": { "id": 1042045063, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302351.297597830358427, 45908.199261232293793 ] } }, +{ "type": "Feature", "properties": { "id": 1049104523, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304743.710177348169964, 64395.79529268269107 ] } }, +{ "type": "Feature", "properties": { "id": 1049875301, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 311437.033715854457114, 60354.613674117550545 ] } }, +{ "type": "Feature", "properties": { "id": 1051106427, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277707.319289146107621, 43375.523557977758173 ] } }, +{ "type": "Feature", "properties": { "id": 1053015119, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303795.450079459871631, 47592.643418345833197 ] } }, +{ "type": "Feature", "properties": { "id": 1078335224, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296443.01560658501694, 61363.732493908239121 ] } }, +{ "type": "Feature", "properties": { "id": 1078919666, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274389.026115705026314, 50635.077196817212098 ] } }, +{ "type": "Feature", "properties": { "id": 1078919671, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274408.396978556877002, 50636.281127067843045 ] } }, +{ "type": "Feature", "properties": { "id": 1078988572, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 273758.566338309785351, 51617.099911695855553 ] } }, +{ "type": "Feature", "properties": { "id": 1079001481, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 274203.150721014011651, 50648.006574275917956 ] } }, +{ "type": "Feature", "properties": { "id": 1079085370, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 273420.479742735042237, 51296.358544715280004 ] } }, +{ "type": "Feature", "properties": { "id": 1079085439, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273358.326776315981988, 51244.900877487008984 ] } }, +{ "type": "Feature", "properties": { "id": 1079085483, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 274832.024816888384521, 50298.058398054658028 ] } }, +{ "type": "Feature", "properties": { "id": 1079085489, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274871.967393975006416, 50273.353346645351849 ] } }, +{ "type": "Feature", "properties": { "id": 1089060943, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 326143.497816396295093, 46623.633986690314487 ] } }, +{ "type": "Feature", "properties": { "id": 1095171630, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301646.755154728831258, 56624.936915882797621 ] } }, +{ "type": "Feature", "properties": { "id": 1108561376, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300730.265100903983694, 62208.87396017240826 ] } }, +{ "type": "Feature", "properties": { "id": 1109836197, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301240.096563478698954, 62212.33075821694365 ] } }, +{ "type": "Feature", "properties": { "id": 1112494492, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300903.004811014863662, 62186.865004429972032 ] } }, +{ "type": "Feature", "properties": { "id": 1112495101, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300800.521366944827605, 62197.019986166997114 ] } }, +{ "type": "Feature", "properties": { "id": 1116977313, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302239.872507202613633, 57643.035169291215425 ] } }, +{ "type": "Feature", "properties": { "id": 1118241175, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284771.255638016737066, 74331.567720429389738 ] } }, +{ "type": "Feature", "properties": { "id": 1118245273, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284728.913449101266451, 74393.504181814525509 ] } }, +{ "type": "Feature", "properties": { "id": 1119539969, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278219.565581881382968, 44194.53410766737943 ] } }, +{ "type": "Feature", "properties": { "id": 1119541551, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273196.173776372510474, 43168.054381067035138 ] } }, +{ "type": "Feature", "properties": { "id": 1120502342, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308794.452186531678308, 85721.333485432754969 ] } }, +{ "type": "Feature", "properties": { "id": 1123395197, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301450.370329448371194, 64717.212765746393416 ] } }, +{ "type": "Feature", "properties": { "id": 1123398026, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301904.007832306902856, 62079.456460006244015 ] } }, +{ "type": "Feature", "properties": { "id": 1123921281, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301719.191898751421832, 53010.270614236273104 ] } }, +{ "type": "Feature", "properties": { "id": 1123921372, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301948.060071431216784, 51423.903816009180446 ] } }, +{ "type": "Feature", "properties": { "id": 1123921426, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302019.842548490560148, 50931.687471514262143 ] } }, +{ "type": "Feature", "properties": { "id": 1123921439, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301288.876661924237851, 55982.668915075490077 ] } }, +{ "type": "Feature", "properties": { "id": 1128175695, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303302.90673480508849, 86059.548149274327443 ] } }, +{ "type": "Feature", "properties": { "id": 1128175718, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303175.681753607350402, 86099.313609844248276 ] } }, +{ "type": "Feature", "properties": { "id": 1128175725, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303342.122555533831473, 86003.222871678473894 ] } }, +{ "type": "Feature", "properties": { "id": 1128175728, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303383.893711266922764, 85979.942204512888566 ] } }, +{ "type": "Feature", "properties": { "id": 1128341860, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301870.208919211116154, 86072.601970814255765 ] } }, +{ "type": "Feature", "properties": { "id": 1128341894, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301920.318031005677767, 86084.052886435878463 ] } }, +{ "type": "Feature", "properties": { "id": 1128341950, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301932.52480308979284, 86084.056074334846926 ] } }, +{ "type": "Feature", "properties": { "id": 1133825371, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303640.049271288211457, 61547.621960379969096 ] } }, +{ "type": "Feature", "properties": { "id": 1147520797, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301442.303808172931895, 66433.285882715907064 ] } }, +{ "type": "Feature", "properties": { "id": 1149605538, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301117.863431190955453, 47863.713466774737753 ] } }, +{ "type": "Feature", "properties": { "id": 1151537559, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300529.516269201936666, 48311.403264168111491 ] } }, +{ "type": "Feature", "properties": { "id": 1153146341, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298878.740687412966508, 59552.856478576424706 ] } }, +{ "type": "Feature", "properties": { "id": 1158137234, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298306.075730055454187, 78760.309315056292689 ] } }, +{ "type": "Feature", "properties": { "id": 1158137249, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298268.140904343337752, 78794.631804879987612 ] } }, +{ "type": "Feature", "properties": { "id": 1158594733, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309652.943048497487325, 88085.003297084113001 ] } }, +{ "type": "Feature", "properties": { "id": 1170450915, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303397.820301735366229, 66854.57860037885257 ] } }, +{ "type": "Feature", "properties": { "id": 1177271154, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303972.251277698669583, 56304.720482420641929 ] } }, +{ "type": "Feature", "properties": { "id": 1178020391, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300707.460654538706876, 58032.454671012121253 ] } }, +{ "type": "Feature", "properties": { "id": 1203709404, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306884.641384083835874, 77103.13673971928074 ] } }, +{ "type": "Feature", "properties": { "id": 1203806251, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302825.635332784266211, 69041.482343153940747 ] } }, +{ "type": "Feature", "properties": { "id": 1209744496, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302554.688758801261429, 68593.61802862053446 ] } }, +{ "type": "Feature", "properties": { "id": 1215057889, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299185.671530238876585, 59726.921883655122656 ] } }, +{ "type": "Feature", "properties": { "id": 1221726034, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302145.818727720237803, 66165.306362474555499 ] } }, +{ "type": "Feature", "properties": { "id": 1234961112, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302219.311683728476055, 63835.856823693764454 ] } }, +{ "type": "Feature", "properties": { "id": 1235041675, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296308.700414477614686, 62184.341596573249262 ] } }, +{ "type": "Feature", "properties": { "id": 1235042851, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 296166.992393610300496, 62361.061433748502168 ] } }, +{ "type": "Feature", "properties": { "id": 1236668312, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 281278.930112117086537, 79109.193787297888775 ] } }, +{ "type": "Feature", "properties": { "id": 1236668327, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 281307.372088276140857, 79167.158676878796541 ] } }, +{ "type": "Feature", "properties": { "id": 1240900780, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302452.25331106124213, 66777.529717694997089 ] } }, +{ "type": "Feature", "properties": { "id": 1240900859, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302370.449023411783855, 66771.572390499917674 ] } }, +{ "type": "Feature", "properties": { "id": 1240900865, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302347.926182622555643, 66701.668200588857871 ] } }, +{ "type": "Feature", "properties": { "id": 1240901075, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302324.060291194706224, 66804.599890668483567 ] } }, +{ "type": "Feature", "properties": { "id": 1240901204, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302358.881998958007898, 66685.150577405482181 ] } }, +{ "type": "Feature", "properties": { "id": 1241238094, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303168.161117092065979, 55617.233037055411842 ] } }, +{ "type": "Feature", "properties": { "id": 1241281004, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300154.05312554090051, 61834.363313728666981 ] } }, +{ "type": "Feature", "properties": { "id": 1242371874, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300879.465798386372626, 65008.57146608056064 ] } }, +{ "type": "Feature", "properties": { "id": 1251960767, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299410.072153093176894, 60041.646209702863416 ] } }, +{ "type": "Feature", "properties": { "id": 1252974590, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310425.497197056305595, 59893.921125169086736 ] } }, +{ "type": "Feature", "properties": { "id": 1252974601, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311988.709768028988037, 60472.404460961814038 ] } }, +{ "type": "Feature", "properties": { "id": 1258945416, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300927.368283831339795, 58071.875017812933947 ] } }, +{ "type": "Feature", "properties": { "id": 1261183473, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303389.838810250104871, 67404.008081429914455 ] } }, +{ "type": "Feature", "properties": { "id": 1261183482, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304144.594431400590111, 68760.820712367567467 ] } }, +{ "type": "Feature", "properties": { "id": 1262585257, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296625.598397154186387, 60293.59534392155183 ] } }, +{ "type": "Feature", "properties": { "id": 1262585259, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297756.6270731271361, 63115.292556112828606 ] } }, +{ "type": "Feature", "properties": { "id": 1262585260, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298073.100831424992066, 65753.489618344945484 ] } }, +{ "type": "Feature", "properties": { "id": 1262585261, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297086.637471727910452, 62116.215933198051061 ] } }, +{ "type": "Feature", "properties": { "id": 1262586205, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302558.810070071660448, 73429.250324705761159 ] } }, +{ "type": "Feature", "properties": { "id": 1267349536, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 325581.016000304138288, 54636.852711996769358 ] } }, +{ "type": "Feature", "properties": { "id": 1269563934, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303252.776062542747241, 86101.465359068388352 ] } }, +{ "type": "Feature", "properties": { "id": 1269563955, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303220.647320045216475, 86114.583828245289624 ] } }, +{ "type": "Feature", "properties": { "id": 1269563984, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303202.10115070163738, 85918.434544628296862 ] } }, +{ "type": "Feature", "properties": { "id": 1269563990, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303239.295374878682196, 86076.465187291469192 ] } }, +{ "type": "Feature", "properties": { "id": 1269564004, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303241.248449778999202, 86018.004947011140757 ] } }, +{ "type": "Feature", "properties": { "id": 1269564012, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303203.295223260356579, 86127.708839764629374 ] } }, +{ "type": "Feature", "properties": { "id": 1269564033, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303410.220127834181767, 86012.150292839447502 ] } }, +{ "type": "Feature", "properties": { "id": 1269564053, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303565.730135516670998, 85944.442849136685254 ] } }, +{ "type": "Feature", "properties": { "id": 1269564063, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303016.346040342061315, 86112.802931944403099 ] } }, +{ "type": "Feature", "properties": { "id": 1270745407, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300089.090221537859179, 50265.920858071360271 ] } }, +{ "type": "Feature", "properties": { "id": 1270745408, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299946.412007350649219, 49609.748429563725949 ] } }, +{ "type": "Feature", "properties": { "id": 1270745409, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300477.536955090763513, 53263.82980602918542 ] } }, +{ "type": "Feature", "properties": { "id": 1270745411, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300482.093277412757743, 52663.149187796851038 ] } }, +{ "type": "Feature", "properties": { "id": 1270745412, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300385.341583176283166, 51621.060419051653298 ] } }, +{ "type": "Feature", "properties": { "id": 1270745413, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300262.723469969583675, 51059.347285394527717 ] } }, +{ "type": "Feature", "properties": { "id": 1270745414, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299699.965767507674173, 54243.210745635762578 ] } }, +{ "type": "Feature", "properties": { "id": 1270769388, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301091.928236323525198, 61696.767225237468665 ] } }, +{ "type": "Feature", "properties": { "id": 1270769394, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301124.795541594794486, 61739.980926440926851 ] } }, +{ "type": "Feature", "properties": { "id": 1272608999, "poi_type_1": "mall", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299586.298820014751982, 63893.994629463370075 ] } }, +{ "type": "Feature", "properties": { "id": 1272674973, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300485.798403484979644, 65035.223024913146219 ] } }, +{ "type": "Feature", "properties": { "id": 1272961632, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299209.664336689980701, 61007.930412149115 ] } }, +{ "type": "Feature", "properties": { "id": 1272961636, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298879.440093474404421, 59913.775907306837325 ] } }, +{ "type": "Feature", "properties": { "id": 1272961641, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299188.283214573399164, 60024.722622354209307 ] } }, +{ "type": "Feature", "properties": { "id": 1273439123, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300297.071923823677935, 63741.487058358659851 ] } }, +{ "type": "Feature", "properties": { "id": 1277225875, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274344.082250638923142, 52011.128310585125291 ] } }, +{ "type": "Feature", "properties": { "id": 1277225887, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274448.119065781997051, 52046.352387396655104 ] } }, +{ "type": "Feature", "properties": { "id": 1277232391, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273660.842380644229706, 51544.585076164607017 ] } }, +{ "type": "Feature", "properties": { "id": 1277232402, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 273809.447184545511845, 51585.572528492361016 ] } }, +{ "type": "Feature", "properties": { "id": 1277492516, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 276028.8700466461014, 54067.214311005271156 ] } }, +{ "type": "Feature", "properties": { "id": 1277566399, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 279213.960530252370518, 50193.398401889382512 ] } }, +{ "type": "Feature", "properties": { "id": 1277799181, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273248.830979871447198, 51311.37898615712038 ] } }, +{ "type": "Feature", "properties": { "id": 1279266633, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298873.024671735125594, 60123.889732213479874 ] } }, +{ "type": "Feature", "properties": { "id": 1279337146, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298948.516985332302283, 60544.528096309833927 ] } }, +{ "type": "Feature", "properties": { "id": 1279337154, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299149.591351951705292, 59955.25417139185447 ] } }, +{ "type": "Feature", "properties": { "id": 1279337156, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299070.312645064317621, 60146.313903073227266 ] } }, +{ "type": "Feature", "properties": { "id": 1280340157, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299268.863296181894839, 59909.914670959777141 ] } }, +{ "type": "Feature", "properties": { "id": 1280340166, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297257.704908522311598, 61083.376114865510317 ] } }, +{ "type": "Feature", "properties": { "id": 1280446969, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 291317.837145648896694, 52695.331098448943521 ] } }, +{ "type": "Feature", "properties": { "id": 1283532509, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 272426.312647284357809, 51270.337736282934202 ] } }, +{ "type": "Feature", "properties": { "id": 1289044033, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300071.546035485574976, 62005.079134511433949 ] } }, +{ "type": "Feature", "properties": { "id": 1289069575, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298900.678866299334913, 59660.027635148231639 ] } }, +{ "type": "Feature", "properties": { "id": 1290043821, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302553.139409890631214, 65619.392479161862866 ] } }, +{ "type": "Feature", "properties": { "id": 1290246171, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302599.496995747205801, 65699.048736598473624 ] } }, +{ "type": "Feature", "properties": { "id": 1292782896, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301717.755478595907334, 64754.971940705443558 ] } }, +{ "type": "Feature", "properties": { "id": 1292790745, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301760.904911139863543, 64838.858276153456245 ] } }, +{ "type": "Feature", "properties": { "id": 1292790751, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301756.397542832768522, 64826.995924622446182 ] } }, +{ "type": "Feature", "properties": { "id": 1292790756, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301779.582420070131775, 64870.210415078647202 ] } }, +{ "type": "Feature", "properties": { "id": 1292794347, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301804.725055698945653, 64810.486488328657288 ] } }, +{ "type": "Feature", "properties": { "id": 1292794350, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301799.572703428450041, 64801.589273472425702 ] } }, +{ "type": "Feature", "properties": { "id": 1292794352, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301822.112992294423748, 64845.227356214636529 ] } }, +{ "type": "Feature", "properties": { "id": 1292819633, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301878.137764574086759, 64964.701413593589677 ] } }, +{ "type": "Feature", "properties": { "id": 1292819650, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301894.884927412029356, 64982.921224957339291 ] } }, +{ "type": "Feature", "properties": { "id": 1293095286, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297064.111861461191438, 62200.947982439625775 ] } }, +{ "type": "Feature", "properties": { "id": 1293169933, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301540.631431561894715, 64448.657832279743161 ] } }, +{ "type": "Feature", "properties": { "id": 1293169935, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301540.011864134925418, 64329.621354986513325 ] } }, +{ "type": "Feature", "properties": { "id": 1293169995, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301482.018768045469187, 64334.692912830374553 ] } }, +{ "type": "Feature", "properties": { "id": 1293170024, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301507.139503519400023, 64379.60137698778999 ] } }, +{ "type": "Feature", "properties": { "id": 1293173330, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302671.311106115172151, 70206.803329980059061 ] } }, +{ "type": "Feature", "properties": { "id": 1297282196, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301437.576479228097014, 64240.641204735075007 ] } }, +{ "type": "Feature", "properties": { "id": 1297282199, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301453.680922226223629, 64264.366893619851908 ] } }, +{ "type": "Feature", "properties": { "id": 1297282208, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301474.936257328721695, 64307.580018389009638 ] } }, +{ "type": "Feature", "properties": { "id": 1297282225, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301494.901436523592565, 64356.723582155733311 ] } }, +{ "type": "Feature", "properties": { "id": 1297282239, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301467.86773065343732, 64209.723125707809231 ] } }, +{ "type": "Feature", "properties": { "id": 1297282287, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301469.154024850518908, 64222.008268313431472 ] } }, +{ "type": "Feature", "properties": { "id": 1297481119, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300534.855526753352024, 63780.473149323166581 ] } }, +{ "type": "Feature", "properties": { "id": 1297627766, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300455.067892987513915, 61853.43840068935242 ] } }, +{ "type": "Feature", "properties": { "id": 1297629339, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300545.275554134626873, 62293.581167967546207 ] } }, +{ "type": "Feature", "properties": { "id": 1297638217, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299932.966935706790537, 62121.997012630257814 ] } }, +{ "type": "Feature", "properties": { "id": 1297646235, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300347.409777778142598, 62163.942817375515006 ] } }, +{ "type": "Feature", "properties": { "id": 1297648535, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300326.009331819717772, 65124.173883256415138 ] } }, +{ "type": "Feature", "properties": { "id": 1297657184, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300210.133940240251832, 61732.273356009638519 ] } }, +{ "type": "Feature", "properties": { "id": 1297657485, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300234.527530615974683, 64903.889457380173553 ] } }, +{ "type": "Feature", "properties": { "id": 1297658045, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300240.970705032465048, 64900.500727103717509 ] } }, +{ "type": "Feature", "properties": { "id": 1297659506, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300138.525392731069587, 64929.727684547462559 ] } }, +{ "type": "Feature", "properties": { "id": 1297660939, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300084.416531373688485, 63817.732556731047225 ] } }, +{ "type": "Feature", "properties": { "id": 1297673491, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303644.612153637805022, 61444.68566094317066 ] } }, +{ "type": "Feature", "properties": { "id": 1301347483, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 287408.301705032936297, 62249.627119765660609 ] } }, +{ "type": "Feature", "properties": { "id": 1308407381, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 285458.274828541500028, 63739.673933665617369 ] } }, +{ "type": "Feature", "properties": { "id": 1310874067, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303503.469974229985382, 70907.819163037871476 ] } }, +{ "type": "Feature", "properties": { "id": 1310874083, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303522.737043126253411, 71005.261088116443716 ] } }, +{ "type": "Feature", "properties": { "id": 1310874085, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303670.642667777836323, 71332.791986246884335 ] } }, +{ "type": "Feature", "properties": { "id": 1311895470, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 326494.207076606631745, 46628.69114761367382 ] } }, +{ "type": "Feature", "properties": { "id": 1311896477, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 326495.588166772387922, 46603.702999393593927 ] } }, +{ "type": "Feature", "properties": { "id": 1314430873, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303149.03903527132934, 56590.263447369055939 ] } }, +{ "type": "Feature", "properties": { "id": 1314445095, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303072.929128583637066, 56581.335603140258172 ] } }, +{ "type": "Feature", "properties": { "id": 1314522027, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299438.691602489212528, 63354.740579426113982 ] } }, +{ "type": "Feature", "properties": { "id": 1319448262, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 277528.07158099161461, 55645.137473676259106 ] } }, +{ "type": "Feature", "properties": { "id": 1319496963, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 279877.392375401570462, 57470.938749606691999 ] } }, +{ "type": "Feature", "properties": { "id": 1329106759, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300892.369634197850246, 59515.123669752516435 ] } }, +{ "type": "Feature", "properties": { "id": 1332843755, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303569.312755068764091, 73207.267694915979519 ] } }, +{ "type": "Feature", "properties": { "id": 1332856831, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303562.371391704422422, 72920.89584387926152 ] } }, +{ "type": "Feature", "properties": { "id": 1332860747, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303195.914640828443225, 71995.962202773036552 ] } }, +{ "type": "Feature", "properties": { "id": 1345137280, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306087.267931730661076, 77580.70904109501862 ] } }, +{ "type": "Feature", "properties": { "id": 1374840995, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 324177.822876472433563, 74901.910231847257819 ] } }, +{ "type": "Feature", "properties": { "id": 1377430469, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306272.276017174182925, 71035.041865080842399 ] } }, +{ "type": "Feature", "properties": { "id": 1378081014, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298655.087469861260615, 56458.396059464452264 ] } }, +{ "type": "Feature", "properties": { "id": 1378899206, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299845.945966206374578, 61790.730914812535048 ] } }, +{ "type": "Feature", "properties": { "id": 1378899236, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299920.071276980859693, 61688.214795451640384 ] } }, +{ "type": "Feature", "properties": { "id": 1378899289, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300011.602667475293856, 61617.470594251761213 ] } }, +{ "type": "Feature", "properties": { "id": 1378899321, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300016.759388430218678, 61626.366528064820159 ] } }, +{ "type": "Feature", "properties": { "id": 1378899355, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299977.439261562365573, 61618.741465813145624 ] } }, +{ "type": "Feature", "properties": { "id": 1379559786, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301748.514059326786082, 57283.255076404901047 ] } }, +{ "type": "Feature", "properties": { "id": 1379559787, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301711.747138772683684, 57298.920178686501458 ] } }, +{ "type": "Feature", "properties": { "id": 1383571132, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299944.561577781685628, 61156.153725915559335 ] } }, +{ "type": "Feature", "properties": { "id": 1383909209, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301445.501077972294297, 66554.017654929164564 ] } }, +{ "type": "Feature", "properties": { "id": 1383909693, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301567.215239372977521, 66707.815830430554342 ] } }, +{ "type": "Feature", "properties": { "id": 1383917378, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301404.251260457327589, 66677.282584291649982 ] } }, +{ "type": "Feature", "properties": { "id": 1383918588, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301458.356515606923494, 66695.085018402445712 ] } }, +{ "type": "Feature", "properties": { "id": 1383919199, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301494.430906517081894, 66685.349001718583168 ] } }, +{ "type": "Feature", "properties": { "id": 1383920650, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301463.507203972549178, 66707.794581270820345 ] } }, +{ "type": "Feature", "properties": { "id": 1383929011, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301376.538219108129852, 66755.22312104231969 ] } }, +{ "type": "Feature", "properties": { "id": 1383932922, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301239.961618308036122, 66861.527139943253133 ] } }, +{ "type": "Feature", "properties": { "id": 1383933476, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301247.045041737088468, 66873.813260871276725 ] } }, +{ "type": "Feature", "properties": { "id": 1383934394, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301311.484215473581571, 66728.946970428383793 ] } }, +{ "type": "Feature", "properties": { "id": 1383935070, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301349.501050326332916, 66662.445755856082542 ] } }, +{ "type": "Feature", "properties": { "id": 1383935410, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301440.315189605287742, 66721.345810360391624 ] } }, +{ "type": "Feature", "properties": { "id": 1383936936, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301534.952911560714711, 66972.146858912019525 ] } }, +{ "type": "Feature", "properties": { "id": 1383937440, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301536.87833575863624, 67005.613108080811799 ] } }, +{ "type": "Feature", "properties": { "id": 1383939144, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301468.627590737130959, 66873.006706651227432 ] } }, +{ "type": "Feature", "properties": { "id": 1383940754, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301341.117763414280489, 66713.702029776279232 ] } }, +{ "type": "Feature", "properties": { "id": 1383942306, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301379.146160130214412, 66587.047196181025356 ] } }, +{ "type": "Feature", "properties": { "id": 1383942697, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301580.09234230092261, 66735.353752972485381 ] } }, +{ "type": "Feature", "properties": { "id": 1383947223, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301091.203475922986399, 66609.027249936247244 ] } }, +{ "type": "Feature", "properties": { "id": 1383947617, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301132.431007928214967, 66599.713848899904406 ] } }, +{ "type": "Feature", "properties": { "id": 1383949229, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301461.597778020775877, 66591.299211964709684 ] } }, +{ "type": "Feature", "properties": { "id": 1383950274, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301485.431506960827392, 66592.15119666303508 ] } }, +{ "type": "Feature", "properties": { "id": 1383954690, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301763.745323234878015, 66437.168113963940414 ] } }, +{ "type": "Feature", "properties": { "id": 1383955011, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301663.242067865619902, 66491.791558203316526 ] } }, +{ "type": "Feature", "properties": { "id": 1383956024, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301715.416048743179999, 66507.477343840582762 ] } }, +{ "type": "Feature", "properties": { "id": 1383956828, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301564.644557101535611, 66679.856486390024656 ] } }, +{ "type": "Feature", "properties": { "id": 1383956918, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301548.567195729003288, 66553.614898628846277 ] } }, +{ "type": "Feature", "properties": { "id": 1383956921, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301538.279358953121118, 66463.382102236369974 ] } }, +{ "type": "Feature", "properties": { "id": 1383958514, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301318.635997485485859, 66357.858795173699036 ] } }, +{ "type": "Feature", "properties": { "id": 1383961543, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301043.935837317607366, 63773.749599646311253 ] } }, +{ "type": "Feature", "properties": { "id": 1383963882, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300616.679895223816857, 63960.092959385183349 ] } }, +{ "type": "Feature", "properties": { "id": 1383964595, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300639.229909524321556, 64001.609306917824142 ] } }, +{ "type": "Feature", "properties": { "id": 1383964835, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300656.629808053025045, 63984.66616368060204 ] } }, +{ "type": "Feature", "properties": { "id": 1396580643, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300190.168944743752945, 61068.044007138283632 ] } }, +{ "type": "Feature", "properties": { "id": 1400462854, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303022.410434846649878, 60245.9983987247615 ] } }, +{ "type": "Feature", "properties": { "id": 1411748132, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319816.020627154503018, 58280.487613501987653 ] } }, +{ "type": "Feature", "properties": { "id": 1413105218, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300722.239641324209515, 65189.015405677753733 ] } }, +{ "type": "Feature", "properties": { "id": 1413108278, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300725.461132258351427, 65188.168486251066497 ] } }, +{ "type": "Feature", "properties": { "id": 1416071252, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 292098.376774477190338, 73482.595948969697929 ] } }, +{ "type": "Feature", "properties": { "id": 1416071257, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 292076.511659917712677, 73497.446150920484797 ] } }, +{ "type": "Feature", "properties": { "id": 1416071258, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 292500.294853244558908, 73814.29718603315996 ] } }, +{ "type": "Feature", "properties": { "id": 1416102685, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 292001.134066384052858, 74611.231899768623407 ] } }, +{ "type": "Feature", "properties": { "id": 1419714676, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 319086.051627859880682, 82948.628618397604441 ] } }, +{ "type": "Feature", "properties": { "id": 1419743210, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319188.45297826314345, 83116.651750469391118 ] } }, +{ "type": "Feature", "properties": { "id": 1422520991, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303373.23134989925893, 61446.67507384239434 ] } }, +{ "type": "Feature", "properties": { "id": 1423440756, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304116.177759365062229, 61961.320236660758383 ] } }, +{ "type": "Feature", "properties": { "id": 1426190404, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301650.060463568603154, 64940.924460395865026 ] } }, +{ "type": "Feature", "properties": { "id": 1426215370, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301651.362403324164916, 64881.194727943213366 ] } }, +{ "type": "Feature", "properties": { "id": 1426250385, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301190.580384972679894, 65511.872432953910902 ] } }, +{ "type": "Feature", "properties": { "id": 1426275725, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301121.644045357825235, 65519.91039133824961 ] } }, +{ "type": "Feature", "properties": { "id": 1426276530, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301090.081216647173278, 65482.203714814175328 ] } }, +{ "type": "Feature", "properties": { "id": 1426326464, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 319413.846752351033501, 66052.797404224591446 ] } }, +{ "type": "Feature", "properties": { "id": 1426334951, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 318265.766739283513743, 66613.710308091467596 ] } }, +{ "type": "Feature", "properties": { "id": 1427212548, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301751.832276093540713, 65059.560686682845699 ] } }, +{ "type": "Feature", "properties": { "id": 1427212633, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301762.140154325054027, 65062.952073067805031 ] } }, +{ "type": "Feature", "properties": { "id": 1427212741, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301780.183403953968082, 65050.247875149783795 ] } }, +{ "type": "Feature", "properties": { "id": 1427233328, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301870.99934447061969, 65166.765043514016725 ] } }, +{ "type": "Feature", "properties": { "id": 1427265079, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301952.810824764834251, 65214.231330616232299 ] } }, +{ "type": "Feature", "properties": { "id": 1427265080, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301924.451291240809951, 65257.432869776719599 ] } }, +{ "type": "Feature", "properties": { "id": 1427265081, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301939.907684709702153, 65281.159480590991734 ] } }, +{ "type": "Feature", "properties": { "id": 1427265082, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301995.320579890802037, 65261.264202800412022 ] } }, +{ "type": "Feature", "properties": { "id": 1427265083, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302012.731918445904739, 65202.809723280064645 ] } }, +{ "type": "Feature", "properties": { "id": 1427273332, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302092.650246338627767, 65105.399915306217736 ] } }, +{ "type": "Feature", "properties": { "id": 1427273333, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302144.847223637683783, 65072.37271684724692 ] } }, +{ "type": "Feature", "properties": { "id": 1427273368, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302204.776076040579937, 65039.771805635660712 ] } }, +{ "type": "Feature", "properties": { "id": 1427273465, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302134.545645598846022, 65047.799935303839447 ] } }, +{ "type": "Feature", "properties": { "id": 1427273513, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302101.68581581232138, 65050.755847446380358 ] } }, +{ "type": "Feature", "properties": { "id": 1427273515, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302088.164737927552778, 65018.557106721113087 ] } }, +{ "type": "Feature", "properties": { "id": 1427285893, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302067.55719802598469, 64982.967470238581882 ] } }, +{ "type": "Feature", "properties": { "id": 1427285902, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302032.758971109404229, 65004.985922483399918 ] } }, +{ "type": "Feature", "properties": { "id": 1427285993, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301962.56222508958308, 64885.506913811062986 ] } }, +{ "type": "Feature", "properties": { "id": 1427286041, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302003.801838619285263, 64871.11498561748158 ] } }, +{ "type": "Feature", "properties": { "id": 1427286079, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301953.553659084020182, 64841.024727341486141 ] } }, +{ "type": "Feature", "properties": { "id": 1427286094, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301918.108267940580845, 64872.786738839815371 ] } }, +{ "type": "Feature", "properties": { "id": 1427286096, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301950.318362730788067, 64893.128784879547311 ] } }, +{ "type": "Feature", "properties": { "id": 1427286256, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301878.789274025009945, 64936.319226032581355 ] } }, +{ "type": "Feature", "properties": { "id": 1427286257, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301841.405958323681261, 64991.380064185628726 ] } }, +{ "type": "Feature", "properties": { "id": 1427294706, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300462.077183828863781, 63150.550670640717726 ] } }, +{ "type": "Feature", "properties": { "id": 1427499765, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301712.546397693920881, 64990.501876166315924 ] } }, +{ "type": "Feature", "properties": { "id": 1427499828, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301662.94062301539816, 64967.19161146710394 ] } }, +{ "type": "Feature", "properties": { "id": 1427499830, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301614.619905493280385, 64958.708562754269224 ] } }, +{ "type": "Feature", "properties": { "id": 1427499831, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301630.094252686772961, 64908.301510070770746 ] } }, +{ "type": "Feature", "properties": { "id": 1427521090, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301420.722131239715964, 64765.922977705158701 ] } }, +{ "type": "Feature", "properties": { "id": 1427521105, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301388.498656851879787, 64806.160485148393491 ] } }, +{ "type": "Feature", "properties": { "id": 1427521106, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301426.517157740017865, 64785.834096943443001 ] } }, +{ "type": "Feature", "properties": { "id": 1427521107, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301409.125367982604075, 64760.837354462040821 ] } }, +{ "type": "Feature", "properties": { "id": 1428036307, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301631.35334419819992, 65042.164828881919675 ] } }, +{ "type": "Feature", "properties": { "id": 1428036328, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301595.905090919870418, 65098.074576247672667 ] } }, +{ "type": "Feature", "properties": { "id": 1428036347, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301620.379183472832665, 65138.747157302837877 ] } }, +{ "type": "Feature", "properties": { "id": 1428036360, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301648.070738074253313, 65195.94161378176068 ] } }, +{ "type": "Feature", "properties": { "id": 1428036373, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301659.01885920308996, 65216.701311032993544 ] } }, +{ "type": "Feature", "properties": { "id": 1428036380, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301684.782403448480181, 65250.172905564242683 ] } }, +{ "type": "Feature", "properties": { "id": 1428036383, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301658.360049783776049, 65281.514620974703575 ] } }, +{ "type": "Feature", "properties": { "id": 1428036403, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301702.169673847150989, 65285.760746101695986 ] } }, +{ "type": "Feature", "properties": { "id": 1428036410, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301682.187380322895478, 65328.965150087708025 ] } }, +{ "type": "Feature", "properties": { "id": 1428036430, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301815.511632524663582, 65489.971305887534982 ] } }, +{ "type": "Feature", "properties": { "id": 1428036585, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301928.284810280718375, 65380.706535193574382 ] } }, +{ "type": "Feature", "properties": { "id": 1428036605, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301902.510510942898691, 65395.102854589538765 ] } }, +{ "type": "Feature", "properties": { "id": 1428036618, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301887.056289087515324, 65363.327587572093762 ] } }, +{ "type": "Feature", "properties": { "id": 1428036640, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301874.175791146815754, 65344.261528505645401 ] } }, +{ "type": "Feature", "properties": { "id": 1428036643, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301889.002718629373703, 65309.952289215929341 ] } }, +{ "type": "Feature", "properties": { "id": 1428036650, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301347.176018864905927, 65281.027785891870735 ] } }, +{ "type": "Feature", "properties": { "id": 1428185662, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301590.177328686637338, 64768.499164543711231 ] } }, +{ "type": "Feature", "properties": { "id": 1428185672, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301492.906225444341544, 64664.692711698364292 ] } }, +{ "type": "Feature", "properties": { "id": 1428185698, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301415.62610874249367, 64460.070513531696633 ] } }, +{ "type": "Feature", "properties": { "id": 1428185702, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301351.844307913910598, 64414.307956231030403 ] } }, +{ "type": "Feature", "properties": { "id": 1428185705, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300905.358006096736062, 64025.359621184601565 ] } }, +{ "type": "Feature", "properties": { "id": 1428185707, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300906.644591635442339, 64043.151680125112762 ] } }, +{ "type": "Feature", "properties": { "id": 1428427548, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301793.030771993158851, 65209.107467841276957 ] } }, +{ "type": "Feature", "properties": { "id": 1428427550, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301847.787678517517634, 65236.656071273828275 ] } }, +{ "type": "Feature", "properties": { "id": 1428427551, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301874.192212488269433, 65279.44806924504519 ] } }, +{ "type": "Feature", "properties": { "id": 1428427554, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302030.672801990818698, 65563.313076296384679 ] } }, +{ "type": "Feature", "properties": { "id": 1428427555, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302021.01346561871469, 65547.212964138903772 ] } }, +{ "type": "Feature", "properties": { "id": 1428427558, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302123.397348023077939, 65728.126358139241347 ] } }, +{ "type": "Feature", "properties": { "id": 1428427559, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302109.210778147040401, 65775.143858999232179 ] } }, +{ "type": "Feature", "properties": { "id": 1428427561, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302236.048119924846105, 66026.810052873755922 ] } }, +{ "type": "Feature", "properties": { "id": 1428427562, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302213.497015710570849, 66039.511804244379164 ] } }, +{ "type": "Feature", "properties": { "id": 1428427565, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302115.579415059939492, 66032.705264236341463 ] } }, +{ "type": "Feature", "properties": { "id": 1428427566, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302104.634748231095728, 66008.555926950240973 ] } }, +{ "type": "Feature", "properties": { "id": 1428427568, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302055.677010668849107, 66000.493420239610714 ] } }, +{ "type": "Feature", "properties": { "id": 1428427569, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302076.946318866161164, 65963.644614872842794 ] } }, +{ "type": "Feature", "properties": { "id": 1428427570, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302071.151357427763287, 65953.052545661950717 ] } }, +{ "type": "Feature", "properties": { "id": 1428427571, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302047.326657901343424, 65912.378608204540797 ] } }, +{ "type": "Feature", "properties": { "id": 1428427572, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302000.965611355379224, 65828.489612502729869 ] } }, +{ "type": "Feature", "properties": { "id": 1428427573, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301959.091714952664915, 65825.513079389493214 ] } }, +{ "type": "Feature", "properties": { "id": 1434037226, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301168.20517246495001, 56241.899904914360377 ] } }, +{ "type": "Feature", "properties": { "id": 1437051166, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300350.75212641665712, 59639.197213264160382 ] } }, +{ "type": "Feature", "properties": { "id": 1437051216, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302512.459557768888772, 60197.515667183397454 ] } }, +{ "type": "Feature", "properties": { "id": 1437051266, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302966.442914472485427, 61549.015774729996338 ] } }, +{ "type": "Feature", "properties": { "id": 1437051302, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303070.387333552935161, 62707.2235561298221 ] } }, +{ "type": "Feature", "properties": { "id": 1437051359, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303264.511823631590232, 63871.8279660804983 ] } }, +{ "type": "Feature", "properties": { "id": 1437051378, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302449.289352502441034, 64056.210051455534995 ] } }, +{ "type": "Feature", "properties": { "id": 1458562626, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301210.521478695678525, 61761.175226683481014 ] } }, +{ "type": "Feature", "properties": { "id": 1482256504, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 308453.072024303430226, 79737.176191988502978 ] } }, +{ "type": "Feature", "properties": { "id": 1490626144, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301855.656906980148051, 56972.772650670485746 ] } }, +{ "type": "Feature", "properties": { "id": 1491769924, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301373.259972202067729, 56643.943737198205781 ] } }, +{ "type": "Feature", "properties": { "id": 1491769950, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301649.991806153906509, 56573.256852287995571 ] } }, +{ "type": "Feature", "properties": { "id": 1493005669, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302031.034180456481408, 61899.029973122480442 ] } }, +{ "type": "Feature", "properties": { "id": 1503438754, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278002.403563022206072, 64380.803849050258577 ] } }, +{ "type": "Feature", "properties": { "id": 1503442126, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278028.887412678450346, 64402.753324166544189 ] } }, +{ "type": "Feature", "properties": { "id": 1503459085, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278099.012467776774429, 64365.690568803242058 ] } }, +{ "type": "Feature", "properties": { "id": 1503465841, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278161.56889056955697, 64165.557643263731734 ] } }, +{ "type": "Feature", "properties": { "id": 1503465842, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278133.599705450295005, 64295.267557715895236 ] } }, +{ "type": "Feature", "properties": { "id": 1503465843, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278177.070024179527536, 64177.79684271831502 ] } }, +{ "type": "Feature", "properties": { "id": 1503465858, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278180.193485749594402, 64362.908979833744525 ] } }, +{ "type": "Feature", "properties": { "id": 1523857873, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288663.919949429575354, 51752.144175488589099 ] } }, +{ "type": "Feature", "properties": { "id": 1549441481, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306515.477693494001869, 77765.775003420683788 ] } }, +{ "type": "Feature", "properties": { "id": 1558271852, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 269668.977297962643206, 61413.590650597849162 ] } }, +{ "type": "Feature", "properties": { "id": 1568116789, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308758.041448581498116, 64376.159465253673261 ] } }, +{ "type": "Feature", "properties": { "id": 1577583879, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302247.173957628197968, 63331.761629570515652 ] } }, +{ "type": "Feature", "properties": { "id": 1578758800, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302361.54532804369228, 64395.49859793507494 ] } }, +{ "type": "Feature", "properties": { "id": 1581175993, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302382.167550698504783, 64386.185637403192231 ] } }, +{ "type": "Feature", "properties": { "id": 1581645056, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302221.725046203355305, 64382.746780219982611 ] } }, +{ "type": "Feature", "properties": { "id": 1584932886, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302135.445487105462234, 64162.440614527979051 ] } }, +{ "type": "Feature", "properties": { "id": 1584932953, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301948.600662892509717, 64075.971225107685314 ] } }, +{ "type": "Feature", "properties": { "id": 1585033979, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299261.760115266719367, 59799.351982403146394 ] } }, +{ "type": "Feature", "properties": { "id": 1585084030, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302257.214929459732957, 64217.123331034781586 ] } }, +{ "type": "Feature", "properties": { "id": 1596481355, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303474.062065365025774, 56744.603931181285589 ] } }, +{ "type": "Feature", "properties": { "id": 1596628497, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303647.254254274186678, 61315.484280079574091 ] } }, +{ "type": "Feature", "properties": { "id": 1599501273, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301628.70211789564928, 56589.77304573951551 ] } }, +{ "type": "Feature", "properties": { "id": 1605519635, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303415.860399357683491, 54272.374174405144004 ] } }, +{ "type": "Feature", "properties": { "id": 1608795907, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300341.611297164694406, 62111.414201575746119 ] } }, +{ "type": "Feature", "properties": { "id": 1618330111, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 285710.80297644471284, 70698.399317083851201 ] } }, +{ "type": "Feature", "properties": { "id": 1618330387, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286596.627312835073099, 71025.893763870830298 ] } }, +{ "type": "Feature", "properties": { "id": 1618339148, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 285670.945574284880422, 70728.55358686982072 ] } }, +{ "type": "Feature", "properties": { "id": 1618345864, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 287019.968229630903807, 72342.178326666355133 ] } }, +{ "type": "Feature", "properties": { "id": 1622836795, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 288439.635080839856528, 79172.457091177042457 ] } }, +{ "type": "Feature", "properties": { "id": 1622889332, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 290732.175476651522331, 77133.702084176606149 ] } }, +{ "type": "Feature", "properties": { "id": 1629278621, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298267.856128323008306, 83060.982634193744161 ] } }, +{ "type": "Feature", "properties": { "id": 1637251311, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 286097.960540660074912, 70479.072501445058151 ] } }, +{ "type": "Feature", "properties": { "id": 1637255072, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 286502.717650388076436, 71070.544902105088113 ] } }, +{ "type": "Feature", "properties": { "id": 1637264330, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 286296.633103735395707, 72070.24787828513945 ] } }, +{ "type": "Feature", "properties": { "id": 1638063666, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303519.651323099795263, 72077.444595896799001 ] } }, +{ "type": "Feature", "properties": { "id": 1640916377, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303164.510897626401857, 56611.027079828883871 ] } }, +{ "type": "Feature", "properties": { "id": 1640916399, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303121.922754593484569, 56649.557789867685642 ] } }, +{ "type": "Feature", "properties": { "id": 1642772578, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303054.811464147293009, 56719.002343355314224 ] } }, +{ "type": "Feature", "properties": { "id": 1654997709, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306199.952666069904808, 58998.738461432898475 ] } }, +{ "type": "Feature", "properties": { "id": 1655435369, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302295.911392248759512, 66181.87252782919677 ] } }, +{ "type": "Feature", "properties": { "id": 1658491443, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305633.43593602348119, 56085.94263895763288 ] } }, +{ "type": "Feature", "properties": { "id": 1659065643, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305627.12583418097347, 55900.819041300885146 ] } }, +{ "type": "Feature", "properties": { "id": 1659065644, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305617.477427698031534, 55863.957406689187337 ] } }, +{ "type": "Feature", "properties": { "id": 1663980964, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296131.120918845641427, 68944.098533041382325 ] } }, +{ "type": "Feature", "properties": { "id": 1666263415, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303361.213114775135182, 60941.720228419057094 ] } }, +{ "type": "Feature", "properties": { "id": 1666603088, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303836.907813804282341, 70988.896286086848704 ] } }, +{ "type": "Feature", "properties": { "id": 1666605529, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303863.922728464647662, 71034.237781437375816 ] } }, +{ "type": "Feature", "properties": { "id": 1667353975, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303850.41674697236158, 71008.813486780709354 ] } }, +{ "type": "Feature", "properties": { "id": 1667402828, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303891.645983184105717, 70956.306105280164047 ] } }, +{ "type": "Feature", "properties": { "id": 1667405946, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303755.217721948924009, 70852.024842053127941 ] } }, +{ "type": "Feature", "properties": { "id": 1667407048, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303773.873741736577358, 70879.146067046545795 ] } }, +{ "type": "Feature", "properties": { "id": 1667407727, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303768.727125691017136, 70871.941889513633214 ] } }, +{ "type": "Feature", "properties": { "id": 1667413581, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303646.518845934304409, 70646.514424618639168 ] } }, +{ "type": "Feature", "properties": { "id": 1667420596, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303836.3088892349042, 70902.477345932958997 ] } }, +{ "type": "Feature", "properties": { "id": 1669534151, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301588.947561399021652, 67493.208999961570953 ] } }, +{ "type": "Feature", "properties": { "id": 1669534157, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301476.235013524303213, 67485.13688676689344 ] } }, +{ "type": "Feature", "properties": { "id": 1673710053, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301235.923548769904301, 67898.121096442948328 ] } }, +{ "type": "Feature", "properties": { "id": 1681677555, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300932.083725587581284, 61595.501277348113945 ] } }, +{ "type": "Feature", "properties": { "id": 1682591019, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270690.647057686175685, 43287.244373326982895 ] } }, +{ "type": "Feature", "properties": { "id": 1682930317, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303893.702028306608554, 68274.369398764538346 ] } }, +{ "type": "Feature", "properties": { "id": 1683399834, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301153.804239735531155, 61723.888003613967157 ] } }, +{ "type": "Feature", "properties": { "id": 1683678542, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300308.562367414822802, 50878.467352521867724 ] } }, +{ "type": "Feature", "properties": { "id": 1683682278, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301267.312545768567361, 50052.952721208166622 ] } }, +{ "type": "Feature", "properties": { "id": 1683684271, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301536.01076344033936, 49431.991183287711465 ] } }, +{ "type": "Feature", "properties": { "id": 1683685240, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301662.75550067651784, 48555.569910665952193 ] } }, +{ "type": "Feature", "properties": { "id": 1683686538, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301766.24297970283078, 47839.270225938125805 ] } }, +{ "type": "Feature", "properties": { "id": 1683690624, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301842.577669423713814, 47311.471687374498288 ] } }, +{ "type": "Feature", "properties": { "id": 1683707062, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299547.529252099979203, 51604.967003169564123 ] } }, +{ "type": "Feature", "properties": { "id": 1683712509, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299008.620868525176775, 52013.380391916260123 ] } }, +{ "type": "Feature", "properties": { "id": 1683730419, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301589.127036090008914, 45612.741606659263198 ] } }, +{ "type": "Feature", "properties": { "id": 1685937187, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296172.293631672742777, 61395.215089884113695 ] } }, +{ "type": "Feature", "properties": { "id": 1686607090, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302747.899946303688921, 70283.930293742523645 ] } }, +{ "type": "Feature", "properties": { "id": 1687396122, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 325196.173562754062004, 74588.864961749975919 ] } }, +{ "type": "Feature", "properties": { "id": 1687398516, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325466.371949173451867, 74792.708027011569357 ] } }, +{ "type": "Feature", "properties": { "id": 1687420339, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306262.997615090396721, 54597.026516541285673 ] } }, +{ "type": "Feature", "properties": { "id": 1687420804, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305987.390008574642707, 54727.271201049872616 ] } }, +{ "type": "Feature", "properties": { "id": 1687516979, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306847.269976031559054, 59088.69146387327055 ] } }, +{ "type": "Feature", "properties": { "id": 1687531378, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299298.624032404331956, 81345.541982256647316 ] } }, +{ "type": "Feature", "properties": { "id": 1695139506, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299902.981495752406772, 85567.821085297895479 ] } }, +{ "type": "Feature", "properties": { "id": 1695139514, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301059.408709511684719, 86158.014458018238656 ] } }, +{ "type": "Feature", "properties": { "id": 1695139525, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299715.351214490423445, 85092.512453809147701 ] } }, +{ "type": "Feature", "properties": { "id": 1696939063, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 282082.890115922025871, 71730.620922150716069 ] } }, +{ "type": "Feature", "properties": { "id": 1696973996, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305473.813565571501385, 57349.460955195208953 ] } }, +{ "type": "Feature", "properties": { "id": 1696985454, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305522.301826773793437, 57194.030836869649647 ] } }, +{ "type": "Feature", "properties": { "id": 1697712881, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 280174.244858876278158, 62109.157017245990573 ] } }, +{ "type": "Feature", "properties": { "id": 1697734483, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280100.54861896217335, 62028.443936324183596 ] } }, +{ "type": "Feature", "properties": { "id": 1697755052, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 280351.588290011102799, 62143.420646445352759 ] } }, +{ "type": "Feature", "properties": { "id": 1697755054, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280336.122542960743885, 62144.732576465488819 ] } }, +{ "type": "Feature", "properties": { "id": 1697814947, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 284793.590547686850186, 66102.680904272856424 ] } }, +{ "type": "Feature", "properties": { "id": 1704318389, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 282718.535491247137543, 74885.100876006996259 ] } }, +{ "type": "Feature", "properties": { "id": 1704365976, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309309.231237695843447, 64675.482697329382063 ] } }, +{ "type": "Feature", "properties": { "id": 1705829296, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 314502.092959176225122, 87172.813806112622842 ] } }, +{ "type": "Feature", "properties": { "id": 1706037451, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301505.643515081959777, 65397.976750620488019 ] } }, +{ "type": "Feature", "properties": { "id": 1706038616, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301479.225582579965703, 65413.645266412298952 ] } }, +{ "type": "Feature", "properties": { "id": 1707191741, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306769.042841228249017, 64245.716276355458831 ] } }, +{ "type": "Feature", "properties": { "id": 1707825814, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300413.622610558988526, 65299.13222461490659 ] } }, +{ "type": "Feature", "properties": { "id": 1707825822, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300396.873130054795183, 65269.478090427379357 ] } }, +{ "type": "Feature", "properties": { "id": 1707825823, "poi_type_1": "outdoor", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300380.767683365847915, 65241.942115219942934 ] } }, +{ "type": "Feature", "properties": { "id": 1707825824, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300275.110594436468091, 65125.442667093753698 ] } }, +{ "type": "Feature", "properties": { "id": 1707825826, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300351.779551350104157, 65150.862953675328754 ] } }, +{ "type": "Feature", "properties": { "id": 1707826922, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300851.114524580771104, 65027.630925413242949 ] } }, +{ "type": "Feature", "properties": { "id": 1708719691, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307395.830859667563345, 67001.526349744177423 ] } }, +{ "type": "Feature", "properties": { "id": 1708721821, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307413.201817411871161, 67021.877432685359963 ] } }, +{ "type": "Feature", "properties": { "id": 1708729056, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282449.825446670642123, 41797.978775335854152 ] } }, +{ "type": "Feature", "properties": { "id": 1708729794, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282458.870906512311194, 41796.686562818889797 ] } }, +{ "type": "Feature", "properties": { "id": 1713505752, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 274933.518642631708644, 56632.86184545175638 ] } }, +{ "type": "Feature", "properties": { "id": 1713511955, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298913.075358309841249, 78173.473588275664952 ] } }, +{ "type": "Feature", "properties": { "id": 1713513807, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297938.956444712297525, 76780.378890266700182 ] } }, +{ "type": "Feature", "properties": { "id": 1716273713, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301808.238508788170293, 66252.057799209127552 ] } }, +{ "type": "Feature", "properties": { "id": 1725365402, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301693.716788621910382, 57173.102888549568888 ] } }, +{ "type": "Feature", "properties": { "id": 1727242106, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 285631.993208134779707, 70561.722413065290311 ] } }, +{ "type": "Feature", "properties": { "id": 1727242107, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 285581.124495145690162, 70558.008872029589838 ] } }, +{ "type": "Feature", "properties": { "id": 1727242113, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285713.91227700660238, 70641.628054298416828 ] } }, +{ "type": "Feature", "properties": { "id": 1727242121, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 285635.306946333788801, 70610.432416243304033 ] } }, +{ "type": "Feature", "properties": { "id": 1727242124, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 285612.093528553494252, 70591.838227812972036 ] } }, +{ "type": "Feature", "properties": { "id": 1727242125, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 285697.834322793409228, 70650.555191971026943 ] } }, +{ "type": "Feature", "properties": { "id": 1727242126, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 285637.401349743362516, 70694.305361420658301 ] } }, +{ "type": "Feature", "properties": { "id": 1727242127, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285644.111311563232448, 70502.815519965719432 ] } }, +{ "type": "Feature", "properties": { "id": 1727242128, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 285637.956260209844913, 70648.553182935647783 ] } }, +{ "type": "Feature", "properties": { "id": 1727242129, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 285639.270208230707794, 70662.106511372272507 ] } }, +{ "type": "Feature", "properties": { "id": 1727242130, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 285635.968865702452604, 70619.75079779837688 ] } }, +{ "type": "Feature", "properties": { "id": 1728266949, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302065.453117894183379, 63288.076190107451112 ] } }, +{ "type": "Feature", "properties": { "id": 1735182401, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317365.213174885488115, 86048.323578683441156 ] } }, +{ "type": "Feature", "properties": { "id": 1737296859, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298818.437827403075062, 61468.028671127343841 ] } }, +{ "type": "Feature", "properties": { "id": 1740694091, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301290.39791505667381, 65751.233104154409375 ] } }, +{ "type": "Feature", "properties": { "id": 1740694092, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301372.144176582281943, 66135.469118824490579 ] } }, +{ "type": "Feature", "properties": { "id": 1740704823, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304595.150529084377922, 71191.819540458469419 ] } }, +{ "type": "Feature", "properties": { "id": 1740707014, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304907.687318467069417, 71688.927967414376326 ] } }, +{ "type": "Feature", "properties": { "id": 1740707015, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304986.722545945318416, 71899.097032716410467 ] } }, +{ "type": "Feature", "properties": { "id": 1740716039, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305380.795937745657284, 72603.856145530458889 ] } }, +{ "type": "Feature", "properties": { "id": 1740824586, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302174.516769871872384, 64963.088128223760577 ] } }, +{ "type": "Feature", "properties": { "id": 1740891594, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302556.132097585534211, 66280.660859073934262 ] } }, +{ "type": "Feature", "properties": { "id": 1745854165, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299628.798849593265913, 76119.670514191690017 ] } }, +{ "type": "Feature", "properties": { "id": 1748991481, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304278.413065146130975, 68980.755455448947032 ] } }, +{ "type": "Feature", "properties": { "id": 1748998602, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304306.683012891095132, 69090.489344026937033 ] } }, +{ "type": "Feature", "properties": { "id": 1749000951, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304343.382218502636533, 69099.830444336228538 ] } }, +{ "type": "Feature", "properties": { "id": 1749005909, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304437.31903438095469, 69230.784706217076746 ] } }, +{ "type": "Feature", "properties": { "id": 1749009433, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304421.859658010827843, 69239.247838342911564 ] } }, +{ "type": "Feature", "properties": { "id": 1749011050, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304430.863236762699671, 69258.3161165171623 ] } }, +{ "type": "Feature", "properties": { "id": 1749011082, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304369.041223641252145, 69266.751719133651932 ] } }, +{ "type": "Feature", "properties": { "id": 1749011164, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304153.837463836243842, 69502.160285183184897 ] } }, +{ "type": "Feature", "properties": { "id": 1749011169, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304148.040646867535543, 69505.122369556032936 ] } }, +{ "type": "Feature", "properties": { "id": 1749016144, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304408.993207819294184, 69218.906407914691954 ] } }, +{ "type": "Feature", "properties": { "id": 1749016145, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304398.702416183310561, 69198.566532451353851 ] } }, +{ "type": "Feature", "properties": { "id": 1749016150, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304418.6425457491423, 69235.009717716209707 ] } }, +{ "type": "Feature", "properties": { "id": 1752822408, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301164.784964993654285, 65672.419379438637407 ] } }, +{ "type": "Feature", "properties": { "id": 1752843998, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301272.414345159020741, 65431.822351644506853 ] } }, +{ "type": "Feature", "properties": { "id": 1754412984, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300867.472555617627222, 62889.639539008734573 ] } }, +{ "type": "Feature", "properties": { "id": 1754412985, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300873.258894030936062, 63008.252733231558523 ] } }, +{ "type": "Feature", "properties": { "id": 1754567641, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302206.543318896961864, 56946.181258143573359 ] } }, +{ "type": "Feature", "properties": { "id": 1754975219, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306786.111020300362725, 63902.602227804869472 ] } }, +{ "type": "Feature", "properties": { "id": 1754976593, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306717.227054486516863, 63829.67728133181663 ] } }, +{ "type": "Feature", "properties": { "id": 1754976857, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306704.961189166118857, 63854.235927807319968 ] } }, +{ "type": "Feature", "properties": { "id": 1760541821, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302220.880794872762635, 77902.607375082487124 ] } }, +{ "type": "Feature", "properties": { "id": 1761539675, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305037.965615248598624, 76044.703326170376386 ] } }, +{ "type": "Feature", "properties": { "id": 1763147323, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304448.226679579878692, 59651.115683992997219 ] } }, +{ "type": "Feature", "properties": { "id": 1763147324, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303941.908125263929833, 59986.755120799782162 ] } }, +{ "type": "Feature", "properties": { "id": 1764402107, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320165.928846506518312, 56957.211824652229552 ] } }, +{ "type": "Feature", "properties": { "id": 1764402320, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320191.743802545825019, 56951.77517454597546 ] } }, +{ "type": "Feature", "properties": { "id": 1764403997, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320153.926900236343499, 57101.208159982990765 ] } }, +{ "type": "Feature", "properties": { "id": 1764565630, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 320244.089466293167789, 56915.06360421897989 ] } }, +{ "type": "Feature", "properties": { "id": 1767273825, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300560.974962717678864, 59250.332202402678377 ] } }, +{ "type": "Feature", "properties": { "id": 1767282112, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300662.860304606088903, 59170.701150950335432 ] } }, +{ "type": "Feature", "properties": { "id": 1767286893, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300482.953699143545236, 59259.646214794753178 ] } }, +{ "type": "Feature", "properties": { "id": 1769896291, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301794.883948510978371, 65537.411433934481465 ] } }, +{ "type": "Feature", "properties": { "id": 1769896294, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301799.394222333154175, 65535.294442071688536 ] } }, +{ "type": "Feature", "properties": { "id": 1770858847, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303125.49609944288386, 55824.361476531812514 ] } }, +{ "type": "Feature", "properties": { "id": 1770976867, "poi_type_1": "biergarten", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303307.767051985312719, 60807.410168284142856 ] } }, +{ "type": "Feature", "properties": { "id": 1777415638, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 284536.612314892059658, 65514.80747478131525 ] } }, +{ "type": "Feature", "properties": { "id": 1793478711, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301689.185622950666584, 68537.451901501335669 ] } }, +{ "type": "Feature", "properties": { "id": 1793478712, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301983.355722608102951, 69034.430506227829028 ] } }, +{ "type": "Feature", "properties": { "id": 1795796594, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302652.952462708752137, 56752.312916260132624 ] } }, +{ "type": "Feature", "properties": { "id": 1797680224, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300784.909225678944495, 63546.235526920325356 ] } }, +{ "type": "Feature", "properties": { "id": 1799454473, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313925.376349083613604, 65606.642668151092948 ] } }, +{ "type": "Feature", "properties": { "id": 1802297281, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303012.138872177631129, 71212.609574328918825 ] } }, +{ "type": "Feature", "properties": { "id": 1802299466, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302992.838857191964053, 71181.253790400660364 ] } }, +{ "type": "Feature", "properties": { "id": 1802885415, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302103.499798854172695, 65468.866719834062678 ] } }, +{ "type": "Feature", "properties": { "id": 1809517483, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302731.461604506301228, 69468.031974003504729 ] } }, +{ "type": "Feature", "properties": { "id": 1809517487, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302331.555039954604581, 69592.015652691508876 ] } }, +{ "type": "Feature", "properties": { "id": 1809517488, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302688.95606845698785, 69488.773763007804519 ] } }, +{ "type": "Feature", "properties": { "id": 1809517491, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302650.987424480728805, 69427.758799015646218 ] } }, +{ "type": "Feature", "properties": { "id": 1809517495, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302685.738841456826776, 69482.418296243893565 ] } }, +{ "type": "Feature", "properties": { "id": 1809517496, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302794.521440504526254, 69582.432899831313989 ] } }, +{ "type": "Feature", "properties": { "id": 1809517497, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302739.182232922117691, 69484.979623181890929 ] } }, +{ "type": "Feature", "properties": { "id": 1809517499, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302665.788397305586841, 69452.757688910991419 ] } }, +{ "type": "Feature", "properties": { "id": 1809517501, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302795.129142284567934, 69678.171229138999479 ] } }, +{ "type": "Feature", "properties": { "id": 1810737591, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302825.404141917882953, 69646.411242950009182 ] } }, +{ "type": "Feature", "properties": { "id": 1810737606, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302475.120768959866837, 69662.383227422425989 ] } }, +{ "type": "Feature", "properties": { "id": 1810737610, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302276.208628881315235, 69498.378418395950575 ] } }, +{ "type": "Feature", "properties": { "id": 1810737611, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302908.406219895230606, 69799.370238783289096 ] } }, +{ "type": "Feature", "properties": { "id": 1810737612, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302304.526770229858812, 69542.443654148737551 ] } }, +{ "type": "Feature", "properties": { "id": 1813943822, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314561.489296028157696, 87021.693949379492551 ] } }, +{ "type": "Feature", "properties": { "id": 1821015958, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301991.737413798982743, 68995.883382286643609 ] } }, +{ "type": "Feature", "properties": { "id": 1821015964, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302096.622938100073952, 69272.112361111227074 ] } }, +{ "type": "Feature", "properties": { "id": 1821015965, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301933.126665670017246, 69039.07701752189314 ] } }, +{ "type": "Feature", "properties": { "id": 1824995167, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298887.739052824443206, 59363.499510526882659 ] } }, +{ "type": "Feature", "properties": { "id": 1824995168, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298875.487419321609195, 59359.265218424108753 ] } }, +{ "type": "Feature", "properties": { "id": 1825739845, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299786.696893215121236, 63596.607325993747509 ] } }, +{ "type": "Feature", "properties": { "id": 1825739854, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299614.005479087645654, 63849.937004685605643 ] } }, +{ "type": "Feature", "properties": { "id": 1825739869, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299627.53903547686059, 63873.658840847318061 ] } }, +{ "type": "Feature", "properties": { "id": 1825848791, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302592.811549147998448, 70065.709850266997819 ] } }, +{ "type": "Feature", "properties": { "id": 1825848792, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302604.355154338933062, 70195.765311362076318 ] } }, +{ "type": "Feature", "properties": { "id": 1825848793, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302430.013938652409706, 69767.002391687652562 ] } }, +{ "type": "Feature", "properties": { "id": 1825848794, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302413.246295672142878, 69848.755560764489928 ] } }, +{ "type": "Feature", "properties": { "id": 1825848807, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302462.151362906850409, 69937.308279565841076 ] } }, +{ "type": "Feature", "properties": { "id": 1825848808, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302392.010047552466858, 69812.740957128902664 ] } }, +{ "type": "Feature", "properties": { "id": 1825848809, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302423.54205783852376, 69867.82183059725503 ] } }, +{ "type": "Feature", "properties": { "id": 1825853212, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302440.30991141271079, 69785.645062714087544 ] } }, +{ "type": "Feature", "properties": { "id": 1825853213, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302874.916715847735759, 69819.267280272790231 ] } }, +{ "type": "Feature", "properties": { "id": 1825853214, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299817.632532340358011, 63737.247176573757315 ] } }, +{ "type": "Feature", "properties": { "id": 1825853215, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302818.326321375381667, 69633.276323955084081 ] } }, +{ "type": "Feature", "properties": { "id": 1825853218, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301994.95567788783228, 69001.391303705022437 ] } }, +{ "type": "Feature", "properties": { "id": 1825853219, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302414.569051943195518, 69741.58013248903444 ] } }, +{ "type": "Feature", "properties": { "id": 1825853221, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302513.117594494891819, 69641.215050499391509 ] } }, +{ "type": "Feature", "properties": { "id": 1825853225, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302682.891390616481658, 70231.37749887885002 ] } }, +{ "type": "Feature", "properties": { "id": 1825853226, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299789.274115801090375, 63580.509826765301113 ] } }, +{ "type": "Feature", "properties": { "id": 1825853227, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302280.680034282268025, 69614.875256711646216 ] } }, +{ "type": "Feature", "properties": { "id": 1825853228, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301952.472908019437455, 68933.600842837753589 ] } }, +{ "type": "Feature", "properties": { "id": 1827182417, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303843.94594158406835, 56187.73562725247757 ] } }, +{ "type": "Feature", "properties": { "id": 1827182472, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303354.327177749015391, 56218.421432481540251 ] } }, +{ "type": "Feature", "properties": { "id": 1827182566, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303030.899114335537888, 56832.944439665741811 ] } }, +{ "type": "Feature", "properties": { "id": 1827758532, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301640.03466489596758, 60755.595341547508724 ] } }, +{ "type": "Feature", "properties": { "id": 1827758746, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301638.097943007363938, 60767.879747588427563 ] } }, +{ "type": "Feature", "properties": { "id": 1827768786, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301699.98837210831698, 60757.303328458445321 ] } }, +{ "type": "Feature", "properties": { "id": 1827781709, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301540.742170528217684, 60821.23433343724173 ] } }, +{ "type": "Feature", "properties": { "id": 1827781722, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301546.545102037489414, 60816.575778378144605 ] } }, +{ "type": "Feature", "properties": { "id": 1827781731, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301558.149292628222611, 60815.307367030778551 ] } }, +{ "type": "Feature", "properties": { "id": 1827793441, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301507.21733188838698, 60833.088651620761084 ] } }, +{ "type": "Feature", "properties": { "id": 1827793448, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301491.744102971861139, 60839.863357491252827 ] } }, +{ "type": "Feature", "properties": { "id": 1827808974, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301503.343429413449485, 60862.317301467526704 ] } }, +{ "type": "Feature", "properties": { "id": 1827808975, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301494.317613029503264, 60865.280779077351326 ] } }, +{ "type": "Feature", "properties": { "id": 1827808976, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301434.358576454513241, 60895.345585725241108 ] } }, +{ "type": "Feature", "properties": { "id": 1829290146, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303379.999968029791489, 56502.677364807284903 ] } }, +{ "type": "Feature", "properties": { "id": 1829661485, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302742.486589281063061, 57084.881853889608465 ] } }, +{ "type": "Feature", "properties": { "id": 1831960871, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308514.321473421819974, 56663.960820055406657 ] } }, +{ "type": "Feature", "properties": { "id": 1832002624, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309660.135703326319344, 56966.979531774341012 ] } }, +{ "type": "Feature", "properties": { "id": 1832002627, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310712.171890141791664, 57383.144371962102014 ] } }, +{ "type": "Feature", "properties": { "id": 1832002630, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310764.000137767929118, 58111.411915147866239 ] } }, +{ "type": "Feature", "properties": { "id": 1832002633, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310222.898768870043568, 57199.451644712455163 ] } }, +{ "type": "Feature", "properties": { "id": 1832002647, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309157.899358777736779, 56790.965466612709861 ] } }, +{ "type": "Feature", "properties": { "id": 1832002648, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312538.65505652804859, 58556.457873363295221 ] } }, +{ "type": "Feature", "properties": { "id": 1832002649, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313161.976347628922667, 58702.415899255589466 ] } }, +{ "type": "Feature", "properties": { "id": 1832002650, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313823.129306076851208, 58949.740942895732587 ] } }, +{ "type": "Feature", "properties": { "id": 1832002653, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314509.834365030110348, 59297.1483654439362 ] } }, +{ "type": "Feature", "properties": { "id": 1832002657, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311220.349743181141093, 58269.250254718448559 ] } }, +{ "type": "Feature", "properties": { "id": 1832002661, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311838.594571389025077, 58394.755559858560446 ] } }, +{ "type": "Feature", "properties": { "id": 1834861784, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 316082.127257034124341, 55606.056006439990597 ] } }, +{ "type": "Feature", "properties": { "id": 1834885369, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302702.189009480061941, 70279.677240088189137 ] } }, +{ "type": "Feature", "properties": { "id": 1843430243, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302556.84303504723357, 69812.796128558096825 ] } }, +{ "type": "Feature", "properties": { "id": 1850435576, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309814.985393162292894, 86497.442790088694892 ] } }, +{ "type": "Feature", "properties": { "id": 1853451181, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299748.032139133953024, 63610.164268572349101 ] } }, +{ "type": "Feature", "properties": { "id": 1853451182, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299732.565085929876659, 63582.629741458193166 ] } }, +{ "type": "Feature", "properties": { "id": 1858409636, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284005.398170256870799, 58196.266683086447301 ] } }, +{ "type": "Feature", "properties": { "id": 1863265128, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280284.604277978825849, 68688.511741009759135 ] } }, +{ "type": "Feature", "properties": { "id": 1865211622, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304341.256120552716311, 61746.675729356553347 ] } }, +{ "type": "Feature", "properties": { "id": 1865211623, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304323.867767791321967, 61720.401385513352579 ] } }, +{ "type": "Feature", "properties": { "id": 1866472796, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303421.472138688375708, 61673.3314775284598 ] } }, +{ "type": "Feature", "properties": { "id": 1868984359, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299454.130350240680855, 62977.29736050934298 ] } }, +{ "type": "Feature", "properties": { "id": 1873171679, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301082.542729813721962, 64166.024180783540942 ] } }, +{ "type": "Feature", "properties": { "id": 1873813840, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300712.513310381909832, 65833.76030833668483 ] } }, +{ "type": "Feature", "properties": { "id": 1873813850, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300614.598790987918619, 65740.555639270183747 ] } }, +{ "type": "Feature", "properties": { "id": 1873813892, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300310.499525369144976, 66241.676448222395265 ] } }, +{ "type": "Feature", "properties": { "id": 1873813921, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300650.033384939364623, 65720.64863985752163 ] } }, +{ "type": "Feature", "properties": { "id": 1873813946, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300309.207515074289404, 66328.518071374084684 ] } }, +{ "type": "Feature", "properties": { "id": 1882727600, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300483.387087052396964, 62496.065231865759415 ] } }, +{ "type": "Feature", "properties": { "id": 1885983744, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303966.064187311101705, 57017.234337261375913 ] } }, +{ "type": "Feature", "properties": { "id": 1887413946, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296268.461282368341926, 61634.085077773837838 ] } }, +{ "type": "Feature", "properties": { "id": 1887447619, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 296956.623763052921277, 60999.194373910206195 ] } }, +{ "type": "Feature", "properties": { "id": 1888172061, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301982.934549032710493, 68203.712954538190388 ] } }, +{ "type": "Feature", "properties": { "id": 1891894307, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305698.293379694165196, 59821.418204759538639 ] } }, +{ "type": "Feature", "properties": { "id": 1894015859, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299744.185310872388072, 64179.505140360233781 ] } }, +{ "type": "Feature", "properties": { "id": 1899033650, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301113.185877494397573, 66070.612081875355216 ] } }, +{ "type": "Feature", "properties": { "id": 1899033652, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300935.434910824755207, 65678.7410833157046 ] } }, +{ "type": "Feature", "properties": { "id": 1899033653, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300928.994011359871365, 65666.878978833425208 ] } }, +{ "type": "Feature", "properties": { "id": 1899033656, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300914.170471734309103, 65715.593156901537441 ] } }, +{ "type": "Feature", "properties": { "id": 1900975316, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301598.205438559409231, 66379.094821991835488 ] } }, +{ "type": "Feature", "properties": { "id": 1900975367, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301647.159469613281544, 66394.779428475245368 ] } }, +{ "type": "Feature", "properties": { "id": 1905087707, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307562.871935205534101, 57332.660832782530633 ] } }, +{ "type": "Feature", "properties": { "id": 1905087715, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306576.063744000392035, 58069.653750178229529 ] } }, +{ "type": "Feature", "properties": { "id": 1905087720, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307054.922592256567441, 57711.29365658450115 ] } }, +{ "type": "Feature", "properties": { "id": 1906721425, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301208.407957311428618, 66806.451543960254639 ] } }, +{ "type": "Feature", "properties": { "id": 1907659362, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302413.717769598355517, 58527.171574739746575 ] } }, +{ "type": "Feature", "properties": { "id": 1907676017, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302409.862248710065614, 58485.232543191050354 ] } }, +{ "type": "Feature", "properties": { "id": 1907729896, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302971.976446818676777, 60610.71036609607836 ] } }, +{ "type": "Feature", "properties": { "id": 1907733368, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302233.17537706514122, 58464.420063551959174 ] } }, +{ "type": "Feature", "properties": { "id": 1909451924, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 274653.228556832764298, 54269.621007258283498 ] } }, +{ "type": "Feature", "properties": { "id": 1912358152, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 273938.527004824311007, 54150.099798574272427 ] } }, +{ "type": "Feature", "properties": { "id": 1917136131, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300845.088855281181168, 61373.092769782961113 ] } }, +{ "type": "Feature", "properties": { "id": 1919411111, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304306.976936380146071, 58622.496757132852508 ] } }, +{ "type": "Feature", "properties": { "id": 1919411316, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303928.739004425588064, 58073.706447382544866 ] } }, +{ "type": "Feature", "properties": { "id": 1919602945, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300723.858968560001813, 61807.285716575352126 ] } }, +{ "type": "Feature", "properties": { "id": 1921032548, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 275463.564059960190207, 54633.319208414810419 ] } }, +{ "type": "Feature", "properties": { "id": 1921032555, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 272391.48541429254692, 54049.799872332696395 ] } }, +{ "type": "Feature", "properties": { "id": 1928272841, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 270403.606205266551115, 55707.457191189081641 ] } }, +{ "type": "Feature", "properties": { "id": 1928466782, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 275726.631587109179236, 38594.954384710705199 ] } }, +{ "type": "Feature", "properties": { "id": 1928468818, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275789.249279551906511, 39356.398340455489233 ] } }, +{ "type": "Feature", "properties": { "id": 1928468898, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 276013.298692638287321, 39263.747885696757294 ] } }, +{ "type": "Feature", "properties": { "id": 1928468949, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275980.374519137491006, 39279.10426065534557 ] } }, +{ "type": "Feature", "properties": { "id": 1928469566, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274889.132405200332869, 39698.699473592292634 ] } }, +{ "type": "Feature", "properties": { "id": 1928469583, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274870.693355912866537, 39599.213746553745295 ] } }, +{ "type": "Feature", "properties": { "id": 1928471481, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 277202.361027495237067, 38231.903397834197676 ] } }, +{ "type": "Feature", "properties": { "id": 1928484765, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 276153.258787262660917, 39359.032524637819733 ] } }, +{ "type": "Feature", "properties": { "id": 1928484769, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 276081.491088132606819, 39358.416205728273781 ] } }, +{ "type": "Feature", "properties": { "id": 1928484774, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275695.54740356648108, 38778.055010276468238 ] } }, +{ "type": "Feature", "properties": { "id": 1929919937, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 272542.325625005934853, 58011.316054421164154 ] } }, +{ "type": "Feature", "properties": { "id": 1929919938, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 274001.068311385402922, 60382.540640886072651 ] } }, +{ "type": "Feature", "properties": { "id": 1929919939, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 272076.538799939327873, 57456.425879077534773 ] } }, +{ "type": "Feature", "properties": { "id": 1930032801, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321330.362856441584881, 47918.456448932978674 ] } }, +{ "type": "Feature", "properties": { "id": 1930035857, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 321302.585548812116031, 47921.341868890071055 ] } }, +{ "type": "Feature", "properties": { "id": 1932758794, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302480.986608460138086, 77118.560415912390454 ] } }, +{ "type": "Feature", "properties": { "id": 1932902780, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301414.630383582203649, 56179.248178777561407 ] } }, +{ "type": "Feature", "properties": { "id": 1934501367, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298746.793788442504592, 60919.882371018240519 ] } }, +{ "type": "Feature", "properties": { "id": 1934522990, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299058.802046401367988, 60888.4886048830449 ] } }, +{ "type": "Feature", "properties": { "id": 1934626656, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 317754.964116527116857, 66069.810247627203353 ] } }, +{ "type": "Feature", "properties": { "id": 1934626657, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 321843.30401331622852, 67533.347271080987412 ] } }, +{ "type": "Feature", "properties": { "id": 1934626659, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 326335.599818249931559, 73731.184798100948683 ] } }, +{ "type": "Feature", "properties": { "id": 1934626660, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 321170.918173526704777, 66845.550697303406196 ] } }, +{ "type": "Feature", "properties": { "id": 1934626662, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 323063.364541340153664, 68925.25804688509379 ] } }, +{ "type": "Feature", "properties": { "id": 1934626663, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 316733.832167267450131, 66097.082865652802866 ] } }, +{ "type": "Feature", "properties": { "id": 1937564862, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271535.819648866367061, 56890.838691234726866 ] } }, +{ "type": "Feature", "properties": { "id": 1942321062, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307447.431079160654917, 43832.495277327521762 ] } }, +{ "type": "Feature", "properties": { "id": 1942321067, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307414.476161827682517, 43834.156700534695119 ] } }, +{ "type": "Feature", "properties": { "id": 1948123002, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301331.544454602291808, 66219.761657289389404 ] } }, +{ "type": "Feature", "properties": { "id": 1949148388, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302571.020803767547477, 77175.35691911491449 ] } }, +{ "type": "Feature", "properties": { "id": 1949160497, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301719.787038873531856, 75401.819134142322582 ] } }, +{ "type": "Feature", "properties": { "id": 1949236642, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302498.993386290210765, 77130.427977892875788 ] } }, +{ "type": "Feature", "properties": { "id": 1949905101, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302337.222919665568043, 76098.849761284262058 ] } }, +{ "type": "Feature", "properties": { "id": 1949918907, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302465.333943857287522, 75834.973718170964275 ] } }, +{ "type": "Feature", "properties": { "id": 1949982645, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303824.428649377601687, 57756.788828582917631 ] } }, +{ "type": "Feature", "properties": { "id": 1950344608, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301320.887203062768094, 71783.57859997660853 ] } }, +{ "type": "Feature", "properties": { "id": 1952071262, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302916.037832579517271, 76563.347661989115295 ] } }, +{ "type": "Feature", "properties": { "id": 1953074157, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299810.738590738619678, 71334.848292804934317 ] } }, +{ "type": "Feature", "properties": { "id": 1953078671, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299848.076049701776356, 71343.319849371851888 ] } }, +{ "type": "Feature", "properties": { "id": 1953078672, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299794.00016002409393, 71297.993721804930829 ] } }, +{ "type": "Feature", "properties": { "id": 1954843319, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302323.451621070271358, 76929.572600259576575 ] } }, +{ "type": "Feature", "properties": { "id": 1954850609, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302534.363383523595985, 77154.58663813075691 ] } }, +{ "type": "Feature", "properties": { "id": 1955926332, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302618.014540400938131, 77069.890882988533122 ] } }, +{ "type": "Feature", "properties": { "id": 1955929570, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 286624.836660327506252, 48479.337235043669352 ] } }, +{ "type": "Feature", "properties": { "id": 1957895693, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302510.303386322106235, 76027.314104957782547 ] } }, +{ "type": "Feature", "properties": { "id": 1958737888, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312815.785692229284905, 59021.214025829583989 ] } }, +{ "type": "Feature", "properties": { "id": 1960587148, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 319803.030474239843898, 82827.665024944144534 ] } }, +{ "type": "Feature", "properties": { "id": 1962544640, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306494.948937836103141, 49073.337958530326432 ] } }, +{ "type": "Feature", "properties": { "id": 1967406009, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304822.810862634796649, 71544.840894569992088 ] } }, +{ "type": "Feature", "properties": { "id": 1974440545, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300626.766818943258841, 58986.002236968211946 ] } }, +{ "type": "Feature", "properties": { "id": 1975879362, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 273911.245964049827307, 51532.685407822922571 ] } }, +{ "type": "Feature", "properties": { "id": 1977355326, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301479.525254796957597, 67136.0758764478378 ] } }, +{ "type": "Feature", "properties": { "id": 1978215586, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270600.03902748163091, 54161.749047298071673 ] } }, +{ "type": "Feature", "properties": { "id": 1978226009, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270603.386051497363951, 54029.56783597030153 ] } }, +{ "type": "Feature", "properties": { "id": 1978226016, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270581.366690653201658, 54009.321714242621965 ] } }, +{ "type": "Feature", "properties": { "id": 1978292366, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270507.414677916385699, 53910.913417258307163 ] } }, +{ "type": "Feature", "properties": { "id": 1978292368, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270460.705712920927908, 53848.404471281690348 ] } }, +{ "type": "Feature", "properties": { "id": 1978292370, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270481.480915067309979, 53880.092798691934149 ] } }, +{ "type": "Feature", "properties": { "id": 1978292372, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 270499.632716210035142, 53901.201252834580373 ] } }, +{ "type": "Feature", "properties": { "id": 1978292374, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 270506.558619573479518, 53857.964939068719104 ] } }, +{ "type": "Feature", "properties": { "id": 1978292376, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270558.017976407078095, 53979.337792947917478 ] } }, +{ "type": "Feature", "properties": { "id": 1978292383, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270521.485755126806907, 53879.509899199241772 ] } }, +{ "type": "Feature", "properties": { "id": 1978292385, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 270514.345674871932715, 53868.94793544751883 ] } }, +{ "type": "Feature", "properties": { "id": 1978292387, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270489.262922594673, 53889.804943837931205 ] } }, +{ "type": "Feature", "properties": { "id": 1978292389, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270543.759985503682401, 53963.720709282511962 ] } }, +{ "type": "Feature", "properties": { "id": 1978292393, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270513.257458304695319, 53919.786077470445889 ] } }, +{ "type": "Feature", "properties": { "id": 1978344932, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270412.053371618152596, 53784.209121308507747 ] } }, +{ "type": "Feature", "properties": { "id": 1978352936, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270501.731403352168854, 53780.038986181025393 ] } }, +{ "type": "Feature", "properties": { "id": 1978359389, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270567.466289139993023, 53921.26498172814172 ] } }, +{ "type": "Feature", "properties": { "id": 1978359390, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270576.264438454702031, 53861.923923520262178 ] } }, +{ "type": "Feature", "properties": { "id": 1978359391, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270570.608468715392519, 53900.071745045264834 ] } }, +{ "type": "Feature", "properties": { "id": 1978359392, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 270575.000821342866402, 53868.70678315328405 ] } }, +{ "type": "Feature", "properties": { "id": 1978359398, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270571.851884675503243, 53888.205583729897626 ] } }, +{ "type": "Feature", "properties": { "id": 1978359402, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270568.714744685508776, 53910.669644833498751 ] } }, +{ "type": "Feature", "properties": { "id": 1978359404, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270578.151457249477971, 53849.631592680285394 ] } }, +{ "type": "Feature", "properties": { "id": 1978387194, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270615.294810237304773, 53778.316854115786555 ] } }, +{ "type": "Feature", "properties": { "id": 1978387195, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270553.361842282814905, 53781.951672531620716 ] } }, +{ "type": "Feature", "properties": { "id": 1978387214, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 270550.246600774000399, 53809.922647603598307 ] } }, +{ "type": "Feature", "properties": { "id": 1978387222, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270639.222041563945822, 53791.354057760821888 ] } }, +{ "type": "Feature", "properties": { "id": 1978400613, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270677.140874220873229, 53915.746703663775406 ] } }, +{ "type": "Feature", "properties": { "id": 1978400615, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270680.757642855169252, 53851.342902160999074 ] } }, +{ "type": "Feature", "properties": { "id": 1978400616, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270649.912269826978445, 53883.659778039742378 ] } }, +{ "type": "Feature", "properties": { "id": 1978400617, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270599.998154416796751, 53826.246038292178127 ] } }, +{ "type": "Feature", "properties": { "id": 1978400620, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270655.349570340651553, 53953.111111092723149 ] } }, +{ "type": "Feature", "properties": { "id": 1978400621, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270627.485821057169233, 53923.568473058483505 ] } }, +{ "type": "Feature", "properties": { "id": 1978400623, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270587.055731606960762, 53816.977878093712206 ] } }, +{ "type": "Feature", "properties": { "id": 1978400678, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270744.252875430393033, 53753.23683238785452 ] } }, +{ "type": "Feature", "properties": { "id": 1979669266, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300339.040434527443722, 61951.287372467544628 ] } }, +{ "type": "Feature", "properties": { "id": 1979669267, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304670.829795082448982, 70622.944329124249634 ] } }, +{ "type": "Feature", "properties": { "id": 1979669269, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303242.659224508621264, 60800.179902707190195 ] } }, +{ "type": "Feature", "properties": { "id": 1983027272, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 270434.082351768098306, 42956.998523311573081 ] } }, +{ "type": "Feature", "properties": { "id": 1983046300, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 270539.709484393591993, 41077.017842302608187 ] } }, +{ "type": "Feature", "properties": { "id": 1984035857, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 269692.181880744872615, 42474.957294243213255 ] } }, +{ "type": "Feature", "properties": { "id": 1987885623, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303054.547560441598762, 52665.033921948401257 ] } }, +{ "type": "Feature", "properties": { "id": 1987885632, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303003.423372499761172, 53009.832657209357421 ] } }, +{ "type": "Feature", "properties": { "id": 1987885769, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303130.89629183843499, 53731.295934284607938 ] } }, +{ "type": "Feature", "properties": { "id": 1987886026, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303256.493217490962707, 54260.441271293384489 ] } }, +{ "type": "Feature", "properties": { "id": 1987886175, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303192.95778589596739, 54962.338889109843876 ] } }, +{ "type": "Feature", "properties": { "id": 1987891458, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303147.756843307055533, 52016.100667651146068 ] } }, +{ "type": "Feature", "properties": { "id": 1987892280, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303119.052521759120282, 52741.734436816295784 ] } }, +{ "type": "Feature", "properties": { "id": 1987892671, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302772.567862017545849, 52536.56884236328915 ] } }, +{ "type": "Feature", "properties": { "id": 1987895199, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303168.427230285364203, 51977.137265015968296 ] } }, +{ "type": "Feature", "properties": { "id": 1987895200, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303169.079908727610018, 51960.193104739424598 ] } }, +{ "type": "Feature", "properties": { "id": 1987957479, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270765.124058606394101, 43328.888020961661823 ] } }, +{ "type": "Feature", "properties": { "id": 1987957482, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 270710.978955050231889, 43199.476601123737055 ] } }, +{ "type": "Feature", "properties": { "id": 1987957513, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270771.935056642745622, 43253.458424941687554 ] } }, +{ "type": "Feature", "properties": { "id": 1987957577, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 270859.165372961084358, 43416.205535416273051 ] } }, +{ "type": "Feature", "properties": { "id": 1989533254, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301933.723765017814003, 61824.871183374241809 ] } }, +{ "type": "Feature", "properties": { "id": 1993138126, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303114.137092996679712, 61356.331450897676405 ] } }, +{ "type": "Feature", "properties": { "id": 1993198855, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 273960.032947158033494, 54210.601046518771909 ] } }, +{ "type": "Feature", "properties": { "id": 1993198858, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274131.459113443677779, 54150.69445098349388 ] } }, +{ "type": "Feature", "properties": { "id": 1993198879, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273173.909050624468364, 53973.216469588296604 ] } }, +{ "type": "Feature", "properties": { "id": 1993610660, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 274128.472323089023121, 54404.026347036939114 ] } }, +{ "type": "Feature", "properties": { "id": 1993610682, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 274288.495934119157027, 54406.01090972059319 ] } }, +{ "type": "Feature", "properties": { "id": 1993610685, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 274198.02192090661265, 54365.234862656106998 ] } }, +{ "type": "Feature", "properties": { "id": 1994680551, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301655.055673647904769, 68530.666275309384218 ] } }, +{ "type": "Feature", "properties": { "id": 1994680554, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302803.7460856057005, 70726.211000459705247 ] } }, +{ "type": "Feature", "properties": { "id": 1994680555, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302799.198743097484112, 70833.808910487947287 ] } }, +{ "type": "Feature", "properties": { "id": 1994680556, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302832.65439027978573, 70889.739582108828472 ] } }, +{ "type": "Feature", "properties": { "id": 1994680557, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302821.758558572968468, 70762.649224748412962 ] } }, +{ "type": "Feature", "properties": { "id": 1994680558, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302821.07498982315883, 70866.85963778947189 ] } }, +{ "type": "Feature", "properties": { "id": 1994680562, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301789.619445573072881, 68655.665307002607733 ] } }, +{ "type": "Feature", "properties": { "id": 1994680563, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302754.807550373952836, 70752.457075720711146 ] } }, +{ "type": "Feature", "properties": { "id": 1996953169, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 273964.46624357131077, 54186.863053538814711 ] } }, +{ "type": "Feature", "properties": { "id": 1999231230, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304103.433114436280448, 60534.153216903541761 ] } }, +{ "type": "Feature", "properties": { "id": 2002586729, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301576.460120294650551, 74701.114243610747508 ] } }, +{ "type": "Feature", "properties": { "id": 2003123746, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282543.690756848256569, 67325.130707864082069 ] } }, +{ "type": "Feature", "properties": { "id": 2003123747, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282987.343074235075619, 67547.767982400357141 ] } }, +{ "type": "Feature", "properties": { "id": 2010119736, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301581.730372818827163, 68111.690920831082622 ] } }, +{ "type": "Feature", "properties": { "id": 2010119738, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301572.851666072732769, 67464.399492396521964 ] } }, +{ "type": "Feature", "properties": { "id": 2011747048, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303856.146718780102674, 60009.16152606952528 ] } }, +{ "type": "Feature", "properties": { "id": 2011781151, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299981.955719219637103, 63386.06691996614245 ] } }, +{ "type": "Feature", "properties": { "id": 2011781542, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307065.115470993332565, 66619.946431918928283 ] } }, +{ "type": "Feature", "properties": { "id": 2011782281, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299356.568041513266508, 60139.082036767293175 ] } }, +{ "type": "Feature", "properties": { "id": 2011782416, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307332.609429401753005, 66449.912248388412991 ] } }, +{ "type": "Feature", "properties": { "id": 2011783430, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298487.256925328576472, 52712.850436911678116 ] } }, +{ "type": "Feature", "properties": { "id": 2012413416, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 305683.9296996362973, 64250.733669837762136 ] } }, +{ "type": "Feature", "properties": { "id": 2012627843, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306239.058495722245425, 71491.253589950298192 ] } }, +{ "type": "Feature", "properties": { "id": 2012627846, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304697.135508463368751, 69751.997662478024722 ] } }, +{ "type": "Feature", "properties": { "id": 2012627848, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304931.227600065525621, 70174.499415463593323 ] } }, +{ "type": "Feature", "properties": { "id": 2012627855, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304420.563441856589634, 69253.226514149544528 ] } }, +{ "type": "Feature", "properties": { "id": 2012627858, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305281.667637665756047, 70813.984835887371446 ] } }, +{ "type": "Feature", "properties": { "id": 2012644380, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307780.087227422161959, 72167.96767814164923 ] } }, +{ "type": "Feature", "properties": { "id": 2012644383, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308296.56675430649193, 72516.322941743812407 ] } }, +{ "type": "Feature", "properties": { "id": 2012644393, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308706.239676879253238, 72795.113897472838289 ] } }, +{ "type": "Feature", "properties": { "id": 2013614597, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307578.488447904062923, 75430.500144648030982 ] } }, +{ "type": "Feature", "properties": { "id": 2013618448, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306929.864895634411369, 74150.520858812757069 ] } }, +{ "type": "Feature", "properties": { "id": 2013618449, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305338.810479644977022, 73701.00709015794564 ] } }, +{ "type": "Feature", "properties": { "id": 2013618450, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307280.084974165656604, 74646.072994180169189 ] } }, +{ "type": "Feature", "properties": { "id": 2013622922, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303769.393810930429026, 70827.038438333533122 ] } }, +{ "type": "Feature", "properties": { "id": 2013622929, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303252.837667079409584, 69900.335338894452434 ] } }, +{ "type": "Feature", "properties": { "id": 2013632984, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304242.090415767161176, 70558.295529166978667 ] } }, +{ "type": "Feature", "properties": { "id": 2013632985, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304009.243210598069709, 70164.622236433948274 ] } }, +{ "type": "Feature", "properties": { "id": 2013653491, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313260.782781106361654, 74788.252294078920386 ] } }, +{ "type": "Feature", "properties": { "id": 2013653492, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307778.484849078173283, 71244.04777054945589 ] } }, +{ "type": "Feature", "properties": { "id": 2013653493, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312930.686434659233782, 74425.045331660527154 ] } }, +{ "type": "Feature", "properties": { "id": 2013653494, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308755.926642446778715, 72143.64209978011786 ] } }, +{ "type": "Feature", "properties": { "id": 2013653496, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308085.727558638085611, 71675.62391847310937 ] } }, +{ "type": "Feature", "properties": { "id": 2013661267, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307297.9358839339111, 70903.813661295280326 ] } }, +{ "type": "Feature", "properties": { "id": 2013661268, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306814.206998234905768, 71171.503928249716409 ] } }, +{ "type": "Feature", "properties": { "id": 2013832046, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297375.5885756528005, 49917.753720221611729 ] } }, +{ "type": "Feature", "properties": { "id": 2013832047, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299153.37304455798585, 53554.036702618548588 ] } }, +{ "type": "Feature", "properties": { "id": 2013832048, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298017.878572760499083, 51981.384727564865898 ] } }, +{ "type": "Feature", "properties": { "id": 2013836443, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300161.29602605960099, 54826.520207558831316 ] } }, +{ "type": "Feature", "properties": { "id": 2013836445, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300988.912254130234942, 55987.28252965095453 ] } }, +{ "type": "Feature", "properties": { "id": 2013867805, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300341.879995171155315, 56290.531138653306698 ] } }, +{ "type": "Feature", "properties": { "id": 2013867806, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301188.507742182933725, 58356.157147392528714 ] } }, +{ "type": "Feature", "properties": { "id": 2013879307, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303729.996320409933105, 48042.906965479451173 ] } }, +{ "type": "Feature", "properties": { "id": 2013879308, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303316.712908111920115, 50900.807181065429177 ] } }, +{ "type": "Feature", "properties": { "id": 2013879309, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303429.401320241391659, 50107.859804139421612 ] } }, +{ "type": "Feature", "properties": { "id": 2013879310, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303245.49931788520189, 51370.559860349923838 ] } }, +{ "type": "Feature", "properties": { "id": 2013879311, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303577.091435876209289, 49083.216912197858619 ] } }, +{ "type": "Feature", "properties": { "id": 2013881113, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303454.429874255496543, 55965.570612356954371 ] } }, +{ "type": "Feature", "properties": { "id": 2013890874, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303633.149992027611006, 61157.892459461567341 ] } }, +{ "type": "Feature", "properties": { "id": 2013903253, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299831.164655946195126, 63717.760494947047846 ] } }, +{ "type": "Feature", "properties": { "id": 2013913302, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300590.015418134396896, 58942.790579064465419 ] } }, +{ "type": "Feature", "properties": { "id": 2014016913, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304827.565814966801554, 65245.202049959327269 ] } }, +{ "type": "Feature", "properties": { "id": 2014074257, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311597.085342775739264, 64773.182152094152116 ] } }, +{ "type": "Feature", "properties": { "id": 2014075943, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310405.974591887672432, 64605.776370960622444 ] } }, +{ "type": "Feature", "properties": { "id": 2014077576, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309784.951893808494788, 64518.934580672445009 ] } }, +{ "type": "Feature", "properties": { "id": 2014086306, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301904.202926516532898, 66328.756732838213793 ] } }, +{ "type": "Feature", "properties": { "id": 2014092920, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299410.124581101932563, 60699.519976407333161 ] } }, +{ "type": "Feature", "properties": { "id": 2014101938, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304945.566859308513813, 73761.311435511044692 ] } }, +{ "type": "Feature", "properties": { "id": 2014428152, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298488.554833589470945, 52748.009907671010296 ] } }, +{ "type": "Feature", "properties": { "id": 2014439262, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299249.961370559700299, 51519.421767434861977 ] } }, +{ "type": "Feature", "properties": { "id": 2014446087, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301380.301013665855862, 56934.967224279498623 ] } }, +{ "type": "Feature", "properties": { "id": 2014619565, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299711.255341834621504, 62459.200496562349144 ] } }, +{ "type": "Feature", "properties": { "id": 2015290654, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301229.669953247474041, 66774.260063158944831 ] } }, +{ "type": "Feature", "properties": { "id": 2015475513, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303605.444065274088643, 62453.718941696890397 ] } }, +{ "type": "Feature", "properties": { "id": 2015482687, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303596.383524435164873, 62530.389015478707734 ] } }, +{ "type": "Feature", "properties": { "id": 2015849773, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300556.570329463633243, 57800.725156818676624 ] } }, +{ "type": "Feature", "properties": { "id": 2015864819, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300530.13358798174886, 57728.285305044955749 ] } }, +{ "type": "Feature", "properties": { "id": 2017260681, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307720.254508636484388, 65973.312716497966903 ] } }, +{ "type": "Feature", "properties": { "id": 2017270047, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307649.310439755092375, 66051.184721560144681 ] } }, +{ "type": "Feature", "properties": { "id": 2017272705, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307548.787423378787935, 66077.345763551391428 ] } }, +{ "type": "Feature", "properties": { "id": 2017643697, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303548.058276931289583, 61158.274794461336569 ] } }, +{ "type": "Feature", "properties": { "id": 2017643709, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303428.910156212397851, 60923.112215398294211 ] } }, +{ "type": "Feature", "properties": { "id": 2017697238, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 310712.297440558730159, 63087.9701291441379 ] } }, +{ "type": "Feature", "properties": { "id": 2017697824, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310671.033380981709342, 63100.61900448713277 ] } }, +{ "type": "Feature", "properties": { "id": 2017697825, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310642.664193530683406, 63109.474095798250346 ] } }, +{ "type": "Feature", "properties": { "id": 2017701500, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310528.474949741037562, 63193.186833962368837 ] } }, +{ "type": "Feature", "properties": { "id": 2017701866, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310512.992973291664384, 63203.755237781973847 ] } }, +{ "type": "Feature", "properties": { "id": 2017704309, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310195.114057885948569, 63321.49947680549667 ] } }, +{ "type": "Feature", "properties": { "id": 2017704312, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310347.641763488936704, 63468.706228613948042 ] } }, +{ "type": "Feature", "properties": { "id": 2017704316, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310281.058131150202826, 63617.726537567214109 ] } }, +{ "type": "Feature", "properties": { "id": 2017706627, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309274.154927069204859, 64386.955263164330972 ] } }, +{ "type": "Feature", "properties": { "id": 2017706630, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309140.099997388024349, 64410.934610652228002 ] } }, +{ "type": "Feature", "properties": { "id": 2017706920, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 309279.393688832467888, 64320.030314699921291 ] } }, +{ "type": "Feature", "properties": { "id": 2017709327, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310836.090142962289974, 63930.300709139053652 ] } }, +{ "type": "Feature", "properties": { "id": 2017709328, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310526.507232530566398, 63217.330184993363218 ] } }, +{ "type": "Feature", "properties": { "id": 2017709329, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 310402.522060772695113, 63395.073861420642061 ] } }, +{ "type": "Feature", "properties": { "id": 2018701207, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297709.969201263855211, 51857.355474784279068 ] } }, +{ "type": "Feature", "properties": { "id": 2020487652, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301767.721778957406059, 63274.443348594410054 ] } }, +{ "type": "Feature", "properties": { "id": 2020487653, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302053.222963296575472, 63236.391597729096247 ] } }, +{ "type": "Feature", "properties": { "id": 2020721439, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300183.663623291940894, 63441.562921115124482 ] } }, +{ "type": "Feature", "properties": { "id": 2020723102, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300027.066129844286479, 63465.706825078072143 ] } }, +{ "type": "Feature", "properties": { "id": 2020724922, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299987.755686241900548, 63397.928165956145676 ] } }, +{ "type": "Feature", "properties": { "id": 2020725434, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300201.067467549291905, 63289.485108155102353 ] } }, +{ "type": "Feature", "properties": { "id": 2021053971, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303901.272427446383517, 60019.775537387780787 ] } }, +{ "type": "Feature", "properties": { "id": 2021054245, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303896.725632667483296, 60083.738960519505781 ] } }, +{ "type": "Feature", "properties": { "id": 2021054799, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303879.345774572575465, 60030.77799563157896 ] } }, +{ "type": "Feature", "properties": { "id": 2021055847, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303854.19553752290085, 60041.77883983241918 ] } }, +{ "type": "Feature", "properties": { "id": 2021062004, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303474.35280705767218, 60247.891185804612178 ] } }, +{ "type": "Feature", "properties": { "id": 2021062007, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303468.555560662120115, 60236.874483002684428 ] } }, +{ "type": "Feature", "properties": { "id": 2021062009, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303495.604895093245432, 60297.464121380980941 ] } }, +{ "type": "Feature", "properties": { "id": 2023735562, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301113.614560348796658, 76046.034564905712614 ] } }, +{ "type": "Feature", "properties": { "id": 2024879489, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299571.286716962000355, 60595.723229614137381 ] } }, +{ "type": "Feature", "properties": { "id": 2027071449, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301177.846460142056458, 64562.54413991230831 ] } }, +{ "type": "Feature", "properties": { "id": 2029402426, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271371.400326558970846, 51730.146174239838729 ] } }, +{ "type": "Feature", "properties": { "id": 2031099086, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304304.651329649437685, 60403.794108490161307 ] } }, +{ "type": "Feature", "properties": { "id": 2033946685, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298952.956628149433527, 60027.293855171716132 ] } }, +{ "type": "Feature", "properties": { "id": 2034010947, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298876.859008422237821, 59899.797017878780025 ] } }, +{ "type": "Feature", "properties": { "id": 2034010965, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298900.038760979368817, 59691.375199420981517 ] } }, +{ "type": "Feature", "properties": { "id": 2034010975, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298624.7470074298908, 59804.102676166410674 ] } }, +{ "type": "Feature", "properties": { "id": 2034011016, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298897.462621586339083, 59710.861847862572176 ] } }, +{ "type": "Feature", "properties": { "id": 2034011022, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299058.713812058791518, 60194.607443900429644 ] } }, +{ "type": "Feature", "properties": { "id": 2034011037, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298668.587837090250105, 59791.809840568988875 ] } }, +{ "type": "Feature", "properties": { "id": 2039276427, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308055.598246188776102, 82176.403001740385662 ] } }, +{ "type": "Feature", "properties": { "id": 2039276429, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308053.034896121942438, 82169.198520636957255 ] } }, +{ "type": "Feature", "properties": { "id": 2039276430, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 308092.254218956455588, 82161.616106652450981 ] } }, +{ "type": "Feature", "properties": { "id": 2041169440, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307693.066014668554999, 78466.313659807230579 ] } }, +{ "type": "Feature", "properties": { "id": 2041169444, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307713.61061728320783, 78500.225157651875634 ] } }, +{ "type": "Feature", "properties": { "id": 2041169447, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307784.366564824304078, 78488.437887615320506 ] } }, +{ "type": "Feature", "properties": { "id": 2041169450, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307756.066472455393523, 78490.949862405614113 ] } }, +{ "type": "Feature", "properties": { "id": 2043274290, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 294503.646726339822635, 66941.411383309561643 ] } }, +{ "type": "Feature", "properties": { "id": 2043309113, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 307136.856836624443531, 66371.351398682279978 ] } }, +{ "type": "Feature", "properties": { "id": 2043310029, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307435.11814678151859, 67005.801928524218965 ] } }, +{ "type": "Feature", "properties": { "id": 2043312923, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 307811.46178638515994, 67449.718648796144407 ] } }, +{ "type": "Feature", "properties": { "id": 2043313323, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307835.311321381130256, 67432.37550755382108 ] } }, +{ "type": "Feature", "properties": { "id": 2044048263, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298524.119299658748787, 59570.286873555865895 ] } }, +{ "type": "Feature", "properties": { "id": 2044068336, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298354.929830388107803, 52592.996652202105906 ] } }, +{ "type": "Feature", "properties": { "id": 2044083311, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294503.694580503797624, 67005.801351167960092 ] } }, +{ "type": "Feature", "properties": { "id": 2045635326, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302880.947845809219871, 70865.188248474747525 ] } }, +{ "type": "Feature", "properties": { "id": 2045635332, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302711.478211530193221, 69528.602253444230882 ] } }, +{ "type": "Feature", "properties": { "id": 2045635333, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302862.93033625575481, 70843.152974158452707 ] } }, +{ "type": "Feature", "properties": { "id": 2045635522, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300874.484001523931511, 63548.363653708875063 ] } }, +{ "type": "Feature", "properties": { "id": 2045635523, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300845.482577117625624, 63568.693872181123879 ] } }, +{ "type": "Feature", "properties": { "id": 2045635524, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301308.802259199845139, 63683.137772911344655 ] } }, +{ "type": "Feature", "properties": { "id": 2045635528, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301355.783838296309114, 64013.567183548053436 ] } }, +{ "type": "Feature", "properties": { "id": 2045635529, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301329.416083230520599, 63724.232251039698895 ] } }, +{ "type": "Feature", "properties": { "id": 2045635531, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300899.602339948818553, 63665.284810800214473 ] } }, +{ "type": "Feature", "properties": { "id": 2045635599, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300897.02576135477284, 63656.388551496216678 ] } }, +{ "type": "Feature", "properties": { "id": 2047267694, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301696.976889624376781, 68261.253991602075985 ] } }, +{ "type": "Feature", "properties": { "id": 2047267695, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301758.795078361115884, 68291.345392694274778 ] } }, +{ "type": "Feature", "properties": { "id": 2047267699, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301631.92970033804886, 68269.288112041715067 ] } }, +{ "type": "Feature", "properties": { "id": 2047269455, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299363.679386444040574, 60364.868074183890712 ] } }, +{ "type": "Feature", "properties": { "id": 2047269468, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299346.915197851718403, 60342.841565567920043 ] } }, +{ "type": "Feature", "properties": { "id": 2047269475, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299326.285876182664651, 60355.975472617705236 ] } }, +{ "type": "Feature", "properties": { "id": 2051677433, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286850.605447339068633, 63604.89987458356336 ] } }, +{ "type": "Feature", "properties": { "id": 2051677434, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305470.093515337386634, 58892.683294438880694 ] } }, +{ "type": "Feature", "properties": { "id": 2051677435, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286150.424754160980228, 63079.62135985380155 ] } }, +{ "type": "Feature", "properties": { "id": 2052328162, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301498.037412434117869, 67960.865146247931989 ] } }, +{ "type": "Feature", "properties": { "id": 2052328171, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301480.693623858038336, 67734.649193132368964 ] } }, +{ "type": "Feature", "properties": { "id": 2052618392, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299677.01762786670588, 60667.308782630534552 ] } }, +{ "type": "Feature", "properties": { "id": 2052618395, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299225.747467960056383, 60692.335512128898699 ] } }, +{ "type": "Feature", "properties": { "id": 2052618397, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303885.016057695553172, 63966.170676744404773 ] } }, +{ "type": "Feature", "properties": { "id": 2052618477, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301120.38826211867854, 65303.865299130142375 ] } }, +{ "type": "Feature", "properties": { "id": 2052618478, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309184.529598831082694, 64435.559434510789288 ] } }, +{ "type": "Feature", "properties": { "id": 2053820223, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303686.387486729363445, 64281.239939416256675 ] } }, +{ "type": "Feature", "properties": { "id": 2053820757, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298549.955940787447616, 59804.116948396273074 ] } }, +{ "type": "Feature", "properties": { "id": 2053820759, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298542.219267581996974, 59805.812925959420681 ] } }, +{ "type": "Feature", "properties": { "id": 2053822663, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302264.591845068207476, 69584.793299531505909 ] } }, +{ "type": "Feature", "properties": { "id": 2053822667, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302244.642560614622198, 69546.661428195249755 ] } }, +{ "type": "Feature", "properties": { "id": 2053822677, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302259.443503638205584, 69575.472087171598105 ] } }, +{ "type": "Feature", "properties": { "id": 2053822687, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302316.109316051297355, 69567.017225298943231 ] } }, +{ "type": "Feature", "properties": { "id": 2054217372, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313871.597536324406974, 56138.728063049573393 ] } }, +{ "type": "Feature", "properties": { "id": 2054217373, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314028.501132637960836, 55718.375467411373393 ] } }, +{ "type": "Feature", "properties": { "id": 2054217374, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301377.657265791087411, 46862.345135301708069 ] } }, +{ "type": "Feature", "properties": { "id": 2054217375, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 315588.899294021481182, 49026.306551476678578 ] } }, +{ "type": "Feature", "properties": { "id": 2054217376, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299067.766839338757563, 60408.955366127112939 ] } }, +{ "type": "Feature", "properties": { "id": 2054217377, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314352.748396155366208, 54844.659120238422474 ] } }, +{ "type": "Feature", "properties": { "id": 2054217378, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306004.980488508939743, 58494.90055516026041 ] } }, +{ "type": "Feature", "properties": { "id": 2054217379, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307455.244892438524403, 59172.307149105428834 ] } }, +{ "type": "Feature", "properties": { "id": 2054217380, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302152.957609225413762, 46011.49954781676206 ] } }, +{ "type": "Feature", "properties": { "id": 2054217382, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298872.365042622899637, 60026.03484923333599 ] } }, +{ "type": "Feature", "properties": { "id": 2054217383, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 313872.506931729381904, 45996.203010999059188 ] } }, +{ "type": "Feature", "properties": { "id": 2054217384, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302037.481290914234705, 45468.824325301102363 ] } }, +{ "type": "Feature", "properties": { "id": 2056308822, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296601.814797743456438, 60447.378408910430153 ] } }, +{ "type": "Feature", "properties": { "id": 2061559494, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 271616.824198159389198, 42488.102475067455089 ] } }, +{ "type": "Feature", "properties": { "id": 2061579268, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 270128.265882987878285, 42598.577722334077407 ] } }, +{ "type": "Feature", "properties": { "id": 2063107809, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296857.01190917135682, 61725.312678700538527 ] } }, +{ "type": "Feature", "properties": { "id": 2063107836, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 289083.779945177026093, 54156.358106255465827 ] } }, +{ "type": "Feature", "properties": { "id": 2063681720, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297236.40832297806628, 76526.433734773178003 ] } }, +{ "type": "Feature", "properties": { "id": 2063681939, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297092.950066168501507, 76517.169070934440242 ] } }, +{ "type": "Feature", "properties": { "id": 2063687975, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296234.781695389363449, 76492.139232882866054 ] } }, +{ "type": "Feature", "properties": { "id": 2063689537, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296419.379010524600744, 76432.316416212066542 ] } }, +{ "type": "Feature", "properties": { "id": 2063689927, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296470.192808119289111, 76417.465109470867901 ] } }, +{ "type": "Feature", "properties": { "id": 2063690168, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296474.0326092740288, 76375.524478361578076 ] } }, +{ "type": "Feature", "properties": { "id": 2063691666, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296386.427800244477112, 76140.455430061396328 ] } }, +{ "type": "Feature", "properties": { "id": 2063692906, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 296252.581458851869684, 76073.165902946304413 ] } }, +{ "type": "Feature", "properties": { "id": 2063692907, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 296511.84070082049584, 76064.142817450789153 ] } }, +{ "type": "Feature", "properties": { "id": 2063693322, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296248.078338830382563, 76073.591812918282812 ] } }, +{ "type": "Feature", "properties": { "id": 2063693340, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296242.289198805694468, 76075.289251773967408 ] } }, +{ "type": "Feature", "properties": { "id": 2063694185, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 296231.996296370343771, 76076.141743259198847 ] } }, +{ "type": "Feature", "properties": { "id": 2063702846, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296415.550856709538493, 76497.556409097494907 ] } }, +{ "type": "Feature", "properties": { "id": 2063704598, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297111.254288460942917, 77263.588309402577579 ] } }, +{ "type": "Feature", "properties": { "id": 2063704829, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297107.418635794078, 77324.168157345440704 ] } }, +{ "type": "Feature", "properties": { "id": 2063706283, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296986.514183607010636, 77377.593232140774489 ] } }, +{ "type": "Feature", "properties": { "id": 2064114041, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305564.100746999145485, 64220.565776873474533 ] } }, +{ "type": "Feature", "properties": { "id": 2064133525, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303857.95374658156652, 63962.343965275889786 ] } }, +{ "type": "Feature", "properties": { "id": 2065145137, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305561.522009550710209, 64222.258305580129672 ] } }, +{ "type": "Feature", "properties": { "id": 2065151599, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305948.803201158996671, 64200.955109025926504 ] } }, +{ "type": "Feature", "properties": { "id": 2065155436, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306042.989519733528141, 64068.015737559777335 ] } }, +{ "type": "Feature", "properties": { "id": 2065155591, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306094.514033087063581, 64099.405649704378447 ] } }, +{ "type": "Feature", "properties": { "id": 2065155710, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306176.380257702490781, 64063.042489851628488 ] } }, +{ "type": "Feature", "properties": { "id": 2065156021, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306253.69399751315359, 64077.086793305788888 ] } }, +{ "type": "Feature", "properties": { "id": 2065167153, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306204.071531052468345, 64083.39926838210522 ] } }, +{ "type": "Feature", "properties": { "id": 2065178012, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306416.035109015530907, 64125.941738867441018 ] } }, +{ "type": "Feature", "properties": { "id": 2065181954, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306359.318166842218488, 64139.872128172122757 ] } }, +{ "type": "Feature", "properties": { "id": 2065455029, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300177.260408301604912, 61724.647416984989832 ] } }, +{ "type": "Feature", "properties": { "id": 2065782753, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306520.06681175873382, 65992.914657333793002 ] } }, +{ "type": "Feature", "properties": { "id": 2065798244, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306668.996553479111753, 65863.420358748116996 ] } }, +{ "type": "Feature", "properties": { "id": 2066741804, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305916.159899271209724, 65537.865087484766264 ] } }, +{ "type": "Feature", "properties": { "id": 2066803575, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306571.023877441708464, 65920.521087503293529 ] } }, +{ "type": "Feature", "properties": { "id": 2066808156, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306598.060621684824582, 65943.420522826592787 ] } }, +{ "type": "Feature", "properties": { "id": 2067404600, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306232.777725565363653, 65957.930321940366412 ] } }, +{ "type": "Feature", "properties": { "id": 2070041661, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307209.743166361527983, 66274.837148676655488 ] } }, +{ "type": "Feature", "properties": { "id": 2070045695, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307179.443350139772519, 66298.530290644790512 ] } }, +{ "type": "Feature", "properties": { "id": 2070046022, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 307147.229600428778213, 66303.158890842445544 ] } }, +{ "type": "Feature", "properties": { "id": 2070047386, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307153.016199628298637, 66314.602174864485278 ] } }, +{ "type": "Feature", "properties": { "id": 2070048647, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307149.801424509845674, 66308.244794272686704 ] } }, +{ "type": "Feature", "properties": { "id": 2070049406, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307169.083422415831592, 66353.166983960851212 ] } }, +{ "type": "Feature", "properties": { "id": 2070159145, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300971.999079011846334, 66876.737325481575681 ] } }, +{ "type": "Feature", "properties": { "id": 2070607242, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302876.126515757874586, 70019.640050928239361 ] } }, +{ "type": "Feature", "properties": { "id": 2070982494, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299267.627043010259513, 60447.905457149099675 ] } }, +{ "type": "Feature", "properties": { "id": 2070983542, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304167.142547613184433, 64171.354723907235893 ] } }, +{ "type": "Feature", "properties": { "id": 2070984287, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307181.4395243357867, 78156.127989047061419 ] } }, +{ "type": "Feature", "properties": { "id": 2077086333, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302292.90722799388459, 69636.907273505654302 ] } }, +{ "type": "Feature", "properties": { "id": 2077086334, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301529.558313550311141, 68140.062417886671028 ] } }, +{ "type": "Feature", "properties": { "id": 2077086482, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299205.709279647155199, 60195.437440792462439 ] } }, +{ "type": "Feature", "properties": { "id": 2084111068, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284930.60668690217426, 63790.716693996575486 ] } }, +{ "type": "Feature", "properties": { "id": 2084111076, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284932.560601492994465, 63800.87953314272454 ] } }, +{ "type": "Feature", "properties": { "id": 2088089339, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307149.591000400367193, 73183.599876337655587 ] } }, +{ "type": "Feature", "properties": { "id": 2089444275, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301782.085763533948921, 67850.363619420357281 ] } }, +{ "type": "Feature", "properties": { "id": 2089444277, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301531.692535048699938, 67164.045313916489249 ] } }, +{ "type": "Feature", "properties": { "id": 2089444281, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301530.394585248606745, 67211.066694148757961 ] } }, +{ "type": "Feature", "properties": { "id": 2089937611, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304104.646141919656657, 60671.828755086331512 ] } }, +{ "type": "Feature", "properties": { "id": 2090706421, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300173.025947339076083, 49830.874697027364164 ] } }, +{ "type": "Feature", "properties": { "id": 2091641952, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302514.308273635862861, 69926.735332621930866 ] } }, +{ "type": "Feature", "properties": { "id": 2091641953, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303477.936282508191653, 70445.213455931399949 ] } }, +{ "type": "Feature", "properties": { "id": 2091641955, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302559.001791525981389, 69156.609777438439778 ] } }, +{ "type": "Feature", "properties": { "id": 2091642028, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303429.73755098489346, 70255.409015430312138 ] } }, +{ "type": "Feature", "properties": { "id": 2091642030, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302914.203143994382117, 69794.289081503971829 ] } }, +{ "type": "Feature", "properties": { "id": 2091642031, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303537.806216571072582, 70457.103238657015027 ] } }, +{ "type": "Feature", "properties": { "id": 2091642032, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302714.036874774785247, 69574.777757148083765 ] } }, +{ "type": "Feature", "properties": { "id": 2091642198, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302454.070312665018719, 69065.919610045326408 ] } }, +{ "type": "Feature", "properties": { "id": 2095743725, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 317003.354412888642401, 46885.523127990840294 ] } }, +{ "type": "Feature", "properties": { "id": 2100395221, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304687.173380861466285, 57007.065308664976328 ] } }, +{ "type": "Feature", "properties": { "id": 2105118498, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304980.660547087027226, 56985.228991613548715 ] } }, +{ "type": "Feature", "properties": { "id": 2105118499, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305027.070359056582674, 57029.316129289567471 ] } }, +{ "type": "Feature", "properties": { "id": 2105118500, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305029.66471346426988, 57008.137227626568347 ] } }, +{ "type": "Feature", "properties": { "id": 2105123196, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304778.749980637745466, 57026.610046064910421 ] } }, +{ "type": "Feature", "properties": { "id": 2105123206, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304746.517190071055666, 57000.325294897324056 ] } }, +{ "type": "Feature", "properties": { "id": 2105140458, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304778.734672697726637, 57050.332379006431438 ] } }, +{ "type": "Feature", "properties": { "id": 2105140459, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304771.009797908074688, 57027.028668657861999 ] } }, +{ "type": "Feature", "properties": { "id": 2108080657, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302780.11796512658475, 70214.468614110141061 ] } }, +{ "type": "Feature", "properties": { "id": 2108133339, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 316208.684573498903774, 46994.729428205180739 ] } }, +{ "type": "Feature", "properties": { "id": 2109918801, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300446.030862681975123, 62069.481807211617706 ] } }, +{ "type": "Feature", "properties": { "id": 2111692823, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302414.657740034104791, 69470.039813637471525 ] } }, +{ "type": "Feature", "properties": { "id": 2111692829, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302397.254622485721484, 69524.257487304668757 ] } }, +{ "type": "Feature", "properties": { "id": 2113159209, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301884.299026190477889, 68598.500224192277528 ] } }, +{ "type": "Feature", "properties": { "id": 2113159211, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301933.883071609772742, 68609.10350877509336 ] } }, +{ "type": "Feature", "properties": { "id": 2113159212, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301886.873991713568103, 68602.313454402974457 ] } }, +{ "type": "Feature", "properties": { "id": 2113999261, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300626.346011177869514, 63956.70483812342718 ] } }, +{ "type": "Feature", "properties": { "id": 2114017599, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300700.453581993293483, 63926.634700991991849 ] } }, +{ "type": "Feature", "properties": { "id": 2123313745, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302027.801286302972585, 68986.149936598638305 ] } }, +{ "type": "Feature", "properties": { "id": 2123313752, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302070.959045624127612, 68939.563754355956917 ] } }, +{ "type": "Feature", "properties": { "id": 2123472747, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299198.179129926953465, 62100.859362878902175 ] } }, +{ "type": "Feature", "properties": { "id": 2125873483, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301788.386199547618162, 68429.452330383806839 ] } }, +{ "type": "Feature", "properties": { "id": 2125873487, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302418.491536093642935, 69560.695711143009248 ] } }, +{ "type": "Feature", "properties": { "id": 2129755928, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301333.2223084794241, 64058.466454195775441 ] } }, +{ "type": "Feature", "properties": { "id": 2129919007, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302116.037344175565522, 68934.493084466215805 ] } }, +{ "type": "Feature", "properties": { "id": 2131716792, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302174.128473164979368, 68474.882944814671646 ] } }, +{ "type": "Feature", "properties": { "id": 2139120599, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 302591.224501823249739, 58042.19377754501329 ] } }, +{ "type": "Feature", "properties": { "id": 2139130920, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302435.716091538604815, 58305.20512013672851 ] } }, +{ "type": "Feature", "properties": { "id": 2139739418, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 318841.716139721043874, 82985.703814223554218 ] } }, +{ "type": "Feature", "properties": { "id": 2142758742, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301299.194829440268222, 63348.479104095233197 ] } }, +{ "type": "Feature", "properties": { "id": 2143223472, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 281766.893363088252954, 46623.688418215337151 ] } }, +{ "type": "Feature", "properties": { "id": 2143413375, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301586.265824113506824, 67984.606205532094464 ] } }, +{ "type": "Feature", "properties": { "id": 2143413376, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303351.798491690831725, 70331.201303085152176 ] } }, +{ "type": "Feature", "properties": { "id": 2143413378, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301555.363846783642657, 67928.258327026589541 ] } }, +{ "type": "Feature", "properties": { "id": 2143413389, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303140.784455041924957, 69946.461473675342859 ] } }, +{ "type": "Feature", "properties": { "id": 2144945002, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303036.554700316744857, 69759.601484469560091 ] } }, +{ "type": "Feature", "properties": { "id": 2144967138, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301909.315354217193089, 76455.41824880670174 ] } }, +{ "type": "Feature", "properties": { "id": 2148391073, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301689.810250036651269, 68622.175897854263894 ] } }, +{ "type": "Feature", "properties": { "id": 2151330040, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277385.565334121056367, 37875.088640672489419 ] } }, +{ "type": "Feature", "properties": { "id": 2151873613, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273824.123267084476538, 43487.75626200599072 ] } }, +{ "type": "Feature", "properties": { "id": 2151902080, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274800.291186781949364, 42665.114420052079367 ] } }, +{ "type": "Feature", "properties": { "id": 2152745858, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 306752.952168856805656, 78317.548684120396501 ] } }, +{ "type": "Feature", "properties": { "id": 2153886448, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302345.71286754537141, 69617.013704518045415 ] } }, +{ "type": "Feature", "properties": { "id": 2153937115, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 279523.708866586093791, 38909.265021709252323 ] } }, +{ "type": "Feature", "properties": { "id": 2158425800, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302101.801803157839458, 69175.528550379473018 ] } }, +{ "type": "Feature", "properties": { "id": 2159537774, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302745.419789370789658, 75225.054496714365087 ] } }, +{ "type": "Feature", "properties": { "id": 2159762088, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277398.820919042569585, 37980.950307103936211 ] } }, +{ "type": "Feature", "properties": { "id": 2159762428, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277420.785162880201824, 37973.682139828524669 ] } }, +{ "type": "Feature", "properties": { "id": 2159764122, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 277456.414043496595696, 37994.330670481976995 ] } }, +{ "type": "Feature", "properties": { "id": 2159772849, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277336.679036917164922, 37960.382935215537145 ] } }, +{ "type": "Feature", "properties": { "id": 2159773832, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277325.714395234012045, 37969.735791653372871 ] } }, +{ "type": "Feature", "properties": { "id": 2159777740, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277308.28715066780569, 37980.379237736429786 ] } }, +{ "type": "Feature", "properties": { "id": 2159782724, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277372.991014828090556, 37992.890008995047538 ] } }, +{ "type": "Feature", "properties": { "id": 2159827950, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 277461.894609314389527, 39799.309302295718226 ] } }, +{ "type": "Feature", "properties": { "id": 2165157810, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302690.436123247956857, 65419.493665467358369 ] } }, +{ "type": "Feature", "properties": { "id": 2173409673, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 271444.026311028690543, 39400.647545692612766 ] } }, +{ "type": "Feature", "properties": { "id": 2176936529, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301690.529771936300676, 65473.844221540137369 ] } }, +{ "type": "Feature", "properties": { "id": 2178336349, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301253.752049515023828, 61503.200623121185345 ] } }, +{ "type": "Feature", "properties": { "id": 2178336350, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301343.982180566410534, 61581.585305737207818 ] } }, +{ "type": "Feature", "properties": { "id": 2178443632, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301329.818504129594658, 61484.574823734314123 ] } }, +{ "type": "Feature", "properties": { "id": 2178743031, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301070.108237784705125, 65489.402295841566229 ] } }, +{ "type": "Feature", "properties": { "id": 2178743034, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300918.696905229066033, 65580.459708343667444 ] } }, +{ "type": "Feature", "properties": { "id": 2183010447, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299243.72548078908585, 59979.389987449852924 ] } }, +{ "type": "Feature", "properties": { "id": 2183010448, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299035.442031438171398, 59718.891258694296994 ] } }, +{ "type": "Feature", "properties": { "id": 2183010453, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299107.650688884721603, 59683.722202212877164 ] } }, +{ "type": "Feature", "properties": { "id": 2183010454, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299058.030338530661538, 59890.028612448615604 ] } }, +{ "type": "Feature", "properties": { "id": 2183010455, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299175.377828274155036, 59928.139920941968739 ] } }, +{ "type": "Feature", "properties": { "id": 2183010456, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299009.002643769897986, 59686.700051817540952 ] } }, +{ "type": "Feature", "properties": { "id": 2183010457, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299045.126897931389976, 59823.522783308828366 ] } }, +{ "type": "Feature", "properties": { "id": 2183010458, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299016.121361985628027, 59884.950689265708206 ] } }, +{ "type": "Feature", "properties": { "id": 2183010459, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299037.382585073180962, 59767.183056910267624 ] } }, +{ "type": "Feature", "properties": { "id": 2183010462, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299079.917539395217318, 59615.94728764937463 ] } }, +{ "type": "Feature", "properties": { "id": 2183010464, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299110.873578369792085, 59676.096754341349879 ] } }, +{ "type": "Feature", "properties": { "id": 2183010466, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299079.312603368074633, 59936.199922478903318 ] } }, +{ "type": "Feature", "properties": { "id": 2183010470, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299393.949640113976784, 59989.54291460828972 ] } }, +{ "type": "Feature", "properties": { "id": 2183010472, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299114.73743759637, 59636.700148599629756 ] } }, +{ "type": "Feature", "properties": { "id": 2183010481, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299005.77474350965349, 59656.20024454742088 ] } }, +{ "type": "Feature", "properties": { "id": 2183010482, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299409.424820909975097, 60009.027935684433032 ] } }, +{ "type": "Feature", "properties": { "id": 2183010483, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299009.666672747989651, 59830.728889125100977 ] } }, +{ "type": "Feature", "properties": { "id": 2183010484, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299114.741186227474827, 59668.047616370415199 ] } }, +{ "type": "Feature", "properties": { "id": 2183010488, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299045.123728702717926, 59798.953141879333998 ] } }, +{ "type": "Feature", "properties": { "id": 2183010490, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299109.584513493231498, 59679.909439310227754 ] } }, +{ "type": "Feature", "properties": { "id": 2183010491, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299360.429891692649107, 60064.101907829819538 ] } }, +{ "type": "Feature", "properties": { "id": 2183010492, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299163.129161418997683, 59940.426118196337484 ] } }, +{ "type": "Feature", "properties": { "id": 2183010493, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299198.59786153427558, 60014.978362305730116 ] } }, +{ "type": "Feature", "properties": { "id": 2183040744, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299112.210909107117914, 60074.717881517281057 ] } }, +{ "type": "Feature", "properties": { "id": 2183040758, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299150.255637801426928, 60125.547175398249237 ] } }, +{ "type": "Feature", "properties": { "id": 2183891966, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299264.346317893301602, 59871.789808738649299 ] } }, +{ "type": "Feature", "properties": { "id": 2183891969, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299171.493601977126673, 59787.076713959118933 ] } }, +{ "type": "Feature", "properties": { "id": 2183891974, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299284.976961061591282, 59859.502965622086776 ] } }, +{ "type": "Feature", "properties": { "id": 2183891979, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299215.982750204741023, 59798.933074596861843 ] } }, +{ "type": "Feature", "properties": { "id": 2183891984, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299255.960421919764485, 59829.852808114650543 ] } }, +{ "type": "Feature", "properties": { "id": 2184803604, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299782.133275398227852, 61807.253523402032442 ] } }, +{ "type": "Feature", "properties": { "id": 2185003542, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 309310.413056120160036, 48341.375894311211596 ] } }, +{ "type": "Feature", "properties": { "id": 2186522366, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299266.291846384003293, 59985.741935348713014 ] } }, +{ "type": "Feature", "properties": { "id": 2186522367, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299273.383388136920985, 59980.234246085979976 ] } }, +{ "type": "Feature", "properties": { "id": 2186605427, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303712.716346394619904, 64460.443067448817601 ] } }, +{ "type": "Feature", "properties": { "id": 2186614176, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299273.362514496780932, 59767.579747000745556 ] } }, +{ "type": "Feature", "properties": { "id": 2186614178, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299336.545649128442165, 59737.073571924505814 ] } }, +{ "type": "Feature", "properties": { "id": 2186614186, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299179.228700999054126, 59769.707657910381386 ] } }, +{ "type": "Feature", "properties": { "id": 2186614189, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299183.096334244706668, 59761.658554771638592 ] } }, +{ "type": "Feature", "properties": { "id": 2186614190, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299229.515996444853954, 59736.23670891133952 ] } }, +{ "type": "Feature", "properties": { "id": 2186614192, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299177.295005227846559, 59774.791246488537581 ] } }, +{ "type": "Feature", "properties": { "id": 2186614253, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299228.900187093007844, 60014.127914549331763 ] } }, +{ "type": "Feature", "properties": { "id": 2187916505, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303347.735978166689165, 60807.851753010610992 ] } }, +{ "type": "Feature", "properties": { "id": 2187917032, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303278.249689962598495, 60497.7344909860185 ] } }, +{ "type": "Feature", "properties": { "id": 2192591869, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303632.763161593989935, 60632.60953945491201 ] } }, +{ "type": "Feature", "properties": { "id": 2192600106, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302943.672844238346443, 60453.961541358810791 ] } }, +{ "type": "Feature", "properties": { "id": 2192631888, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303518.767851369513664, 60395.330120603961404 ] } }, +{ "type": "Feature", "properties": { "id": 2195218438, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302216.325475520337932, 69497.93660395257757 ] } }, +{ "type": "Feature", "properties": { "id": 2195218445, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302205.385134446318261, 69477.599581259812112 ] } }, +{ "type": "Feature", "properties": { "id": 2195218492, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302374.636067976418417, 69779.269375932883122 ] } }, +{ "type": "Feature", "properties": { "id": 2208867181, "poi_type_1": "grocery", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309440.483356363780331, 76419.265795161394635 ] } }, +{ "type": "Feature", "properties": { "id": 2217164106, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303438.89511977089569, 71330.138802475732518 ] } }, +{ "type": "Feature", "properties": { "id": 2219125029, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315058.896618196624331, 65148.390379380674858 ] } }, +{ "type": "Feature", "properties": { "id": 2234739141, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299405.848328787717037, 63644.073152471108187 ] } }, +{ "type": "Feature", "properties": { "id": 2238282051, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303360.572584582841955, 68025.019879861501977 ] } }, +{ "type": "Feature", "properties": { "id": 2244684634, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299532.157104269310366, 63694.898067809386703 ] } }, +{ "type": "Feature", "properties": { "id": 2244694465, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300853.429317085421644, 61715.798575978144072 ] } }, +{ "type": "Feature", "properties": { "id": 2244704716, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299931.038026986876503, 62630.336010025152063 ] } }, +{ "type": "Feature", "properties": { "id": 2244734412, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299923.30402223468991, 62634.995861599745695 ] } }, +{ "type": "Feature", "properties": { "id": 2244743660, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300155.363524372398388, 60821.922833462653216 ] } }, +{ "type": "Feature", "properties": { "id": 2259012625, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305527.483151007036213, 57165.228994002944091 ] } }, +{ "type": "Feature", "properties": { "id": 2259018659, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305027.700979618413839, 70327.067725423563388 ] } }, +{ "type": "Feature", "properties": { "id": 2259018956, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307182.605858087248635, 66358.68713982985355 ] } }, +{ "type": "Feature", "properties": { "id": 2259020178, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307517.204626738617662, 66093.834701384126674 ] } }, +{ "type": "Feature", "properties": { "id": 2259023769, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305144.244672844710294, 70313.16843650577357 ] } }, +{ "type": "Feature", "properties": { "id": 2259025498, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 307464.096561743179336, 66374.639732138486579 ] } }, +{ "type": "Feature", "properties": { "id": 2259025503, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303446.360477124166209, 70506.200009702690295 ] } }, +{ "type": "Feature", "properties": { "id": 2259025504, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303582.193238881765865, 70532.952675826178165 ] } }, +{ "type": "Feature", "properties": { "id": 2259025505, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303571.90057337336475, 70515.579255964956246 ] } }, +{ "type": "Feature", "properties": { "id": 2259025798, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307311.529736549942754, 66269.853651165831252 ] } }, +{ "type": "Feature", "properties": { "id": 2259025923, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307374.701075514080003, 66228.825410324265249 ] } }, +{ "type": "Feature", "properties": { "id": 2259027958, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305257.601861232717056, 70253.941337865893729 ] } }, +{ "type": "Feature", "properties": { "id": 2259028668, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300656.045216386264656, 63310.268658907072677 ] } }, +{ "type": "Feature", "properties": { "id": 2262145185, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300806.19494778465014, 63365.353617611042864 ] } }, +{ "type": "Feature", "properties": { "id": 2262146997, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301057.655363429512363, 62465.201068045382272 ] } }, +{ "type": "Feature", "properties": { "id": 2262170141, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303044.542899937485345, 70687.756786438301788 ] } }, +{ "type": "Feature", "properties": { "id": 2267540842, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301296.318568427348509, 65051.84172816319915 ] } }, +{ "type": "Feature", "properties": { "id": 2268948482, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304616.657846797723323, 60448.038078602818132 ] } }, +{ "type": "Feature", "properties": { "id": 2268953602, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303522.633748116903007, 63108.589512539001589 ] } }, +{ "type": "Feature", "properties": { "id": 2268953873, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303568.656385465001222, 62557.487013089892571 ] } }, +{ "type": "Feature", "properties": { "id": 2268954021, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303531.935042344382964, 62524.42735113028175 ] } }, +{ "type": "Feature", "properties": { "id": 2268954141, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303597.032361734949518, 62521.493396010839206 ] } }, +{ "type": "Feature", "properties": { "id": 2268954771, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305401.04602813947713, 58962.105328472796828 ] } }, +{ "type": "Feature", "properties": { "id": 2269188707, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 271911.162196788820438, 46146.982397983927513 ] } }, +{ "type": "Feature", "properties": { "id": 2269188722, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 272651.389771661546547, 47189.689628499421815 ] } }, +{ "type": "Feature", "properties": { "id": 2269596295, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302474.305145321122836, 75941.72992804228852 ] } }, +{ "type": "Feature", "properties": { "id": 2269633321, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302451.198001147480682, 75781.168791622054414 ] } }, +{ "type": "Feature", "properties": { "id": 2269635701, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302456.338393419689965, 75800.657193305101828 ] } }, +{ "type": "Feature", "properties": { "id": 2269643036, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302463.40924927132437, 75818.875371298592654 ] } }, +{ "type": "Feature", "properties": { "id": 2270148638, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302161.002301740343682, 75920.450430972312461 ] } }, +{ "type": "Feature", "properties": { "id": 2270766962, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302242.416677289002109, 76877.865359833740513 ] } }, +{ "type": "Feature", "properties": { "id": 2270766963, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302464.786565339309163, 75547.333029995643301 ] } }, +{ "type": "Feature", "properties": { "id": 2270766965, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302779.037430371972732, 76508.647310608997941 ] } }, +{ "type": "Feature", "properties": { "id": 2273001280, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302583.187801040883642, 53347.292582332403981 ] } }, +{ "type": "Feature", "properties": { "id": 2273010097, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301447.821513839357067, 61277.872695996178663 ] } }, +{ "type": "Feature", "properties": { "id": 2273976810, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300677.07959416374797, 65848.159981404271093 ] } }, +{ "type": "Feature", "properties": { "id": 2274102382, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305591.253195620374754, 59837.01032534976548 ] } }, +{ "type": "Feature", "properties": { "id": 2274110508, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305622.850659763033036, 59830.680038672930095 ] } }, +{ "type": "Feature", "properties": { "id": 2274111438, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305626.733638643636368, 59811.620330399426166 ] } }, +{ "type": "Feature", "properties": { "id": 2274146505, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305764.042281656234991, 59841.378995902159659 ] } }, +{ "type": "Feature", "properties": { "id": 2274489113, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314341.532180702895857, 60300.788663131352223 ] } }, +{ "type": "Feature", "properties": { "id": 2274506529, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314336.477077139599714, 60247.826929660579481 ] } }, +{ "type": "Feature", "properties": { "id": 2274507138, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314347.420758567983285, 60256.320443448865262 ] } }, +{ "type": "Feature", "properties": { "id": 2274507413, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314281.109491233131848, 60207.476430378344958 ] } }, +{ "type": "Feature", "properties": { "id": 2274507677, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314351.284919256460853, 60258.446011753956554 ] } }, +{ "type": "Feature", "properties": { "id": 2274507701, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314353.279014391591772, 60227.525945488472644 ] } }, +{ "type": "Feature", "properties": { "id": 2274508178, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314367.43969379022019, 60239.414651317762036 ] } }, +{ "type": "Feature", "properties": { "id": 2274509693, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314324.344773109827656, 60187.226425795874093 ] } }, +{ "type": "Feature", "properties": { "id": 2274512904, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314234.567405041423626, 59935.849302176007768 ] } }, +{ "type": "Feature", "properties": { "id": 2274514530, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314245.247540812357329, 60081.593539859146404 ] } }, +{ "type": "Feature", "properties": { "id": 2274517591, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314355.149899236974306, 60260.147968148332438 ] } }, +{ "type": "Feature", "properties": { "id": 2274517664, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314343.559058198530693, 60252.924035381016438 ] } }, +{ "type": "Feature", "properties": { "id": 2274519146, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 314268.402983962791041, 60110.020370271529828 ] } }, +{ "type": "Feature", "properties": { "id": 2274520418, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314548.973064234422054, 60379.985977106320206 ] } }, +{ "type": "Feature", "properties": { "id": 2274559665, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313844.491330793476664, 60284.592196672871069 ] } }, +{ "type": "Feature", "properties": { "id": 2274560109, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300785.285623061179649, 72133.413479707756778 ] } }, +{ "type": "Feature", "properties": { "id": 2275474824, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303589.272305663267616, 62574.865238447768206 ] } }, +{ "type": "Feature", "properties": { "id": 2275479427, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303681.44092184928013, 62567.285430380536127 ] } }, +{ "type": "Feature", "properties": { "id": 2275480400, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303880.636469134828076, 62487.32379487813887 ] } }, +{ "type": "Feature", "properties": { "id": 2275495199, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303809.59835858119186, 61509.581903317703109 ] } }, +{ "type": "Feature", "properties": { "id": 2275557543, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304136.454493611818179, 62586.164889442618005 ] } }, +{ "type": "Feature", "properties": { "id": 2275557546, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303824.41681285656523, 62771.117249706527218 ] } }, +{ "type": "Feature", "properties": { "id": 2275557551, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303819.232452114170883, 62826.184664282183803 ] } }, +{ "type": "Feature", "properties": { "id": 2275557558, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303786.12039131502388, 63301.46506148276967 ] } }, +{ "type": "Feature", "properties": { "id": 2275578123, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303791.293106456345413, 63268.002018453997152 ] } }, +{ "type": "Feature", "properties": { "id": 2275578132, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303800.350855077325832, 63198.957204393183929 ] } }, +{ "type": "Feature", "properties": { "id": 2275827357, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 306807.551635842130054, 65812.288819049528684 ] } }, +{ "type": "Feature", "properties": { "id": 2275827363, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306782.442697593185585, 65794.897421131099691 ] } }, +{ "type": "Feature", "properties": { "id": 2275835633, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306887.421618500724435, 65827.613001268167864 ] } }, +{ "type": "Feature", "properties": { "id": 2276303570, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304050.316671034204774, 58638.025620160631661 ] } }, +{ "type": "Feature", "properties": { "id": 2276303574, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303985.179764759144746, 58650.698693437392649 ] } }, +{ "type": "Feature", "properties": { "id": 2276306866, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309156.924392760090996, 65914.798018694869825 ] } }, +{ "type": "Feature", "properties": { "id": 2276306871, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308634.466745064069983, 65911.204348426268552 ] } }, +{ "type": "Feature", "properties": { "id": 2276306875, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309686.509126701334026, 66378.910929112855229 ] } }, +{ "type": "Feature", "properties": { "id": 2276306876, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309636.893074699910358, 66389.860192077991087 ] } }, +{ "type": "Feature", "properties": { "id": 2276306897, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309453.938878102693707, 65387.767364857398206 ] } }, +{ "type": "Feature", "properties": { "id": 2276306919, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 309089.520922082301695, 65719.850604820152512 ] } }, +{ "type": "Feature", "properties": { "id": 2276315902, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303795.286254981183447, 63021.45939294694108 ] } }, +{ "type": "Feature", "properties": { "id": 2276382991, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303085.500630404276308, 69733.780931718167267 ] } }, +{ "type": "Feature", "properties": { "id": 2276383000, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303048.147572392481379, 69752.404715445896727 ] } }, +{ "type": "Feature", "properties": { "id": 2276412684, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304642.628765366855077, 61183.873745508943102 ] } }, +{ "type": "Feature", "properties": { "id": 2276412714, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304687.16942763782572, 61087.317539036630478 ] } }, +{ "type": "Feature", "properties": { "id": 2277315365, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304165.445592903241049, 60316.449804158452025 ] } }, +{ "type": "Feature", "properties": { "id": 2279017950, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302745.860168860643171, 70575.380364081880543 ] } }, +{ "type": "Feature", "properties": { "id": 2279017952, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302742.007979698071722, 70546.572742201387882 ] } }, +{ "type": "Feature", "properties": { "id": 2279017954, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302853.883268369128928, 70931.262575140732224 ] } }, +{ "type": "Feature", "properties": { "id": 2279017955, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302746.499731567746494, 70586.818354700124473 ] } }, +{ "type": "Feature", "properties": { "id": 2279017959, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302848.092826395411976, 70921.940686442758306 ] } }, +{ "type": "Feature", "properties": { "id": 2279504496, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301484.911568131530657, 62763.076480244038976 ] } }, +{ "type": "Feature", "properties": { "id": 2279506338, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301492.641893556399737, 62780.869908883782045 ] } }, +{ "type": "Feature", "properties": { "id": 2279507740, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301535.180517092696391, 62770.288210962680751 ] } }, +{ "type": "Feature", "properties": { "id": 2279508475, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301420.484319153241813, 62648.263897011180234 ] } }, +{ "type": "Feature", "properties": { "id": 2279509080, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301410.176309758448042, 62627.081127423291036 ] } }, +{ "type": "Feature", "properties": { "id": 2279513027, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301550.644069667672738, 62790.625005041787517 ] } }, +{ "type": "Feature", "properties": { "id": 2279528512, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301246.441217564453837, 62810.477465191070223 ] } }, +{ "type": "Feature", "properties": { "id": 2279562464, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301024.075251310598105, 62935.833710053644609 ] } }, +{ "type": "Feature", "properties": { "id": 2282435226, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302647.245777747302782, 49251.423284863834851 ] } }, +{ "type": "Feature", "properties": { "id": 2282457952, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303003.732670517056249, 49060.934719791221141 ] } }, +{ "type": "Feature", "properties": { "id": 2285673939, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305537.726442831626628, 65021.605986642141943 ] } }, +{ "type": "Feature", "properties": { "id": 2286085264, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301112.369284741871525, 62932.033911344326043 ] } }, +{ "type": "Feature", "properties": { "id": 2287026262, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303110.940587750461418, 49003.791607898638176 ] } }, +{ "type": "Feature", "properties": { "id": 2287666017, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303741.03988733299775, 49193.012788694366463 ] } }, +{ "type": "Feature", "properties": { "id": 2287666019, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303499.576921580184717, 49151.80471218504681 ] } }, +{ "type": "Feature", "properties": { "id": 2287666020, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303202.033001162461005, 48888.184922195738181 ] } }, +{ "type": "Feature", "properties": { "id": 2287666023, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303204.610130024841055, 48901.317938365464215 ] } }, +{ "type": "Feature", "properties": { "id": 2287666099, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303811.362246301374398, 49302.33996724338067 ] } }, +{ "type": "Feature", "properties": { "id": 2287683632, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303906.742100849805865, 49641.277621253022517 ] } }, +{ "type": "Feature", "properties": { "id": 2289340611, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303696.444816762174014, 49280.254059278755449 ] } }, +{ "type": "Feature", "properties": { "id": 2289643290, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305656.863568089262117, 65097.100024459854467 ] } }, +{ "type": "Feature", "properties": { "id": 2293948657, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300555.839566328504588, 58944.058776621866855 ] } }, +{ "type": "Feature", "properties": { "id": 2294802411, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302107.883203121251427, 65912.395617664617021 ] } }, +{ "type": "Feature", "properties": { "id": 2294953951, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301317.00598453648854, 57412.791440235137998 ] } }, +{ "type": "Feature", "properties": { "id": 2295010674, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302558.773367033223622, 79106.237121840880718 ] } }, +{ "type": "Feature", "properties": { "id": 2295354529, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 276010.340578665432986, 43347.775043273206393 ] } }, +{ "type": "Feature", "properties": { "id": 2295356898, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 275613.523641282110475, 44313.629172282118816 ] } }, +{ "type": "Feature", "properties": { "id": 2295371299, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 287010.166493047901895, 86877.688873987848638 ] } }, +{ "type": "Feature", "properties": { "id": 2295372474, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288700.604745368589647, 85395.160026165045565 ] } }, +{ "type": "Feature", "properties": { "id": 2295374777, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 286445.332692714524455, 72425.816292106930632 ] } }, +{ "type": "Feature", "properties": { "id": 2295377730, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 288866.543576285184827, 68865.473967479061685 ] } }, +{ "type": "Feature", "properties": { "id": 2296369146, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305134.017434979206882, 61853.510737997072283 ] } }, +{ "type": "Feature", "properties": { "id": 2296369150, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305114.055898710677866, 61824.267438180504541 ] } }, +{ "type": "Feature", "properties": { "id": 2296369157, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305009.166563017934095, 61563.672132100153249 ] } }, +{ "type": "Feature", "properties": { "id": 2296374964, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304968.173085265327245, 61175.189187206975475 ] } }, +{ "type": "Feature", "properties": { "id": 2297023428, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300368.010317616397515, 62664.657732257364842 ] } }, +{ "type": "Feature", "properties": { "id": 2297514213, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301926.042263800569344, 69042.887744496300002 ] } }, +{ "type": "Feature", "properties": { "id": 2297545261, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302367.678587766014971, 69388.266001240408514 ] } }, +{ "type": "Feature", "properties": { "id": 2297761510, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302204.18723967904225, 69175.981985309030279 ] } }, +{ "type": "Feature", "properties": { "id": 2298854540, "poi_type_1": "laundry;dry_cleaning", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302196.464432642154861, 69161.153000127349515 ] } }, +{ "type": "Feature", "properties": { "id": 2299050668, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302056.156800469965674, 68908.211781813806738 ] } }, +{ "type": "Feature", "properties": { "id": 2299770710, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300317.697643102379516, 63632.618472119669605 ] } }, +{ "type": "Feature", "properties": { "id": 2299770713, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300399.537680147215724, 63649.990714751686028 ] } }, +{ "type": "Feature", "properties": { "id": 2299770715, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300315.120822568249423, 63612.708387561273412 ] } }, +{ "type": "Feature", "properties": { "id": 2299770718, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300293.210178440145683, 63622.874282181706803 ] } }, +{ "type": "Feature", "properties": { "id": 2299770719, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300268.721772312943358, 63637.276312568472349 ] } }, +{ "type": "Feature", "properties": { "id": 2300348736, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301262.411047968897037, 63645.004226757409924 ] } }, +{ "type": "Feature", "properties": { "id": 2300348737, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301260.477655494469218, 63645.851130118368019 ] } }, +{ "type": "Feature", "properties": { "id": 2300348833, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301482.100318060081918, 63927.597225284436718 ] } }, +{ "type": "Feature", "properties": { "id": 2300356464, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300649.372327733435668, 58567.049933729831537 ] } }, +{ "type": "Feature", "properties": { "id": 2301162810, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301803.137026084586978, 68680.238511807867326 ] } }, +{ "type": "Feature", "properties": { "id": 2301167312, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301879.088473701674957, 68829.371443676223862 ] } }, +{ "type": "Feature", "properties": { "id": 2302043640, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307704.351420634426177, 78745.071265613849391 ] } }, +{ "type": "Feature", "properties": { "id": 2302043647, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307616.410896294692066, 78585.696680481021758 ] } }, +{ "type": "Feature", "properties": { "id": 2302043669, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307604.778111748048104, 78640.75605702145549 ] } }, +{ "type": "Feature", "properties": { "id": 2302679639, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304537.829884361999575, 48093.766898308123928 ] } }, +{ "type": "Feature", "properties": { "id": 2303950107, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301971.216055705561303, 68676.892456946297898 ] } }, +{ "type": "Feature", "properties": { "id": 2304436416, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300470.772348870756105, 58161.638011354218179 ] } }, +{ "type": "Feature", "properties": { "id": 2307147602, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300650.062521092826501, 58050.664796435616154 ] } }, +{ "type": "Feature", "properties": { "id": 2307147603, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300630.709504605445545, 58120.135765013241326 ] } }, +{ "type": "Feature", "properties": { "id": 2307164608, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300558.649765661510173, 64425.643195267548435 ] } }, +{ "type": "Feature", "properties": { "id": 2307164626, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300822.842126909526996, 64338.826400389938499 ] } }, +{ "type": "Feature", "properties": { "id": 2307215805, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303249.608814074192196, 69921.938543382086209 ] } }, +{ "type": "Feature", "properties": { "id": 2307225865, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303306.722931491327472, 70347.278575433243532 ] } }, +{ "type": "Feature", "properties": { "id": 2308955289, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303216.104197906388436, 71455.430315547462669 ] } }, +{ "type": "Feature", "properties": { "id": 2308995386, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303058.12491795438109, 67423.773542378403363 ] } }, +{ "type": "Feature", "properties": { "id": 2308995474, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303054.263020758517087, 67417.417667072964832 ] } }, +{ "type": "Feature", "properties": { "id": 2308997529, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303061.986633105319925, 67430.553038310070406 ] } }, +{ "type": "Feature", "properties": { "id": 2308997530, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303078.723883513477631, 67452.164537636650493 ] } }, +{ "type": "Feature", "properties": { "id": 2309556620, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303081.942363798676524, 67456.825683290822781 ] } }, +{ "type": "Feature", "properties": { "id": 2309556628, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303108.328799011243973, 67506.823728470422793 ] } }, +{ "type": "Feature", "properties": { "id": 2309556633, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303114.764600014546886, 67518.687759278822341 ] } }, +{ "type": "Feature", "properties": { "id": 2309556639, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303097.398074420227204, 67462.339183057236369 ] } }, +{ "type": "Feature", "properties": { "id": 2310470807, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308419.518356300424784, 79839.655527656184859 ] } }, +{ "type": "Feature", "properties": { "id": 2310485827, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309885.732397655781824, 82600.985339982595178 ] } }, +{ "type": "Feature", "properties": { "id": 2310485829, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311178.844924401200842, 81840.299115626447019 ] } }, +{ "type": "Feature", "properties": { "id": 2310485952, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309883.788783864991274, 82612.420716851818725 ] } }, +{ "type": "Feature", "properties": { "id": 2310485953, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311140.777197926887311, 81933.439819801060366 ] } }, +{ "type": "Feature", "properties": { "id": 2310498468, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301533.633912089571822, 67120.413017653016141 ] } }, +{ "type": "Feature", "properties": { "id": 2310498477, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301479.522119077097159, 67151.749757855621283 ] } }, +{ "type": "Feature", "properties": { "id": 2310498478, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301482.116814369626809, 67060.672318854252808 ] } }, +{ "type": "Feature", "properties": { "id": 2311190720, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 295970.669765510421712, 58098.330099994069315 ] } }, +{ "type": "Feature", "properties": { "id": 2312065721, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302148.751267561048735, 69374.219678841458517 ] } }, +{ "type": "Feature", "properties": { "id": 2312065723, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301920.261383652046788, 68986.544843633149867 ] } }, +{ "type": "Feature", "properties": { "id": 2312065725, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302384.5997876523179, 68832.058915448564221 ] } }, +{ "type": "Feature", "properties": { "id": 2312065726, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302707.652955920610111, 69424.390376759663923 ] } }, +{ "type": "Feature", "properties": { "id": 2312065727, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302803.058591071923729, 70841.435544707783265 ] } }, +{ "type": "Feature", "properties": { "id": 2312065731, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301946.036029693263117, 68923.432278367137769 ] } }, +{ "type": "Feature", "properties": { "id": 2312065740, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302685.379195536312182, 70472.418376557398005 ] } }, +{ "type": "Feature", "properties": { "id": 2312065748, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302674.190488562744576, 69366.342289134670864 ] } }, +{ "type": "Feature", "properties": { "id": 2312065780, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302181.606037580349948, 69323.394933169067372 ] } }, +{ "type": "Feature", "properties": { "id": 2321125647, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300484.260917622188572, 58990.2276853349249 ] } }, +{ "type": "Feature", "properties": { "id": 2321125649, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300542.941317009855993, 58967.780208652169676 ] } }, +{ "type": "Feature", "properties": { "id": 2321579535, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302986.274242878193036, 50725.291925049030397 ] } }, +{ "type": "Feature", "properties": { "id": 2321673303, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299939.937540170445573, 47377.326029911724618 ] } }, +{ "type": "Feature", "properties": { "id": 2321673304, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299907.000837876752485, 47439.173308256693417 ] } }, +{ "type": "Feature", "properties": { "id": 2322155479, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299601.147296252835076, 64402.333924721373478 ] } }, +{ "type": "Feature", "properties": { "id": 2322155487, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300518.451168251922354, 58780.117428062651015 ] } }, +{ "type": "Feature", "properties": { "id": 2322298896, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300496.534997141046915, 58655.149802810905385 ] } }, +{ "type": "Feature", "properties": { "id": 2322298897, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300495.890543709741905, 58649.219164393856772 ] } }, +{ "type": "Feature", "properties": { "id": 2322328275, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300365.602472229162231, 59218.972523391894356 ] } }, +{ "type": "Feature", "properties": { "id": 2322380809, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300613.875721256132238, 58921.611814972719003 ] } }, +{ "type": "Feature", "properties": { "id": 2322380815, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300482.346627100661863, 58680.56570200400165 ] } }, +{ "type": "Feature", "properties": { "id": 2324950875, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301457.74351147946436, 56719.363002153579146 ] } }, +{ "type": "Feature", "properties": { "id": 2325109205, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306631.058165720605757, 49219.18028932595189 ] } }, +{ "type": "Feature", "properties": { "id": 2325109206, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306799.480381448986009, 49326.50619410136278 ] } }, +{ "type": "Feature", "properties": { "id": 2325109207, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306676.943261647247709, 49172.200763591754367 ] } }, +{ "type": "Feature", "properties": { "id": 2325109208, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306713.785573197412305, 49129.4494282866508 ] } }, +{ "type": "Feature", "properties": { "id": 2328223913, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300351.855155242490582, 63561.028835550147051 ] } }, +{ "type": "Feature", "properties": { "id": 2328279298, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300339.61196691886289, 63542.389140194805805 ] } }, +{ "type": "Feature", "properties": { "id": 2328279299, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300327.367817247111816, 63544.083054053175147 ] } }, +{ "type": "Feature", "properties": { "id": 2328279410, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300095.374215196585283, 63595.334016667009564 ] } }, +{ "type": "Feature", "properties": { "id": 2328279412, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300137.904649133095518, 63665.655022754341189 ] } }, +{ "type": "Feature", "properties": { "id": 2328279425, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300102.461689489311539, 63678.362942095242033 ] } }, +{ "type": "Feature", "properties": { "id": 2329798509, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 302106.077143991366029, 69990.574394397321157 ] } }, +{ "type": "Feature", "properties": { "id": 2329911408, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301833.827385197335389, 69569.423583427065751 ] } }, +{ "type": "Feature", "properties": { "id": 2329911494, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301504.931124041904695, 68897.912167919945205 ] } }, +{ "type": "Feature", "properties": { "id": 2334936724, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273891.636625279730652, 60430.370962862943998 ] } }, +{ "type": "Feature", "properties": { "id": 2337828715, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286184.621751895349007, 63101.161895395714964 ] } }, +{ "type": "Feature", "properties": { "id": 2337828716, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 288433.948536272975616, 68548.42314450617414 ] } }, +{ "type": "Feature", "properties": { "id": 2338757145, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302739.148801638686564, 69575.210638535121689 ] } }, +{ "type": "Feature", "properties": { "id": 2338757149, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302842.132991732098162, 69678.612769958068384 ] } }, +{ "type": "Feature", "properties": { "id": 2340474679, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303974.817883250594605, 70725.05347620419343 ] } }, +{ "type": "Feature", "properties": { "id": 2340960566, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303295.986185326240957, 71323.719378760739346 ] } }, +{ "type": "Feature", "properties": { "id": 2340960685, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303350.67724015598651, 71384.321768232097384 ] } }, +{ "type": "Feature", "properties": { "id": 2348610308, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305330.409295430989005, 76424.899454134429106 ] } }, +{ "type": "Feature", "properties": { "id": 2348610309, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306123.931165247457102, 77579.892102642232203 ] } }, +{ "type": "Feature", "properties": { "id": 2348610310, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306165.732245444960427, 77588.399386496064835 ] } }, +{ "type": "Feature", "properties": { "id": 2348610311, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305336.186779992247466, 76441.848597855627304 ] } }, +{ "type": "Feature", "properties": { "id": 2348610312, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306159.93318350246409, 77600.679675570718246 ] } }, +{ "type": "Feature", "properties": { "id": 2348610313, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305290.488402921764646, 76475.282044609804871 ] } }, +{ "type": "Feature", "properties": { "id": 2348610315, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306109.78982549655484, 77568.866136871569324 ] } }, +{ "type": "Feature", "properties": { "id": 2348610316, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305282.122794831637293, 76479.088676165905781 ] } }, +{ "type": "Feature", "properties": { "id": 2348610317, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305230.659535062499344, 76478.204802966603893 ] } }, +{ "type": "Feature", "properties": { "id": 2348610318, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305994.081648579740431, 77484.469926689824206 ] } }, +{ "type": "Feature", "properties": { "id": 2349831026, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303765.963751563278493, 77553.319338495857664 ] } }, +{ "type": "Feature", "properties": { "id": 2351282630, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299750.548489241395146, 61790.733515457177418 ] } }, +{ "type": "Feature", "properties": { "id": 2351558464, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300439.39077211683616, 65344.884389637234563 ] } }, +{ "type": "Feature", "properties": { "id": 2351576867, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300451.649580660974607, 65054.707254571127123 ] } }, +{ "type": "Feature", "properties": { "id": 2352506226, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311194.765093125752173, 76850.424645965264062 ] } }, +{ "type": "Feature", "properties": { "id": 2352506227, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311143.407363072910812, 76781.719742105546175 ] } }, +{ "type": "Feature", "properties": { "id": 2353925655, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295657.814524207555223, 86446.862122594029643 ] } }, +{ "type": "Feature", "properties": { "id": 2353939442, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295716.306415899889544, 86499.781859459297266 ] } }, +{ "type": "Feature", "properties": { "id": 2354095428, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304624.076627905247733, 56826.566417504182027 ] } }, +{ "type": "Feature", "properties": { "id": 2357685316, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300699.125244296679739, 57520.305126056606241 ] } }, +{ "type": "Feature", "properties": { "id": 2357883811, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300356.665778991184197, 57339.397807331399235 ] } }, +{ "type": "Feature", "properties": { "id": 2357937167, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304118.196832623740193, 68751.486334899323992 ] } }, +{ "type": "Feature", "properties": { "id": 2357937191, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302533.600081414217129, 66238.291311596462037 ] } }, +{ "type": "Feature", "properties": { "id": 2357937202, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302364.822117873176467, 66238.659040373808239 ] } }, +{ "type": "Feature", "properties": { "id": 2357937212, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302413.111501070670784, 66314.925869541722932 ] } }, +{ "type": "Feature", "properties": { "id": 2357937221, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304307.44648267980665, 67779.811847013494116 ] } }, +{ "type": "Feature", "properties": { "id": 2357937242, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304283.001064322714228, 67730.234242874415941 ] } }, +{ "type": "Feature", "properties": { "id": 2357937257, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304203.16552508919267, 67681.048651227552909 ] } }, +{ "type": "Feature", "properties": { "id": 2357937268, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304160.688687301706523, 68769.72575963503914 ] } }, +{ "type": "Feature", "properties": { "id": 2358048501, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299778.298995655670296, 62914.585362060570333 ] } }, +{ "type": "Feature", "properties": { "id": 2358048502, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299331.018658867804334, 62787.951077196907136 ] } }, +{ "type": "Feature", "properties": { "id": 2358048503, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300018.689988360565621, 62883.658089828095399 ] } }, +{ "type": "Feature", "properties": { "id": 2358048509, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299952.953046483977232, 62924.325360752372944 ] } }, +{ "type": "Feature", "properties": { "id": 2358048511, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300024.490294525399804, 62894.248508887809294 ] } }, +{ "type": "Feature", "properties": { "id": 2358048512, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299773.14309341122862, 62912.467437839157355 ] } }, +{ "type": "Feature", "properties": { "id": 2358048513, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299994.844507439760491, 63409.365799297571357 ] } }, +{ "type": "Feature", "properties": { "id": 2359580602, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300067.664677649270743, 63536.451025510359614 ] } }, +{ "type": "Feature", "properties": { "id": 2366519593, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299619.839064981148113, 64511.626107568707084 ] } }, +{ "type": "Feature", "properties": { "id": 2366519594, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299879.506754491885658, 64415.879895151549135 ] } }, +{ "type": "Feature", "properties": { "id": 2366519595, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299679.763452893123031, 64528.144332393872901 ] } }, +{ "type": "Feature", "properties": { "id": 2366519599, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299655.921191047353204, 64491.290727802937909 ] } }, +{ "type": "Feature", "properties": { "id": 2366519600, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299599.827458570362069, 63826.638845407047484 ] } }, +{ "type": "Feature", "properties": { "id": 2372749763, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299180.305248500255402, 52015.477467591423192 ] } }, +{ "type": "Feature", "properties": { "id": 2372930707, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300449.697901125997305, 65363.947792903927621 ] } }, +{ "type": "Feature", "properties": { "id": 2377128134, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299856.942772603943013, 63807.143043753210804 ] } }, +{ "type": "Feature", "properties": { "id": 2377128136, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300203.616073223063722, 64349.797481807072472 ] } }, +{ "type": "Feature", "properties": { "id": 2377128137, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300173.332327124546282, 64310.400342623564939 ] } }, +{ "type": "Feature", "properties": { "id": 2377128138, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299880.786340051447041, 63850.351512919580273 ] } }, +{ "type": "Feature", "properties": { "id": 2377128139, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299929.116230599989649, 63853.316208227406605 ] } }, +{ "type": "Feature", "properties": { "id": 2377128140, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300020.62027128128102, 64018.950005102335126 ] } }, +{ "type": "Feature", "properties": { "id": 2377128141, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300097.944437905622181, 64158.74414429780154 ] } }, +{ "type": "Feature", "properties": { "id": 2377128142, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299903.340784872474615, 63889.323911821717047 ] } }, +{ "type": "Feature", "properties": { "id": 2377128143, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300136.60542541986797, 64228.641526299070392 ] } }, +{ "type": "Feature", "properties": { "id": 2377128145, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299867.25353782606544, 63825.781981069536414 ] } }, +{ "type": "Feature", "properties": { "id": 2377128146, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300266.758598986256402, 64467.141370270401239 ] } }, +{ "type": "Feature", "properties": { "id": 2377128147, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300131.450676820124499, 64218.89824653872347 ] } }, +{ "type": "Feature", "properties": { "id": 2377128148, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300024.486280524928588, 64107.062293008879351 ] } }, +{ "type": "Feature", "properties": { "id": 2377128152, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300424.606793932092842, 64749.277673721313477 ] } }, +{ "type": "Feature", "properties": { "id": 2377128153, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300021.264420988562051, 64100.284415302317939 ] } }, +{ "type": "Feature", "properties": { "id": 2377128155, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300050.260973069001921, 64157.049199644250621 ] } }, +{ "type": "Feature", "properties": { "id": 2377128156, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300210.69951052183751, 64506.535936904445407 ] } }, +{ "type": "Feature", "properties": { "id": 2377128167, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300022.553163445787504, 64103.673352982958022 ] } }, +{ "type": "Feature", "properties": { "id": 2377128170, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300240.983703604491893, 64501.453457980031089 ] } }, +{ "type": "Feature", "properties": { "id": 2377128171, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300245.493826691468712, 64509.502328359798412 ] } }, +{ "type": "Feature", "properties": { "id": 2377128172, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300119.208069735090248, 64197.293582821992459 ] } }, +{ "type": "Feature", "properties": { "id": 2377128173, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300126.940259748254903, 64210.425831890250265 ] } }, +{ "type": "Feature", "properties": { "id": 2377128174, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300134.028064328071196, 64223.134460755754844 ] } }, +{ "type": "Feature", "properties": { "id": 2377128177, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300193.306885652302299, 64331.158063307877455 ] } }, +{ "type": "Feature", "properties": { "id": 2377128180, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299893.673420565028209, 63788.926912238879595 ] } }, +{ "type": "Feature", "properties": { "id": 2377128181, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299965.203214511624537, 64002.429007523649489 ] } }, +{ "type": "Feature", "properties": { "id": 2377128182, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300097.943333108152729, 64242.196651218946499 ] } }, +{ "type": "Feature", "properties": { "id": 2377128183, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300207.482022989657708, 64356.151842256709642 ] } }, +{ "type": "Feature", "properties": { "id": 2377128187, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300120.496936714334879, 64189.244884834341065 ] } }, +{ "type": "Feature", "properties": { "id": 2377128194, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300420.741260204813443, 64742.499579518356768 ] } }, +{ "type": "Feature", "properties": { "id": 2377128196, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299916.228953617508523, 63913.469902297838416 ] } }, +{ "type": "Feature", "properties": { "id": 2377128200, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300061.859485605906229, 64177.806509191068471 ] } }, +{ "type": "Feature", "properties": { "id": 2377128210, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300234.543337670853361, 64405.29220927303686 ] } }, +{ "type": "Feature", "properties": { "id": 2377128211, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300352.448861713404767, 64625.577704914867354 ] } }, +{ "type": "Feature", "properties": { "id": 2377128212, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300026.419395833101589, 64110.4512335531399 ] } }, +{ "type": "Feature", "properties": { "id": 2384399634, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286224.077008993190248, 48958.327169994568976 ] } }, +{ "type": "Feature", "properties": { "id": 2384821679, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299999.355571177613456, 63498.325238419645757 ] } }, +{ "type": "Feature", "properties": { "id": 2384821688, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300650.125411470478866, 64673.466600303028827 ] } }, +{ "type": "Feature", "properties": { "id": 2384821713, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300054.77633383491775, 63513.999248435364279 ] } }, +{ "type": "Feature", "properties": { "id": 2384821719, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300684.276438508415595, 64654.830530551218544 ] } }, +{ "type": "Feature", "properties": { "id": 2384821749, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300701.026680857758038, 64678.978270242463623 ] } }, +{ "type": "Feature", "properties": { "id": 2384821772, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300015.466208492871374, 63538.14519799232221 ] } }, +{ "type": "Feature", "properties": { "id": 2384892233, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302443.775331290438771, 69041.34626561528421 ] } }, +{ "type": "Feature", "properties": { "id": 2384892234, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302437.339362090860959, 69030.753652413099189 ] } }, +{ "type": "Feature", "properties": { "id": 2384892235, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302564.462597531382926, 70121.194205569350743 ] } }, +{ "type": "Feature", "properties": { "id": 2384892242, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302669.966651551250834, 70363.965975936269388 ] } }, +{ "type": "Feature", "properties": { "id": 2385258951, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273962.446181263134349, 43683.401153199833061 ] } }, +{ "type": "Feature", "properties": { "id": 2385258959, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274992.145508778630756, 42640.743159539531916 ] } }, +{ "type": "Feature", "properties": { "id": 2385258961, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274942.410360350739211, 42648.535931461898144 ] } }, +{ "type": "Feature", "properties": { "id": 2385258969, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274884.930423180805519, 42659.320517650252441 ] } }, +{ "type": "Feature", "properties": { "id": 2385678535, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278002.313385784975253, 80352.258155704170349 ] } }, +{ "type": "Feature", "properties": { "id": 2385678740, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278263.488994383660611, 80396.812788956129225 ] } }, +{ "type": "Feature", "properties": { "id": 2385678768, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278765.105981372704264, 80210.227140804170631 ] } }, +{ "type": "Feature", "properties": { "id": 2385678924, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278277.287282144301571, 80060.411052038034541 ] } }, +{ "type": "Feature", "properties": { "id": 2385678944, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278177.775922543834895, 80111.963584251803695 ] } }, +{ "type": "Feature", "properties": { "id": 2385911373, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293512.483239494380541, 83232.659034064461594 ] } }, +{ "type": "Feature", "properties": { "id": 2385911374, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 293529.859439552412368, 83258.908785632898798 ] } }, +{ "type": "Feature", "properties": { "id": 2385911411, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293653.337299693259411, 83349.458199888817035 ] } }, +{ "type": "Feature", "properties": { "id": 2385911448, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293454.154834573273547, 83411.058442186971661 ] } }, +{ "type": "Feature", "properties": { "id": 2385911621, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 293571.663490256294608, 83291.068067316969973 ] } }, +{ "type": "Feature", "properties": { "id": 2385911625, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293636.236494545009919, 83641.777166592990397 ] } }, +{ "type": "Feature", "properties": { "id": 2391924569, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300636.436633697536308, 59015.232435793455807 ] } }, +{ "type": "Feature", "properties": { "id": 2392137443, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 326485.838486536580604, 68439.393882169941207 ] } }, +{ "type": "Feature", "properties": { "id": 2393286954, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303719.89700857619755, 64275.749692900943046 ] } }, +{ "type": "Feature", "properties": { "id": 2393865158, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303982.704207012604456, 64447.027743570928578 ] } }, +{ "type": "Feature", "properties": { "id": 2402042259, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303602.633882506750524, 61606.486200663443014 ] } }, +{ "type": "Feature", "properties": { "id": 2402042494, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303580.044213440676685, 61666.205021850015328 ] } }, +{ "type": "Feature", "properties": { "id": 2405699093, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298707.043317673553247, 58476.904593480787298 ] } }, +{ "type": "Feature", "properties": { "id": 2406539707, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 285243.18408927420387, 58314.426478398723702 ] } }, +{ "type": "Feature", "properties": { "id": 2406539712, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 285142.156046773889102, 58101.974002215509245 ] } }, +{ "type": "Feature", "properties": { "id": 2406539769, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284998.938733921560925, 58077.693126127567666 ] } }, +{ "type": "Feature", "properties": { "id": 2406539782, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285203.242657211143523, 58980.428625262393325 ] } }, +{ "type": "Feature", "properties": { "id": 2407444755, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300365.325056533969473, 64836.539633238477109 ] } }, +{ "type": "Feature", "properties": { "id": 2407445501, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300403.986244786472525, 64791.638228643758339 ] } }, +{ "type": "Feature", "properties": { "id": 2407447314, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300390.456924182304647, 64766.644093168717518 ] } }, +{ "type": "Feature", "properties": { "id": 2407461276, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300435.559184162935708, 64767.070228264747129 ] } }, +{ "type": "Feature", "properties": { "id": 2407882461, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300197.814457307220437, 64440.451339328275935 ] } }, +{ "type": "Feature", "properties": { "id": 2407891430, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300130.160595722147264, 64295.572867649636464 ] } }, +{ "type": "Feature", "properties": { "id": 2407894981, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300128.871935985807795, 64292.18391039101698 ] } }, +{ "type": "Feature", "properties": { "id": 2409372487, "poi_type_1": "medical_supply", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300239.695075598719995, 64499.758948318973125 ] } }, +{ "type": "Feature", "properties": { "id": 2409398830, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302282.234704281087033, 68750.268065043055685 ] } }, +{ "type": "Feature", "properties": { "id": 2409398831, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302315.083081675693393, 68731.639024907737621 ] } }, +{ "type": "Feature", "properties": { "id": 2409398832, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302279.016675328137353, 68744.336401178516098 ] } }, +{ "type": "Feature", "properties": { "id": 2409398837, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302304.118114656186663, 68787.553358373319497 ] } }, +{ "type": "Feature", "properties": { "id": 2409398840, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301698.927229766675737, 68181.614056451886427 ] } }, +{ "type": "Feature", "properties": { "id": 2409946228, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299878.860983635066077, 64329.038445347941888 ] } }, +{ "type": "Feature", "properties": { "id": 2410172217, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299855.018914290005341, 64284.135488693020307 ] } }, +{ "type": "Feature", "properties": { "id": 2410173549, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299839.553732305124868, 64259.566032061833539 ] } }, +{ "type": "Feature", "properties": { "id": 2411268684, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299806.68978268787032, 64203.649399720663496 ] } }, +{ "type": "Feature", "properties": { "id": 2411273471, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299802.823284803249408, 64192.635465340012161 ] } }, +{ "type": "Feature", "properties": { "id": 2411595315, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299771.247624606708996, 64140.531511758963461 ] } }, +{ "type": "Feature", "properties": { "id": 2411596024, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299762.225859594880603, 64123.587126219557831 ] } }, +{ "type": "Feature", "properties": { "id": 2411645285, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 283561.426591713447124, 77479.575240621416015 ] } }, +{ "type": "Feature", "properties": { "id": 2411819310, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299743.53788702521706, 64091.39287845994113 ] } }, +{ "type": "Feature", "properties": { "id": 2411819317, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299746.115570139430929, 64096.476190303743351 ] } }, +{ "type": "Feature", "properties": { "id": 2412364226, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301026.542020182590932, 63736.892525997755001 ] } }, +{ "type": "Feature", "properties": { "id": 2413226691, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299618.516659631510265, 63857.561869510449469 ] } }, +{ "type": "Feature", "properties": { "id": 2414094417, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301754.914018782495987, 68362.936102013394702 ] } }, +{ "type": "Feature", "properties": { "id": 2414094432, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301868.850355040282011, 68570.961050556201371 ] } }, +{ "type": "Feature", "properties": { "id": 2414094433, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302415.871219067194033, 69697.524082540214295 ] } }, +{ "type": "Feature", "properties": { "id": 2414094437, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302087.853665703092702, 68401.995579297770746 ] } }, +{ "type": "Feature", "properties": { "id": 2422354607, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 287427.675762242812198, 86096.211510520486627 ] } }, +{ "type": "Feature", "properties": { "id": 2422354613, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 287549.861977087566629, 86166.327142804322648 ] } }, +{ "type": "Feature", "properties": { "id": 2422377040, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303180.823015341651626, 60680.27002178238763 ] } }, +{ "type": "Feature", "properties": { "id": 2422377590, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303188.554726890579332, 60690.440108082337247 ] } }, +{ "type": "Feature", "properties": { "id": 2423037502, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302713.400471634115092, 66043.91447845561197 ] } }, +{ "type": "Feature", "properties": { "id": 2423176814, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301275.376892875996418, 66932.27741695077566 ] } }, +{ "type": "Feature", "properties": { "id": 2427682633, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303543.514636086649261, 49085.742446038115304 ] } }, +{ "type": "Feature", "properties": { "id": 2427682634, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303539.628193748474587, 49111.58079019174329 ] } }, +{ "type": "Feature", "properties": { "id": 2427704789, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303955.449692511523608, 46686.203506003032089 ] } }, +{ "type": "Feature", "properties": { "id": 2432310211, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 298922.798283895186614, 61016.862520336202579 ] } }, +{ "type": "Feature", "properties": { "id": 2438940205, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 302429.617149148951285, 69015.07718772647786 ] } }, +{ "type": "Feature", "properties": { "id": 2438940207, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302364.615624654456042, 68898.560750338496291 ] } }, +{ "type": "Feature", "properties": { "id": 2439082123, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303449.40046221727971, 61220.499599261689582 ] } }, +{ "type": "Feature", "properties": { "id": 2439240911, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302084.637001124618109, 68390.133335067497683 ] } }, +{ "type": "Feature", "properties": { "id": 2439791068, "poi_type_1": "biergarten", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306126.252491835679393, 66235.311098774021957 ] } }, +{ "type": "Feature", "properties": { "id": 2439964743, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302167.02614918013569, 68537.57650621853827 ] } }, +{ "type": "Feature", "properties": { "id": 2439964745, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302164.451801574381534, 68532.068701946525835 ] } }, +{ "type": "Feature", "properties": { "id": 2439964746, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302161.233211606857367, 68527.407948763939203 ] } }, +{ "type": "Feature", "properties": { "id": 2443892115, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301488.388065251579974, 67904.945504491144675 ] } }, +{ "type": "Feature", "properties": { "id": 2443892116, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301960.886571208306123, 68774.322162560813013 ] } }, +{ "type": "Feature", "properties": { "id": 2443892135, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301476.157213936792687, 67874.866113512907759 ] } }, +{ "type": "Feature", "properties": { "id": 2443892136, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301998.138560590974521, 69137.797661943433923 ] } }, +{ "type": "Feature", "properties": { "id": 2443892137, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301461.993358512525447, 67848.598931137297768 ] } }, +{ "type": "Feature", "properties": { "id": 2443892138, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302300.021957456890959, 69534.393474235475878 ] } }, +{ "type": "Feature", "properties": { "id": 2443892139, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301467.787705747119617, 67859.190550050494494 ] } }, +{ "type": "Feature", "properties": { "id": 2443892142, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302327.658173560979776, 69698.343021984241204 ] } }, +{ "type": "Feature", "properties": { "id": 2451205651, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301873.914747520117089, 68916.212116433598567 ] } }, +{ "type": "Feature", "properties": { "id": 2451205739, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302436.540304697409738, 69501.394859498410369 ] } }, +{ "type": "Feature", "properties": { "id": 2451240113, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300436.445841184642632, 49707.614998285724141 ] } }, +{ "type": "Feature", "properties": { "id": 2453678573, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321214.884870250243694, 63867.634073315522983 ] } }, +{ "type": "Feature", "properties": { "id": 2454126844, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301572.079722155001946, 62002.280456087479251 ] } }, +{ "type": "Feature", "properties": { "id": 2455777609, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300117.923844093515072, 63914.317601083472255 ] } }, +{ "type": "Feature", "properties": { "id": 2458230564, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300295.190544246521313, 62441.832500807460747 ] } }, +{ "type": "Feature", "properties": { "id": 2459993325, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300686.313983202679083, 63527.586601547693135 ] } }, +{ "type": "Feature", "properties": { "id": 2459993336, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300719.181452504533809, 63509.797833541182627 ] } }, +{ "type": "Feature", "properties": { "id": 2460552261, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301037.981898434343748, 55678.052026741708687 ] } }, +{ "type": "Feature", "properties": { "id": 2465884892, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304088.407826129812747, 60891.675984658424568 ] } }, +{ "type": "Feature", "properties": { "id": 2465888776, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303199.384897691314109, 60989.517017667858454 ] } }, +{ "type": "Feature", "properties": { "id": 2465889352, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303246.420555505261291, 61043.336623532311933 ] } }, +{ "type": "Feature", "properties": { "id": 2466976767, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311196.346818873600569, 61773.3580349814074 ] } }, +{ "type": "Feature", "properties": { "id": 2466978757, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311168.708551298477687, 61721.21150959975057 ] } }, +{ "type": "Feature", "properties": { "id": 2467243818, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 323437.737692529801279, 57866.179570931657508 ] } }, +{ "type": "Feature", "properties": { "id": 2470101867, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301416.803984991100151, 61673.099822266267438 ] } }, +{ "type": "Feature", "properties": { "id": 2471583217, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 276674.3689332518843, 86992.520806535001611 ] } }, +{ "type": "Feature", "properties": { "id": 2471629218, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 277140.965899246919435, 85820.560865530642332 ] } }, +{ "type": "Feature", "properties": { "id": 2471629220, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277146.676078283868264, 85797.243361903092591 ] } }, +{ "type": "Feature", "properties": { "id": 2471629231, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277337.069488914974499, 85867.402671867035679 ] } }, +{ "type": "Feature", "properties": { "id": 2471629232, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277335.196714543097187, 85885.201009521406377 ] } }, +{ "type": "Feature", "properties": { "id": 2471629234, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277342.730806105129886, 85827.987419131255592 ] } }, +{ "type": "Feature", "properties": { "id": 2471629235, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277338.952683636860456, 85852.993366697206511 ] } }, +{ "type": "Feature", "properties": { "id": 2471629392, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277399.077426038624253, 85345.720538696376025 ] } }, +{ "type": "Feature", "properties": { "id": 2471629393, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277431.590948682220187, 85262.165400112862699 ] } }, +{ "type": "Feature", "properties": { "id": 2471629395, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 277423.121336973155849, 85224.064394717803225 ] } }, +{ "type": "Feature", "properties": { "id": 2472606529, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 277238.753860323340632, 85237.763527157381759 ] } }, +{ "type": "Feature", "properties": { "id": 2472833059, "poi_type_1": "outdoor", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 277445.135191453620791, 84648.280883413215633 ] } }, +{ "type": "Feature", "properties": { "id": 2476853871, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 279851.919312311743852, 81218.382701911628828 ] } }, +{ "type": "Feature", "properties": { "id": 2476853888, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 279751.844166895083617, 81297.027931941338466 ] } }, +{ "type": "Feature", "properties": { "id": 2476854085, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280510.944790885667317, 80755.281476800693781 ] } }, +{ "type": "Feature", "properties": { "id": 2477140739, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316214.986639620037749, 59451.070148805920326 ] } }, +{ "type": "Feature", "properties": { "id": 2477144568, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316896.098886494000908, 59637.289668746649113 ] } }, +{ "type": "Feature", "properties": { "id": 2477147723, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316476.850273248914164, 60283.629338511076639 ] } }, +{ "type": "Feature", "properties": { "id": 2478495090, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300532.296713220828678, 63519.101589822683309 ] } }, +{ "type": "Feature", "properties": { "id": 2478897579, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300425.960378633986693, 63621.186267903685803 ] } }, +{ "type": "Feature", "properties": { "id": 2478897605, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300389.872271864092909, 63634.316389140236424 ] } }, +{ "type": "Feature", "properties": { "id": 2478897610, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300385.361838415905368, 63624.996590290669701 ] } }, +{ "type": "Feature", "properties": { "id": 2478897615, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300380.85130638408009, 63617.371260187239386 ] } }, +{ "type": "Feature", "properties": { "id": 2479499119, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303341.213999472674914, 72381.522016286951839 ] } }, +{ "type": "Feature", "properties": { "id": 2483139540, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300216.455971509218216, 65962.508944907051045 ] } }, +{ "type": "Feature", "properties": { "id": 2483671757, "poi_type_1": "outdoor", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300404.139688801660668, 61981.790964634594275 ] } }, +{ "type": "Feature", "properties": { "id": 2484337482, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 286269.173375492566265, 65252.557787220481259 ] } }, +{ "type": "Feature", "properties": { "id": 2486570141, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300834.082389590446837, 61799.248623339568439 ] } }, +{ "type": "Feature", "properties": { "id": 2486570143, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300997.813921929744538, 61732.33763796731364 ] } }, +{ "type": "Feature", "properties": { "id": 2486570146, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300643.281653052021284, 61868.278911527813761 ] } }, +{ "type": "Feature", "properties": { "id": 2488562088, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303600.056591800705064, 60278.875133080051455 ] } }, +{ "type": "Feature", "properties": { "id": 2488911818, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320186.251758822007105, 61566.630831162779941 ] } }, +{ "type": "Feature", "properties": { "id": 2488911823, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320255.125098297023214, 61602.826447831277619 ] } }, +{ "type": "Feature", "properties": { "id": 2491325773, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301612.566940952267032, 62552.989674891738105 ] } }, +{ "type": "Feature", "properties": { "id": 2491343755, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301824.633672368829139, 62461.537892195854511 ] } }, +{ "type": "Feature", "properties": { "id": 2491417520, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301689.182701493322384, 57257.400893793237628 ] } }, +{ "type": "Feature", "properties": { "id": 2493233170, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300575.344300061755348, 65177.988471624354133 ] } }, +{ "type": "Feature", "properties": { "id": 2493964408, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302534.153435223037377, 53319.740898531061248 ] } }, +{ "type": "Feature", "properties": { "id": 2493983876, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302679.967274085560348, 53395.618674496312451 ] } }, +{ "type": "Feature", "properties": { "id": 2494018311, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303110.723294435010757, 54134.56588518917124 ] } }, +{ "type": "Feature", "properties": { "id": 2494018328, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303206.843067962501664, 54184.593074736840208 ] } }, +{ "type": "Feature", "properties": { "id": 2494018400, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302480.601480599783827, 53292.188026272633579 ] } }, +{ "type": "Feature", "properties": { "id": 2494045826, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300171.116700350074098, 48634.600426742515992 ] } }, +{ "type": "Feature", "properties": { "id": 2494052230, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303407.717150243930519, 60748.14940444054082 ] } }, +{ "type": "Feature", "properties": { "id": 2494055540, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300083.843395108473487, 57523.661504905860056 ] } }, +{ "type": "Feature", "properties": { "id": 2494055548, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300034.827575204544701, 57455.882969944890647 ] } }, +{ "type": "Feature", "properties": { "id": 2494055557, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300040.632501136162318, 57395.7299025920438 ] } }, +{ "type": "Feature", "properties": { "id": 2494055565, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300010.964434212015476, 57322.444693614714197 ] } }, +{ "type": "Feature", "properties": { "id": 2494057259, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300973.809823224146385, 58006.220863808892318 ] } }, +{ "type": "Feature", "properties": { "id": 2494057261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300900.277118019410409, 58115.50388322728395 ] } }, +{ "type": "Feature", "properties": { "id": 2494057272, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300838.398360232939012, 57838.029695599696424 ] } }, +{ "type": "Feature", "properties": { "id": 2494064523, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303278.682542003632989, 53692.387582844879944 ] } }, +{ "type": "Feature", "properties": { "id": 2494064572, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302697.472697768127546, 58484.060898762138095 ] } }, +{ "type": "Feature", "properties": { "id": 2494064642, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301037.698447125847451, 62299.988071344472701 ] } }, +{ "type": "Feature", "properties": { "id": 2494064809, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302682.007126300944947, 58453.131467004131991 ] } }, +{ "type": "Feature", "properties": { "id": 2494064864, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302691.024350235064048, 58483.211324502983189 ] } }, +{ "type": "Feature", "properties": { "id": 2494066985, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300313.41590085066855, 58218.393917348832474 ] } }, +{ "type": "Feature", "properties": { "id": 2494067447, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300330.825813335017301, 58264.992186873081664 ] } }, +{ "type": "Feature", "properties": { "id": 2494067543, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300188.305890784715302, 58281.508127351778967 ] } }, +{ "type": "Feature", "properties": { "id": 2494067726, "poi_type_1": "outdoor", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300201.204164631897584, 58259.05693734131637 ] } }, +{ "type": "Feature", "properties": { "id": 2494067738, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300206.363293001719285, 58257.362624318258895 ] } }, +{ "type": "Feature", "properties": { "id": 2494067806, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300225.710071240842808, 58250.16175502002443 ] } }, +{ "type": "Feature", "properties": { "id": 2494069872, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300141.229450414597522, 58279.812624699006847 ] } }, +{ "type": "Feature", "properties": { "id": 2494069897, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300164.445429237268399, 58271.764442429011979 ] } }, +{ "type": "Feature", "properties": { "id": 2494069953, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300181.857443873712327, 58265.834256986338005 ] } }, +{ "type": "Feature", "properties": { "id": 2494071239, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303850.963480516686104, 57578.461284911289113 ] } }, +{ "type": "Feature", "properties": { "id": 2494071345, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303875.552290059160441, 57423.855203332299425 ] } }, +{ "type": "Feature", "properties": { "id": 2494076762, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302486.627129150147084, 58408.160202466271585 ] } }, +{ "type": "Feature", "properties": { "id": 2494076884, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302630.456043412094004, 58345.091441655677045 ] } }, +{ "type": "Feature", "properties": { "id": 2494077002, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302593.794769224710763, 58068.882339484633121 ] } }, +{ "type": "Feature", "properties": { "id": 2494077031, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302536.268354703031946, 58448.84397115505999 ] } }, +{ "type": "Feature", "properties": { "id": 2494077220, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300326.938791124266572, 58666.154334058453969 ] } }, +{ "type": "Feature", "properties": { "id": 2494086400, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302276.630960491951555, 53455.212994347704807 ] } }, +{ "type": "Feature", "properties": { "id": 2494088664, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304207.019903590786271, 56360.343411225592718 ] } }, +{ "type": "Feature", "properties": { "id": 2494088692, "poi_type_1": "religion", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304199.337662901263684, 56257.401114965774468 ] } }, +{ "type": "Feature", "properties": { "id": 2494088708, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304194.853917152795475, 56201.481675153598189 ] } }, +{ "type": "Feature", "properties": { "id": 2494088765, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304178.69217443652451, 56263.743631075514713 ] } }, +{ "type": "Feature", "properties": { "id": 2494091637, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300410.839310457988176, 57403.366228101243905 ] } }, +{ "type": "Feature", "properties": { "id": 2494091977, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300382.465001268254127, 57327.537922030562186 ] } }, +{ "type": "Feature", "properties": { "id": 2494098726, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301387.326800051960163, 67618.135934226840618 ] } }, +{ "type": "Feature", "properties": { "id": 2494098730, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301391.189865255204495, 67625.338177985671791 ] } }, +{ "type": "Feature", "properties": { "id": 2494104049, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302205.66472156351665, 53397.580353347031632 ] } }, +{ "type": "Feature", "properties": { "id": 2494104052, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302211.472751476918347, 53396.734861513679789 ] } }, +{ "type": "Feature", "properties": { "id": 2494104055, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302217.926091423316393, 53395.889567377664207 ] } }, +{ "type": "Feature", "properties": { "id": 2494104059, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302261.227578288468067, 53180.28439244699257 ] } }, +{ "type": "Feature", "properties": { "id": 2494104061, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302224.379560021974612, 53394.620667339993815 ] } }, +{ "type": "Feature", "properties": { "id": 2494104062, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302230.832903285510838, 53393.775384447435499 ] } }, +{ "type": "Feature", "properties": { "id": 2494104065, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302285.747539753501769, 53188.340534202368872 ] } }, +{ "type": "Feature", "properties": { "id": 2494104096, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302306.330087523616385, 53406.506847754819319 ] } }, +{ "type": "Feature", "properties": { "id": 2494109310, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303110.450889279192779, 56319.558469030031119 ] } }, +{ "type": "Feature", "properties": { "id": 2494123518, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300065.788750355248339, 57080.985423254132911 ] } }, +{ "type": "Feature", "properties": { "id": 2494123566, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300067.723655491136014, 57087.339638673227455 ] } }, +{ "type": "Feature", "properties": { "id": 2494123710, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300014.190187451837119, 56842.490946023273864 ] } }, +{ "type": "Feature", "properties": { "id": 2494123830, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299923.891480497200973, 57084.374427704395202 ] } }, +{ "type": "Feature", "properties": { "id": 2494127918, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301176.285068836063147, 62224.605196673182945 ] } }, +{ "type": "Feature", "properties": { "id": 2494141537, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302285.895054747117683, 58980.821615666296566 ] } }, +{ "type": "Feature", "properties": { "id": 2494141603, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302339.469247821252793, 58810.121875609111157 ] } }, +{ "type": "Feature", "properties": { "id": 2494142536, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306941.577303064870648, 64411.086793853464769 ] } }, +{ "type": "Feature", "properties": { "id": 2494144923, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302804.170815840770956, 52591.650193607063557 ] } }, +{ "type": "Feature", "properties": { "id": 2494148880, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300257.350744645053055, 57062.774235391203547 ] } }, +{ "type": "Feature", "properties": { "id": 2494148898, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300202.530833401193377, 56909.848185004775587 ] } }, +{ "type": "Feature", "properties": { "id": 2494148902, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300192.856433426379226, 56885.278366271661071 ] } }, +{ "type": "Feature", "properties": { "id": 2494160597, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300949.401747397903819, 62266.086955007733195 ] } }, +{ "type": "Feature", "properties": { "id": 2494163036, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300907.484352204424795, 62449.930957541298994 ] } }, +{ "type": "Feature", "properties": { "id": 2494172051, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300019.993588544020895, 57463.084342401642061 ] } }, +{ "type": "Feature", "properties": { "id": 2494172257, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299796.18564361956669, 57145.377143985766452 ] } }, +{ "type": "Feature", "properties": { "id": 2494172259, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299781.349753618182149, 57101.321792604168877 ] } }, +{ "type": "Feature", "properties": { "id": 2494172609, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303127.264507714076899, 56219.592914769003983 ] } }, +{ "type": "Feature", "properties": { "id": 2494176660, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305961.528409086924512, 66800.283180211947183 ] } }, +{ "type": "Feature", "properties": { "id": 2494176721, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305901.703050947166048, 66700.261271507231868 ] } }, +{ "type": "Feature", "properties": { "id": 2494176813, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305805.841430064057931, 66551.495388439827366 ] } }, +{ "type": "Feature", "properties": { "id": 2494178128, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300599.689105893543456, 58926.694021191964566 ] } }, +{ "type": "Feature", "properties": { "id": 2494180379, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299947.753030755906366, 56661.184733965834312 ] } }, +{ "type": "Feature", "properties": { "id": 2494180608, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300091.594101903727278, 56608.657105351230712 ] } }, +{ "type": "Feature", "properties": { "id": 2494180681, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300182.547455847205129, 56434.977484325660043 ] } }, +{ "type": "Feature", "properties": { "id": 2494180730, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300097.39910003868863, 56628.566989580933296 ] } }, +{ "type": "Feature", "properties": { "id": 2494187914, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301764.322807614807971, 55900.162438248342369 ] } }, +{ "type": "Feature", "properties": { "id": 2494187917, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301751.425703732937109, 55880.249582259180897 ] } }, +{ "type": "Feature", "properties": { "id": 2494187936, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301735.949345649569295, 55855.252792465747916 ] } }, +{ "type": "Feature", "properties": { "id": 2494197765, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300143.193685320147779, 56749.721055688198248 ] } }, +{ "type": "Feature", "properties": { "id": 2494197785, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300135.453858018212486, 56729.387484246777603 ] } }, +{ "type": "Feature", "properties": { "id": 2494197797, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300129.64898189593805, 56712.866472191373759 ] } }, +{ "type": "Feature", "properties": { "id": 2494202808, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300552.65689168125391, 58388.700647520439816 ] } }, +{ "type": "Feature", "properties": { "id": 2494203003, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300728.066577941528521, 58348.048892504782998 ] } }, +{ "type": "Feature", "properties": { "id": 2494203007, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300724.843061855703127, 58339.152686494970112 ] } }, +{ "type": "Feature", "properties": { "id": 2494203010, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300723.553802278125659, 58334.069194869145576 ] } }, +{ "type": "Feature", "properties": { "id": 2494203014, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300718.396129742381163, 58320.089437610193272 ] } }, +{ "type": "Feature", "properties": { "id": 2494208360, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301553.355794196599163, 56006.865585616906174 ] } }, +{ "type": "Feature", "properties": { "id": 2494208363, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301376.582574172294699, 56119.511608204084041 ] } }, +{ "type": "Feature", "properties": { "id": 2494208515, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301523.046555089822505, 55960.261893984643393 ] } }, +{ "type": "Feature", "properties": { "id": 2494208521, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301346.917836754873861, 56072.485138886244386 ] } }, +{ "type": "Feature", "properties": { "id": 2494211005, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303136.457312473328784, 52789.186250986065716 ] } }, +{ "type": "Feature", "properties": { "id": 2494220873, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303896.094409992103465, 56381.353965378664725 ] } }, +{ "type": "Feature", "properties": { "id": 2494221442, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303659.996541297878139, 56401.566947148661711 ] } }, +{ "type": "Feature", "properties": { "id": 2494221616, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303725.026535470271483, 56639.669869887882669 ] } }, +{ "type": "Feature", "properties": { "id": 2494224722, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 293321.42981310992036, 52381.900012175588927 ] } }, +{ "type": "Feature", "properties": { "id": 2494224921, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293573.834422081068624, 52444.371296200399229 ] } }, +{ "type": "Feature", "properties": { "id": 2494226477, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301521.665867396339308, 56400.818911398637283 ] } }, +{ "type": "Feature", "properties": { "id": 2494226535, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301504.266290344647132, 56318.63445984388818 ] } }, +{ "type": "Feature", "properties": { "id": 2494243514, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300692.672579409263562, 57554.193592695337429 ] } }, +{ "type": "Feature", "properties": { "id": 2494243515, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300681.065567786223255, 57532.164618438342586 ] } }, +{ "type": "Feature", "properties": { "id": 2494243527, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300650.117451209924184, 57424.98765026244655 ] } }, +{ "type": "Feature", "properties": { "id": 2494243561, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300454.044543386553414, 57518.591589456489601 ] } }, +{ "type": "Feature", "properties": { "id": 2494243578, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300439.213138972292654, 57477.500195747343241 ] } }, +{ "type": "Feature", "properties": { "id": 2494243788, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300695.251768950431142, 57560.548035742387583 ] } }, +{ "type": "Feature", "properties": { "id": 2494245451, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301035.103189960296731, 62422.412677708562114 ] } }, +{ "type": "Feature", "properties": { "id": 2494245490, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301082.140015953744296, 62513.496818331594113 ] } }, +{ "type": "Feature", "properties": { "id": 2494245564, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300951.946704851405229, 62524.0693221991678 ] } }, +{ "type": "Feature", "properties": { "id": 2494245665, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300882.983438188384753, 62526.602467409582459 ] } }, +{ "type": "Feature", "properties": { "id": 2494251480, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300284.440687198250089, 57052.608509880075871 ] } }, +{ "type": "Feature", "properties": { "id": 2494251767, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300303.788586527865846, 57096.665050510411675 ] } }, +{ "type": "Feature", "properties": { "id": 2494252032, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300288.310282184160315, 57061.50453642935463 ] } }, +{ "type": "Feature", "properties": { "id": 2494252035, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300266.382484804373235, 57010.246520879372838 ] } }, +{ "type": "Feature", "properties": { "id": 2494252059, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300216.076989162305836, 56872.147001192082826 ] } }, +{ "type": "Feature", "properties": { "id": 2494253261, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301556.373231478384696, 56996.426041907667241 ] } }, +{ "type": "Feature", "properties": { "id": 2494253279, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301542.188720174250193, 56970.582671629847027 ] } }, +{ "type": "Feature", "properties": { "id": 2494253293, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301537.030675524612889, 56961.262109927498386 ] } }, +{ "type": "Feature", "properties": { "id": 2494253565, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301406.753757727739867, 56894.305341754115943 ] } }, +{ "type": "Feature", "properties": { "id": 2494253567, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301390.627146159647964, 56902.350945214908279 ] } }, +{ "type": "Feature", "properties": { "id": 2494253570, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301495.766706362133846, 56882.461618096625898 ] } }, +{ "type": "Feature", "properties": { "id": 2494254649, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300719.008140189980622, 58658.556976823958394 ] } }, +{ "type": "Feature", "properties": { "id": 2494254658, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300706.118486075836699, 58581.458001034538029 ] } }, +{ "type": "Feature", "properties": { "id": 2494254684, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300966.013512772275135, 58446.354520904169476 ] } }, +{ "type": "Feature", "properties": { "id": 2494254696, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300988.586862954602111, 58424.329580637888284 ] } }, +{ "type": "Feature", "properties": { "id": 2494254708, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301058.246223624213599, 58331.144169697407051 ] } }, +{ "type": "Feature", "properties": { "id": 2494254710, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300969.249723966408055, 58355.701585039132624 ] } }, +{ "type": "Feature", "properties": { "id": 2494254714, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300975.055399632896297, 58342.146705673876568 ] } }, +{ "type": "Feature", "properties": { "id": 2494254718, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301006.656720758182928, 58325.206382914322603 ] } }, +{ "type": "Feature", "properties": { "id": 2494254720, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301026.649391273153014, 58315.042397149394674 ] } }, +{ "type": "Feature", "properties": { "id": 2494254722, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301039.548007682897151, 58307.842762548178143 ] } }, +{ "type": "Feature", "properties": { "id": 2494256360, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302226.0817098802072, 58464.841541269262962 ] } }, +{ "type": "Feature", "properties": { "id": 2494256369, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302282.186071944364812, 58461.893324863172893 ] } }, +{ "type": "Feature", "properties": { "id": 2494264424, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303148.086238523712382, 52759.962001392814273 ] } }, +{ "type": "Feature", "properties": { "id": 2494291744, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300974.070275233825669, 56025.829318980686367 ] } }, +{ "type": "Feature", "properties": { "id": 2494291845, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300832.797355671820696, 56030.048213881906122 ] } }, +{ "type": "Feature", "properties": { "id": 2494292239, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300730.191158767382149, 56421.45561784250458 ] } }, +{ "type": "Feature", "properties": { "id": 2494292509, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300849.552993276680354, 56173.23122546976083 ] } }, +{ "type": "Feature", "properties": { "id": 2494292567, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300985.037474343844224, 56019.476578774272639 ] } }, +{ "type": "Feature", "properties": { "id": 2494292644, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300806.986014844093006, 56105.024810072442051 ] } }, +{ "type": "Feature", "properties": { "id": 2494292687, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300760.542951713607181, 56083.839258192718262 ] } }, +{ "type": "Feature", "properties": { "id": 2494312443, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300652.545727685966995, 59144.436154780640209 ] } }, +{ "type": "Feature", "properties": { "id": 2494312775, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300609.99768188665621, 59031.751161086300272 ] } }, +{ "type": "Feature", "properties": { "id": 2494325583, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302063.578611867444124, 53821.998295713361586 ] } }, +{ "type": "Feature", "properties": { "id": 2494325733, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301997.708707443787716, 54015.570828436786542 ] } }, +{ "type": "Feature", "properties": { "id": 2494325873, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301996.415914910496213, 54024.042716577343526 ] } }, +{ "type": "Feature", "properties": { "id": 2494325978, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302213.90410727658309, 53898.291809356800513 ] } }, +{ "type": "Feature", "properties": { "id": 2494331727, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303942.510629300319124, 56432.635694861251977 ] } }, +{ "type": "Feature", "properties": { "id": 2494332385, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303874.778770017146599, 56436.836078249310958 ] } }, +{ "type": "Feature", "properties": { "id": 2494332410, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303703.183336505084299, 56464.283131763571873 ] } }, +{ "type": "Feature", "properties": { "id": 2494344468, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 293510.9099119802122, 52814.238869574932323 ] } }, +{ "type": "Feature", "properties": { "id": 2494372629, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301408.723418705398217, 56712.152093799151771 ] } }, +{ "type": "Feature", "properties": { "id": 2494372659, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301234.553858662256971, 56797.267234860133613 ] } }, +{ "type": "Feature", "properties": { "id": 2494384030, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306189.809584615810309, 67265.180219262634637 ] } }, +{ "type": "Feature", "properties": { "id": 2494384078, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306162.597083594882861, 67457.480380231092568 ] } }, +{ "type": "Feature", "properties": { "id": 2494384292, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306157.721651079016738, 67124.512056367224432 ] } }, +{ "type": "Feature", "properties": { "id": 2495710933, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299483.216021190804895, 64184.602167992532486 ] } }, +{ "type": "Feature", "properties": { "id": 2495726698, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304229.399747628543992, 56705.177148749637126 ] } }, +{ "type": "Feature", "properties": { "id": 2495726874, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304175.012640108820051, 57069.45361774029152 ] } }, +{ "type": "Feature", "properties": { "id": 2495728002, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304400.123529167787638, 57053.063033732578333 ] } }, +{ "type": "Feature", "properties": { "id": 2495730884, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301405.475004940642975, 56834.9992644298909 ] } }, +{ "type": "Feature", "properties": { "id": 2495735668, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300839.337241153581999, 60932.955934914767568 ] } }, +{ "type": "Feature", "properties": { "id": 2501548887, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300215.956393632863183, 61005.349675946352363 ] } }, +{ "type": "Feature", "properties": { "id": 2501550492, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301274.382229474023916, 65228.062715844804188 ] } }, +{ "type": "Feature", "properties": { "id": 2501562611, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300295.854438691283576, 61957.216138369571127 ] } }, +{ "type": "Feature", "properties": { "id": 2501565260, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302006.092648343823384, 65927.19393107178621 ] } }, +{ "type": "Feature", "properties": { "id": 2501569532, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300574.793846112268511, 63970.256386554654455 ] } }, +{ "type": "Feature", "properties": { "id": 2501575586, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300839.09887784649618, 63034.936598637905263 ] } }, +{ "type": "Feature", "properties": { "id": 2505387451, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312681.935384449316189, 63000.853376517232391 ] } }, +{ "type": "Feature", "properties": { "id": 2505402417, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312396.404113776632585, 62248.873784381852602 ] } }, +{ "type": "Feature", "properties": { "id": 2505404940, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312544.795696919725742, 62161.858882511834963 ] } }, +{ "type": "Feature", "properties": { "id": 2506680555, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303059.259926517261192, 56880.400771447835723 ] } }, +{ "type": "Feature", "properties": { "id": 2506680556, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303079.269883825152647, 56844.825561494952126 ] } }, +{ "type": "Feature", "properties": { "id": 2510927727, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300975.146553157479502, 57649.962042070634197 ] } }, +{ "type": "Feature", "properties": { "id": 2515736376, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301479.430928924412001, 67607.563319471213617 ] } }, +{ "type": "Feature", "properties": { "id": 2516845571, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299874.357236895128153, 64726.391232945425145 ] } }, +{ "type": "Feature", "properties": { "id": 2517042190, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 299862.759459097171202, 64727.238673155618017 ] } }, +{ "type": "Feature", "properties": { "id": 2517052271, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302171.685559662117157, 63633.353978505983832 ] } }, +{ "type": "Feature", "properties": { "id": 2517568489, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306860.859500350255985, 63903.942015973574598 ] } }, +{ "type": "Feature", "properties": { "id": 2518015023, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312577.715741554624401, 62133.532468041652464 ] } }, +{ "type": "Feature", "properties": { "id": 2518018206, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312568.028101786621846, 62144.95364933025121 ] } }, +{ "type": "Feature", "properties": { "id": 2518042362, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 312675.815757836971898, 62811.062604529426608 ] } }, +{ "type": "Feature", "properties": { "id": 2518042579, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312706.085631318564992, 62823.399402415539953 ] } }, +{ "type": "Feature", "properties": { "id": 2518047695, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312687.314142618328333, 62870.812261798790132 ] } }, +{ "type": "Feature", "properties": { "id": 2518049444, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312679.526625808037352, 62902.146549403856625 ] } }, +{ "type": "Feature", "properties": { "id": 2518057294, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312698.109705838258378, 62964.450074332933582 ] } }, +{ "type": "Feature", "properties": { "id": 2518057832, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312699.403018619457725, 62961.910593389780843 ] } }, +{ "type": "Feature", "properties": { "id": 2518058449, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312700.69924067449756, 62957.676650713656272 ] } }, +{ "type": "Feature", "properties": { "id": 2518059328, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312702.641394900390878, 62952.596583631893736 ] } }, +{ "type": "Feature", "properties": { "id": 2518064083, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312707.171643489215057, 62941.590326850026031 ] } }, +{ "type": "Feature", "properties": { "id": 2521807567, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 294016.566868861962575, 82684.904526096215704 ] } }, +{ "type": "Feature", "properties": { "id": 2522802828, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307240.2850996995694, 67977.813824657976511 ] } }, +{ "type": "Feature", "properties": { "id": 2522802832, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307244.797520813357551, 67973.582053253601771 ] } }, +{ "type": "Feature", "properties": { "id": 2522802835, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307126.882031280954834, 68031.926903969273553 ] } }, +{ "type": "Feature", "properties": { "id": 2522802844, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307661.287360270391218, 67548.688355543941725 ] } }, +{ "type": "Feature", "properties": { "id": 2522802848, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307728.941024583531544, 67524.188859935122309 ] } }, +{ "type": "Feature", "properties": { "id": 2522802849, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307453.888464169576764, 67554.830679465201683 ] } }, +{ "type": "Feature", "properties": { "id": 2522802850, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307511.077799053338822, 67686.210409204722964 ] } }, +{ "type": "Feature", "properties": { "id": 2522802854, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307283.882151070807595, 67524.58433434147446 ] } }, +{ "type": "Feature", "properties": { "id": 2522803937, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307170.339076976291835, 68379.760308331999113 ] } }, +{ "type": "Feature", "properties": { "id": 2523439964, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301527.751475940807723, 67533.863494201490539 ] } }, +{ "type": "Feature", "properties": { "id": 2523609692, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300336.632278676261194, 58209.92266180038132 ] } }, +{ "type": "Feature", "properties": { "id": 2523609698, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300363.07320197194349, 58200.604409088336979 ] } }, +{ "type": "Feature", "properties": { "id": 2523609742, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300529.459183525643311, 58140.461290063678462 ] } }, +{ "type": "Feature", "properties": { "id": 2523609748, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300494.633526288496796, 58159.945112066678121 ] } }, +{ "type": "Feature", "properties": { "id": 2523609802, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300705.501923717965838, 58284.504640500570531 ] } }, +{ "type": "Feature", "properties": { "id": 2523609805, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300689.384189059550408, 58237.905608991692134 ] } }, +{ "type": "Feature", "properties": { "id": 2523787357, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300608.146172899112571, 58021.855506961626816 ] } }, +{ "type": "Feature", "properties": { "id": 2523787365, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300581.065680707164574, 57951.109856862640299 ] } }, +{ "type": "Feature", "properties": { "id": 2523787368, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300589.443466242810246, 58027.360971862355655 ] } }, +{ "type": "Feature", "properties": { "id": 2523787370, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300592.027050297881942, 57977.798382902219601 ] } }, +{ "type": "Feature", "properties": { "id": 2523856228, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280126.890706450794823, 39606.579058388422709 ] } }, +{ "type": "Feature", "properties": { "id": 2523856229, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 280126.232855370035395, 39602.344738283929473 ] } }, +{ "type": "Feature", "properties": { "id": 2523856230, "poi_type_1": "music_school", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 280125.571601026807912, 39596.83960295713041 ] } }, +{ "type": "Feature", "properties": { "id": 2523856232, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280124.900137821328826, 39587.522021844437404 ] } }, +{ "type": "Feature", "properties": { "id": 2524539358, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300645.549158274603542, 58039.650446572464716 ] } }, +{ "type": "Feature", "properties": { "id": 2524539361, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300648.12825616938062, 58045.581263011154078 ] } }, +{ "type": "Feature", "properties": { "id": 2524539368, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300790.039257896889467, 57743.982173585558485 ] } }, +{ "type": "Feature", "properties": { "id": 2524539379, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300764.247173062467482, 57694.416687237906444 ] } }, +{ "type": "Feature", "properties": { "id": 2524539419, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300549.477819820982404, 57778.273109934692911 ] } }, +{ "type": "Feature", "properties": { "id": 2524539425, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300693.272072937746998, 58039.654761008052446 ] } }, +{ "type": "Feature", "properties": { "id": 2524859484, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301908.390589316084515, 72563.170415628119372 ] } }, +{ "type": "Feature", "properties": { "id": 2524934986, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301661.587437999201939, 68121.875290080351988 ] } }, +{ "type": "Feature", "properties": { "id": 2525593698, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303164.505613841465674, 52091.934173385285249 ] } }, +{ "type": "Feature", "properties": { "id": 2526668007, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314196.383235707879066, 80127.674320509904646 ] } }, +{ "type": "Feature", "properties": { "id": 2527236064, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308346.344718750216998, 64336.287154492958507 ] } }, +{ "type": "Feature", "properties": { "id": 2527361746, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314236.703921579523012, 80224.762675300662522 ] } }, +{ "type": "Feature", "properties": { "id": 2527362583, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314239.960455896623898, 80203.163950002999627 ] } }, +{ "type": "Feature", "properties": { "id": 2527375234, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314200.122964569600299, 80189.107504657411482 ] } }, +{ "type": "Feature", "properties": { "id": 2527401773, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282114.873124773439486, 79884.054396373336203 ] } }, +{ "type": "Feature", "properties": { "id": 2527401774, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282005.698103191214614, 79939.81493465109088 ] } }, +{ "type": "Feature", "properties": { "id": 2527472299, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 289943.935058327682782, 51336.428613553005562 ] } }, +{ "type": "Feature", "properties": { "id": 2529663216, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307667.963788340042811, 80962.295888781009126 ] } }, +{ "type": "Feature", "properties": { "id": 2529680159, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307606.358137114322744, 80852.08899740074412 ] } }, +{ "type": "Feature", "properties": { "id": 2535746161, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302764.032797499618027, 70185.2327849342837 ] } }, +{ "type": "Feature", "properties": { "id": 2535746162, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302866.977576341072563, 70367.428722118056612 ] } }, +{ "type": "Feature", "properties": { "id": 2535746170, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302944.854408279352356, 70434.391355618834496 ] } }, +{ "type": "Feature", "properties": { "id": 2535746189, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302803.926048402499873, 70251.756190187952598 ] } }, +{ "type": "Feature", "properties": { "id": 2535746195, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302711.915426722087432, 70092.017034835269442 ] } }, +{ "type": "Feature", "properties": { "id": 2535746243, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302491.786711320455652, 69885.636560419152374 ] } }, +{ "type": "Feature", "properties": { "id": 2539225249, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301881.666272297792602, 68821.746949787760968 ] } }, +{ "type": "Feature", "properties": { "id": 2539225257, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301868.149318716546986, 68796.749977214160026 ] } }, +{ "type": "Feature", "properties": { "id": 2541393274, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 288193.634201687877066, 51503.795013845352514 ] } }, +{ "type": "Feature", "properties": { "id": 2541780104, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307132.30009085679194, 53036.378916328001651 ] } }, +{ "type": "Feature", "properties": { "id": 2541780107, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307145.84324340231251, 53045.711420186482428 ] } }, +{ "type": "Feature", "properties": { "id": 2541780111, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307156.16048812243389, 53054.193609405781899 ] } }, +{ "type": "Feature", "properties": { "id": 2542549644, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302288.388822944951244, 69672.913566230898141 ] } }, +{ "type": "Feature", "properties": { "id": 2542549645, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302182.923398579412606, 69223.421076319471467 ] } }, +{ "type": "Feature", "properties": { "id": 2543207323, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 309493.319615161453839, 54264.113684870164434 ] } }, +{ "type": "Feature", "properties": { "id": 2543331005, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 286241.999364707444329, 47481.588754449541739 ] } }, +{ "type": "Feature", "properties": { "id": 2543385962, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 286419.686765693244524, 46470.104807526069635 ] } }, +{ "type": "Feature", "properties": { "id": 2543498694, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311689.955044247442856, 56962.280448234174401 ] } }, +{ "type": "Feature", "properties": { "id": 2543655765, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311719.222602815425489, 58439.045163896735176 ] } }, +{ "type": "Feature", "properties": { "id": 2545205627, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293316.777543634176254, 47936.536736132133228 ] } }, +{ "type": "Feature", "properties": { "id": 2545250058, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293007.412163329659961, 47899.968009422373143 ] } }, +{ "type": "Feature", "properties": { "id": 2545252377, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314830.318385575665161, 59609.140583879721817 ] } }, +{ "type": "Feature", "properties": { "id": 2545331759, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292221.592858134943526, 46768.44288831128506 ] } }, +{ "type": "Feature", "properties": { "id": 2545633284, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 323520.900665452238172, 63962.294779853953514 ] } }, +{ "type": "Feature", "properties": { "id": 2545661854, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 324039.150349578703754, 64310.904439513331454 ] } }, +{ "type": "Feature", "properties": { "id": 2545661866, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 324121.437575693591498, 64369.631708875611366 ] } }, +{ "type": "Feature", "properties": { "id": 2545661869, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 324049.43666855036281, 64318.139394246405573 ] } }, +{ "type": "Feature", "properties": { "id": 2545661872, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 324053.293172185774893, 64321.117265094530012 ] } }, +{ "type": "Feature", "properties": { "id": 2545661877, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 324167.082848674326669, 64401.552108766838501 ] } }, +{ "type": "Feature", "properties": { "id": 2546147082, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 322684.805120587756392, 65956.201147271800437 ] } }, +{ "type": "Feature", "properties": { "id": 2546985526, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300721.889372058445588, 62174.983880616622628 ] } }, +{ "type": "Feature", "properties": { "id": 2546985529, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300719.956728908699006, 62164.816915285970026 ] } }, +{ "type": "Feature", "properties": { "id": 2546985590, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300854.030001228034962, 62096.20543136903143 ] } }, +{ "type": "Feature", "properties": { "id": 2546985617, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300606.485915370518342, 62541.824813197927142 ] } }, +{ "type": "Feature", "properties": { "id": 2547000489, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300689.0324538309942, 62015.701255825013504 ] } }, +{ "type": "Feature", "properties": { "id": 2547000493, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300655.508348496630788, 62095.761568519017601 ] } }, +{ "type": "Feature", "properties": { "id": 2547000506, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300490.503185127279721, 62097.443255087244324 ] } }, +{ "type": "Feature", "properties": { "id": 2547000510, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300632.947977252828423, 62108.468074829688703 ] } }, +{ "type": "Feature", "properties": { "id": 2547000513, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300657.436281180707738, 62160.151324210433813 ] } }, +{ "type": "Feature", "properties": { "id": 2547041086, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300554.986159807478543, 61725.513334298178961 ] } }, +{ "type": "Feature", "properties": { "id": 2547041131, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300623.934422000136692, 61988.160465630760882 ] } }, +{ "type": "Feature", "properties": { "id": 2547054899, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301073.188562749419361, 62018.712303124251775 ] } }, +{ "type": "Feature", "properties": { "id": 2547054910, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300913.96832089923555, 62136.032465431482706 ] } }, +{ "type": "Feature", "properties": { "id": 2547067890, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300471.176989819214214, 61935.197213139035739 ] } }, +{ "type": "Feature", "properties": { "id": 2547109036, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300046.408135632460471, 62021.599943649271154 ] } }, +{ "type": "Feature", "properties": { "id": 2547109311, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300226.241772066103294, 61952.55391128006886 ] } }, +{ "type": "Feature", "properties": { "id": 2547109321, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300244.28863983170595, 61980.089499206413166 ] } }, +{ "type": "Feature", "properties": { "id": 2547109375, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300270.71412446082104, 62021.604749559475749 ] } }, +{ "type": "Feature", "properties": { "id": 2547110379, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299987.109172940719873, 62206.296245710720541 ] } }, +{ "type": "Feature", "properties": { "id": 2547114757, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301049.225743353948928, 62824.002587107570434 ] } }, +{ "type": "Feature", "properties": { "id": 2547114825, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301218.736644193762913, 62759.215309989638627 ] } }, +{ "type": "Feature", "properties": { "id": 2547114839, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301215.503044661541935, 62826.993344620299467 ] } }, +{ "type": "Feature", "properties": { "id": 2547114855, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301178.778740855981596, 62754.972676628109184 ] } }, +{ "type": "Feature", "properties": { "id": 2547114860, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301218.725690432533156, 62825.723026509200281 ] } }, +{ "type": "Feature", "properties": { "id": 2547114888, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301241.284881353087258, 62813.018294735862582 ] } }, +{ "type": "Feature", "properties": { "id": 2547114904, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301041.493800651165657, 62810.445781154179713 ] } }, +{ "type": "Feature", "properties": { "id": 2547121455, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301156.895496967888903, 62566.036500235379208 ] } }, +{ "type": "Feature", "properties": { "id": 2547140337, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319198.415783796925098, 60939.167863894435868 ] } }, +{ "type": "Feature", "properties": { "id": 2547140370, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 319320.75364303344395, 60995.403578223274963 ] } }, +{ "type": "Feature", "properties": { "id": 2547140385, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319338.1369713616441, 61003.921306345284393 ] } }, +{ "type": "Feature", "properties": { "id": 2547146737, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318906.00033066602191, 60838.018075291256537 ] } }, +{ "type": "Feature", "properties": { "id": 2547146741, "poi_type_1": "religion", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319110.835025036882143, 60903.357430049378308 ] } }, +{ "type": "Feature", "properties": { "id": 2547146743, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 319114.055017371836584, 60904.636594069037528 ] } }, +{ "type": "Feature", "properties": { "id": 2547146744, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319128.868938438477926, 60909.758262075549283 ] } }, +{ "type": "Feature", "properties": { "id": 2547155236, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300915.837686195212882, 62655.385703880507208 ] } }, +{ "type": "Feature", "properties": { "id": 2547155237, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300817.231369860877749, 62632.498895179160172 ] } }, +{ "type": "Feature", "properties": { "id": 2547159764, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318627.085114782501478, 60748.775089846720221 ] } }, +{ "type": "Feature", "properties": { "id": 2547159768, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318677.32755332312081, 60765.422735292209836 ] } }, +{ "type": "Feature", "properties": { "id": 2547159784, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318710.2130580493249, 60762.540475984373188 ] } }, +{ "type": "Feature", "properties": { "id": 2547159801, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318628.404302886629011, 60736.917153197471634 ] } }, +{ "type": "Feature", "properties": { "id": 2547162163, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300496.917004254239146, 62569.351678583589091 ] } }, +{ "type": "Feature", "properties": { "id": 2547193343, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300830.736710473138373, 62893.024252310497104 ] } }, +{ "type": "Feature", "properties": { "id": 2547200373, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300646.398780702729709, 63078.549721846931789 ] } }, +{ "type": "Feature", "properties": { "id": 2547200374, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300654.775631137483288, 63092.106176477340341 ] } }, +{ "type": "Feature", "properties": { "id": 2547200381, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300634.792152990936302, 63151.410704544075998 ] } }, +{ "type": "Feature", "properties": { "id": 2547200402, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300565.192906692274846, 63120.904693307340494 ] } }, +{ "type": "Feature", "properties": { "id": 2547205386, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301018.932495089014992, 62840.942996136829606 ] } }, +{ "type": "Feature", "properties": { "id": 2547205417, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300992.506236326356884, 62858.307663254818181 ] } }, +{ "type": "Feature", "properties": { "id": 2547207570, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318058.194334252737463, 60603.335795483289985 ] } }, +{ "type": "Feature", "properties": { "id": 2547207576, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318063.993361516389996, 60604.620793880028941 ] } }, +{ "type": "Feature", "properties": { "id": 2547207585, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318111.662428991752677, 60619.987463082637987 ] } }, +{ "type": "Feature", "properties": { "id": 2547207635, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 318210.213976512255613, 60654.542175553113339 ] } }, +{ "type": "Feature", "properties": { "id": 2547207669, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 318330.033586367499083, 60691.268922982388176 ] } }, +{ "type": "Feature", "properties": { "id": 2547207674, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318339.059012641082518, 60691.291279178672994 ] } }, +{ "type": "Feature", "properties": { "id": 2547207684, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318346.788792270235717, 60693.852132225983951 ] } }, +{ "type": "Feature", "properties": { "id": 2547207687, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318353.230271221138537, 60695.98618260283547 ] } }, +{ "type": "Feature", "properties": { "id": 2547218174, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301422.431181940017268, 62578.791255471136537 ] } }, +{ "type": "Feature", "properties": { "id": 2547218198, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301498.464532822312322, 62671.154539554401708 ] } }, +{ "type": "Feature", "properties": { "id": 2547218203, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301624.802142440224998, 62600.860951494971232 ] } }, +{ "type": "Feature", "properties": { "id": 2547218206, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301633.181668210600037, 62596.626636698514631 ] } }, +{ "type": "Feature", "properties": { "id": 2547218207, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301598.388701996009331, 62548.326823732997582 ] } }, +{ "type": "Feature", "properties": { "id": 2547223539, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300053.498598194855731, 61975.849504563484516 ] } }, +{ "type": "Feature", "properties": { "id": 2547223560, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300057.365871512214653, 61988.134386256890139 ] } }, +{ "type": "Feature", "properties": { "id": 2547223573, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299971.639500267396215, 62028.801318254445505 ] } }, +{ "type": "Feature", "properties": { "id": 2547223609, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299925.874507028143853, 61883.077869518310763 ] } }, +{ "type": "Feature", "properties": { "id": 2547223663, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299793.737132965063211, 61860.628748279894353 ] } }, +{ "type": "Feature", "properties": { "id": 2547223721, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299942.631931703130249, 61704.735589270108903 ] } }, +{ "type": "Feature", "properties": { "id": 2547223781, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299972.283041718881577, 61757.687354026042158 ] } }, +{ "type": "Feature", "properties": { "id": 2547224088, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299766.019167342514265, 61816.573556837509386 ] } }, +{ "type": "Feature", "properties": { "id": 2547241541, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300061.88029460888356, 61689.061853459352278 ] } }, +{ "type": "Feature", "properties": { "id": 2547241543, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300194.023983054852579, 61556.472509767743759 ] } }, +{ "type": "Feature", "properties": { "id": 2547241548, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300214.641657126776408, 61882.656995370300137 ] } }, +{ "type": "Feature", "properties": { "id": 2547241610, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300298.437918138457462, 61827.589879156257666 ] } }, +{ "type": "Feature", "properties": { "id": 2547241611, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300299.080078634549864, 61887.319697218648798 ] } }, +{ "type": "Feature", "properties": { "id": 2547241619, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300320.994216534600127, 61915.279242883720144 ] } }, +{ "type": "Feature", "properties": { "id": 2547241658, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300018.693029202811886, 61679.742078301904257 ] } }, +{ "type": "Feature", "properties": { "id": 2547241668, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300076.060895054251887, 61718.291452863450104 ] } }, +{ "type": "Feature", "properties": { "id": 2547241690, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300120.535256201983429, 61836.480769599686028 ] } }, +{ "type": "Feature", "properties": { "id": 2547241710, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300260.4124443512992, 61702.198255675735709 ] } }, +{ "type": "Feature", "properties": { "id": 2547241734, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300187.573343893571291, 61740.321444025219535 ] } }, +{ "type": "Feature", "properties": { "id": 2547241745, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300161.789742261113133, 61755.147377611669071 ] } }, +{ "type": "Feature", "properties": { "id": 2547241811, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300038.030009985785, 61803.437874594681489 ] } }, +{ "type": "Feature", "properties": { "id": 2547241817, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300277.166060715506319, 61851.735137584037147 ] } }, +{ "type": "Feature", "properties": { "id": 2547243313, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300513.732862652163021, 61725.086740214450401 ] } }, +{ "type": "Feature", "properties": { "id": 2547243315, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300529.20343653060263, 61717.039136214196333 ] } }, +{ "type": "Feature", "properties": { "id": 2547243316, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300501.485350057133473, 61731.440132394098327 ] } }, +{ "type": "Feature", "properties": { "id": 2547243336, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300548.541803235886618, 61705.602926531813864 ] } }, +{ "type": "Feature", "properties": { "id": 2547243346, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300330.029333452926949, 61664.499257005372783 ] } }, +{ "type": "Feature", "properties": { "id": 2547245953, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300152.772556102252565, 61418.796552447172871 ] } }, +{ "type": "Feature", "properties": { "id": 2547246926, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300418.350031924259383, 61451.001564441190567 ] } }, +{ "type": "Feature", "properties": { "id": 2547246938, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300482.80925327265868, 61473.880717323969293 ] } }, +{ "type": "Feature", "properties": { "id": 2547246982, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300494.406740801699925, 61554.792018828389701 ] } }, +{ "type": "Feature", "properties": { "id": 2547466260, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300043.833433364401571, 61425.996565987879876 ] } }, +{ "type": "Feature", "properties": { "id": 2547526815, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312664.639040839916561, 62939.822941815473314 ] } }, +{ "type": "Feature", "properties": { "id": 2547540327, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311748.153460979054216, 62556.632602152916661 ] } }, +{ "type": "Feature", "properties": { "id": 2547610984, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303660.310324045596644, 54460.998268826049753 ] } }, +{ "type": "Feature", "properties": { "id": 2547630750, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304291.131970431772061, 57032.665640173749125 ] } }, +{ "type": "Feature", "properties": { "id": 2547630760, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304640.733533865015488, 57007.459674400459335 ] } }, +{ "type": "Feature", "properties": { "id": 2547630762, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304654.27894352725707, 57006.620948637188121 ] } }, +{ "type": "Feature", "properties": { "id": 2547630767, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305009.687663551419973, 56981.859664931267616 ] } }, +{ "type": "Feature", "properties": { "id": 2547630768, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305023.878446075716056, 56980.598438525514212 ] } }, +{ "type": "Feature", "properties": { "id": 2547630772, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305190.29555587208597, 56969.275646844427683 ] } }, +{ "type": "Feature", "properties": { "id": 2547630807, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304266.724781791970599, 56854.733992472269165 ] } }, +{ "type": "Feature", "properties": { "id": 2547633179, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304905.174118639493827, 57018.220441025216132 ] } }, +{ "type": "Feature", "properties": { "id": 2547633191, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305019.989802059077192, 57008.130662968593242 ] } }, +{ "type": "Feature", "properties": { "id": 2547633202, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305009.669036857958417, 57009.394513794679369 ] } }, +{ "type": "Feature", "properties": { "id": 2547633274, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305027.719090073253028, 57023.809597206447506 ] } }, +{ "type": "Feature", "properties": { "id": 2547668894, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304129.716841006884351, 48068.535395104372583 ] } }, +{ "type": "Feature", "properties": { "id": 2547668914, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304209.139908888260834, 48080.864732579211704 ] } }, +{ "type": "Feature", "properties": { "id": 2547682730, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303087.561051969532855, 50876.985987547384866 ] } }, +{ "type": "Feature", "properties": { "id": 2547688756, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303252.793747713963967, 50928.313538940325088 ] } }, +{ "type": "Feature", "properties": { "id": 2547688762, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303280.561763497651555, 50904.603586529381573 ] } }, +{ "type": "Feature", "properties": { "id": 2547688766, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303330.896775400324259, 50940.209324022165674 ] } }, +{ "type": "Feature", "properties": { "id": 2547733357, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300487.102271110343281, 55004.875207366305403 ] } }, +{ "type": "Feature", "properties": { "id": 2547733463, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300571.595752279565204, 55310.729339924931992 ] } }, +{ "type": "Feature", "properties": { "id": 2547733468, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300702.575796446588356, 55139.601215906070138 ] } }, +{ "type": "Feature", "properties": { "id": 2547733518, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300587.104305936489254, 54993.444927575874317 ] } }, +{ "type": "Feature", "properties": { "id": 2547733565, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300373.549782908870839, 55060.785429449832009 ] } }, +{ "type": "Feature", "properties": { "id": 2547733577, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300525.818609689129516, 54917.19012254827976 ] } }, +{ "type": "Feature", "properties": { "id": 2547733582, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300533.560022393765394, 54926.933757029146363 ] } }, +{ "type": "Feature", "properties": { "id": 2547745088, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300183.232736161968205, 54808.305394527160388 ] } }, +{ "type": "Feature", "properties": { "id": 2547745089, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300158.07093715359224, 54787.547819132560107 ] } }, +{ "type": "Feature", "properties": { "id": 2547745173, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300485.178890000737738, 54819.756545557524078 ] } }, +{ "type": "Feature", "properties": { "id": 2547745176, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300290.972922581655439, 54956.57311152011971 ] } }, +{ "type": "Feature", "properties": { "id": 2547745177, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300273.554039777256548, 54935.391836582683027 ] } }, +{ "type": "Feature", "properties": { "id": 2547745181, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300255.48996855027508, 54911.668907545325055 ] } }, +{ "type": "Feature", "properties": { "id": 2547745185, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300261.941450821235776, 54919.717764866029029 ] } }, +{ "type": "Feature", "properties": { "id": 2547745197, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300175.490447663003579, 54810.846880041783152 ] } }, +{ "type": "Feature", "properties": { "id": 2547745199, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300290.986084558942821, 54621.495897975430125 ] } }, +{ "type": "Feature", "properties": { "id": 2547745204, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300127.74776758311782, 54750.26936537475558 ] } }, +{ "type": "Feature", "properties": { "id": 2547745248, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299996.128768307564314, 54583.365097526431782 ] } }, +{ "type": "Feature", "properties": { "id": 2547760413, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300562.59017885994399, 54962.942943986548926 ] } }, +{ "type": "Feature", "properties": { "id": 2549874192, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303696.679786948196124, 53985.300100126383768 ] } }, +{ "type": "Feature", "properties": { "id": 2549874209, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303666.99333500204375, 53994.604807619376516 ] } }, +{ "type": "Feature", "properties": { "id": 2549884902, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300476.517552449076902, 59075.797237032078556 ] } }, +{ "type": "Feature", "properties": { "id": 2549893260, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300254.731642643513624, 58200.599889173223346 ] } }, +{ "type": "Feature", "properties": { "id": 2549893289, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300173.483978666714393, 57837.560650409388472 ] } }, +{ "type": "Feature", "properties": { "id": 2549894563, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300128.980651726946235, 58051.060997971741017 ] } }, +{ "type": "Feature", "properties": { "id": 2549896907, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300367.603458662575576, 57877.811031427001581 ] } }, +{ "type": "Feature", "properties": { "id": 2549896909, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300573.973684979428072, 57924.845260380214313 ] } }, +{ "type": "Feature", "properties": { "id": 2549908127, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303677.824948960857, 54272.075982776521414 ] } }, +{ "type": "Feature", "properties": { "id": 2549908129, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303679.120042008929886, 54262.757162365487602 ] } }, +{ "type": "Feature", "properties": { "id": 2549908133, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303680.41955773869995, 54244.542493135064433 ] } }, +{ "type": "Feature", "properties": { "id": 2549910986, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303082.624874578672461, 56532.624138654122362 ] } }, +{ "type": "Feature", "properties": { "id": 2549911944, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302690.312628843996208, 56892.118718308331154 ] } }, +{ "type": "Feature", "properties": { "id": 2549915093, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303078.153817953076214, 56426.2954274911026 ] } }, +{ "type": "Feature", "properties": { "id": 2549918806, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302321.005063721444458, 58056.930622769163165 ] } }, +{ "type": "Feature", "properties": { "id": 2549918810, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302342.287122380570509, 58056.090097061372944 ] } }, +{ "type": "Feature", "properties": { "id": 2549918826, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302501.581123948271852, 58047.246313330142584 ] } }, +{ "type": "Feature", "properties": { "id": 2549926664, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301349.049832532182336, 62070.438558111294697 ] } }, +{ "type": "Feature", "properties": { "id": 2549926891, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301397.385002285707742, 62103.913165287180163 ] } }, +{ "type": "Feature", "properties": { "id": 2549928447, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301223.336891333397944, 62222.07113072006905 ] } }, +{ "type": "Feature", "properties": { "id": 2549928461, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301447.632080020208377, 62246.257705516407441 ] } }, +{ "type": "Feature", "properties": { "id": 2549928762, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301224.625480582821183, 62225.036654042873124 ] } }, +{ "type": "Feature", "properties": { "id": 2549928994, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301247.822053299460094, 62265.707641421890003 ] } }, +{ "type": "Feature", "properties": { "id": 2549930015, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301458.584631669044029, 62269.558723088841361 ] } }, +{ "type": "Feature", "properties": { "id": 2549930024, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301560.383153512200806, 62450.463441575862817 ] } }, +{ "type": "Feature", "properties": { "id": 2549941939, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301634.125702229037415, 64158.500348961206328 ] } }, +{ "type": "Feature", "properties": { "id": 2549941943, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301652.801587360852864, 64207.220428139204159 ] } }, +{ "type": "Feature", "properties": { "id": 2549941992, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301753.349957645346876, 64092.867045952079934 ] } }, +{ "type": "Feature", "properties": { "id": 2549948620, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300955.600394899607636, 64176.173497979303647 ] } }, +{ "type": "Feature", "properties": { "id": 2549953017, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300935.615931464359164, 64247.338565413294418 ] } }, +{ "type": "Feature", "properties": { "id": 2549953088, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300803.529999862483237, 64168.106700162657944 ] } }, +{ "type": "Feature", "properties": { "id": 2549953101, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300840.895688002405223, 64236.736772785836365 ] } }, +{ "type": "Feature", "properties": { "id": 2549953121, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300848.621016370481811, 64298.162094580162375 ] } }, +{ "type": "Feature", "properties": { "id": 2549967215, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300267.010523916862439, 57480.45727791472018 ] } }, +{ "type": "Feature", "properties": { "id": 2549967224, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300446.301675493537914, 57576.202543414401589 ] } }, +{ "type": "Feature", "properties": { "id": 2549972123, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300156.071035045024473, 57840.10194424141082 ] } }, +{ "type": "Feature", "properties": { "id": 2549972135, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300044.501764179149177, 57478.758144184685079 ] } }, +{ "type": "Feature", "properties": { "id": 2549972137, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299958.723645974125247, 57594.404586665841634 ] } }, +{ "type": "Feature", "properties": { "id": 2549983048, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300788.109968363947701, 57692.301121111770044 ] } }, +{ "type": "Feature", "properties": { "id": 2549983062, "poi_type_1": "language_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300548.192764003179036, 57713.460147511970717 ] } }, +{ "type": "Feature", "properties": { "id": 2549983071, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300912.602427317528054, 57529.224239662296895 ] } }, +{ "type": "Feature", "properties": { "id": 2549983074, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300767.471142183057964, 57701.194836512418988 ] } }, +{ "type": "Feature", "properties": { "id": 2549988793, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300386.356479203968775, 56911.973559400947124 ] } }, +{ "type": "Feature", "properties": { "id": 2549989356, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300710.171197352930903, 56667.149181947272155 ] } }, +{ "type": "Feature", "properties": { "id": 2549992943, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300408.929109502758365, 56956.454149996396154 ] } }, +{ "type": "Feature", "properties": { "id": 2549996699, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300827.487942969717551, 57361.463344499694358 ] } }, +{ "type": "Feature", "properties": { "id": 2549996743, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300842.318967298022471, 57388.999883580880123 ] } }, +{ "type": "Feature", "properties": { "id": 2549996759, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300628.192551900690887, 57381.777196205963264 ] } }, +{ "type": "Feature", "properties": { "id": 2550002269, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301190.489230900071561, 58064.711214949908026 ] } }, +{ "type": "Feature", "properties": { "id": 2550002271, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300916.421159520104993, 57940.977041039943288 ] } }, +{ "type": "Feature", "properties": { "id": 2550002280, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301154.380328584462404, 58028.698336488923815 ] } }, +{ "type": "Feature", "properties": { "id": 2550002799, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301178.240203430876136, 58038.868822386924876 ] } }, +{ "type": "Feature", "properties": { "id": 2550005805, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301147.883334916026797, 58337.935344398822053 ] } }, +{ "type": "Feature", "properties": { "id": 2550005806, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301140.78902123804437, 58342.170385938421532 ] } }, +{ "type": "Feature", "properties": { "id": 2550005810, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301534.896965899912175, 57919.898735044516798 ] } }, +{ "type": "Feature", "properties": { "id": 2550005811, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301426.53097768931184, 58025.356857622384268 ] } }, +{ "type": "Feature", "properties": { "id": 2550005814, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301170.463449530070648, 58278.632949800390634 ] } }, +{ "type": "Feature", "properties": { "id": 2550005817, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301146.60354951757472, 58273.545851262453652 ] } }, +{ "type": "Feature", "properties": { "id": 2550005818, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301146.602959120762534, 58277.358375076997618 ] } }, +{ "type": "Feature", "properties": { "id": 2550005829, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301436.83187431684928, 58116.012175182775536 ] } }, +{ "type": "Feature", "properties": { "id": 2550005844, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301418.156211930152494, 57978.334134951917804 ] } }, +{ "type": "Feature", "properties": { "id": 2550005845, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301307.194966836541425, 58186.731643384104245 ] } }, +{ "type": "Feature", "properties": { "id": 2550005849, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301405.901642761251424, 57985.109616111119976 ] } }, +{ "type": "Feature", "properties": { "id": 2550005858, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301528.447119544085581, 57923.286309689297923 ] } }, +{ "type": "Feature", "properties": { "id": 2550005863, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301569.725771236699075, 57903.808719865657622 ] } }, +{ "type": "Feature", "properties": { "id": 2550005869, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301086.618406912952196, 58348.092831056026625 ] } }, +{ "type": "Feature", "properties": { "id": 2550005899, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301291.725479635526426, 58141.402260956005193 ] } }, +{ "type": "Feature", "properties": { "id": 2550005900, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301298.819923382077832, 58138.014592378291127 ] } }, +{ "type": "Feature", "properties": { "id": 2550005901, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301305.269328288559336, 58135.474044273985783 ] } }, +{ "type": "Feature", "properties": { "id": 2550005906, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301325.262921055953484, 58125.310867006955959 ] } }, +{ "type": "Feature", "properties": { "id": 2550005908, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301387.824738066818099, 58088.891551542248635 ] } }, +{ "type": "Feature", "properties": { "id": 2550005909, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301418.7831830867799, 58071.952871774832602 ] } }, +{ "type": "Feature", "properties": { "id": 2550005910, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301410.39857679232955, 58076.611020341668336 ] } }, +{ "type": "Feature", "properties": { "id": 2550005911, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301216.259567481291015, 58221.452473838922742 ] } }, +{ "type": "Feature", "properties": { "id": 2550005921, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301177.549621836806182, 58326.078816784618539 ] } }, +{ "type": "Feature", "properties": { "id": 2550005938, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301140.143491026596166, 58346.406424511667865 ] } }, +{ "type": "Feature", "properties": { "id": 2550005939, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301171.742624312406406, 58345.564130169397686 ] } }, +{ "type": "Feature", "properties": { "id": 2550011360, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299725.896138239186257, 57511.3813146968605 ] } }, +{ "type": "Feature", "properties": { "id": 2550012207, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299840.801393417466898, 62350.750922862753214 ] } }, +{ "type": "Feature", "properties": { "id": 2550012213, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300010.312418432731647, 62380.825940215436276 ] } }, +{ "type": "Feature", "properties": { "id": 2550018678, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301239.693819203588646, 56917.574213521904312 ] } }, +{ "type": "Feature", "properties": { "id": 2550022546, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300714.644748252991121, 57098.387754844821757 ] } }, +{ "type": "Feature", "properties": { "id": 2550022788, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300783.035953000711743, 56884.046412908472121 ] } }, +{ "type": "Feature", "properties": { "id": 2550029113, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301634.505803309381008, 56596.975745020521572 ] } }, +{ "type": "Feature", "properties": { "id": 2550029179, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301561.001144324545749, 56460.556517266653827 ] } }, +{ "type": "Feature", "properties": { "id": 2550043137, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301578.42205749603454, 56438.108725192105339 ] } }, +{ "type": "Feature", "properties": { "id": 2550045047, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302020.95569795020856, 56314.944911395548843 ] } }, +{ "type": "Feature", "properties": { "id": 2550045052, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301935.201861398352776, 56167.92835842398199 ] } }, +{ "type": "Feature", "properties": { "id": 2550046889, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299959.395159241335932, 62436.743334426522779 ] } }, +{ "type": "Feature", "properties": { "id": 2550046897, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300034.159107788349502, 62549.425125256588217 ] } }, +{ "type": "Feature", "properties": { "id": 2550051091, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299963.265016674704384, 62986.59687210037373 ] } }, +{ "type": "Feature", "properties": { "id": 2550054002, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302060.073990856995806, 57141.848361657386704 ] } }, +{ "type": "Feature", "properties": { "id": 2550054009, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301983.299523491470609, 57222.313921350090823 ] } }, +{ "type": "Feature", "properties": { "id": 2550054027, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302054.919538479181938, 57122.360720651784504 ] } }, +{ "type": "Feature", "properties": { "id": 2550054030, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301947.19950039946707, 57151.56092639718554 ] } }, +{ "type": "Feature", "properties": { "id": 2550054041, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301891.758893455786165, 57042.677959082488087 ] } }, +{ "type": "Feature", "properties": { "id": 2550055975, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301807.9495576058398, 56880.836799156124471 ] } }, +{ "type": "Feature", "properties": { "id": 2550055976, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301798.279005893215071, 56862.195467671699589 ] } }, +{ "type": "Feature", "properties": { "id": 2550055979, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301771.846091715502553, 56810.508298689215735 ] } }, +{ "type": "Feature", "properties": { "id": 2550055987, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301965.978300509857945, 56871.557576382889238 ] } }, +{ "type": "Feature", "properties": { "id": 2550055994, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301844.05212653108174, 56952.012707302397757 ] } }, +{ "type": "Feature", "properties": { "id": 2550057124, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301718.966472003725357, 56761.780332672817167 ] } }, +{ "type": "Feature", "properties": { "id": 2550057125, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301707.360879847081378, 56741.444221340221702 ] } }, +{ "type": "Feature", "properties": { "id": 2550057129, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301493.850660949829035, 56788.419125112792244 ] } }, +{ "type": "Feature", "properties": { "id": 2550057146, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301682.216366112756077, 56692.299354650967871 ] } }, +{ "type": "Feature", "properties": { "id": 2550058164, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301755.07067777751945, 56832.108571593031229 ] } }, +{ "type": "Feature", "properties": { "id": 2550059686, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301959.433750912430696, 57228.661767239507753 ] } }, +{ "type": "Feature", "properties": { "id": 2550059703, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301735.620216642913874, 57259.529698493279284 ] } }, +{ "type": "Feature", "properties": { "id": 2550059715, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301710.477455346670467, 57211.231934343704779 ] } }, +{ "type": "Feature", "properties": { "id": 2550059716, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301719.513912019028794, 57182.004711989713542 ] } }, +{ "type": "Feature", "properties": { "id": 2550059717, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301701.452846809988841, 57189.201965627777099 ] } }, +{ "type": "Feature", "properties": { "id": 2550059720, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301863.379179112322163, 57043.094376960805675 ] } }, +{ "type": "Feature", "properties": { "id": 2550060368, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301968.443468415061943, 57303.643710510405072 ] } }, +{ "type": "Feature", "properties": { "id": 2550060386, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301963.281250773521606, 57312.961833096320333 ] } }, +{ "type": "Feature", "properties": { "id": 2550061059, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301371.171232626657002, 57473.801597524005047 ] } }, +{ "type": "Feature", "properties": { "id": 2550061069, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301553.048751174588688, 57470.872215030372899 ] } }, +{ "type": "Feature", "properties": { "id": 2550061118, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301790.386419485497754, 57492.953691444199649 ] } }, +{ "type": "Feature", "properties": { "id": 2550061133, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301539.521630761795677, 57389.535623370269604 ] } }, +{ "type": "Feature", "properties": { "id": 2550063479, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301502.773303107300308, 57318.361034590372583 ] } }, +{ "type": "Feature", "properties": { "id": 2550063480, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301479.551949310989585, 57331.064758174419694 ] } }, +{ "type": "Feature", "properties": { "id": 2550063510, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301701.432407636195421, 57278.160749625509197 ] } }, +{ "type": "Feature", "properties": { "id": 2550064303, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301395.588048869452905, 57958.843620318912144 ] } }, +{ "type": "Feature", "properties": { "id": 2550064317, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301540.708425731514581, 57885.16362732937705 ] } }, +{ "type": "Feature", "properties": { "id": 2550064318, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301552.318187760713045, 57879.235461937576474 ] } }, +{ "type": "Feature", "properties": { "id": 2550064319, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301556.833149717131164, 57876.694728342430608 ] } }, +{ "type": "Feature", "properties": { "id": 2550064348, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301332.406484750972595, 57849.1160613994507 ] } }, +{ "type": "Feature", "properties": { "id": 2550064349, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301482.696283096796833, 57733.074520000067423 ] } }, +{ "type": "Feature", "properties": { "id": 2550064848, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301538.129810840357095, 57880.079728234093636 ] } }, +{ "type": "Feature", "properties": { "id": 2550065265, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301331.100651211221702, 57938.074679754812678 ] } }, +{ "type": "Feature", "properties": { "id": 2550065279, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301316.281882202252746, 57858.009062397992238 ] } }, +{ "type": "Feature", "properties": { "id": 2550065284, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300908.039526297303382, 57922.760623585767462 ] } }, +{ "type": "Feature", "properties": { "id": 2550065286, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300905.460282971209381, 57919.371398968243739 ] } }, +{ "type": "Feature", "properties": { "id": 2550066392, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301269.869939447671641, 57727.951601233646215 ] } }, +{ "type": "Feature", "properties": { "id": 2550066416, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301371.808338562608697, 57516.163055365890614 ] } }, +{ "type": "Feature", "properties": { "id": 2550066419, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301284.054243127582595, 57752.10001758018916 ] } }, +{ "type": "Feature", "properties": { "id": 2550067150, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300486.606129914696794, 62549.864661373889248 ] } }, +{ "type": "Feature", "properties": { "id": 2550068597, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301067.418144396389835, 57334.806402734866424 ] } }, +{ "type": "Feature", "properties": { "id": 2550068627, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301114.486992685415316, 57425.466592203229084 ] } }, +{ "type": "Feature", "properties": { "id": 2550068634, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301269.939607507432811, 57321.706351510656532 ] } }, +{ "type": "Feature", "properties": { "id": 2550073126, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300754.093327140493784, 56072.82466757173097 ] } }, +{ "type": "Feature", "properties": { "id": 2550074047, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300175.452433330821805, 56415.49111976189306 ] } }, +{ "type": "Feature", "properties": { "id": 2550074054, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300063.859178373299073, 56455.732542110643408 ] } }, +{ "type": "Feature", "properties": { "id": 2550074059, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300034.832651679986157, 56376.516738508958952 ] } }, +{ "type": "Feature", "properties": { "id": 2550078624, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300013.546604559291154, 56063.043197969411267 ] } }, +{ "type": "Feature", "properties": { "id": 2550085663, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299035.032814240839798, 56578.219270783651154 ] } }, +{ "type": "Feature", "properties": { "id": 2550085672, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299130.460280395695008, 56261.34500751124142 ] } }, +{ "type": "Feature", "properties": { "id": 2550086539, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299048.617931258922908, 56885.336965727437928 ] } }, +{ "type": "Feature", "properties": { "id": 2550086553, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298827.986808291345369, 56635.860507784775109 ] } }, +{ "type": "Feature", "properties": { "id": 2550087823, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298868.092242273385637, 53158.421620676592283 ] } }, +{ "type": "Feature", "properties": { "id": 2550087845, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299031.983161673531868, 52984.29410591609485 ] } }, +{ "type": "Feature", "properties": { "id": 2550087851, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298811.937649721861817, 53090.228970818548987 ] } }, +{ "type": "Feature", "properties": { "id": 2550089033, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299057.155911617795937, 53018.179770540547906 ] } }, +{ "type": "Feature", "properties": { "id": 2550089893, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301641.994189260003623, 54823.735148616840888 ] } }, +{ "type": "Feature", "properties": { "id": 2550089896, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301580.722105055814609, 54727.985472809821658 ] } }, +{ "type": "Feature", "properties": { "id": 2550089898, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301569.112495040346403, 54709.767682889098069 ] } }, +{ "type": "Feature", "properties": { "id": 2550089903, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301531.697533591126557, 54679.259779489970242 ] } }, +{ "type": "Feature", "properties": { "id": 2550089906, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301551.697928554087412, 54682.652838826019433 ] } }, +{ "type": "Feature", "properties": { "id": 2550092411, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301480.67142984905513, 54957.138991726940731 ] } }, +{ "type": "Feature", "properties": { "id": 2550092446, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301654.87857048609294, 54910.154904371040175 ] } }, +{ "type": "Feature", "properties": { "id": 2550097285, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300960.050579146598466, 54698.226183399303409 ] } }, +{ "type": "Feature", "properties": { "id": 2550098675, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300871.626625975477509, 54971.868717978919449 ] } }, +{ "type": "Feature", "properties": { "id": 2550098689, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300771.638157518289518, 54846.044801252231991 ] } }, +{ "type": "Feature", "properties": { "id": 2550100281, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300495.503743564418983, 54791.37521412793285 ] } }, +{ "type": "Feature", "properties": { "id": 2550101358, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300599.939827281807084, 55831.351350237055158 ] } }, +{ "type": "Feature", "properties": { "id": 2550101361, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300585.749678909312934, 55806.357070021796972 ] } }, +{ "type": "Feature", "properties": { "id": 2550103539, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314452.601460242236499, 65488.61725591384311 ] } }, +{ "type": "Feature", "properties": { "id": 2550103545, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314502.533863799588289, 65323.080247203666659 ] } }, +{ "type": "Feature", "properties": { "id": 2550103548, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314491.510734948446043, 65359.066192462152685 ] } }, +{ "type": "Feature", "properties": { "id": 2550109527, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317506.674996855203062, 60463.488376324232377 ] } }, +{ "type": "Feature", "properties": { "id": 2550109528, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317509.894454278808553, 60465.190455425101391 ] } }, +{ "type": "Feature", "properties": { "id": 2550109532, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317529.493697873549536, 60628.329025629893295 ] } }, +{ "type": "Feature", "properties": { "id": 2550109543, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317763.621883218642324, 60583.13665952593874 ] } }, +{ "type": "Feature", "properties": { "id": 2550109546, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317788.095394307689276, 60593.362219566573913 ] } }, +{ "type": "Feature", "properties": { "id": 2550109548, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317792.600020961777773, 60596.76197522757866 ] } }, +{ "type": "Feature", "properties": { "id": 2550109553, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317820.933371822815388, 60610.385852430910745 ] } }, +{ "type": "Feature", "properties": { "id": 2550112109, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317377.349240912357345, 60353.467102034534037 ] } }, +{ "type": "Feature", "properties": { "id": 2550112110, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317384.432016984501388, 60357.296276395165478 ] } }, +{ "type": "Feature", "properties": { "id": 2550112111, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317390.226376826758496, 60360.698814583105559 ] } }, +{ "type": "Feature", "properties": { "id": 2550112114, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317432.721844375540968, 60384.097650397437974 ] } }, +{ "type": "Feature", "properties": { "id": 2550112116, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317443.022071748098824, 60390.476154969728668 ] } }, +{ "type": "Feature", "properties": { "id": 2550112119, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317368.978045390627813, 60349.211295204651833 ] } }, +{ "type": "Feature", "properties": { "id": 2550112121, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317506.124477945151739, 60423.667170244589215 ] } }, +{ "type": "Feature", "properties": { "id": 2550112123, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317611.735788028570823, 60473.904386317910394 ] } }, +{ "type": "Feature", "properties": { "id": 2550112124, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317617.530960508971475, 60476.883489267107507 ] } }, +{ "type": "Feature", "properties": { "id": 2550112126, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317622.682445141952485, 60479.43744823547604 ] } }, +{ "type": "Feature", "properties": { "id": 2550112130, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317594.348228813149035, 60465.81433200983156 ] } }, +{ "type": "Feature", "properties": { "id": 2550112132, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 317648.441835065255873, 60491.360069692105753 ] } }, +{ "type": "Feature", "properties": { "id": 2550112135, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317655.525349643663503, 60494.76589042712294 ] } }, +{ "type": "Feature", "properties": { "id": 2550112136, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317656.169029613607563, 60495.191041821919498 ] } }, +{ "type": "Feature", "properties": { "id": 2550112137, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317598.856043575273361, 60467.943128355531371 ] } }, +{ "type": "Feature", "properties": { "id": 2550112138, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317602.07547795487335, 60469.645247558386473 ] } }, +{ "type": "Feature", "properties": { "id": 2550112139, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317606.583288167719729, 60471.774048617306107 ] } }, +{ "type": "Feature", "properties": { "id": 2550112945, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301592.810678050678689, 67499.564110580220586 ] } }, +{ "type": "Feature", "properties": { "id": 2550112948, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301590.146358678350225, 67908.779256374909892 ] } }, +{ "type": "Feature", "properties": { "id": 2550112949, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301816.224251310632098, 67834.698028369151871 ] } }, +{ "type": "Feature", "properties": { "id": 2550112957, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301609.549667033774313, 67532.186370852476102 ] } }, +{ "type": "Feature", "properties": { "id": 2550112964, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301775.6672375681228, 67758.860410826659063 ] } }, +{ "type": "Feature", "properties": { "id": 2550112966, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301625.000824422982987, 67562.690294005427859 ] } }, +{ "type": "Feature", "properties": { "id": 2550112968, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301694.550616412132513, 67607.60948529340385 ] } }, +{ "type": "Feature", "properties": { "id": 2550112975, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301725.434687138826121, 67741.903767961674021 ] } }, +{ "type": "Feature", "properties": { "id": 2550140503, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303941.471695752814412, 57172.687274988435092 ] } }, +{ "type": "Feature", "properties": { "id": 2550140506, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303949.238110147940461, 57122.705044727699715 ] } }, +{ "type": "Feature", "properties": { "id": 2550140508, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304098.255930673622061, 57074.917714401592093 ] } }, +{ "type": "Feature", "properties": { "id": 2550140510, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304112.436968754511327, 57090.599266621589777 ] } }, +{ "type": "Feature", "properties": { "id": 2550140511, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304113.723177502397448, 57097.377793284809741 ] } }, +{ "type": "Feature", "properties": { "id": 2550140531, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304228.490589278226253, 57167.762242000564584 ] } }, +{ "type": "Feature", "properties": { "id": 2550140534, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304233.020705609989818, 57141.077192201722937 ] } }, +{ "type": "Feature", "properties": { "id": 2550140535, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304233.669563000556082, 57134.29975045210449 ] } }, +{ "type": "Feature", "properties": { "id": 2550140536, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304240.133946968708187, 57108.886651871209324 ] } }, +{ "type": "Feature", "properties": { "id": 2550140538, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304241.429012676584534, 57099.991514689449104 ] } }, +{ "type": "Feature", "properties": { "id": 2550140539, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304242.076425363542512, 57095.755752782577474 ] } }, +{ "type": "Feature", "properties": { "id": 2550142918, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304406.573683039285243, 57052.643255778450111 ] } }, +{ "type": "Feature", "properties": { "id": 2550142919, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304433.665047446382232, 57049.69413302281464 ] } }, +{ "type": "Feature", "properties": { "id": 2550142935, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304270.46950949751772, 57072.049728673286154 ] } }, +{ "type": "Feature", "properties": { "id": 2550142961, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304669.741442076745443, 57034.165544153263909 ] } }, +{ "type": "Feature", "properties": { "id": 2550142986, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304513.002231500518974, 57044.235084811174602 ] } }, +{ "type": "Feature", "properties": { "id": 2550142989, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304506.552064219140448, 57044.654770061664749 ] } }, +{ "type": "Feature", "properties": { "id": 2550142992, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304500.746888547844719, 57045.074852903402643 ] } }, +{ "type": "Feature", "properties": { "id": 2550145822, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304244.5709031704464, 57244.869066452469269 ] } }, +{ "type": "Feature", "properties": { "id": 2550145823, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304247.160029341524933, 57228.773244059833814 ] } }, +{ "type": "Feature", "properties": { "id": 2550149651, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303795.099062930268701, 57098.90210506368021 ] } }, +{ "type": "Feature", "properties": { "id": 2550149654, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303707.35252326738555, 57155.621835382757126 ] } }, +{ "type": "Feature", "properties": { "id": 2550149655, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303713.80318551446544, 57153.930614446391701 ] } }, +{ "type": "Feature", "properties": { "id": 2550149657, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303821.545901257835794, 57094.255959760514088 ] } }, +{ "type": "Feature", "properties": { "id": 2550149660, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303903.471255928219762, 57071.423574309148535 ] } }, +{ "type": "Feature", "properties": { "id": 2550149662, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303927.339877199498005, 57063.811155592055002 ] } }, +{ "type": "Feature", "properties": { "id": 2550149677, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303698.336960094573442, 57127.235237813234562 ] } }, +{ "type": "Feature", "properties": { "id": 2550149678, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303669.30870461667655, 57135.269449867439107 ] } }, +{ "type": "Feature", "properties": { "id": 2550150500, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303646.731169800332282, 57141.612496444875433 ] } }, +{ "type": "Feature", "properties": { "id": 2550150582, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303585.453322998364456, 57150.902066245042079 ] } }, +{ "type": "Feature", "properties": { "id": 2550150587, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303686.725565981818363, 57130.618354238169559 ] } }, +{ "type": "Feature", "properties": { "id": 2550150589, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303587.384779392217752, 57158.104427417914849 ] } }, +{ "type": "Feature", "properties": { "id": 2550150600, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303547.390882287407294, 57168.675493275775807 ] } }, +{ "type": "Feature", "properties": { "id": 2550153180, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303246.861536078795325, 57096.946987735398579 ] } }, +{ "type": "Feature", "properties": { "id": 2550537063, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 324296.893388370983303, 63330.64517195107328 ] } }, +{ "type": "Feature", "properties": { "id": 2550537064, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 324303.330865638214163, 63332.784406521896017 ] } }, +{ "type": "Feature", "properties": { "id": 2550537096, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 324352.263936904084403, 63346.501088393568352 ] } }, +{ "type": "Feature", "properties": { "id": 2550551525, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299980.664338299888186, 62427.847315530554624 ] } }, +{ "type": "Feature", "properties": { "id": 2550551548, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300066.386284868174698, 62370.659451217055903 ] } }, +{ "type": "Feature", "properties": { "id": 2550563700, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 323123.312479623360559, 66434.555067520792363 ] } }, +{ "type": "Feature", "properties": { "id": 2550565259, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301430.741901573026553, 56257.619642721969285 ] } }, +{ "type": "Feature", "properties": { "id": 2550571793, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301249.537222430168185, 55919.543884156330023 ] } }, +{ "type": "Feature", "properties": { "id": 2550571939, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301354.727158347377554, 55698.436590439545398 ] } }, +{ "type": "Feature", "properties": { "id": 2550576201, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301072.762921018118504, 56057.190297526372888 ] } }, +{ "type": "Feature", "properties": { "id": 2550576208, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301508.858646870648954, 55940.772806571076217 ] } }, +{ "type": "Feature", "properties": { "id": 2550576209, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301333.374910047103185, 56052.149277185591927 ] } }, +{ "type": "Feature", "properties": { "id": 2550576214, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301463.710254640085623, 55901.791380933187611 ] } }, +{ "type": "Feature", "properties": { "id": 2550576224, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301494.019422884564847, 55951.783728152731783 ] } }, +{ "type": "Feature", "properties": { "id": 2550581143, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300999.893305204575881, 55878.839160049676138 ] } }, +{ "type": "Feature", "properties": { "id": 2550581176, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301180.537556084629614, 55763.643116540864867 ] } }, +{ "type": "Feature", "properties": { "id": 2550581282, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301296.683590284141246, 55606.078666368230188 ] } }, +{ "type": "Feature", "properties": { "id": 2550581346, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301121.840223486360628, 55717.460221799796273 ] } }, +{ "type": "Feature", "properties": { "id": 2550585164, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300879.272784125467297, 55779.698504643121851 ] } }, +{ "type": "Feature", "properties": { "id": 2550585167, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300999.284560466534458, 55609.421473329384753 ] } }, +{ "type": "Feature", "properties": { "id": 2550585168, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301001.865310621506069, 55607.303759333284688 ] } }, +{ "type": "Feature", "properties": { "id": 2550585185, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301079.918058998184279, 55650.523206538193335 ] } }, +{ "type": "Feature", "properties": { "id": 2550585194, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301014.123618518060539, 55599.256789618950279 ] } }, +{ "type": "Feature", "properties": { "id": 2550589793, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300969.631354175216984, 55440.396150008506083 ] } }, +{ "type": "Feature", "properties": { "id": 2550589935, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301019.290615530568175, 55555.201797777313914 ] } }, +{ "type": "Feature", "properties": { "id": 2550589952, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301007.035915089654736, 55536.137559194976347 ] } }, +{ "type": "Feature", "properties": { "id": 2550589973, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300905.119429161655717, 55431.06851215090137 ] } }, +{ "type": "Feature", "properties": { "id": 2550598764, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300089.676857009821106, 55134.908704430767102 ] } }, +{ "type": "Feature", "properties": { "id": 2550604106, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300258.068240227876231, 54981.56501390493213 ] } }, +{ "type": "Feature", "properties": { "id": 2550604125, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300292.905727355042472, 55025.19837121143064 ] } }, +{ "type": "Feature", "properties": { "id": 2550608978, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301833.456896168121602, 52851.020135725157161 ] } }, +{ "type": "Feature", "properties": { "id": 2550609005, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301794.14196705899667, 52637.086814566384419 ] } }, +{ "type": "Feature", "properties": { "id": 2550646219, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 290731.649633571098093, 44794.866992805880727 ] } }, +{ "type": "Feature", "properties": { "id": 2550661504, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 290504.463413981255144, 44971.799132316227769 ] } }, +{ "type": "Feature", "properties": { "id": 2550786597, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317327.03069667291129, 60366.904855268352549 ] } }, +{ "type": "Feature", "properties": { "id": 2550786603, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317375.326634354132693, 60391.164173367586045 ] } }, +{ "type": "Feature", "properties": { "id": 2550786604, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317380.47826195001835, 60393.717963514143776 ] } }, +{ "type": "Feature", "properties": { "id": 2550786605, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 317385.628891041385941, 60396.695370878049289 ] } }, +{ "type": "Feature", "properties": { "id": 2550786609, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317395.930136802955531, 60402.650196387614415 ] } }, +{ "type": "Feature", "properties": { "id": 2550786610, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317419.753074937441852, 60415.838316707078775 ] } }, +{ "type": "Feature", "properties": { "id": 2550786611, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317351.504530783800874, 60377.552582794480259 ] } }, +{ "type": "Feature", "properties": { "id": 2550829254, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288648.500120071286801, 44205.981094578084594 ] } }, +{ "type": "Feature", "properties": { "id": 2550901690, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316666.716081489634234, 60141.295884126702731 ] } }, +{ "type": "Feature", "properties": { "id": 2550917970, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316645.498387831379659, 60115.407582709543931 ] } }, +{ "type": "Feature", "properties": { "id": 2550917994, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316694.761051345791202, 59998.600587925320724 ] } }, +{ "type": "Feature", "properties": { "id": 2550990441, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317669.700815089745447, 62118.0979947618398 ] } }, +{ "type": "Feature", "properties": { "id": 2550990523, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318298.751617853471544, 62392.012445877342543 ] } }, +{ "type": "Feature", "properties": { "id": 2550990526, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318350.903531634947285, 62414.169678897233098 ] } }, +{ "type": "Feature", "properties": { "id": 2550990535, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318366.998738883063197, 62421.411100695811911 ] } }, +{ "type": "Feature", "properties": { "id": 2551012478, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316897.654392873053439, 61779.943230232427595 ] } }, +{ "type": "Feature", "properties": { "id": 2551039912, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 316372.845808616955765, 61542.385585977324808 ] } }, +{ "type": "Feature", "properties": { "id": 2551048313, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 316604.842342871066649, 61281.954769762443902 ] } }, +{ "type": "Feature", "properties": { "id": 2551141547, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 317524.074860454362351, 62099.95981409943488 ] } }, +{ "type": "Feature", "properties": { "id": 2551147133, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316862.153351661341731, 61801.46670491216355 ] } }, +{ "type": "Feature", "properties": { "id": 2551147149, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316891.773902449291199, 61814.666367986566911 ] } }, +{ "type": "Feature", "properties": { "id": 2551250649, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315715.183106382843107, 61318.137732896357193 ] } }, +{ "type": "Feature", "properties": { "id": 2551250657, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 315637.246892231574748, 61288.319525492835965 ] } }, +{ "type": "Feature", "properties": { "id": 2551294911, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315231.998650668945629, 61807.675204893719638 ] } }, +{ "type": "Feature", "properties": { "id": 2551462209, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284985.037825304665603, 41645.424003991058271 ] } }, +{ "type": "Feature", "properties": { "id": 2551462210, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 284980.549509384785779, 41663.224626726929273 ] } }, +{ "type": "Feature", "properties": { "id": 2551542891, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 286011.90526832366595, 41904.359890856467246 ] } }, +{ "type": "Feature", "properties": { "id": 2551542894, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 286018.353997555852402, 41896.722792617692903 ] } }, +{ "type": "Feature", "properties": { "id": 2551686759, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315843.973738429951482, 62283.834275795859867 ] } }, +{ "type": "Feature", "properties": { "id": 2551848762, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318222.033301725808997, 62399.871862757056078 ] } }, +{ "type": "Feature", "properties": { "id": 2551848768, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318305.099418240890373, 62431.424537230246642 ] } }, +{ "type": "Feature", "properties": { "id": 2551848785, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318392.659614897740539, 62469.767190175502037 ] } }, +{ "type": "Feature", "properties": { "id": 2552486400, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297344.15653005085187, 52285.324671552691143 ] } }, +{ "type": "Feature", "properties": { "id": 2552486403, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297336.403594787116162, 52262.876065990858478 ] } }, +{ "type": "Feature", "properties": { "id": 2552486455, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296998.911634343385231, 52401.525901517175953 ] } }, +{ "type": "Feature", "properties": { "id": 2552502317, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 297134.814569265057798, 50019.0857064824595 ] } }, +{ "type": "Feature", "properties": { "id": 2552509898, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297117.191211606725119, 49525.163169990664755 ] } }, +{ "type": "Feature", "properties": { "id": 2552509924, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297117.164853920170572, 49457.385582734597847 ] } }, +{ "type": "Feature", "properties": { "id": 2552509934, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297116.027482386911288, 49853.037810181347595 ] } }, +{ "type": "Feature", "properties": { "id": 2552509935, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297111.503374492807779, 49840.754878137980995 ] } }, +{ "type": "Feature", "properties": { "id": 2552510119, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297139.77737466985127, 49495.501721586537315 ] } }, +{ "type": "Feature", "properties": { "id": 2552510150, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297143.004800451744813, 49493.382427105068928 ] } }, +{ "type": "Feature", "properties": { "id": 2552542711, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297287.737189309671521, 49786.042596546234563 ] } }, +{ "type": "Feature", "properties": { "id": 2552542713, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297189.072835838596802, 50091.925887412879092 ] } }, +{ "type": "Feature", "properties": { "id": 2552542715, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297363.332803369266912, 49948.258000379479199 ] } }, +{ "type": "Feature", "properties": { "id": 2552542724, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297174.851953790464904, 50045.334170883936167 ] } }, +{ "type": "Feature", "properties": { "id": 2552542730, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297335.539945981930941, 49860.157029142195825 ] } }, +{ "type": "Feature", "properties": { "id": 2552542731, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297334.247493958973791, 49856.76861283704784 ] } }, +{ "type": "Feature", "properties": { "id": 2552542734, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297330.371198727632873, 49849.568635791198176 ] } }, +{ "type": "Feature", "properties": { "id": 2552542737, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297148.348598484823015, 49957.657011696290283 ] } }, +{ "type": "Feature", "properties": { "id": 2552542739, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297327.78750675264746, 49846.180685789986455 ] } }, +{ "type": "Feature", "properties": { "id": 2552542744, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297302.600239931896795, 49823.738472316974367 ] } }, +{ "type": "Feature", "properties": { "id": 2552542745, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 297105.038588333001826, 49818.729674019377853 ] } }, +{ "type": "Feature", "properties": { "id": 2552542752, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297090.85672105231788, 49874.228152343166585 ] } }, +{ "type": "Feature", "properties": { "id": 2552542754, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297088.91787845332874, 49869.145591906170011 ] } }, +{ "type": "Feature", "properties": { "id": 2552542760, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297231.535072044993285, 49697.952476941783971 ] } }, +{ "type": "Feature", "properties": { "id": 2552544466, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297113.441879100166261, 49844.990224232373293 ] } }, +{ "type": "Feature", "properties": { "id": 2552544634, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297181.316335386305582, 50067.359440511718276 ] } }, +{ "type": "Feature", "properties": { "id": 2552554731, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297408.535502737970091, 49977.047550584240525 ] } }, +{ "type": "Feature", "properties": { "id": 2552554749, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297146.481407169718295, 50138.539286245861149 ] } }, +{ "type": "Feature", "properties": { "id": 2552563959, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 297193.635795425449032, 50207.569754105657921 ] } }, +{ "type": "Feature", "properties": { "id": 2552587353, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297230.47743030678248, 50323.201505046388775 ] } }, +{ "type": "Feature", "properties": { "id": 2552592651, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300289.411651799222454, 45365.189657901624741 ] } }, +{ "type": "Feature", "properties": { "id": 2552592652, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300279.721593436261173, 45363.494852370109584 ] } }, +{ "type": "Feature", "properties": { "id": 2552592653, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300267.447496858949307, 45361.799965876918577 ] } }, +{ "type": "Feature", "properties": { "id": 2552592657, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300233.209195714676753, 45357.139117512277153 ] } }, +{ "type": "Feature", "properties": { "id": 2552595830, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297533.308414947940037, 50490.42062299465033 ] } }, +{ "type": "Feature", "properties": { "id": 2552596008, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297340.805787306278944, 50141.432296883402159 ] } }, +{ "type": "Feature", "properties": { "id": 2552596014, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297344.678581510204822, 50139.31285736431164 ] } }, +{ "type": "Feature", "properties": { "id": 2552604011, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297607.626091992191505, 50732.277810308136395 ] } }, +{ "type": "Feature", "properties": { "id": 2552604019, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297605.687690938299056, 50726.771500219205336 ] } }, +{ "type": "Feature", "properties": { "id": 2552604025, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297603.749150052899495, 50720.84158025043871 ] } }, +{ "type": "Feature", "properties": { "id": 2552604075, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297590.178588440874591, 50677.214103610531311 ] } }, +{ "type": "Feature", "properties": { "id": 2552604088, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297579.838380074128509, 50642.057806606258964 ] } }, +{ "type": "Feature", "properties": { "id": 2552604130, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 297329.36371042765677, 50637.060499641673232 ] } }, +{ "type": "Feature", "properties": { "id": 2552604134, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297555.927800722536631, 50565.392167716134281 ] } }, +{ "type": "Feature", "properties": { "id": 2552623757, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297514.835561226936989, 51231.321588872167922 ] } }, +{ "type": "Feature", "properties": { "id": 2552623760, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297512.897221499471925, 51225.815300435991958 ] } }, +{ "type": "Feature", "properties": { "id": 2552623820, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297461.847485245962162, 51064.013345823150303 ] } }, +{ "type": "Feature", "properties": { "id": 2552623826, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297490.893938954744954, 51059.343738828014466 ] } }, +{ "type": "Feature", "properties": { "id": 2552623832, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297489.60147968941601, 51055.108070525508083 ] } }, +{ "type": "Feature", "properties": { "id": 2552658193, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 297965.346116808999795, 51061.739965986547759 ] } }, +{ "type": "Feature", "properties": { "id": 2552663368, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300969.021687993372325, 45292.81026903197926 ] } }, +{ "type": "Feature", "properties": { "id": 2552663381, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300973.543566777196247, 45294.505294846887409 ] } }, +{ "type": "Feature", "properties": { "id": 2552708662, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297740.354997010028455, 52021.283586147575988 ] } }, +{ "type": "Feature", "properties": { "id": 2552708681, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297779.744026789674535, 52081.000830972836411 ] } }, +{ "type": "Feature", "properties": { "id": 2552708688, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297776.514368584612384, 52072.529579130663478 ] } }, +{ "type": "Feature", "properties": { "id": 2552720441, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297729.323007355968002, 51826.425922738693771 ] } }, +{ "type": "Feature", "properties": { "id": 2552762147, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301736.456308669585269, 45423.421634457154141 ] } }, +{ "type": "Feature", "properties": { "id": 2552762150, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301712.553901305538602, 45424.686902478599222 ] } }, +{ "type": "Feature", "properties": { "id": 2552762166, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301486.429939798370469, 45539.012431250208465 ] } }, +{ "type": "Feature", "properties": { "id": 2552762169, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301422.429592347645666, 45784.269232284364989 ] } }, +{ "type": "Feature", "properties": { "id": 2552762193, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301279.717364788579289, 45508.897681196605845 ] } }, +{ "type": "Feature", "properties": { "id": 2552762261, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302340.241140907572117, 46146.263849321352609 ] } }, +{ "type": "Feature", "properties": { "id": 2552762262, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302344.744641491153743, 46203.452452264413296 ] } }, +{ "type": "Feature", "properties": { "id": 2552775385, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297710.700361445953604, 52134.820438845505123 ] } }, +{ "type": "Feature", "properties": { "id": 2552775387, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297715.217768801900093, 52133.124600520510285 ] } }, +{ "type": "Feature", "properties": { "id": 2552775409, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 297854.655063908838201, 52225.853741038881708 ] } }, +{ "type": "Feature", "properties": { "id": 2552775452, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297813.955956609745044, 52096.240656154986937 ] } }, +{ "type": "Feature", "properties": { "id": 2552778996, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318536.245027150551323, 62526.890165153796261 ] } }, +{ "type": "Feature", "properties": { "id": 2552779068, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 318572.947206429205835, 62540.961559555908025 ] } }, +{ "type": "Feature", "properties": { "id": 2552779082, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318741.012543427292258, 62601.538939999649301 ] } }, +{ "type": "Feature", "properties": { "id": 2552794394, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297424.661683129437733, 49936.79896516331064 ] } }, +{ "type": "Feature", "properties": { "id": 2552794399, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 297383.31841974373674, 49868.188601677626139 ] } }, +{ "type": "Feature", "properties": { "id": 2552820596, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302021.265856255893596, 45709.005927272504778 ] } }, +{ "type": "Feature", "properties": { "id": 2552836880, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297592.079031395958737, 50565.803945530555211 ] } }, +{ "type": "Feature", "properties": { "id": 2552852364, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302798.937116687069647, 45938.430900743900565 ] } }, +{ "type": "Feature", "properties": { "id": 2552852367, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302789.248699196090456, 45935.885598760309222 ] } }, +{ "type": "Feature", "properties": { "id": 2552858583, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302792.634637957904488, 45521.174056825882872 ] } }, +{ "type": "Feature", "properties": { "id": 2552858586, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302805.553087156324182, 45524.991408823691017 ] } }, +{ "type": "Feature", "properties": { "id": 2552890674, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303040.551714064087719, 45874.561110553258914 ] } }, +{ "type": "Feature", "properties": { "id": 2552890686, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303045.725686869758647, 45859.313322073227027 ] } }, +{ "type": "Feature", "properties": { "id": 2552890742, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303245.386182158836164, 45728.502935318567324 ] } }, +{ "type": "Feature", "properties": { "id": 2552890772, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303388.075389989011455, 45885.301940736870165 ] } }, +{ "type": "Feature", "properties": { "id": 2552903078, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303403.695720629184507, 45629.873094276721531 ] } }, +{ "type": "Feature", "properties": { "id": 2552911143, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302989.462349481473211, 46018.990900752520247 ] } }, +{ "type": "Feature", "properties": { "id": 2552911144, "poi_type_1": "music", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 302974.607170709525235, 46014.748840764827037 ] } }, +{ "type": "Feature", "properties": { "id": 2552912658, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317981.626885055273306, 63724.782690743697458 ] } }, +{ "type": "Feature", "properties": { "id": 2552912763, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318050.161605504050385, 63631.753664941737952 ] } }, +{ "type": "Feature", "properties": { "id": 2552912766, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318101.711871962877922, 63633.150458333489951 ] } }, +{ "type": "Feature", "properties": { "id": 2552912770, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318112.038099940051325, 63626.821463015658082 ] } }, +{ "type": "Feature", "properties": { "id": 2552912772, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318115.916014955553692, 63622.171161832447979 ] } }, +{ "type": "Feature", "properties": { "id": 2552914815, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303307.23086032102583, 46107.660018705661059 ] } }, +{ "type": "Feature", "properties": { "id": 2552919213, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 318752.567437303310726, 63382.718860758293886 ] } }, +{ "type": "Feature", "properties": { "id": 2552919230, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318726.169028985139448, 63373.332414026852348 ] } }, +{ "type": "Feature", "properties": { "id": 2552966906, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 319689.331414277432486, 65415.978841153933899 ] } }, +{ "type": "Feature", "properties": { "id": 2552966909, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 319694.529495127964765, 65399.471540560443827 ] } }, +{ "type": "Feature", "properties": { "id": 2553065363, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298206.953941087820567, 51831.801908038738475 ] } }, +{ "type": "Feature", "properties": { "id": 2553065373, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298144.941920819226652, 51634.838120826774684 ] } }, +{ "type": "Feature", "properties": { "id": 2553108842, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 324976.250587096437812, 63490.06973383618606 ] } }, +{ "type": "Feature", "properties": { "id": 2553108859, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 325211.883720221521799, 63557.800669821503107 ] } }, +{ "type": "Feature", "properties": { "id": 2553164768, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298265.734239842917304, 52023.260063989582704 ] } }, +{ "type": "Feature", "properties": { "id": 2553164832, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298031.430617234844249, 51973.756117799217463 ] } }, +{ "type": "Feature", "properties": { "id": 2553164838, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298215.351866233570036, 51861.452644409320783 ] } }, +{ "type": "Feature", "properties": { "id": 2553192581, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298177.86236209620256, 51642.454948276361392 ] } }, +{ "type": "Feature", "properties": { "id": 2553232127, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304179.792331185250077, 46299.995238932002394 ] } }, +{ "type": "Feature", "properties": { "id": 2553235901, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304682.950254535477143, 46330.372116190708766 ] } }, +{ "type": "Feature", "properties": { "id": 2553306722, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320594.62530183052877, 64686.0068712294742 ] } }, +{ "type": "Feature", "properties": { "id": 2553388841, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 319689.063379349710885, 61157.348486575225252 ] } }, +{ "type": "Feature", "properties": { "id": 2553388882, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319799.119036564952694, 60741.650588058502763 ] } }, +{ "type": "Feature", "properties": { "id": 2553388917, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320190.385665630572475, 60760.075809999601915 ] } }, +{ "type": "Feature", "properties": { "id": 2553427220, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320478.386711834114976, 61286.575373023908469 ] } }, +{ "type": "Feature", "properties": { "id": 2553427228, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320487.457143836014438, 61270.07941794970975 ] } }, +{ "type": "Feature", "properties": { "id": 2553515501, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318359.756856404943392, 60663.807534458159353 ] } }, +{ "type": "Feature", "properties": { "id": 2553515510, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 318383.590919245034456, 60671.491783548794047 ] } }, +{ "type": "Feature", "properties": { "id": 2553515513, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318433.837591677496675, 60686.866933796387457 ] } }, +{ "type": "Feature", "properties": { "id": 2553515522, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318391.320704293320887, 60674.052683038571558 ] } }, +{ "type": "Feature", "properties": { "id": 2553515526, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318399.051536998071242, 60676.189976986410329 ] } }, +{ "type": "Feature", "properties": { "id": 2553515533, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318486.656397406419273, 60704.790547192344093 ] } }, +{ "type": "Feature", "properties": { "id": 2553533668, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317990.643887235026341, 60545.135893524311541 ] } }, +{ "type": "Feature", "properties": { "id": 2553533693, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317949.600727904296946, 60455.653256452133064 ] } }, +{ "type": "Feature", "properties": { "id": 2553550641, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 317723.800659729982726, 60520.769637007353595 ] } }, +{ "type": "Feature", "properties": { "id": 2553550644, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317715.429852135828696, 60516.513437543027976 ] } }, +{ "type": "Feature", "properties": { "id": 2553550652, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317678.07130360940937, 60502.44479083706392 ] } }, +{ "type": "Feature", "properties": { "id": 2553550666, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 317543.198470549541526, 60286.07975632774469 ] } }, +{ "type": "Feature", "properties": { "id": 2553550669, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317566.402953521348536, 60288.252866552786145 ] } }, +{ "type": "Feature", "properties": { "id": 2553559856, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318373.263217646803241, 60157.196188518842973 ] } }, +{ "type": "Feature", "properties": { "id": 2553569042, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317749.419155306939501, 60053.582625037539401 ] } }, +{ "type": "Feature", "properties": { "id": 2553569047, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317837.667385123670101, 60086.836786634157761 ] } }, +{ "type": "Feature", "properties": { "id": 2553569054, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317793.866751067980658, 60069.786735646266607 ] } }, +{ "type": "Feature", "properties": { "id": 2553584223, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 318477.727917906711809, 60149.407511105564481 ] } }, +{ "type": "Feature", "properties": { "id": 2553607919, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314568.440442531835288, 65226.20118834610912 ] } }, +{ "type": "Feature", "properties": { "id": 2553607922, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314608.568070634675678, 65133.93157101784891 ] } }, +{ "type": "Feature", "properties": { "id": 2553607926, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314610.510133199801203, 65129.275607256276999 ] } }, +{ "type": "Feature", "properties": { "id": 2553613114, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303508.012233225803357, 49064.121459653993952 ] } }, +{ "type": "Feature", "properties": { "id": 2553613124, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303452.511251476127654, 49003.942809949257935 ] } }, +{ "type": "Feature", "properties": { "id": 2553614691, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 313907.607923730567563, 67175.693051693277084 ] } }, +{ "type": "Feature", "properties": { "id": 2553635459, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310138.742697781359311, 65894.474136142292991 ] } }, +{ "type": "Feature", "properties": { "id": 2553635461, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 310149.047894783900119, 65896.18274134141393 ] } }, +{ "type": "Feature", "properties": { "id": 2553635462, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310154.200491506839171, 65897.037049325488624 ] } }, +{ "type": "Feature", "properties": { "id": 2553635463, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 310158.065229155530687, 65897.465974011196522 ] } }, +{ "type": "Feature", "properties": { "id": 2553635472, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310283.664542973740026, 65914.584255572830443 ] } }, +{ "type": "Feature", "properties": { "id": 2553635473, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310339.700882168370299, 65922.287502782230149 ] } }, +{ "type": "Feature", "properties": { "id": 2553978256, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302241.158788261993323, 66168.723579917117604 ] } }, +{ "type": "Feature", "properties": { "id": 2554917275, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305427.464371049893089, 73911.612101802966208 ] } }, +{ "type": "Feature", "properties": { "id": 2554917276, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305426.816493176389486, 73917.542343028137111 ] } }, +{ "type": "Feature", "properties": { "id": 2554917284, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305428.120964040979743, 73893.820433137458167 ] } }, +{ "type": "Feature", "properties": { "id": 2554917288, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305427.468727576255333, 73905.681387946126051 ] } }, +{ "type": "Feature", "properties": { "id": 2554956078, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300747.100141310424078, 61446.367679885210237 ] } }, +{ "type": "Feature", "properties": { "id": 2554956114, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300811.542825748794712, 61611.160848392610205 ] } }, +{ "type": "Feature", "properties": { "id": 2554956134, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300730.343229636200704, 61417.136549586481124 ] } }, +{ "type": "Feature", "properties": { "id": 2554956151, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300774.178576534963213, 61399.349161723897851 ] } }, +{ "type": "Feature", "properties": { "id": 2554956152, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300792.873040049627889, 61392.573295834241435 ] } }, +{ "type": "Feature", "properties": { "id": 2554956160, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300798.674824356392492, 61390.032227790499746 ] } }, +{ "type": "Feature", "properties": { "id": 2555098017, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300084.44491247984115, 61330.259860078767815 ] } }, +{ "type": "Feature", "properties": { "id": 2555098019, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300101.204618096875492, 61356.100602500475361 ] } }, +{ "type": "Feature", "properties": { "id": 2555098023, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300115.385747474036179, 61382.364958334117546 ] } }, +{ "type": "Feature", "properties": { "id": 2555098982, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300286.856874768389389, 61278.160260041106085 ] } }, +{ "type": "Feature", "properties": { "id": 2555098988, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300293.946911295235623, 61298.494070450251456 ] } }, +{ "type": "Feature", "properties": { "id": 2555098997, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300304.26522647915408, 61191.743448834902665 ] } }, +{ "type": "Feature", "properties": { "id": 2555099023, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300319.09041327808518, 61221.820753264553787 ] } }, +{ "type": "Feature", "properties": { "id": 2555099027, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300329.403598423697986, 61240.883890231685655 ] } }, +{ "type": "Feature", "properties": { "id": 2555120216, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299864.631199495343026, 61379.823605040219263 ] } }, +{ "type": "Feature", "properties": { "id": 2555120267, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299954.231931866030209, 61295.523067966561939 ] } }, +{ "type": "Feature", "properties": { "id": 2555120271, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299951.008848104916979, 61298.488395410473458 ] } }, +{ "type": "Feature", "properties": { "id": 2555120277, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299936.182695336989127, 61312.044196814284078 ] } }, +{ "type": "Feature", "properties": { "id": 2555120292, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299875.589476665074471, 61370.927491449387162 ] } }, +{ "type": "Feature", "properties": { "id": 2555120318, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299818.864658321544994, 61420.915268862838275 ] } }, +{ "type": "Feature", "properties": { "id": 2555120320, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299814.997073903679848, 61423.880671789018379 ] } }, +{ "type": "Feature", "properties": { "id": 2555120374, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299861.409148175560404, 61434.046424997381109 ] } }, +{ "type": "Feature", "properties": { "id": 2555120407, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299932.961275961017236, 61497.164117420077673 ] } }, +{ "type": "Feature", "properties": { "id": 2555120488, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299864.635344685637392, 61606.457822157652117 ] } }, +{ "type": "Feature", "properties": { "id": 2555123773, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300422.877263739996124, 61188.783968900796026 ] } }, +{ "type": "Feature", "properties": { "id": 2555123809, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300451.88944040593924, 61126.090635510103311 ] } }, +{ "type": "Feature", "properties": { "id": 2555123811, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300449.31082151789451, 61127.361324043471541 ] } }, +{ "type": "Feature", "properties": { "id": 2555123830, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300418.36763154581422, 61139.644350387992745 ] } }, +{ "type": "Feature", "properties": { "id": 2555123849, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300458.328056145866867, 61251.057516652886989 ] } }, +{ "type": "Feature", "properties": { "id": 2555123872, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300411.928927659871988, 61002.392682531331957 ] } }, +{ "type": "Feature", "properties": { "id": 2555123886, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300422.241720343823545, 61029.504631103234715 ] } }, +{ "type": "Feature", "properties": { "id": 2555123891, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300716.81101292418316, 61369.690311876904161 ] } }, +{ "type": "Feature", "properties": { "id": 2555123963, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300444.156433536612894, 61082.457805816178734 ] } }, +{ "type": "Feature", "properties": { "id": 2555126595, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300881.828012885875069, 61405.291819439175015 ] } }, +{ "type": "Feature", "properties": { "id": 2555126598, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300885.049954012734815, 61414.611741054723097 ] } }, +{ "type": "Feature", "properties": { "id": 2555126626, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300903.086430124298204, 61517.976064928814594 ] } }, +{ "type": "Feature", "properties": { "id": 2555126631, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300908.24147304095095, 61532.379618630548066 ] } }, +{ "type": "Feature", "properties": { "id": 2555126634, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300926.261379263771232, 61763.252267803851282 ] } }, +{ "type": "Feature", "properties": { "id": 2555126638, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300916.618597949563991, 61553.98503619141411 ] } }, +{ "type": "Feature", "properties": { "id": 2555126639, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300919.196043586940505, 61561.61043298090226 ] } }, +{ "type": "Feature", "properties": { "id": 2555126661, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300857.981281040993053, 61371.823407211355516 ] } }, +{ "type": "Feature", "properties": { "id": 2555126662, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300950.128511766670272, 61625.580266956589185 ] } }, +{ "type": "Feature", "properties": { "id": 2555128940, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301233.728693441662472, 61747.199747526705323 ] } }, +{ "type": "Feature", "properties": { "id": 2555128941, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301204.721981537761167, 61750.583892856142484 ] } }, +{ "type": "Feature", "properties": { "id": 2555128947, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301184.746682724915445, 61708.642735044923029 ] } }, +{ "type": "Feature", "properties": { "id": 2555128954, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301001.026807862799615, 61806.470785240424448 ] } }, +{ "type": "Feature", "properties": { "id": 2555130747, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301422.592979492386803, 61737.066869620699435 ] } }, +{ "type": "Feature", "properties": { "id": 2555135915, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300721.788750967127271, 63206.488790708550368 ] } }, +{ "type": "Feature", "properties": { "id": 2555135959, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300953.770980903063901, 63371.725413971951639 ] } }, +{ "type": "Feature", "properties": { "id": 2555135965, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301005.31339113030117, 63465.775071652387851 ] } }, +{ "type": "Feature", "properties": { "id": 2555136010, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300816.50122609490063, 63408.563615646831749 ] } }, +{ "type": "Feature", "properties": { "id": 2555136017, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300840.976818305731285, 63522.942783480131766 ] } }, +{ "type": "Feature", "properties": { "id": 2555137408, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300696.015044235391542, 63159.041302234822069 ] } }, +{ "type": "Feature", "properties": { "id": 2555137414, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300741.764114537741989, 63233.602207046591502 ] } }, +{ "type": "Feature", "properties": { "id": 2555210839, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301674.837806453928351, 60794.99933020293247 ] } }, +{ "type": "Feature", "properties": { "id": 2555442555, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312632.818849815521389, 60437.468400220714102 ] } }, +{ "type": "Feature", "properties": { "id": 2555510869, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302361.416882214136422, 46586.823726809423533 ] } }, +{ "type": "Feature", "properties": { "id": 2555510870, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302404.044337919040117, 46593.191556327379658 ] } }, +{ "type": "Feature", "properties": { "id": 2555510873, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302416.961809606465977, 46594.89019064483 ] } }, +{ "type": "Feature", "properties": { "id": 2555513534, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303336.655313527851831, 46749.86422446823417 ] } }, +{ "type": "Feature", "properties": { "id": 2555577461, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301652.223061829630751, 63912.383061176777119 ] } }, +{ "type": "Feature", "properties": { "id": 2555577469, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301822.359026870050002, 63846.338817630356061 ] } }, +{ "type": "Feature", "properties": { "id": 2555580688, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301563.905704254575539, 64080.539689899000223 ] } }, +{ "type": "Feature", "properties": { "id": 2555640518, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302257.932654024043586, 47046.407231485536613 ] } }, +{ "type": "Feature", "properties": { "id": 2555640543, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302225.641220656223595, 47040.890551725562545 ] } }, +{ "type": "Feature", "properties": { "id": 2555640546, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302235.328642938344274, 47042.587901786406292 ] } }, +{ "type": "Feature", "properties": { "id": 2555640547, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302239.849549377104267, 47043.012875003776571 ] } }, +{ "type": "Feature", "properties": { "id": 2555640552, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302264.39101254940033, 47047.256418905468308 ] } }, +{ "type": "Feature", "properties": { "id": 2555640553, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302270.849239874165505, 47048.529220965203422 ] } }, +{ "type": "Feature", "properties": { "id": 2555640554, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302276.661863664863631, 47048.954612303503382 ] } }, +{ "type": "Feature", "properties": { "id": 2555640561, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302421.973921598342713, 47069.757493019809772 ] } }, +{ "type": "Feature", "properties": { "id": 2555640562, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302426.494662197248545, 47070.606189054356946 ] } }, +{ "type": "Feature", "properties": { "id": 2555687400, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321422.877444695681334, 61024.911958185541152 ] } }, +{ "type": "Feature", "properties": { "id": 2555697308, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320271.424431061721407, 61535.51597564106487 ] } }, +{ "type": "Feature", "properties": { "id": 2555697309, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 320283.010973736760207, 61541.478357808962755 ] } }, +{ "type": "Feature", "properties": { "id": 2555697317, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320346.053598191705532, 61588.249267669882101 ] } }, +{ "type": "Feature", "properties": { "id": 2555697326, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 320473.361177566286642, 61705.095032956414798 ] } }, +{ "type": "Feature", "properties": { "id": 2555945169, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301212.103074489044957, 48143.734082177608798 ] } }, +{ "type": "Feature", "properties": { "id": 2555970567, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305033.962776631058659, 69640.80728048531455 ] } }, +{ "type": "Feature", "properties": { "id": 2555970572, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305063.592918602982536, 69624.72995636833366 ] } }, +{ "type": "Feature", "properties": { "id": 2555989804, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300738.75192590651568, 48189.42162933495274 ] } }, +{ "type": "Feature", "properties": { "id": 2556042728, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300683.216808574856259, 48184.756599871448998 ] } }, +{ "type": "Feature", "properties": { "id": 2556091838, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301974.210211541911121, 47756.71886351196008 ] } }, +{ "type": "Feature", "properties": { "id": 2556091856, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302083.346102455223445, 47771.998659816090367 ] } }, +{ "type": "Feature", "properties": { "id": 2556194061, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302386.857090112229344, 47816.569129735973547 ] } }, +{ "type": "Feature", "properties": { "id": 2556194067, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302477.909887904417701, 47829.307279719541839 ] } }, +{ "type": "Feature", "properties": { "id": 2556218501, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300058.760590804216918, 48664.67496858859522 ] } }, +{ "type": "Feature", "properties": { "id": 2556322838, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299896.686700300604571, 48809.973570025875233 ] } }, +{ "type": "Feature", "properties": { "id": 2556369208, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300027.762471475172788, 49605.088577881499077 ] } }, +{ "type": "Feature", "properties": { "id": 2556452408, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301398.490228304173797, 49412.054297451562888 ] } }, +{ "type": "Feature", "properties": { "id": 2556452409, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301393.97175369982142, 49406.122907422366552 ] } }, +{ "type": "Feature", "properties": { "id": 2556456836, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301413.971905565238558, 49485.765364474762464 ] } }, +{ "type": "Feature", "properties": { "id": 2556456843, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301399.7711412255303, 49467.123831418190093 ] } }, +{ "type": "Feature", "properties": { "id": 2556469733, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300782.455910958349705, 50158.364621299027931 ] } }, +{ "type": "Feature", "properties": { "id": 2557064673, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299642.289432329242118, 49053.13346928669489 ] } }, +{ "type": "Feature", "properties": { "id": 2557326696, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302181.53487338940613, 65197.774170461576432 ] } }, +{ "type": "Feature", "properties": { "id": 2557487249, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299652.701329770730808, 50779.76782426040154 ] } }, +{ "type": "Feature", "properties": { "id": 2557487255, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299649.473767168121412, 50782.30963896940375 ] } }, +{ "type": "Feature", "properties": { "id": 2557487429, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299651.408842097851448, 50749.691542593056511 ] } }, +{ "type": "Feature", "properties": { "id": 2557769194, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301698.633339249179699, 49790.824341560255561 ] } }, +{ "type": "Feature", "properties": { "id": 2557774797, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301617.940487846906763, 49745.056402365444228 ] } }, +{ "type": "Feature", "properties": { "id": 2557866141, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302024.831852950796019, 51571.764551538362866 ] } }, +{ "type": "Feature", "properties": { "id": 2557907380, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300880.56531326280674, 50329.937778566614725 ] } }, +{ "type": "Feature", "properties": { "id": 2560788818, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300669.306753541517537, 59188.493527412654657 ] } }, +{ "type": "Feature", "properties": { "id": 2561233983, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298769.735444634919986, 51551.68034695674578 ] } }, +{ "type": "Feature", "properties": { "id": 2561485126, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299260.994933607871644, 52126.455061013068189 ] } }, +{ "type": "Feature", "properties": { "id": 2561485136, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299220.973684089956805, 52076.473061865639465 ] } }, +{ "type": "Feature", "properties": { "id": 2561485156, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299059.59197567217052, 51873.158527659143147 ] } }, +{ "type": "Feature", "properties": { "id": 2561485162, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299212.581601576704998, 52061.647564203565707 ] } }, +{ "type": "Feature", "properties": { "id": 2561485165, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299105.42270792130148, 51909.583392328677292 ] } }, +{ "type": "Feature", "properties": { "id": 2561492405, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299639.879309540323447, 52605.107518380216789 ] } }, +{ "type": "Feature", "properties": { "id": 2561498214, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299985.157187965058256, 53040.571201723294507 ] } }, +{ "type": "Feature", "properties": { "id": 2561498224, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299950.953900310269091, 52997.362987821208662 ] } }, +{ "type": "Feature", "properties": { "id": 2561498228, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299936.110841005516704, 52978.724200537551951 ] } }, +{ "type": "Feature", "properties": { "id": 2561529525, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300077.439084885059856, 53200.696711749777023 ] } }, +{ "type": "Feature", "properties": { "id": 2561534356, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300012.906654348713346, 53120.210143556032563 ] } }, +{ "type": "Feature", "properties": { "id": 2561534359, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299978.703896136663388, 53077.001798104509362 ] } }, +{ "type": "Feature", "properties": { "id": 2561534383, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299930.303082307626028, 53015.578442660407745 ] } }, +{ "type": "Feature", "properties": { "id": 2561552342, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298921.015976266702637, 53204.587373777932953 ] } }, +{ "type": "Feature", "properties": { "id": 2561577728, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298797.091773640771862, 53070.745240934287722 ] } }, +{ "type": "Feature", "properties": { "id": 2561577765, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 298748.681123534974176, 53009.329605306818848 ] } }, +{ "type": "Feature", "properties": { "id": 2561577788, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298713.179715374368243, 52965.70371380035067 ] } }, +{ "type": "Feature", "properties": { "id": 2561577792, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298899.017509871337097, 52818.257024653838016 ] } }, +{ "type": "Feature", "properties": { "id": 2561579230, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 298902.244995295244735, 52822.916270167988841 ] } }, +{ "type": "Feature", "properties": { "id": 2561579237, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298885.469112173304893, 52845.79378539215395 ] } }, +{ "type": "Feature", "properties": { "id": 2561579240, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298853.84041297796648, 52805.555535979881824 ] } }, +{ "type": "Feature", "properties": { "id": 2561579251, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298877.723292909038719, 52835.628282965713879 ] } }, +{ "type": "Feature", "properties": { "id": 2561579465, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298847.385691545787267, 52798.355145141096727 ] } }, +{ "type": "Feature", "properties": { "id": 2561579684, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298851.2585127754719, 52802.590656705076981 ] } }, +{ "type": "Feature", "properties": { "id": 2561603870, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298649.275463249068707, 52883.534485171454435 ] } }, +{ "type": "Feature", "properties": { "id": 2561615106, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299372.022735867009033, 52311.562849781264958 ] } }, +{ "type": "Feature", "properties": { "id": 2561615116, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299322.966407349391375, 52249.296341125911567 ] } }, +{ "type": "Feature", "properties": { "id": 2561631135, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298555.601961795298848, 52384.538122802885482 ] } }, +{ "type": "Feature", "properties": { "id": 2561631138, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298552.374315792752896, 52381.149863637059752 ] } }, +{ "type": "Feature", "properties": { "id": 2561631144, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298549.792064222274348, 52377.761479551161756 ] } }, +{ "type": "Feature", "properties": { "id": 2561655205, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298595.698291456850711, 52815.766634119099763 ] } }, +{ "type": "Feature", "properties": { "id": 2561655238, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298551.157405266771093, 52759.011295802236418 ] } }, +{ "type": "Feature", "properties": { "id": 2561655240, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298680.199607994814869, 52587.001021682473947 ] } }, +{ "type": "Feature", "properties": { "id": 2561655242, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298665.352453918370884, 52567.941176734188048 ] } }, +{ "type": "Feature", "properties": { "id": 2561655243, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298467.238506527326535, 52654.819809103937587 ] } }, +{ "type": "Feature", "properties": { "id": 2561668318, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 298535.589722091506701, 52359.54899447029311 ] } }, +{ "type": "Feature", "properties": { "id": 2561668635, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298441.346058325492777, 52286.283497681019071 ] } }, +{ "type": "Feature", "properties": { "id": 2561683543, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 298513.649555942800362, 52376.497807604959235 ] } }, +{ "type": "Feature", "properties": { "id": 2561684900, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298155.531768755347002, 52689.203354413883062 ] } }, +{ "type": "Feature", "properties": { "id": 2561691572, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298518.249169063230511, 52785.705314728802477 ] } }, +{ "type": "Feature", "properties": { "id": 2561691574, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298484.036064318264835, 52742.080272882987629 ] } }, +{ "type": "Feature", "properties": { "id": 2561694349, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298714.482387376192492, 53034.75214331598545 ] } }, +{ "type": "Feature", "properties": { "id": 2561694357, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298631.859214355936274, 52928.440483076032251 ] } }, +{ "type": "Feature", "properties": { "id": 2561694363, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298616.367505962669384, 52910.651682980562327 ] } }, +{ "type": "Feature", "properties": { "id": 2561694366, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298611.849017484812066, 52905.145580618722306 ] } }, +{ "type": "Feature", "properties": { "id": 2561694370, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298582.155474550498184, 52866.602571342409647 ] } }, +{ "type": "Feature", "properties": { "id": 2561698451, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299194.632505784684326, 53191.420625109429238 ] } }, +{ "type": "Feature", "properties": { "id": 2561698454, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298993.953503243101295, 53320.646660482641892 ] } }, +{ "type": "Feature", "properties": { "id": 2561698457, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299157.848749980854336, 53190.15388028488087 ] } }, +{ "type": "Feature", "properties": { "id": 2561707861, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298371.864290829340462, 53296.611388878474827 ] } }, +{ "type": "Feature", "properties": { "id": 2561707892, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298636.451189202954993, 53333.412173923898081 ] } }, +{ "type": "Feature", "properties": { "id": 2561707915, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298369.282368779298849, 53293.646676092947018 ] } }, +{ "type": "Feature", "properties": { "id": 2561707916, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298504.121165791410021, 53132.222253301581077 ] } }, +{ "type": "Feature", "properties": { "id": 2561707920, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 298455.063151455309708, 53070.808662625153374 ] } }, +{ "type": "Feature", "properties": { "id": 2561707922, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298439.570870007912163, 53050.902172683156095 ] } }, +{ "type": "Feature", "properties": { "id": 2561721424, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298364.790762283897493, 53409.717227438835835 ] } }, +{ "type": "Feature", "properties": { "id": 2561747005, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298878.485162801574916, 53605.330220879463013 ] } }, +{ "type": "Feature", "properties": { "id": 2561747022, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299080.492518904560711, 53858.622189626286854 ] } }, +{ "type": "Feature", "properties": { "id": 2561747024, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299046.287949456193019, 53817.112563205475453 ] } }, +{ "type": "Feature", "properties": { "id": 2561747026, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299030.798594751628116, 53795.510375234567618 ] } }, +{ "type": "Feature", "properties": { "id": 2561747031, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 298932.05379700078629, 53671.40572390507441 ] } }, +{ "type": "Feature", "properties": { "id": 2561747035, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298883.002898576960433, 53609.989266461467196 ] } }, +{ "type": "Feature", "properties": { "id": 2561756649, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299026.878490934497677, 53426.54514817706513 ] } }, +{ "type": "Feature", "properties": { "id": 2561767523, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299221.099220446601976, 53270.633142031467287 ] } }, +{ "type": "Feature", "properties": { "id": 2561792453, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299354.694991526426747, 53438.370468280678324 ] } }, +{ "type": "Feature", "properties": { "id": 2561792462, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299272.085671155364253, 53333.746072282847308 ] } }, +{ "type": "Feature", "properties": { "id": 2561880130, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299502.482354471751023, 53624.748177087196382 ] } }, +{ "type": "Feature", "properties": { "id": 2561880137, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299403.097917978127953, 53501.060924470817554 ] } }, +{ "type": "Feature", "properties": { "id": 2561880139, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299408.257134076673537, 53461.241021663496213 ] } }, +{ "type": "Feature", "properties": { "id": 2561880142, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299399.867371387372259, 53451.075018708485004 ] } }, +{ "type": "Feature", "properties": { "id": 2561880146, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299392.122855706315022, 53440.485360820486676 ] } }, +{ "type": "Feature", "properties": { "id": 2561887283, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299627.705780466087162, 54369.026771244200063 ] } }, +{ "type": "Feature", "properties": { "id": 2561887455, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299617.372089279757347, 54173.31858775200817 ] } }, +{ "type": "Feature", "properties": { "id": 2561887461, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299624.470212635118514, 54182.63768603180506 ] } }, +{ "type": "Feature", "properties": { "id": 2561887502, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299485.726812126638833, 53941.187271884278744 ] } }, +{ "type": "Feature", "properties": { "id": 2561887629, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299336.015049040492158, 53816.657320457161404 ] } }, +{ "type": "Feature", "properties": { "id": 2561887660, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299325.689500876236707, 53803.526289517430996 ] } }, +{ "type": "Feature", "properties": { "id": 2561887750, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299722.551305567729287, 54305.057206763092836 ] } }, +{ "type": "Feature", "properties": { "id": 2561887757, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299700.612457556300797, 54279.2177328282487 ] } }, +{ "type": "Feature", "properties": { "id": 2561887778, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299689.642914048628882, 54264.815378756240534 ] } }, +{ "type": "Feature", "properties": { "id": 2561887786, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299693.514504984603263, 54269.474948741641128 ] } }, +{ "type": "Feature", "properties": { "id": 2561887793, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299677.382767090690322, 54248.295037643067189 ] } }, +{ "type": "Feature", "properties": { "id": 2561887844, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299487.685738539963495, 54275.840502281636873 ] } }, +{ "type": "Feature", "properties": { "id": 2561900330, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299608.367157357279211, 54711.306300390278921 ] } }, +{ "type": "Feature", "properties": { "id": 2561900353, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299425.099641686596442, 54294.060407884229789 ] } }, +{ "type": "Feature", "properties": { "id": 2561900363, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299612.882608711603098, 54693.937966280820547 ] } }, +{ "type": "Feature", "properties": { "id": 2561907048, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299661.908488392073195, 54496.955954529403243 ] } }, +{ "type": "Feature", "properties": { "id": 2561907051, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 299765.138186442491133, 54359.701676151300489 ] } }, +{ "type": "Feature", "properties": { "id": 2561910089, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299601.218286070623435, 53750.131259882415179 ] } }, +{ "type": "Feature", "properties": { "id": 2561910108, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299772.869922520651016, 54002.1730027305166 ] } }, +{ "type": "Feature", "properties": { "id": 2561910111, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299634.146158620656934, 54128.838493637551437 ] } }, +{ "type": "Feature", "properties": { "id": 2561910113, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299599.945870167925023, 54086.055464162433054 ] } }, +{ "type": "Feature", "properties": { "id": 2561913081, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299639.93501905631274, 53751.40011219734879 ] } }, +{ "type": "Feature", "properties": { "id": 2561913084, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299624.447343995561823, 53731.491131372851669 ] } }, +{ "type": "Feature", "properties": { "id": 2561913089, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299590.245165451255161, 53688.708164090094215 ] } }, +{ "type": "Feature", "properties": { "id": 2561913093, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299651.549460580747109, 53739.538429308609921 ] } }, +{ "type": "Feature", "properties": { "id": 2561930467, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300866.064182623638771, 52883.461985849738994 ] } }, +{ "type": "Feature", "properties": { "id": 2561959434, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301746.373349823290482, 52683.249028230507975 ] } }, +{ "type": "Feature", "properties": { "id": 2561959529, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301644.378350833256263, 52802.260461251797096 ] } }, +{ "type": "Feature", "properties": { "id": 2561959533, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301696.000881165964529, 52829.806832429690985 ] } }, +{ "type": "Feature", "properties": { "id": 2561966408, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301636.621768814511597, 52857.751826367479225 ] } }, +{ "type": "Feature", "properties": { "id": 2561966442, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301237.096943166863639, 53155.47315661986795 ] } }, +{ "type": "Feature", "properties": { "id": 2561966507, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301639.853702954540495, 52834.453918168248492 ] } }, +{ "type": "Feature", "properties": { "id": 2561979772, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301717.224553232372273, 53145.402201709526707 ] } }, +{ "type": "Feature", "properties": { "id": 2561979777, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301819.238675220345613, 52934.044454814204073 ] } }, +{ "type": "Feature", "properties": { "id": 2561979788, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301841.822728874976747, 52946.758375136174436 ] } }, +{ "type": "Feature", "properties": { "id": 2561979798, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301893.443410293373745, 52974.729737191832101 ] } }, +{ "type": "Feature", "properties": { "id": 2561979808, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301916.672556917299516, 52987.444051109872817 ] } }, +{ "type": "Feature", "properties": { "id": 2561979810, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301928.287100337794982, 52993.801235440383607 ] } }, +{ "type": "Feature", "properties": { "id": 2561979811, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301933.449076392978895, 52996.767860340158222 ] } }, +{ "type": "Feature", "properties": { "id": 2561979812, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301944.418470220873132, 53002.277678917402227 ] } }, +{ "type": "Feature", "properties": { "id": 2561979828, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301721.103817891911604, 53114.055854913829535 ] } }, +{ "type": "Feature", "properties": { "id": 2561983218, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302017.331386502890382, 53042.11664342234144 ] } }, +{ "type": "Feature", "properties": { "id": 2561983223, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302036.052169136470184, 53020.517582292428415 ] } }, +{ "type": "Feature", "properties": { "id": 2561983225, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302039.27829319779994, 53022.636526510250405 ] } }, +{ "type": "Feature", "properties": { "id": 2561983227, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302044.440204739803448, 53025.603228821215453 ] } }, +{ "type": "Feature", "properties": { "id": 2561990010, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301919.76306293316884, 53513.146721016535594 ] } }, +{ "type": "Feature", "properties": { "id": 2561990023, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301842.97823212709045, 53490.252196393194026 ] } }, +{ "type": "Feature", "properties": { "id": 2561990026, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301764.896872961893678, 53490.233185322991631 ] } }, +{ "type": "Feature", "properties": { "id": 2561995554, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301889.419449837703723, 53570.326489877981658 ] } }, +{ "type": "Feature", "properties": { "id": 2561995567, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301890.069174036150798, 53552.958578703233798 ] } }, +{ "type": "Feature", "properties": { "id": 2561995593, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301940.993211786961183, 53760.117852898598358 ] } }, +{ "type": "Feature", "properties": { "id": 2561995595, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301864.860123984457459, 53721.973244522538153 ] } }, +{ "type": "Feature", "properties": { "id": 2562001507, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302076.481075546122156, 53832.592194451004616 ] } }, +{ "type": "Feature", "properties": { "id": 2562001514, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301995.121642296493519, 54038.021558512096817 ] } }, +{ "type": "Feature", "properties": { "id": 2562001519, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302231.23631489899708, 54196.943361361307325 ] } }, +{ "type": "Feature", "properties": { "id": 2562001521, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302241.556677223881707, 54208.383998535573483 ] } }, +{ "type": "Feature", "properties": { "id": 2562001527, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302042.24506329401629, 53965.596776847240108 ] } }, +{ "type": "Feature", "properties": { "id": 2562006774, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301753.765513352234848, 54171.398229808866745 ] } }, +{ "type": "Feature", "properties": { "id": 2562015473, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299916.118397072074004, 54149.163304588961182 ] } }, +{ "type": "Feature", "properties": { "id": 2562015541, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299782.549967108468991, 54043.263058592878224 ] } }, +{ "type": "Feature", "properties": { "id": 2562015554, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299879.344252676586621, 54438.490764434231096 ] } }, +{ "type": "Feature", "properties": { "id": 2562015555, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299876.1180923380889, 54434.254697697819211 ] } }, +{ "type": "Feature", "properties": { "id": 2562015556, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299872.891928310040385, 54430.018632384722878 ] } }, +{ "type": "Feature", "properties": { "id": 2562015560, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299856.761020063888282, 54407.143879230032326 ] } }, +{ "type": "Feature", "properties": { "id": 2562015563, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299847.082474518334493, 54395.706549148962949 ] } }, +{ "type": "Feature", "properties": { "id": 2562028258, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299698.01215703872731, 53803.925369514567137 ] } }, +{ "type": "Feature", "properties": { "id": 2562039170, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301331.03032734640874, 54740.221152178572083 ] } }, +{ "type": "Feature", "properties": { "id": 2562039175, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301527.187879535660613, 54646.640716169225925 ] } }, +{ "type": "Feature", "properties": { "id": 2562041470, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302213.131026894319803, 54326.139572377345758 ] } }, +{ "type": "Feature", "properties": { "id": 2562056229, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301865.263491414953023, 54682.725156766784494 ] } }, +{ "type": "Feature", "properties": { "id": 2562056258, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301756.265934523078613, 54511.135620829787513 ] } }, +{ "type": "Feature", "properties": { "id": 2562056356, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301704.019679756485857, 54442.0746583079017 ] } }, +{ "type": "Feature", "properties": { "id": 2562062426, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301547.83798967115581, 54628.853294076347083 ] } }, +{ "type": "Feature", "properties": { "id": 2562062439, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301502.685239798563998, 54572.927202803992259 ] } }, +{ "type": "Feature", "properties": { "id": 2562062441, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301467.852666954160668, 54529.71178917625366 ] } }, +{ "type": "Feature", "properties": { "id": 2562069564, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301688.44205514609348, 54847.46787226327433 ] } }, +{ "type": "Feature", "properties": { "id": 2562069569, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301685.217300186341163, 54842.383791666667094 ] } }, +{ "type": "Feature", "properties": { "id": 2562069595, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301682.637531518819742, 54838.147083357827796 ] } }, +{ "type": "Feature", "properties": { "id": 2562081235, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301409.712184231786523, 54905.868068634277734 ] } }, +{ "type": "Feature", "properties": { "id": 2562081242, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301356.823482771753334, 54819.441304931911873 ] } }, +{ "type": "Feature", "properties": { "id": 2562081258, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301351.671821487776469, 54765.641618491179543 ] } }, +{ "type": "Feature", "properties": { "id": 2562081275, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301429.720607882540207, 54864.781519533840765 ] } }, +{ "type": "Feature", "properties": { "id": 2562081325, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301223.241144919302315, 54995.640722261108749 ] } }, +{ "type": "Feature", "properties": { "id": 2562111511, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301236.132444254995789, 55068.080560056630929 ] } }, +{ "type": "Feature", "properties": { "id": 2562115240, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301042.564266274275724, 55204.877564189577242 ] } }, +{ "type": "Feature", "properties": { "id": 2562115792, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300887.710728921287227, 55348.885594854327792 ] } }, +{ "type": "Feature", "properties": { "id": 2562118620, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301484.530241259199101, 55018.139928140277334 ] } }, +{ "type": "Feature", "properties": { "id": 2562123833, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300584.497186973807402, 55328.522067189056543 ] } }, +{ "type": "Feature", "properties": { "id": 2562123841, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300841.908054396277294, 55329.817689172887185 ] } }, +{ "type": "Feature", "properties": { "id": 2562123845, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300596.108520655252505, 55343.34942650366429 ] } }, +{ "type": "Feature", "properties": { "id": 2562125760, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300898.669296739913989, 55421.324640621300205 ] } }, +{ "type": "Feature", "properties": { "id": 2562125761, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300858.026894236798398, 55413.271184869634453 ] } }, +{ "type": "Feature", "properties": { "id": 2562125765, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300879.963831836474128, 55392.9403618027427 ] } }, +{ "type": "Feature", "properties": { "id": 2562129134, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300772.195763904426713, 55686.06818729013321 ] } }, +{ "type": "Feature", "properties": { "id": 2562129135, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300760.58584203798091, 55666.157195998399402 ] } }, +{ "type": "Feature", "properties": { "id": 2562129139, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300718.015252217592206, 55596.680491509971034 ] } }, +{ "type": "Feature", "properties": { "id": 2562129140, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300564.467714920639992, 55723.750961981750152 ] } }, +{ "type": "Feature", "properties": { "id": 2562136780, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301634.813486034225207, 55202.866536598587118 ] } }, +{ "type": "Feature", "properties": { "id": 2562136781, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301607.081721009104513, 55157.957560217364517 ] } }, +{ "type": "Feature", "properties": { "id": 2562136788, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301715.518029908009339, 54941.092392034268414 ] } }, +{ "type": "Feature", "properties": { "id": 2562136789, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301694.227089992724359, 54941.934716346811911 ] } }, +{ "type": "Feature", "properties": { "id": 2562140908, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301692.211921394104138, 55290.567187282780651 ] } }, +{ "type": "Feature", "properties": { "id": 2562140918, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301853.530596674943808, 55159.709578092864831 ] } }, +{ "type": "Feature", "properties": { "id": 2562374764, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300893.218436587543692, 63166.263955809969048 ] } }, +{ "type": "Feature", "properties": { "id": 2562374829, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300990.540288817486726, 63101.039446415634302 ] } }, +{ "type": "Feature", "properties": { "id": 2562374840, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300973.755083080322947, 63322.588522452839243 ] } }, +{ "type": "Feature", "properties": { "id": 2562374847, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301062.020823164377362, 63483.574882637272822 ] } }, +{ "type": "Feature", "properties": { "id": 2562374849, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301072.328696565469727, 63504.333573493575386 ] } }, +{ "type": "Feature", "properties": { "id": 2562375433, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300862.937518755788915, 63092.551140900075552 ] } }, +{ "type": "Feature", "properties": { "id": 2562375435, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300919.658051974314731, 63030.710010880851769 ] } }, +{ "type": "Feature", "properties": { "id": 2562378257, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301073.709877719404176, 62868.06217027776438 ] } }, +{ "type": "Feature", "properties": { "id": 2562380325, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301667.345998649776448, 62572.488147351723455 ] } }, +{ "type": "Feature", "properties": { "id": 2562380331, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301817.536470785445999, 62492.036489115380391 ] } }, +{ "type": "Feature", "properties": { "id": 2562438629, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304913.4725903730141, 71701.216826876960113 ] } }, +{ "type": "Feature", "properties": { "id": 2562438630, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304585.472334741323721, 71226.974066089256667 ] } }, +{ "type": "Feature", "properties": { "id": 2562438631, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304687.986908407008741, 73008.366720880163484 ] } }, +{ "type": "Feature", "properties": { "id": 2562438633, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304345.274755357007962, 71357.304209282126976 ] } }, +{ "type": "Feature", "properties": { "id": 2562438635, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303984.127194215136115, 70175.622784347942797 ] } }, +{ "type": "Feature", "properties": { "id": 2562438636, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304669.344978047534823, 72972.770667105563916 ] } }, +{ "type": "Feature", "properties": { "id": 2562438638, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304526.955689508002251, 71120.609150434655021 ] } }, +{ "type": "Feature", "properties": { "id": 2562438642, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304648.5827714013285, 71191.429331156759872 ] } }, +{ "type": "Feature", "properties": { "id": 2562438643, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304072.936350079195108, 71419.845028467258089 ] } }, +{ "type": "Feature", "properties": { "id": 2562438644, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304734.289870331936982, 72060.330771713764989 ] } }, +{ "type": "Feature", "properties": { "id": 2562438645, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303863.669391215080395, 71518.859999400927336 ] } }, +{ "type": "Feature", "properties": { "id": 2562438646, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304634.415031562326476, 71199.469231629875139 ] } }, +{ "type": "Feature", "properties": { "id": 2562439843, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299862.084052236401476, 63059.460045077932591 ] } }, +{ "type": "Feature", "properties": { "id": 2562441816, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299669.983039770682808, 61941.967421526103863 ] } }, +{ "type": "Feature", "properties": { "id": 2562442566, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299584.2365115651628, 61595.4542616500039 ] } }, +{ "type": "Feature", "properties": { "id": 2562442597, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299824.027207150880713, 61659.410605182194558 ] } }, +{ "type": "Feature", "properties": { "id": 2562442602, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299576.504528135294095, 61650.524705502502911 ] } }, +{ "type": "Feature", "properties": { "id": 2562442622, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299584.880607147002593, 61586.558301884506363 ] } }, +{ "type": "Feature", "properties": { "id": 2562445114, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299218.159838517080061, 62097.468299591448158 ] } }, +{ "type": "Feature", "properties": { "id": 2562449426, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299569.458305180305615, 62411.338797077609343 ] } }, +{ "type": "Feature", "properties": { "id": 2562449463, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299575.261861375125591, 62460.901515951445617 ] } }, +{ "type": "Feature", "properties": { "id": 2562449527, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299678.385334895399865, 62470.215864558151225 ] } }, +{ "type": "Feature", "properties": { "id": 2562449629, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299570.747991049254779, 62422.352733946579974 ] } }, +{ "type": "Feature", "properties": { "id": 2562454119, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299795.045411958068144, 62551.545964225675561 ] } }, +{ "type": "Feature", "properties": { "id": 2562454136, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299829.206113431369886, 62621.018108861273504 ] } }, +{ "type": "Feature", "properties": { "id": 2562454139, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299692.567572413710877, 62538.417419041696121 ] } }, +{ "type": "Feature", "properties": { "id": 2562457167, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299443.793895412469283, 62646.453998289631272 ] } }, +{ "type": "Feature", "properties": { "id": 2562460443, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299680.978329407866113, 62816.309988842869643 ] } }, +{ "type": "Feature", "properties": { "id": 2562465070, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299423.82083281793166, 62730.331490764932823 ] } }, +{ "type": "Feature", "properties": { "id": 2562894751, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304371.231582827516831, 48075.875208942132303 ] } }, +{ "type": "Feature", "properties": { "id": 2562894781, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304500.357968151161913, 48122.125895951874554 ] } }, +{ "type": "Feature", "properties": { "id": 2562969404, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303823.020484044624027, 49232.026723223090812 ] } }, +{ "type": "Feature", "properties": { "id": 2562969406, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303774.603543480799999, 49215.481126602884615 ] } }, +{ "type": "Feature", "properties": { "id": 2562969415, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303626.814102508709766, 49073.074434560403461 ] } }, +{ "type": "Feature", "properties": { "id": 2562982447, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304975.939728444791399, 47680.605164384869568 ] } }, +{ "type": "Feature", "properties": { "id": 2562996672, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305176.953529254184105, 47440.132687893375987 ] } }, +{ "type": "Feature", "properties": { "id": 2562996676, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305054.294535979104694, 47369.305319269726169 ] } }, +{ "type": "Feature", "properties": { "id": 2562996678, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305016.820424189209007, 47392.578379959639278 ] } }, +{ "type": "Feature", "properties": { "id": 2563014102, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304814.194626391457859, 48132.489657254394842 ] } }, +{ "type": "Feature", "properties": { "id": 2563051687, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305559.374929156678263, 48179.608003889748943 ] } }, +{ "type": "Feature", "properties": { "id": 2563051690, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305604.610361850762274, 48137.281103451568924 ] } }, +{ "type": "Feature", "properties": { "id": 2563144591, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303850.7575076733483, 49283.721489150011621 ] } }, +{ "type": "Feature", "properties": { "id": 2563144647, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303909.49733065784676, 49313.828539319016272 ] } }, +{ "type": "Feature", "properties": { "id": 2563152868, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303558.508744332648348, 50132.066444865726226 ] } }, +{ "type": "Feature", "properties": { "id": 2563436655, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302867.672999725677073, 51932.535626812263217 ] } }, +{ "type": "Feature", "properties": { "id": 2563512927, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303529.907066160347313, 53252.794148895511171 ] } }, +{ "type": "Feature", "properties": { "id": 2563829599, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304696.2268165674177, 49843.374160165105422 ] } }, +{ "type": "Feature", "properties": { "id": 2563829600, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304697.522884849575348, 49835.749998276565748 ] } }, +{ "type": "Feature", "properties": { "id": 2563829602, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304698.819492829672527, 49827.278616673655051 ] } }, +{ "type": "Feature", "properties": { "id": 2563829610, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304700.117446735443082, 49816.68918538968137 ] } }, +{ "type": "Feature", "properties": { "id": 2563930272, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299650.619812106597237, 61384.913997160518193 ] } }, +{ "type": "Feature", "properties": { "id": 2563930327, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299790.497740101709496, 61276.463205180843943 ] } }, +{ "type": "Feature", "properties": { "id": 2563985414, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300363.57253380084876, 61163.78752145144972 ] } }, +{ "type": "Feature", "properties": { "id": 2563985418, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300335.852620825404301, 61179.883589115452196 ] } }, +{ "type": "Feature", "properties": { "id": 2563985420, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300272.680805003212299, 61125.658248415980779 ] } }, +{ "type": "Feature", "properties": { "id": 2563985421, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300282.994146513869055, 61147.263009594891628 ] } }, +{ "type": "Feature", "properties": { "id": 2563985426, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300279.126648507546633, 61139.214174299406295 ] } }, +{ "type": "Feature", "properties": { "id": 2563985427, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300250.764662868226878, 61082.448727058013901 ] } }, +{ "type": "Feature", "properties": { "id": 2563985429, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300241.739589043543674, 61086.260963141176035 ] } }, +{ "type": "Feature", "properties": { "id": 2563985430, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300239.160992364108097, 61087.531724827123981 ] } }, +{ "type": "Feature", "properties": { "id": 2563985431, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300234.648453661648091, 61089.649656152352691 ] } }, +{ "type": "Feature", "properties": { "id": 2563985432, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300223.689430877973791, 61095.156313840991061 ] } }, +{ "type": "Feature", "properties": { "id": 2563985435, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300206.283953454636503, 61104.051726594378124 ] } }, +{ "type": "Feature", "properties": { "id": 2563985436, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300185.655345596431289, 61112.523483657096222 ] } }, +{ "type": "Feature", "properties": { "id": 2563985440, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300139.241110734874383, 61133.703223451215308 ] } }, +{ "type": "Feature", "properties": { "id": 2563985463, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300342.296890815894585, 61223.939866247535974 ] } }, +{ "type": "Feature", "properties": { "id": 2563985464, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300364.863051068619825, 61138.37067387082061 ] } }, +{ "type": "Feature", "properties": { "id": 2563986239, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300022.561766342550982, 61281.54365744766983 ] } }, +{ "type": "Feature", "properties": { "id": 2563986243, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300026.429475024982821, 61287.897899034462171 ] } }, +{ "type": "Feature", "properties": { "id": 2563988675, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299941.983013309538364, 61151.917593820093316 ] } }, +{ "type": "Feature", "properties": { "id": 2563988677, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299973.570219409069978, 61202.32762212936359 ] } }, +{ "type": "Feature", "properties": { "id": 2563988682, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299981.950441263674293, 61221.813896853105689 ] } }, +{ "type": "Feature", "properties": { "id": 2563988693, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299892.346282678248826, 61153.612610091018723 ] } }, +{ "type": "Feature", "properties": { "id": 2563990280, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300005.80169700901024, 61154.03544463259459 ] } }, +{ "type": "Feature", "properties": { "id": 2563990284, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299969.057536259118933, 61134.972823898628121 ] } }, +{ "type": "Feature", "properties": { "id": 2563990293, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300080.579489462543279, 61120.570281993328535 ] } }, +{ "type": "Feature", "properties": { "id": 2563990312, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300072.845284330309369, 60975.693826725844701 ] } }, +{ "type": "Feature", "properties": { "id": 2563990330, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300076.713193095871247, 60973.999405426271551 ] } }, +{ "type": "Feature", "properties": { "id": 2563990334, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300018.049820102751255, 61114.639253026529332 ] } }, +{ "type": "Feature", "properties": { "id": 2563990338, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300041.901962848147377, 61009.582795162088587 ] } }, +{ "type": "Feature", "properties": { "id": 2564019754, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301527.208767719450407, 63922.522999226137472 ] } }, +{ "type": "Feature", "properties": { "id": 2564574532, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306119.880419342604, 49764.774089449361782 ] } }, +{ "type": "Feature", "properties": { "id": 2564588997, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308045.626429514959455, 58225.723823508473288 ] } }, +{ "type": "Feature", "properties": { "id": 2564887285, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309115.789039032533765, 52221.830636664890335 ] } }, +{ "type": "Feature", "properties": { "id": 2564964759, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307765.683874496084172, 57668.796344852315087 ] } }, +{ "type": "Feature", "properties": { "id": 2565070775, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306126.951739230426028, 58384.013619441968331 ] } }, +{ "type": "Feature", "properties": { "id": 2565076143, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306469.689025037747342, 58030.587569678922591 ] } }, +{ "type": "Feature", "properties": { "id": 2565131177, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304185.756197562150192, 57460.878418204127229 ] } }, +{ "type": "Feature", "properties": { "id": 2565136703, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303463.458471163059585, 57350.365879865406896 ] } }, +{ "type": "Feature", "properties": { "id": 2565136713, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303510.59910189389484, 57227.54020887184015 ] } }, +{ "type": "Feature", "properties": { "id": 2565140919, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303758.312921387609094, 57142.091897958256595 ] } }, +{ "type": "Feature", "properties": { "id": 2565140921, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303871.84621762461029, 57110.803005162284535 ] } }, +{ "type": "Feature", "properties": { "id": 2565140980, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303756.367015365278348, 57163.695188163270359 ] } }, +{ "type": "Feature", "properties": { "id": 2565184779, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309497.356173391104676, 51617.816560954859597 ] } }, +{ "type": "Feature", "properties": { "id": 2565391676, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301704.149732439429499, 56680.866817565489328 ] } }, +{ "type": "Feature", "properties": { "id": 2565391706, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301856.415945960266981, 56517.812420830996416 ] } }, +{ "type": "Feature", "properties": { "id": 2565413419, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298840.098563241015654, 51596.148133081384003 ] } }, +{ "type": "Feature", "properties": { "id": 2565438957, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307654.261361317068804, 50027.143621326365974 ] } }, +{ "type": "Feature", "properties": { "id": 2565702295, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299162.656959874671884, 61465.440030016477976 ] } }, +{ "type": "Feature", "properties": { "id": 2565708091, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299624.199395065079443, 61556.479507541705971 ] } }, +{ "type": "Feature", "properties": { "id": 2565708226, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299580.364452707755845, 61516.238401879178127 ] } }, +{ "type": "Feature", "properties": { "id": 2565708228, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299632.578747802821454, 61548.006779004055716 ] } }, +{ "type": "Feature", "properties": { "id": 2565708229, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299628.711325691197999, 61551.395895122717775 ] } }, +{ "type": "Feature", "properties": { "id": 2566301606, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304349.668093787797261, 52907.139463124287431 ] } }, +{ "type": "Feature", "properties": { "id": 2566334458, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303579.723683181218803, 52990.17893311392254 ] } }, +{ "type": "Feature", "properties": { "id": 2566447078, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304835.992159304907545, 54310.866566635595518 ] } }, +{ "type": "Feature", "properties": { "id": 2566447080, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304846.960498254920822, 54311.720958810343291 ] } }, +{ "type": "Feature", "properties": { "id": 2566447085, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304890.833549194619991, 54315.562301758356625 ] } }, +{ "type": "Feature", "properties": { "id": 2566447088, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304904.382508609793149, 54316.842095148196677 ] } }, +{ "type": "Feature", "properties": { "id": 2566580886, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303962.153789623931516, 54681.008247330610175 ] } }, +{ "type": "Feature", "properties": { "id": 2566580905, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303962.160360225476325, 54668.723498100116558 ] } }, +{ "type": "Feature", "properties": { "id": 2566580919, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303961.511764343827963, 54675.077333654924587 ] } }, +{ "type": "Feature", "properties": { "id": 2566614029, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303958.911958574375603, 54710.659366206746199 ] } }, +{ "type": "Feature", "properties": { "id": 2566631736, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303936.197579766099807, 54960.154867695200664 ] } }, +{ "type": "Feature", "properties": { "id": 2566631749, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303945.271507112891413, 54882.215036819507077 ] } }, +{ "type": "Feature", "properties": { "id": 2566640778, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303334.907700528681744, 54935.713862364922534 ] } }, +{ "type": "Feature", "properties": { "id": 2566640789, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303336.855055225780234, 54909.45077945945377 ] } }, +{ "type": "Feature", "properties": { "id": 2566640793, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303337.503476695274003, 54902.249663354661607 ] } }, +{ "type": "Feature", "properties": { "id": 2566640796, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303333.612585422641132, 54946.30358601702028 ] } }, +{ "type": "Feature", "properties": { "id": 2566640814, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303343.346209210285451, 54822.189586774678901 ] } }, +{ "type": "Feature", "properties": { "id": 2566649142, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303895.487110423913691, 55082.980918517656391 ] } }, +{ "type": "Feature", "properties": { "id": 2566658421, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303170.419724907027557, 54861.933106043070438 ] } }, +{ "type": "Feature", "properties": { "id": 2566658429, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303278.81126089458121, 54859.4386163200179 ] } }, +{ "type": "Feature", "properties": { "id": 2566658433, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303297.519442482560407, 54864.10665512833657 ] } }, +{ "type": "Feature", "properties": { "id": 2566664957, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303253.933494885801338, 54212.148384114807413 ] } }, +{ "type": "Feature", "properties": { "id": 2566664961, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303257.804175435448997, 54213.844532996576163 ] } }, +{ "type": "Feature", "properties": { "id": 2566664985, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303244.913527538825292, 54181.644368569774088 ] } }, +{ "type": "Feature", "properties": { "id": 2566670897, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303454.831533187068999, 53720.849614837847184 ] } }, +{ "type": "Feature", "properties": { "id": 2566670899, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303461.929221745405812, 53721.700151451404963 ] } }, +{ "type": "Feature", "properties": { "id": 2566670902, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303469.026710329635534, 53722.97430650734168 ] } }, +{ "type": "Feature", "properties": { "id": 2566670915, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303471.595921495463699, 53748.392214278421307 ] } }, +{ "type": "Feature", "properties": { "id": 2566670916, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303472.24358188547194, 53743.309176864764595 ] } }, +{ "type": "Feature", "properties": { "id": 2566670918, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303472.891640298825223, 53737.378916240057151 ] } }, +{ "type": "Feature", "properties": { "id": 2566670920, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303474.832841541559901, 53725.942309525838937 ] } }, +{ "type": "Feature", "properties": { "id": 2566936034, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309038.374969740281813, 56952.215338104550028 ] } }, +{ "type": "Feature", "properties": { "id": 2566968409, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305062.532581599778496, 55159.936819303198718 ] } }, +{ "type": "Feature", "properties": { "id": 2566968413, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304869.012791372602805, 55119.140296632802347 ] } }, +{ "type": "Feature", "properties": { "id": 2567049268, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304113.37676532228943, 55398.266349043311493 ] } }, +{ "type": "Feature", "properties": { "id": 2567049286, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304169.466966639098246, 55463.110423338555847 ] } }, +{ "type": "Feature", "properties": { "id": 2567049346, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304139.181900865281932, 55398.704336748618516 ] } }, +{ "type": "Feature", "properties": { "id": 2567052627, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304148.707297932822257, 55669.398087085770385 ] } }, +{ "type": "Feature", "properties": { "id": 2567052629, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304142.845620742533356, 55768.943775730804191 ] } }, +{ "type": "Feature", "properties": { "id": 2567052636, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303951.282634168514051, 55708.262498141652031 ] } }, +{ "type": "Feature", "properties": { "id": 2567052658, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303933.184537445718888, 55774.33643738066894 ] } }, +{ "type": "Feature", "properties": { "id": 2567052675, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304159.660143631976098, 55694.397374633255822 ] } }, +{ "type": "Feature", "properties": { "id": 2567052677, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304172.024098432681058, 55504.625891238843906 ] } }, +{ "type": "Feature", "properties": { "id": 2567052679, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304151.973693955340423, 55596.538550569988729 ] } }, +{ "type": "Feature", "properties": { "id": 2567062153, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304149.942692372715101, 55767.253298120223917 ] } }, +{ "type": "Feature", "properties": { "id": 2567062216, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303960.314362971519586, 55707.843709134482197 ] } }, +{ "type": "Feature", "properties": { "id": 2567062220, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304163.491028535820078, 55765.142838223131548 ] } }, +{ "type": "Feature", "properties": { "id": 2567068810, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303659.198857328970917, 55404.805856118669908 ] } }, +{ "type": "Feature", "properties": { "id": 2567075038, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303685.602125476463698, 55499.708147146775445 ] } }, +{ "type": "Feature", "properties": { "id": 2567075040, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303683.026678804832045, 55489.540165592545236 ] } }, +{ "type": "Feature", "properties": { "id": 2567075059, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303909.468040806706995, 55485.843708223161229 ] } }, +{ "type": "Feature", "properties": { "id": 2567078872, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303924.831214303034358, 55712.060948100624955 ] } }, +{ "type": "Feature", "properties": { "id": 2567078891, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303946.163076468626969, 55630.738661579343898 ] } }, +{ "type": "Feature", "properties": { "id": 2567084176, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303414.741599661414512, 55299.633238084330515 ] } }, +{ "type": "Feature", "properties": { "id": 2567092046, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303682.971492695854977, 55600.526624653684848 ] } }, +{ "type": "Feature", "properties": { "id": 2567092048, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303675.888453467341606, 55573.83551466823701 ] } }, +{ "type": "Feature", "properties": { "id": 2567092049, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303677.820445092860609, 55580.614274651255982 ] } }, +{ "type": "Feature", "properties": { "id": 2567092054, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303488.752259841712657, 55683.460664949125203 ] } }, +{ "type": "Feature", "properties": { "id": 2567093832, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303529.277283353905659, 55928.75159262761008 ] } }, +{ "type": "Feature", "properties": { "id": 2567093833, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303526.057892891927622, 55916.04167796180991 ] } }, +{ "type": "Feature", "properties": { "id": 2567093836, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303521.550526237639133, 55898.67141267281113 ] } }, +{ "type": "Feature", "properties": { "id": 2567093837, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303527.346053889545146, 55920.278418412010069 ] } }, +{ "type": "Feature", "properties": { "id": 2567093839, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303517.686017563857604, 55885.961195369796769 ] } }, +{ "type": "Feature", "properties": { "id": 2567093840, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303549.931878618721385, 55904.191926332721778 ] } }, +{ "type": "Feature", "properties": { "id": 2567093842, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303552.507160057604779, 55914.783478722725704 ] } }, +{ "type": "Feature", "properties": { "id": 2567093845, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303545.423952383396681, 55888.092484531152877 ] } }, +{ "type": "Feature", "properties": { "id": 2567093847, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303536.409861354855821, 55852.081096748086566 ] } }, +{ "type": "Feature", "properties": { "id": 2567093848, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303490.638077694631647, 55788.517484419804532 ] } }, +{ "type": "Feature", "properties": { "id": 2567093849, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303523.529528462793678, 55806.748402582968993 ] } }, +{ "type": "Feature", "properties": { "id": 2567093851, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303517.090006828366313, 55782.599420796315826 ] } }, +{ "type": "Feature", "properties": { "id": 2567116410, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303264.331452771497425, 55507.982760823440913 ] } }, +{ "type": "Feature", "properties": { "id": 2567121613, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303288.369753143924754, 55128.013042821490671 ] } }, +{ "type": "Feature", "properties": { "id": 2567121617, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303272.887836537265684, 55123.770062666080776 ] } }, +{ "type": "Feature", "properties": { "id": 2567527037, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301968.440987286041491, 62162.501994868798647 ] } }, +{ "type": "Feature", "properties": { "id": 2567534696, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301858.368851171457209, 61584.661899763377733 ] } }, +{ "type": "Feature", "properties": { "id": 2567534704, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301693.325168343260884, 61703.658238595620787 ] } }, +{ "type": "Feature", "properties": { "id": 2567534730, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301904.112461606739089, 61672.785539368225727 ] } }, +{ "type": "Feature", "properties": { "id": 2567547039, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301094.536211883474607, 61496.397518293102621 ] } }, +{ "type": "Feature", "properties": { "id": 2567547059, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300981.717843138554599, 61592.966002277949883 ] } }, +{ "type": "Feature", "properties": { "id": 2567551893, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300261.080444672785234, 61038.393109359865775 ] } }, +{ "type": "Feature", "properties": { "id": 2567551897, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300234.010819589660969, 60868.098940284035052 ] } }, +{ "type": "Feature", "properties": { "id": 2567551905, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300209.511792724719271, 60939.689151207414398 ] } }, +{ "type": "Feature", "properties": { "id": 2567551910, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300287.513213139551226, 60976.546282666517072 ] } }, +{ "type": "Feature", "properties": { "id": 2567551912, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300256.57230440893909, 60912.579268432062236 ] } }, +{ "type": "Feature", "properties": { "id": 2567551922, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300156.649127518641762, 60997.723111184146546 ] } }, +{ "type": "Feature", "properties": { "id": 2567551928, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300217.891728194546886, 60957.904841663541447 ] } }, +{ "type": "Feature", "properties": { "id": 2567552462, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300221.112017319188453, 61057.030873229748977 ] } }, +{ "type": "Feature", "properties": { "id": 2567553145, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300685.882249587972183, 61232.436035933300445 ] } }, +{ "type": "Feature", "properties": { "id": 2567553151, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300709.082988163398113, 61293.015202088434307 ] } }, +{ "type": "Feature", "properties": { "id": 2567553184, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300742.608545189723372, 61240.490199541243783 ] } }, +{ "type": "Feature", "properties": { "id": 2567557157, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300843.183341593656223, 61124.430408434564015 ] } }, +{ "type": "Feature", "properties": { "id": 2567557167, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300822.533394050842617, 61318.867472044854367 ] } }, +{ "type": "Feature", "properties": { "id": 2567557187, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300829.629422412835993, 61272.27058539360587 ] } }, +{ "type": "Feature", "properties": { "id": 2567558455, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300504.760610549885314, 60963.849457108444767 ] } }, +{ "type": "Feature", "properties": { "id": 2567558464, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300547.943005374050699, 61087.124528321422986 ] } }, +{ "type": "Feature", "properties": { "id": 2567558475, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300614.976925585244317, 61189.644667903012305 ] } }, +{ "type": "Feature", "properties": { "id": 2567558477, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300642.052483794046566, 61176.938511062893667 ] } }, +{ "type": "Feature", "properties": { "id": 2567558489, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300603.382946109923068, 61074.844000927674642 ] } }, +{ "type": "Feature", "properties": { "id": 2567561013, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300843.84792340506101, 60949.477435929555213 ] } }, +{ "type": "Feature", "properties": { "id": 2567561047, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300702.01931930554565, 61006.650663289830845 ] } }, +{ "type": "Feature", "properties": { "id": 2567561049, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300708.464155763504095, 61023.595882054520189 ] } }, +{ "type": "Feature", "properties": { "id": 2567566950, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301360.863094702770468, 60921.172227125243808 ] } }, +{ "type": "Feature", "properties": { "id": 2567566955, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301536.223733801278286, 60849.191986427249503 ] } }, +{ "type": "Feature", "properties": { "id": 2567571411, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299501.035438475722913, 60877.8552052673258 ] } }, +{ "type": "Feature", "properties": { "id": 2567902023, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303977.533885492535774, 56077.243219235497236 ] } }, +{ "type": "Feature", "properties": { "id": 2567902051, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304153.725405421573669, 55923.992115308188659 ] } }, +{ "type": "Feature", "properties": { "id": 2567902073, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304209.777558625908569, 56048.142300798230281 ] } }, +{ "type": "Feature", "properties": { "id": 2567902087, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304179.505519887665287, 55965.520666518161306 ] } }, +{ "type": "Feature", "properties": { "id": 2567902130, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304178.864020082226489, 55959.166113330822554 ] } }, +{ "type": "Feature", "properties": { "id": 2567902146, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304178.2261037126882, 55946.457371132855769 ] } }, +{ "type": "Feature", "properties": { "id": 2567902148, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304176.944291940075345, 55931.630202339547395 ] } }, +{ "type": "Feature", "properties": { "id": 2567906055, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305928.213109661242925, 58530.422268568188883 ] } }, +{ "type": "Feature", "properties": { "id": 2567915751, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304696.370597523113247, 57760.255802636005683 ] } }, +{ "type": "Feature", "properties": { "id": 2567918175, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303980.744006808556151, 56105.62700152349862 ] } }, +{ "type": "Feature", "properties": { "id": 2567923785, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304204.02187190722907, 55960.0275758599455 ] } }, +{ "type": "Feature", "properties": { "id": 2567927701, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304211.55221566016553, 57464.705565459640638 ] } }, +{ "type": "Feature", "properties": { "id": 2567927710, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304203.137032339407597, 57518.923306747608876 ] } }, +{ "type": "Feature", "properties": { "id": 2567930931, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304230.891370484605432, 56352.308364029937366 ] } }, +{ "type": "Feature", "properties": { "id": 2567931007, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304227.052493777591735, 56297.236493030221027 ] } }, +{ "type": "Feature", "properties": { "id": 2567931029, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304221.930199292779434, 56230.302735137942364 ] } }, +{ "type": "Feature", "properties": { "id": 2567931043, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304221.296968090289738, 56209.545343711739406 ] } }, +{ "type": "Feature", "properties": { "id": 2567931050, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304221.298658181214705, 56206.580054644859047 ] } }, +{ "type": "Feature", "properties": { "id": 2567931071, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304220.019633285759483, 56187.093134374750662 ] } }, +{ "type": "Feature", "properties": { "id": 2567933410, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304190.836719088314567, 57600.673738614059403 ] } }, +{ "type": "Feature", "properties": { "id": 2567933416, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304426.898582327878103, 57579.206811893229315 ] } }, +{ "type": "Feature", "properties": { "id": 2567933417, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304435.927042004361283, 57580.483055394070107 ] } }, +{ "type": "Feature", "properties": { "id": 2567933422, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304192.13188006717246, 57591.354974590256461 ] } }, +{ "type": "Feature", "properties": { "id": 2567933428, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304283.652318480890244, 57697.734348825222696 ] } }, +{ "type": "Feature", "properties": { "id": 2567935919, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304476.469666324672289, 57727.501352825056529 ] } }, +{ "type": "Feature", "properties": { "id": 2567935938, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304464.861922110198066, 57725.799890321388375 ] } }, +{ "type": "Feature", "properties": { "id": 2567939318, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303874.265351828129496, 56185.20974824984296 ] } }, +{ "type": "Feature", "properties": { "id": 2567942670, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304153.938590983394533, 57843.807134138740366 ] } }, +{ "type": "Feature", "properties": { "id": 2567946917, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304595.461751528142486, 58243.535736197824008 ] } }, +{ "type": "Feature", "properties": { "id": 2567946940, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304118.335504630405921, 58081.858133822199306 ] } }, +{ "type": "Feature", "properties": { "id": 2567977194, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305172.988502573163714, 58661.176441134164634 ] } }, +{ "type": "Feature", "properties": { "id": 2567978486, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305248.307742445671465, 58842.112668357010989 ] } }, +{ "type": "Feature", "properties": { "id": 2567980108, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305025.330187671643216, 58642.859342916759488 ] } }, +{ "type": "Feature", "properties": { "id": 2567980127, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305013.667205910314806, 58725.032562684056757 ] } }, +{ "type": "Feature", "properties": { "id": 2567981716, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304555.956589317065664, 58515.047827332527959 ] } }, +{ "type": "Feature", "properties": { "id": 2567981740, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304817.853595511696767, 58388.12943302608619 ] } }, +{ "type": "Feature", "properties": { "id": 2567983439, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304263.526570968155283, 56808.134703998206533 ] } }, +{ "type": "Feature", "properties": { "id": 2567986493, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304563.081931223045103, 58463.371313973693759 ] } }, +{ "type": "Feature", "properties": { "id": 2567989961, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304105.831508006085642, 58534.270773577190994 ] } }, +{ "type": "Feature", "properties": { "id": 2567989968, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304282.429380082467105, 58697.038585206631979 ] } }, +{ "type": "Feature", "properties": { "id": 2567989975, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304303.789112246304285, 58559.800033608262311 ] } }, +{ "type": "Feature", "properties": { "id": 2568011144, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304921.238856392563321, 56137.963167734771559 ] } }, +{ "type": "Feature", "properties": { "id": 2568025896, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304516.470075460616499, 58760.719763828084979 ] } }, +{ "type": "Feature", "properties": { "id": 2568039576, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305399.161293114419095, 58893.902069320254668 ] } }, +{ "type": "Feature", "properties": { "id": 2568044211, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304994.629195301211439, 59225.308060621609911 ] } }, +{ "type": "Feature", "properties": { "id": 2568044214, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 305002.34762950631557, 59253.695431664229545 ] } }, +{ "type": "Feature", "properties": { "id": 2568049600, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304944.908455490949564, 56434.507978962275956 ] } }, +{ "type": "Feature", "properties": { "id": 2568066248, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303818.605720595223829, 57792.792977688317478 ] } }, +{ "type": "Feature", "properties": { "id": 2568066293, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303639.980860201991163, 57752.88333993422566 ] } }, +{ "type": "Feature", "properties": { "id": 2568066303, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303421.320686502032913, 57815.897503648229758 ] } }, +{ "type": "Feature", "properties": { "id": 2568067824, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303625.101033077924512, 57847.765483644398046 ] } }, +{ "type": "Feature", "properties": { "id": 2568077486, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303337.053679013857618, 57332.092463743916596 ] } }, +{ "type": "Feature", "properties": { "id": 2568077522, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303454.313171421468724, 57598.599076587415766 ] } }, +{ "type": "Feature", "properties": { "id": 2568077564, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303327.372719208826311, 57346.490961733557924 ] } }, +{ "type": "Feature", "properties": { "id": 2568087454, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303341.601318607106805, 57259.233019948769652 ] } }, +{ "type": "Feature", "properties": { "id": 2568087522, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303357.083916640025564, 57252.038596119928116 ] } }, +{ "type": "Feature", "properties": { "id": 2568092597, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302990.053651825757697, 57352.701277299063804 ] } }, +{ "type": "Feature", "properties": { "id": 2568092607, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303046.171800179115962, 57337.474068411705957 ] } }, +{ "type": "Feature", "properties": { "id": 2568092632, "poi_type_1": "outdoor_seating", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303206.786714089976158, 57294.756932127413165 ] } }, +{ "type": "Feature", "properties": { "id": 2568110466, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303268.577722792571876, 57580.299383134122763 ] } }, +{ "type": "Feature", "properties": { "id": 2568110534, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303290.471944582590368, 57656.559508075930353 ] } }, +{ "type": "Feature", "properties": { "id": 2568117452, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303810.191387049679179, 57851.670933848086861 ] } }, +{ "type": "Feature", "properties": { "id": 2568117454, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303807.604734020249452, 57865.225239100247563 ] } }, +{ "type": "Feature", "properties": { "id": 2568117463, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303658.658900375419762, 57803.302560672600521 ] } }, +{ "type": "Feature", "properties": { "id": 2568119889, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303774.655320569057949, 57980.007667970050534 ] } }, +{ "type": "Feature", "properties": { "id": 2568119892, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303810.093297536252066, 58042.297030810957949 ] } }, +{ "type": "Feature", "properties": { "id": 2568119898, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303794.022572964837309, 57941.045108874583093 ] } }, +{ "type": "Feature", "properties": { "id": 2568119904, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303583.145092137972824, 57922.301060218604107 ] } }, +{ "type": "Feature", "properties": { "id": 2568119907, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303614.106155828514602, 57911.725766197690973 ] } }, +{ "type": "Feature", "properties": { "id": 2568119916, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303612.163556950748898, 57927.822136702845455 ] } }, +{ "type": "Feature", "properties": { "id": 2568119923, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303787.548959111620206, 57988.910139286279446 ] } }, +{ "type": "Feature", "properties": { "id": 2568119935, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304096.423883943527471, 58054.734700505592627 ] } }, +{ "type": "Feature", "properties": { "id": 2568119944, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304100.307141768164001, 58029.743640690372558 ] } }, +{ "type": "Feature", "properties": { "id": 2568119945, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303562.532489866600372, 57871.033865091805637 ] } }, +{ "type": "Feature", "properties": { "id": 2568119946, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303604.402937292470597, 57972.29778887561406 ] } }, +{ "type": "Feature", "properties": { "id": 2568120017, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303416.7941011407529, 57842.159456367444363 ] } }, +{ "type": "Feature", "properties": { "id": 2568133724, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303130.409036585653666, 57936.49868230172433 ] } }, +{ "type": "Feature", "properties": { "id": 2568133728, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303156.202315857924987, 57944.134677259789896 ] } }, +{ "type": "Feature", "properties": { "id": 2568133732, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303370.299791238503531, 57973.881987206405029 ] } }, +{ "type": "Feature", "properties": { "id": 2568133754, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303138.169898316613398, 57884.821105047565652 ] } }, +{ "type": "Feature", "properties": { "id": 2568134897, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303378.062868120206986, 57920.933818602061365 ] } }, +{ "type": "Feature", "properties": { "id": 2568142019, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303624.938233656692319, 58180.302148767550534 ] } }, +{ "type": "Feature", "properties": { "id": 2568142090, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303755.841425150691066, 58199.853625625168206 ] } }, +{ "type": "Feature", "properties": { "id": 2568159136, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303753.248765423719306, 58225.692751917806163 ] } }, +{ "type": "Feature", "properties": { "id": 2568163543, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304005.168542654486373, 58653.674777520449425 ] } }, +{ "type": "Feature", "properties": { "id": 2568163556, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303958.097833076259121, 58647.295253961521666 ] } }, +{ "type": "Feature", "properties": { "id": 2568165597, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303875.56351495400304, 58634.54317150330462 ] } }, +{ "type": "Feature", "properties": { "id": 2568165638, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303844.613017488736659, 58629.867281296348665 ] } }, +{ "type": "Feature", "properties": { "id": 2568165644, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303883.301077676587738, 58635.818067745101871 ] } }, +{ "type": "Feature", "properties": { "id": 2568194115, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303063.201538460853044, 58266.46565828347957 ] } }, +{ "type": "Feature", "properties": { "id": 2568194150, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302903.186799062939826, 58479.05533636664768 ] } }, +{ "type": "Feature", "properties": { "id": 2568194153, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302936.058333708147984, 58521.006074936078221 ] } }, +{ "type": "Feature", "properties": { "id": 2568194161, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302952.193573307362385, 58486.699764595992747 ] } }, +{ "type": "Feature", "properties": { "id": 2568198127, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303204.948685827373993, 58560.937295241987158 ] } }, +{ "type": "Feature", "properties": { "id": 2568198165, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303127.569918226799928, 58550.7374703135647 ] } }, +{ "type": "Feature", "properties": { "id": 2568198166, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303154.652222314674873, 58554.985099210112821 ] } }, +{ "type": "Feature", "properties": { "id": 2568198167, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303217.845310506061651, 58562.213730837560433 ] } }, +{ "type": "Feature", "properties": { "id": 2568198169, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303305.540046796784736, 58575.808009488995594 ] } }, +{ "type": "Feature", "properties": { "id": 2568198178, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303687.267023340798914, 58633.599774339767464 ] } }, +{ "type": "Feature", "properties": { "id": 2568198182, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303727.244680811709259, 58639.974001652532024 ] } }, +{ "type": "Feature", "properties": { "id": 2568198183, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303732.403069443185814, 58640.823828250053339 ] } }, +{ "type": "Feature", "properties": { "id": 2568202456, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303652.2286985371029, 59072.022992837213678 ] } }, +{ "type": "Feature", "properties": { "id": 2568219104, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302662.652091024559923, 58478.117700227936439 ] } }, +{ "type": "Feature", "properties": { "id": 2568219115, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302757.441722640767694, 58493.40249543345999 ] } }, +{ "type": "Feature", "properties": { "id": 2568219126, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302870.297155975364149, 58482.855038171779597 ] } }, +{ "type": "Feature", "properties": { "id": 2568239795, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303412.108449699182529, 58213.666500591112708 ] } }, +{ "type": "Feature", "properties": { "id": 2568239815, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303369.566589244699571, 58167.896731742097472 ] } }, +{ "type": "Feature", "properties": { "id": 2568243086, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302913.019444825942628, 58073.237182560311339 ] } }, +{ "type": "Feature", "properties": { "id": 2568243099, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302983.959102814900689, 58071.994589939436992 ] } }, +{ "type": "Feature", "properties": { "id": 2568243835, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302845.426565930363722, 57756.347910527329077 ] } }, +{ "type": "Feature", "properties": { "id": 2568243876, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302835.74906300555449, 57765.663696139636158 ] } }, +{ "type": "Feature", "properties": { "id": 2568252787, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302838.215437254577409, 58061.346948052792868 ] } }, +{ "type": "Feature", "properties": { "id": 2568260637, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302713.315164502419066, 57486.03292313835118 ] } }, +{ "type": "Feature", "properties": { "id": 2568270481, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302551.239430170273408, 58045.145188347727526 ] } }, +{ "type": "Feature", "properties": { "id": 2568270482, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302598.318743463954888, 58041.349036240397254 ] } }, +{ "type": "Feature", "properties": { "id": 2568275809, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302414.434185637917835, 58307.739832566679979 ] } }, +{ "type": "Feature", "properties": { "id": 2568275816, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302306.037988458352629, 58488.164775719094905 ] } }, +{ "type": "Feature", "properties": { "id": 2568275819, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302360.852339852892328, 58485.640367589803645 ] } }, +{ "type": "Feature", "properties": { "id": 2568275820, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302388.582372353004757, 58483.107578197494149 ] } }, +{ "type": "Feature", "properties": { "id": 2568275821, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302365.37573559070006, 58456.412453739831108 ] } }, +{ "type": "Feature", "properties": { "id": 2568275828, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302449.209410218696576, 58453.89802740002051 ] } }, +{ "type": "Feature", "properties": { "id": 2568285200, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302587.682984278246295, 58949.149886366183637 ] } }, +{ "type": "Feature", "properties": { "id": 2568294796, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302207.372225208673626, 58492.794455774412199 ] } }, +{ "type": "Feature", "properties": { "id": 2568294807, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302225.428693838824984, 58491.95263320698723 ] } }, +{ "type": "Feature", "properties": { "id": 2568294819, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302240.905706861114595, 58491.110073526782799 ] } }, +{ "type": "Feature", "properties": { "id": 2568310628, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302004.237064972461667, 58502.903414765380148 ] } }, +{ "type": "Feature", "properties": { "id": 2568310629, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302008.751227234548423, 58502.481024216445803 ] } }, +{ "type": "Feature", "properties": { "id": 2568310630, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302013.910138766339514, 58502.482425651993253 ] } }, +{ "type": "Feature", "properties": { "id": 2568310631, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302017.779437859891914, 58502.059865233240998 ] } }, +{ "type": "Feature", "properties": { "id": 2568310632, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302025.517921484657563, 58501.63836431382515 ] } }, +{ "type": "Feature", "properties": { "id": 2568322216, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301439.256975959055126, 58910.712294162629405 ] } }, +{ "type": "Feature", "properties": { "id": 2568322217, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301438.618568004341796, 58877.670272711504367 ] } }, +{ "type": "Feature", "properties": { "id": 2568322344, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301461.813674171338789, 58972.987985094121541 ] } }, +{ "type": "Feature", "properties": { "id": 2568345283, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301312.323089627025183, 58361.685036802846298 ] } }, +{ "type": "Feature", "properties": { "id": 2568345285, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301314.898532061488368, 58384.56063977539452 ] } }, +{ "type": "Feature", "properties": { "id": 2568345301, "poi_type_1": "health_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301096.288055311713833, 58371.816629678993195 ] } }, +{ "type": "Feature", "properties": { "id": 2568345302, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301102.091996262955945, 58371.393877492664615 ] } }, +{ "type": "Feature", "properties": { "id": 2568345304, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301122.728071973950136, 58370.973364067162038 ] } }, +{ "type": "Feature", "properties": { "id": 2568353096, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305275.420436132408213, 56990.092846615443705 ] } }, +{ "type": "Feature", "properties": { "id": 2568353155, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305272.815117582271341, 57025.674505773742567 ] } }, +{ "type": "Feature", "properties": { "id": 2568353172, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305050.279102208151016, 57045.429224843050179 ] } }, +{ "type": "Feature", "properties": { "id": 2568406396, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301063.979515984246973, 58822.53712892614567 ] } }, +{ "type": "Feature", "properties": { "id": 2568406410, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300981.439994099433534, 58826.338253629801329 ] } }, +{ "type": "Feature", "properties": { "id": 2568494515, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301300.533664461108856, 59395.724877990782261 ] } }, +{ "type": "Feature", "properties": { "id": 2568494518, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301310.205531581304967, 59395.302969086398662 ] } }, +{ "type": "Feature", "properties": { "id": 2568494522, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301325.03568953910144, 59394.881994262781518 ] } }, +{ "type": "Feature", "properties": { "id": 2568518940, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301085.15882326225983, 59506.677131769953121 ] } }, +{ "type": "Feature", "properties": { "id": 2568518953, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301112.237971587339416, 59516.424281096595223 ] } }, +{ "type": "Feature", "properties": { "id": 2568518956, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301094.830470458546188, 59506.678555788712401 ] } }, +{ "type": "Feature", "properties": { "id": 2568518959, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301107.081286919594277, 59506.256763325422071 ] } }, +{ "type": "Feature", "properties": { "id": 2568518975, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301097.401664118748158, 59560.05434815454646 ] } }, +{ "type": "Feature", "properties": { "id": 2568554106, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300938.792950563190971, 59519.365554926327604 ] } }, +{ "type": "Feature", "properties": { "id": 2568554110, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300938.793810074741486, 59512.587725142184354 ] } }, +{ "type": "Feature", "properties": { "id": 2568554118, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300638.325360642338637, 59545.597640771702572 ] } }, +{ "type": "Feature", "properties": { "id": 2568554170, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300710.537019269715529, 59576.104455458887969 ] } }, +{ "type": "Feature", "properties": { "id": 2568566978, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305833.331357717979699, 58640.910171863382857 ] } }, +{ "type": "Feature", "properties": { "id": 2568567180, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305960.937679131689947, 58733.359682209666062 ] } }, +{ "type": "Feature", "properties": { "id": 2568576344, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305363.627213838626631, 58988.342206362045545 ] } }, +{ "type": "Feature", "properties": { "id": 2568576375, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305506.729405511927325, 59053.260240733376122 ] } }, +{ "type": "Feature", "properties": { "id": 2568576395, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305515.105701830994803, 59061.738760923253722 ] } }, +{ "type": "Feature", "properties": { "id": 2568576399, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305557.686085063207429, 59031.693990978572401 ] } }, +{ "type": "Feature", "properties": { "id": 2568576400, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305609.912478837650269, 59036.81675165679917 ] } }, +{ "type": "Feature", "properties": { "id": 2568578852, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307465.602098661125638, 57213.526737148400571 ] } }, +{ "type": "Feature", "properties": { "id": 2568586441, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305615.98916365246987, 59526.519571536045987 ] } }, +{ "type": "Feature", "properties": { "id": 2568592551, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306163.212696057395078, 58980.915986775245983 ] } }, +{ "type": "Feature", "properties": { "id": 2568592584, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306171.594326212070882, 58982.193811697594356 ] } }, +{ "type": "Feature", "properties": { "id": 2568600819, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 305598.920789391093422, 59076.204557184653822 ] } }, +{ "type": "Feature", "properties": { "id": 2568634807, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306819.888520121690817, 59413.578445074686897 ] } }, +{ "type": "Feature", "properties": { "id": 2568634891, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306778.147784695378505, 59227.573369022611587 ] } }, +{ "type": "Feature", "properties": { "id": 2568634955, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306768.49165171518689, 59210.196344396281347 ] } }, +{ "type": "Feature", "properties": { "id": 2568643208, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306332.731018716876861, 59062.816601259575691 ] } }, +{ "type": "Feature", "properties": { "id": 2568669177, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306265.022773187491111, 59827.806747722395812 ] } }, +{ "type": "Feature", "properties": { "id": 2568677473, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306359.19026162364753, 59788.067263567776536 ] } }, +{ "type": "Feature", "properties": { "id": 2568678367, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301412.854199602326844, 55345.578246540913824 ] } }, +{ "type": "Feature", "properties": { "id": 2568678370, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301390.280937468633056, 55310.414145952796389 ] } }, +{ "type": "Feature", "properties": { "id": 2568678373, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301369.64226939989021, 55278.639371997553098 ] } }, +{ "type": "Feature", "properties": { "id": 2568681567, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307011.918769250158221, 59535.758822875730402 ] } }, +{ "type": "Feature", "properties": { "id": 2568686431, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307092.149530175549444, 59244.812091193103697 ] } }, +{ "type": "Feature", "properties": { "id": 2568698361, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301579.981857864826452, 55173.625386542640626 ] } }, +{ "type": "Feature", "properties": { "id": 2568698371, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301413.517041822429746, 55252.807259805180365 ] } }, +{ "type": "Feature", "properties": { "id": 2568698380, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301533.466319814266171, 55484.970727762789465 ] } }, +{ "type": "Feature", "properties": { "id": 2568698393, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301350.302985777205322, 55196.031410980809596 ] } }, +{ "type": "Feature", "properties": { "id": 2568710153, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301666.403124290227424, 55304.116932649536466 ] } }, +{ "type": "Feature", "properties": { "id": 2568710180, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301490.901510983356275, 55417.607657104963437 ] } }, +{ "type": "Feature", "properties": { "id": 2568710218, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301654.149484406108968, 55285.898853317776229 ] } }, +{ "type": "Feature", "properties": { "id": 2568710226, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301734.763427272904664, 55410.035731812968152 ] } }, +{ "type": "Feature", "properties": { "id": 2568724669, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301467.673463045794051, 55434.123903609914123 ] } }, +{ "type": "Feature", "properties": { "id": 2568724673, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301454.129949414171278, 55412.516997716404148 ] } }, +{ "type": "Feature", "properties": { "id": 2568724676, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301361.187114725704305, 55650.145943249670381 ] } }, +{ "type": "Feature", "properties": { "id": 2568724773, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301319.265600107610226, 55589.561765704806021 ] } }, +{ "type": "Feature", "properties": { "id": 2568727358, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 307851.399905798782129, 58942.270458538812818 ] } }, +{ "type": "Feature", "properties": { "id": 2568739191, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301612.121718861919362, 55715.009031253546709 ] } }, +{ "type": "Feature", "properties": { "id": 2568739762, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301508.877373455092311, 55848.848863372011692 ] } }, +{ "type": "Feature", "properties": { "id": 2568752281, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301630.202141753921751, 55635.797439682624827 ] } }, +{ "type": "Feature", "properties": { "id": 2568752288, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301623.107841331977397, 55626.900018317261129 ] } }, +{ "type": "Feature", "properties": { "id": 2568752291, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301617.303846696449909, 55617.579272928342107 ] } }, +{ "type": "Feature", "properties": { "id": 2568752298, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301594.721166300063487, 55634.518877946320572 ] } }, +{ "type": "Feature", "properties": { "id": 2568752299, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301581.823595959343947, 55612.488260382779117 ] } }, +{ "type": "Feature", "properties": { "id": 2568752303, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301590.863130591984373, 55575.635906813753536 ] } }, +{ "type": "Feature", "properties": { "id": 2568752330, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301797.962221781606786, 55510.023344684748736 ] } }, +{ "type": "Feature", "properties": { "id": 2568783158, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301814.633335384831298, 55926.862191809683281 ] } }, +{ "type": "Feature", "properties": { "id": 2568784635, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308021.761848489637487, 59419.442952631863591 ] } }, +{ "type": "Feature", "properties": { "id": 2568805404, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301901.684576001251116, 56065.829000105484738 ] } }, +{ "type": "Feature", "properties": { "id": 2568817534, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306858.809441213554237, 59857.13889276557893 ] } }, +{ "type": "Feature", "properties": { "id": 2568823078, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306716.215275126509368, 59973.078585732109786 ] } }, +{ "type": "Feature", "properties": { "id": 2568824898, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306814.899639046285301, 59929.96007272919087 ] } }, +{ "type": "Feature", "properties": { "id": 2568824899, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306822.642370787740219, 59923.612983601342421 ] } }, +{ "type": "Feature", "properties": { "id": 2568825600, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302165.391295754234307, 56508.576829782585264 ] } }, +{ "type": "Feature", "properties": { "id": 2568825609, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302367.966962825681549, 56402.735597710750881 ] } }, +{ "type": "Feature", "properties": { "id": 2568825612, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302357.00817722233478, 56380.704231221643568 ] } }, +{ "type": "Feature", "properties": { "id": 2568825634, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302308.013647262123413, 56287.070356204560085 ] } }, +{ "type": "Feature", "properties": { "id": 2568829259, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306954.880113889987115, 60539.672115049033891 ] } }, +{ "type": "Feature", "properties": { "id": 2568834359, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302104.767271690827329, 56475.093930212169653 ] } }, +{ "type": "Feature", "properties": { "id": 2568848945, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302028.565579947724473, 56792.358806771808304 ] } }, +{ "type": "Feature", "properties": { "id": 2568848954, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302273.689333825313952, 56731.006112353374192 ] } }, +{ "type": "Feature", "properties": { "id": 2568848956, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302282.720894768659491, 56726.772760149237001 ] } }, +{ "type": "Feature", "properties": { "id": 2568848971, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302174.297199979657307, 56933.039712786914606 ] } }, +{ "type": "Feature", "properties": { "id": 2568848973, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302177.524196077254601, 56926.262850625549618 ] } }, +{ "type": "Feature", "properties": { "id": 2568848980, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302189.139727884612512, 56907.627297021921549 ] } }, +{ "type": "Feature", "properties": { "id": 2568849012, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302242.711268639017362, 56787.760817350179423 ] } }, +{ "type": "Feature", "properties": { "id": 2568849015, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302240.123783556628041, 56812.329593177928473 ] } }, +{ "type": "Feature", "properties": { "id": 2568849019, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302247.867774710291997, 56799.623547023344145 ] } }, +{ "type": "Feature", "properties": { "id": 2568849057, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302043.402863365947269, 56785.161463524571445 ] } }, +{ "type": "Feature", "properties": { "id": 2568855629, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308145.984692744503263, 59619.948314290646522 ] } }, +{ "type": "Feature", "properties": { "id": 2568862485, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303143.994779641856439, 56317.030955413676566 ] } }, +{ "type": "Feature", "properties": { "id": 2568862486, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303144.644150656182319, 56306.864522012270754 ] } }, +{ "type": "Feature", "properties": { "id": 2568862490, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303145.291364633711055, 56301.781442339699424 ] } }, +{ "type": "Feature", "properties": { "id": 2568867292, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303767.302294709545095, 55953.438375254409038 ] } }, +{ "type": "Feature", "properties": { "id": 2568867298, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303564.051702683034819, 56054.157616331278405 ] } }, +{ "type": "Feature", "properties": { "id": 2568867307, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303556.325624898599926, 56023.230170722410548 ] } }, +{ "type": "Feature", "properties": { "id": 2568867309, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303587.281457101751585, 56039.765996938345779 ] } }, +{ "type": "Feature", "properties": { "id": 2568873567, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303311.137887534045149, 56151.471171647019219 ] } }, +{ "type": "Feature", "properties": { "id": 2568873577, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303330.457755984156393, 56223.070401723656687 ] } }, +{ "type": "Feature", "properties": { "id": 2568876406, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307970.860661097569391, 59984.06636842188891 ] } }, +{ "type": "Feature", "properties": { "id": 2568884262, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303822.010215302638244, 56194.50208040556754 ] } }, +{ "type": "Feature", "properties": { "id": 2568884263, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303591.096881844394375, 56153.296074060453975 ] } }, +{ "type": "Feature", "properties": { "id": 2568899235, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303598.180287805036642, 56178.716281358581909 ] } }, +{ "type": "Feature", "properties": { "id": 2568908043, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308721.312113153224345, 59454.546796898677712 ] } }, +{ "type": "Feature", "properties": { "id": 2568918181, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303387.085894238960464, 56523.437637994305987 ] } }, +{ "type": "Feature", "properties": { "id": 2568918199, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303120.700354910455644, 56489.007948931292049 ] } }, +{ "type": "Feature", "properties": { "id": 2568918217, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303118.12340799724916, 56481.381830286074546 ] } }, +{ "type": "Feature", "properties": { "id": 2568918230, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303120.062454069557134, 56472.063161937163386 ] } }, +{ "type": "Feature", "properties": { "id": 2568918249, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303129.763306947308592, 56412.337830812954053 ] } }, +{ "type": "Feature", "properties": { "id": 2568936217, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303661.760349028394558, 56748.08326390968432 ] } }, +{ "type": "Feature", "properties": { "id": 2568936223, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303472.130390536272898, 56737.401602838064719 ] } }, +{ "type": "Feature", "properties": { "id": 2568943582, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303522.361779716680758, 56905.599733751092572 ] } }, +{ "type": "Feature", "properties": { "id": 2568943609, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303731.417674916854594, 56757.013908314489527 ] } }, +{ "type": "Feature", "properties": { "id": 2569050428, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300306.110490196326282, 63333.968420747769414 ] } }, +{ "type": "Feature", "properties": { "id": 2569065498, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299921.376753407588694, 63222.551421747084532 ] } }, +{ "type": "Feature", "properties": { "id": 2569069174, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299618.473543350235559, 63021.343140849487099 ] } }, +{ "type": "Feature", "properties": { "id": 2569069201, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299733.187099424656481, 62961.184623447799822 ] } }, +{ "type": "Feature", "properties": { "id": 2569259868, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299501.186390793474857, 63117.087374895454559 ] } }, +{ "type": "Feature", "properties": { "id": 2569261266, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299885.288655256212223, 63303.886219687003177 ] } }, +{ "type": "Feature", "properties": { "id": 2569263853, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299195.081905524246395, 63254.789621411589906 ] } }, +{ "type": "Feature", "properties": { "id": 2569266661, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299521.206738197244704, 63766.489962601583102 ] } }, +{ "type": "Feature", "properties": { "id": 2569266671, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299401.347253062413074, 63765.651456764811883 ] } }, +{ "type": "Feature", "properties": { "id": 2569269957, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299683.581444927549455, 63404.712783246439358 ] } }, +{ "type": "Feature", "properties": { "id": 2569269989, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 299842.757179837208241, 63395.388128520629834 ] } }, +{ "type": "Feature", "properties": { "id": 2569492700, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300835.654300782014616, 65002.212128795814351 ] } }, +{ "type": "Feature", "properties": { "id": 2569712541, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312078.516360935522243, 61143.55752231880615 ] } }, +{ "type": "Feature", "properties": { "id": 2569712566, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312092.628403003502171, 61186.365756486593455 ] } }, +{ "type": "Feature", "properties": { "id": 2569755214, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311578.185525693523232, 62439.446589622159081 ] } }, +{ "type": "Feature", "properties": { "id": 2569762793, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312396.526166380383074, 62176.011981822965026 ] } }, +{ "type": "Feature", "properties": { "id": 2569762797, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312400.396979468874633, 62173.900385427477886 ] } }, +{ "type": "Feature", "properties": { "id": 2569762800, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 312405.557593610894401, 62171.367336795512529 ] } }, +{ "type": "Feature", "properties": { "id": 2569762804, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312413.298521451593842, 62167.567770612899039 ] } }, +{ "type": "Feature", "properties": { "id": 2569762814, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312212.611607263737824, 61918.14752771716303 ] } }, +{ "type": "Feature", "properties": { "id": 2569762823, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312222.288499309681356, 61913.080109206101042 ] } }, +{ "type": "Feature", "properties": { "id": 2569762824, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312224.868166386033408, 61912.237137734096905 ] } }, +{ "type": "Feature", "properties": { "id": 2569803344, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312226.68077353714034, 61595.375314649580105 ] } }, +{ "type": "Feature", "properties": { "id": 2569803345, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312225.397182466113009, 61591.984266344436037 ] } }, +{ "type": "Feature", "properties": { "id": 2569803347, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312216.419004297931679, 61564.010786679420562 ] } }, +{ "type": "Feature", "properties": { "id": 2569807538, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313029.364997954049613, 61503.549384316524083 ] } }, +{ "type": "Feature", "properties": { "id": 2569807541, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313053.235465103003662, 61492.15381388287642 ] } }, +{ "type": "Feature", "properties": { "id": 2569844671, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314135.34785820718389, 60911.669478362884547 ] } }, +{ "type": "Feature", "properties": { "id": 2569844673, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314144.389206125983037, 60903.214434174573398 ] } }, +{ "type": "Feature", "properties": { "id": 2569887980, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313120.337315225508064, 61456.688720954793098 ] } }, +{ "type": "Feature", "properties": { "id": 2569887983, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313202.857544112717733, 61450.90484545223444 ] } }, +{ "type": "Feature", "properties": { "id": 2569887995, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313155.661164953024127, 61529.613381812305306 ] } }, +{ "type": "Feature", "properties": { "id": 2569888035, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 313387.360003079113085, 61371.17285592026019 ] } }, +{ "type": "Feature", "properties": { "id": 2569888051, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313153.235592098615598, 61443.615018818549288 ] } }, +{ "type": "Feature", "properties": { "id": 2569888074, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313311.262016784399748, 61389.674702873315255 ] } }, +{ "type": "Feature", "properties": { "id": 2569902274, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313225.740911586966831, 61631.406141725754424 ] } }, +{ "type": "Feature", "properties": { "id": 2569902312, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313279.298245360841975, 61600.154453563634888 ] } }, +{ "type": "Feature", "properties": { "id": 2569923136, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312421.564546399225947, 62234.936634877361939 ] } }, +{ "type": "Feature", "properties": { "id": 2569926440, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 312515.708055458089802, 62210.949124410115473 ] } }, +{ "type": "Feature", "properties": { "id": 2569926877, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 312857.284722685755696, 61857.815107587397506 ] } }, +{ "type": "Feature", "properties": { "id": 2569926879, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312829.843307019153144, 62070.846449312251934 ] } }, +{ "type": "Feature", "properties": { "id": 2569928278, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313147.839417796523776, 61578.315328471864632 ] } }, +{ "type": "Feature", "properties": { "id": 2569928288, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313043.515644599858206, 61520.942566623583843 ] } }, +{ "type": "Feature", "properties": { "id": 2569928289, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313055.128177518956363, 61515.456033283022407 ] } }, +{ "type": "Feature", "properties": { "id": 2569941705, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312727.238601896795444, 62890.367191447192454 ] } }, +{ "type": "Feature", "properties": { "id": 2569969201, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311849.087969587708358, 62715.226100827501796 ] } }, +{ "type": "Feature", "properties": { "id": 2569969204, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311852.94952340668533, 62718.621217478284962 ] } }, +{ "type": "Feature", "properties": { "id": 2569971002, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311862.903512583987322, 63343.89541784953326 ] } }, +{ "type": "Feature", "properties": { "id": 2569997914, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309283.396521372313146, 64724.589849926866009 ] } }, +{ "type": "Feature", "properties": { "id": 2569998005, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309230.600700792623684, 64693.599716237571556 ] } }, +{ "type": "Feature", "properties": { "id": 2569998023, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309266.676517326035537, 64698.728226140585321 ] } }, +{ "type": "Feature", "properties": { "id": 2569998049, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309284.714938577963039, 64700.868930355471093 ] } }, +{ "type": "Feature", "properties": { "id": 2569998056, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309235.109916172164958, 64694.452578711570823 ] } }, +{ "type": "Feature", "properties": { "id": 2569998627, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309383.248702266253531, 64738.695201351336436 ] } }, +{ "type": "Feature", "properties": { "id": 2569998634, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309308.550665440969169, 64704.287823115642823 ] } }, +{ "type": "Feature", "properties": { "id": 2569998637, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309348.491780995158479, 64709.845214241664507 ] } }, +{ "type": "Feature", "properties": { "id": 2569998640, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309314.348512799711898, 64705.142355494419462 ] } }, +{ "type": "Feature", "properties": { "id": 2569998644, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309387.144191162195057, 64715.401185766146227 ] } }, +{ "type": "Feature", "properties": { "id": 2569998650, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309437.392724317091051, 64722.242995675158454 ] } }, +{ "type": "Feature", "properties": { "id": 2569998651, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309443.835405769292265, 64722.674834822464618 ] } }, +{ "type": "Feature", "properties": { "id": 2569998656, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309466.383429815876298, 64725.245357829291606 ] } }, +{ "type": "Feature", "properties": { "id": 2569998658, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309496.661123918252997, 64729.520337906222267 ] } }, +{ "type": "Feature", "properties": { "id": 2569998659, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309513.409671889443416, 64732.507179149608419 ] } }, +{ "type": "Feature", "properties": { "id": 2569998660, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309472.181242667837068, 64726.10001392999402 ] } }, +{ "type": "Feature", "properties": { "id": 2569998662, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309479.912019625422545, 64726.957151313996292 ] } }, +{ "type": "Feature", "properties": { "id": 2570002976, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309544.331083756056614, 64737.206799704697914 ] } }, +{ "type": "Feature", "properties": { "id": 2570003023, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309629.367108093050774, 64748.331051726345322 ] } }, +{ "type": "Feature", "properties": { "id": 2570081289, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310414.291874859598465, 64647.726200734672602 ] } }, +{ "type": "Feature", "properties": { "id": 2570081295, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310414.948131138517056, 64639.25477573844546 ] } }, +{ "type": "Feature", "properties": { "id": 2570081366, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310344.459730019792914, 64822.582247282742173 ] } }, +{ "type": "Feature", "properties": { "id": 2570094564, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310043.623412243498024, 64779.382327675768465 ] } }, +{ "type": "Feature", "properties": { "id": 2570108585, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309791.813110105751548, 64690.085077719486435 ] } }, +{ "type": "Feature", "properties": { "id": 2570108637, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309784.671746556356084, 64730.742902193815098 ] } }, +{ "type": "Feature", "properties": { "id": 2570108764, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309796.249899684044067, 64745.584835684378049 ] } }, +{ "type": "Feature", "properties": { "id": 2570108771, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309881.928640095226001, 64757.560077629605075 ] } }, +{ "type": "Feature", "properties": { "id": 2570139383, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309698.271023253095336, 64777.650666003755759 ] } }, +{ "type": "Feature", "properties": { "id": 2570139424, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309778.82133665389847, 64769.707972091076954 ] } }, +{ "type": "Feature", "properties": { "id": 2570139451, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309862.565744863706641, 64782.527668765171256 ] } }, +{ "type": "Feature", "properties": { "id": 2570139460, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309875.449822314956691, 64784.239326740658726 ] } }, +{ "type": "Feature", "properties": { "id": 2570166698, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308983.58666038303636, 64889.006877127772896 ] } }, +{ "type": "Feature", "properties": { "id": 2570169375, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309145.113404633302707, 64525.317464338346326 ] } }, +{ "type": "Feature", "properties": { "id": 2570169378, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309147.062659563671332, 64512.187738506385358 ] } }, +{ "type": "Feature", "properties": { "id": 2570173944, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309773.174693329376169, 64654.476568967307685 ] } }, +{ "type": "Feature", "properties": { "id": 2570174000, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309761.467229659028817, 64737.490126317352406 ] } }, +{ "type": "Feature", "properties": { "id": 2570174028, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309653.500465959368739, 64523.421675419711391 ] } }, +{ "type": "Feature", "properties": { "id": 2570174127, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309586.883163734746631, 64716.504567166972265 ] } }, +{ "type": "Feature", "properties": { "id": 2570174168, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309642.284979120653588, 64724.201683855491865 ] } }, +{ "type": "Feature", "properties": { "id": 2570174192, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309626.824006109847687, 64722.063461098099651 ] } }, +{ "type": "Feature", "properties": { "id": 2570187584, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310192.286768558202311, 64438.150025669645402 ] } }, +{ "type": "Feature", "properties": { "id": 2570191126, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310496.184127643762622, 64603.785723110879189 ] } }, +{ "type": "Feature", "properties": { "id": 2570191130, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310499.404587921977509, 64604.637527857245004 ] } }, +{ "type": "Feature", "properties": { "id": 2570197565, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310437.500259553722572, 64638.862942131774616 ] } }, +{ "type": "Feature", "properties": { "id": 2570197567, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310438.154152343282476, 64632.085985672092647 ] } }, +{ "type": "Feature", "properties": { "id": 2570197602, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310467.799929180124309, 64627.46808226932626 ] } }, +{ "type": "Feature", "properties": { "id": 2570218633, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309964.857909689599182, 66331.835455188949709 ] } }, +{ "type": "Feature", "properties": { "id": 2570222054, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309690.48368277301779, 65803.642635156982578 ] } }, +{ "type": "Feature", "properties": { "id": 2570227833, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309104.97996289038565, 65721.987707395543111 ] } }, +{ "type": "Feature", "properties": { "id": 2570352892, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310292.890498100488912, 60669.79851405282534 ] } }, +{ "type": "Feature", "properties": { "id": 2570352896, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310316.127143511199392, 60649.497326487296959 ] } }, +{ "type": "Feature", "properties": { "id": 2570634535, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321889.009627253632061, 56645.66402485211438 ] } }, +{ "type": "Feature", "properties": { "id": 2570634555, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321899.987590120872483, 56641.460331382608274 ] } }, +{ "type": "Feature", "properties": { "id": 2570634624, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322060.799700180825312, 56574.582855362110422 ] } }, +{ "type": "Feature", "properties": { "id": 2572216588, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301124.678687538893428, 62508.843386419837771 ] } }, +{ "type": "Feature", "properties": { "id": 2572216591, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301136.27624992467463, 62532.99126426440489 ] } }, +{ "type": "Feature", "properties": { "id": 2572245355, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300234.649796650977805, 61047.288141952973092 ] } }, +{ "type": "Feature", "properties": { "id": 2572245357, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300375.825319893483538, 61069.745566332283488 ] } }, +{ "type": "Feature", "properties": { "id": 2572245364, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300100.563335228478536, 61110.827377712615998 ] } }, +{ "type": "Feature", "properties": { "id": 2572245375, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300320.38705727137858, 61051.10389286208374 ] } }, +{ "type": "Feature", "properties": { "id": 2572411286, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300411.270322699390817, 61253.596443599082704 ] } }, +{ "type": "Feature", "properties": { "id": 2572411287, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300408.046173443202861, 61272.23533578721981 ] } }, +{ "type": "Feature", "properties": { "id": 2572411288, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300078.638577801582869, 61779.715725968526385 ] } }, +{ "type": "Feature", "properties": { "id": 2572411289, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300747.588576684123836, 62992.14155579006183 ] } }, +{ "type": "Feature", "properties": { "id": 2572411290, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300751.452316694136243, 63022.642309973409283 ] } }, +{ "type": "Feature", "properties": { "id": 2572411294, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300458.98053526703734, 61124.396611164476781 ] } }, +{ "type": "Feature", "properties": { "id": 2572411295, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300858.456002136401366, 62836.262862083480286 ] } }, +{ "type": "Feature", "properties": { "id": 2572920295, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301820.554277553688735, 58082.207484384860436 ] } }, +{ "type": "Feature", "properties": { "id": 2572920297, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301853.444629519886803, 58080.521189547129325 ] } }, +{ "type": "Feature", "properties": { "id": 2572920326, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301680.652683536056429, 57897.902476092604047 ] } }, +{ "type": "Feature", "properties": { "id": 2572920328, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301774.804414590122178, 57923.341260575936758 ] } }, +{ "type": "Feature", "properties": { "id": 2572920337, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301683.878422525827773, 57892.81984585099417 ] } }, +{ "type": "Feature", "properties": { "id": 2572920379, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301736.783876175875776, 57797.942626634867338 ] } }, +{ "type": "Feature", "properties": { "id": 2572920396, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301765.773693873197772, 57931.387760069032083 ] } }, +{ "type": "Feature", "properties": { "id": 2572920407, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301860.588990925694816, 57879.730118627216143 ] } }, +{ "type": "Feature", "properties": { "id": 2572920416, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301960.565665435278788, 57825.533377358478901 ] } }, +{ "type": "Feature", "properties": { "id": 2572920420, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301993.461409138632007, 57808.174004418957338 ] } }, +{ "type": "Feature", "properties": { "id": 2572928967, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308807.632792121381499, 60605.6107224006264 ] } }, +{ "type": "Feature", "properties": { "id": 2572981570, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302230.823455276666209, 57709.116142961909645 ] } }, +{ "type": "Feature", "properties": { "id": 2572981575, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302177.951156190189067, 57667.586280019044352 ] } }, +{ "type": "Feature", "properties": { "id": 2572981578, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302232.762214061804116, 57695.984708537995175 ] } }, +{ "type": "Feature", "properties": { "id": 2572981740, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302081.828439745062497, 57764.142512666141556 ] } }, +{ "type": "Feature", "properties": { "id": 2572981806, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302140.519481812487356, 57755.263361853576498 ] } }, +{ "type": "Feature", "properties": { "id": 2572981811, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301928.983644760795869, 57751.816325934021734 ] } }, +{ "type": "Feature", "properties": { "id": 2573047736, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302145.868563013675157, 57100.782241805376543 ] } }, +{ "type": "Feature", "properties": { "id": 2573047744, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302151.024513759126421, 57114.33936090725183 ] } }, +{ "type": "Feature", "properties": { "id": 2573054978, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310129.534561356180348, 59441.089581523687229 ] } }, +{ "type": "Feature", "properties": { "id": 2573069066, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302189.711579477181658, 57155.017570326061104 ] } }, +{ "type": "Feature", "properties": { "id": 2573098394, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302156.852572291565593, 57034.701772237829573 ] } }, +{ "type": "Feature", "properties": { "id": 2573098441, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302698.687186310649849, 56920.927459103302681 ] } }, +{ "type": "Feature", "properties": { "id": 2573098455, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302679.362730447959621, 56850.17704899416276 ] } }, +{ "type": "Feature", "properties": { "id": 2573098461, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302654.167494665249251, 56961.578232703519461 ] } }, +{ "type": "Feature", "properties": { "id": 2573098476, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302158.781743693107273, 57054.612154660739179 ] } }, +{ "type": "Feature", "properties": { "id": 2573098481, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302190.405927361804061, 56988.114170549386472 ] } }, +{ "type": "Feature", "properties": { "id": 2573098489, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302156.204373660788406, 57045.715526568797941 ] } }, +{ "type": "Feature", "properties": { "id": 2573115164, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302638.733122369390912, 56833.641549356820178 ] } }, +{ "type": "Feature", "properties": { "id": 2573952300, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302443.489412007213105, 69906.377821994959959 ] } }, +{ "type": "Feature", "properties": { "id": 2573952303, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302446.706662472512107, 69912.733187147139688 ] } }, +{ "type": "Feature", "properties": { "id": 2583190796, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300920.36170543928165, 67733.28736833705625 ] } }, +{ "type": "Feature", "properties": { "id": 2583190819, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 300942.288352995237801, 67508.772217488236492 ] } }, +{ "type": "Feature", "properties": { "id": 2583190884, "poi_type_1": "dog_park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 301054.899893124296796, 68226.397749586918508 ] } }, +{ "type": "Feature", "properties": { "id": 2583212030, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303221.693864632223267, 70446.368197828502161 ] } }, +{ "type": "Feature", "properties": { "id": 2583212031, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303293.136777913721744, 70494.692408752001938 ] } }, +{ "type": "Feature", "properties": { "id": 2583212039, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303203.037846169725526, 70412.046838110341923 ] } }, +{ "type": "Feature", "properties": { "id": 2588151826, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301631.33353928627912, 65131.971688017321867 ] } }, +{ "type": "Feature", "properties": { "id": 2588151831, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301665.484922248753719, 65113.340136951330351 ] } }, +{ "type": "Feature", "properties": { "id": 2588151834, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301552.067985547764692, 65219.219802102801623 ] } }, +{ "type": "Feature", "properties": { "id": 2588151837, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301656.463939420529641, 65117.574284396039729 ] } }, +{ "type": "Feature", "properties": { "id": 2588151840, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301530.159522321133409, 65233.618227934064635 ] } }, +{ "type": "Feature", "properties": { "id": 2592129905, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301855.353627028234769, 68463.358366186963394 ] } }, +{ "type": "Feature", "properties": { "id": 2592129920, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301866.940106986439787, 68484.965862236640533 ] } }, +{ "type": "Feature", "properties": { "id": 2592129931, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301748.435501515632495, 68525.60433600594115 ] } }, +{ "type": "Feature", "properties": { "id": 2592129932, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302696.884600920195226, 68935.952996445674216 ] } }, +{ "type": "Feature", "properties": { "id": 2592129944, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301861.790817587694619, 68474.374083579677972 ] } }, +{ "type": "Feature", "properties": { "id": 2592129983, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301864.365731164871249, 68478.610924478882225 ] } }, +{ "type": "Feature", "properties": { "id": 2592130008, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301875.95183843630366, 68501.489292696103803 ] } }, +{ "type": "Feature", "properties": { "id": 2592130018, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301627.412004077748861, 68312.91988348258019 ] } }, +{ "type": "Feature", "properties": { "id": 2592264882, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299873.05187584029045, 63752.072597066828166 ] } }, +{ "type": "Feature", "properties": { "id": 2592264884, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299746.745910953322891, 63686.415280572429765 ] } }, +{ "type": "Feature", "properties": { "id": 2592264889, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299849.208101926487871, 63716.489255632979621 ] } }, +{ "type": "Feature", "properties": { "id": 2592264890, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299869.18531567446189, 63745.294799731367675 ] } }, +{ "type": "Feature", "properties": { "id": 2592264892, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299706.142678047472145, 63554.248441745083255 ] } }, +{ "type": "Feature", "properties": { "id": 2592264896, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299857.58557636581827, 63724.114187138220586 ] } }, +{ "type": "Feature", "properties": { "id": 2592305754, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300000.644386650936212, 63982.518942043301649 ] } }, +{ "type": "Feature", "properties": { "id": 2592317368, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308002.967948871431872, 82103.058026490209159 ] } }, +{ "type": "Feature", "properties": { "id": 2592317373, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308343.102665181271732, 82024.639808449617703 ] } }, +{ "type": "Feature", "properties": { "id": 2592317378, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308084.345679560035933, 82339.531413796721608 ] } }, +{ "type": "Feature", "properties": { "id": 2592317382, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308020.276359396229964, 82146.71054184618697 ] } }, +{ "type": "Feature", "properties": { "id": 2592317399, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308113.992164309602231, 82268.394351847455255 ] } }, +{ "type": "Feature", "properties": { "id": 2592331351, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303869.582878057786729, 62672.438189935826813 ] } }, +{ "type": "Feature", "properties": { "id": 2594630499, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299397.799093563691713, 59756.55460178010253 ] } }, +{ "type": "Feature", "properties": { "id": 2596227485, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300978.284714523586445, 58304.869118213187903 ] } }, +{ "type": "Feature", "properties": { "id": 2596227488, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300959.577067183156032, 58351.887800919284928 ] } }, +{ "type": "Feature", "properties": { "id": 2596227489, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300967.96600690134801, 58309.527513636152435 ] } }, +{ "type": "Feature", "properties": { "id": 2597232719, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302714.412446164875291, 66797.107729176757857 ] } }, +{ "type": "Feature", "properties": { "id": 2597232725, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302712.48141993948957, 66793.294456408315455 ] } }, +{ "type": "Feature", "properties": { "id": 2597232732, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302707.33231707487721, 66782.278495201535407 ] } }, +{ "type": "Feature", "properties": { "id": 2597232737, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302709.262883286748547, 66787.362621147272876 ] } }, +{ "type": "Feature", "properties": { "id": 2597257962, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302726.001372231577989, 66812.362249032041291 ] } }, +{ "type": "Feature", "properties": { "id": 2597257980, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302717.631130103953183, 66802.615948554550414 ] } }, +{ "type": "Feature", "properties": { "id": 2597860936, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302482.154711057490204, 65970.547380615025759 ] } }, +{ "type": "Feature", "properties": { "id": 2599098793, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302112.886042946833186, 66440.648558546905406 ] } }, +{ "type": "Feature", "properties": { "id": 2599735592, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 325138.464301679749042, 69419.611200883402489 ] } }, +{ "type": "Feature", "properties": { "id": 2600437404, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 271812.286609072471038, 44435.120029458026693 ] } }, +{ "type": "Feature", "properties": { "id": 2601850441, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299578.564543391054031, 63866.883602649606473 ] } }, +{ "type": "Feature", "properties": { "id": 2602395128, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297537.412610292376485, 66694.080362955472083 ] } }, +{ "type": "Feature", "properties": { "id": 2603643305, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313259.60913939808961, 82961.701010625052731 ] } }, +{ "type": "Feature", "properties": { "id": 2603955333, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305111.920933827175759, 75155.991538078742451 ] } }, +{ "type": "Feature", "properties": { "id": 2603955334, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305099.692437050514854, 74229.095653763695736 ] } }, +{ "type": "Feature", "properties": { "id": 2603955335, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305072.823100521927699, 74936.951303988840664 ] } }, +{ "type": "Feature", "properties": { "id": 2603955336, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303956.343263717018999, 72764.779784651880618 ] } }, +{ "type": "Feature", "properties": { "id": 2603955339, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303859.812613248359412, 72740.582288721168879 ] } }, +{ "type": "Feature", "properties": { "id": 2603955340, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305153.222029206401203, 74980.216527059586952 ] } }, +{ "type": "Feature", "properties": { "id": 2603955342, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304409.861727253999561, 73158.581348580890335 ] } }, +{ "type": "Feature", "properties": { "id": 2603955344, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305104.929741756815929, 75031.01779982347216 ] } }, +{ "type": "Feature", "properties": { "id": 2603955348, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304287.670074251131155, 73003.463757048302796 ] } }, +{ "type": "Feature", "properties": { "id": 2603955349, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304204.061236213659868, 72899.204707407348906 ] } }, +{ "type": "Feature", "properties": { "id": 2603955350, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303938.960283040709328, 72774.513801545457682 ] } }, +{ "type": "Feature", "properties": { "id": 2603955351, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305144.157979226845782, 75060.698647669370985 ] } }, +{ "type": "Feature", "properties": { "id": 2603955352, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305068.324303937901277, 74929.32299684624013 ] } }, +{ "type": "Feature", "properties": { "id": 2603955353, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304991.658962872694246, 74120.150814982902375 ] } }, +{ "type": "Feature", "properties": { "id": 2603955354, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304303.141905929835048, 72959.83968315666425 ] } }, +{ "type": "Feature", "properties": { "id": 2603955355, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305179.567265100893565, 75030.646129678338184 ] } }, +{ "type": "Feature", "properties": { "id": 2603955356, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305141.010148116736673, 74961.144969136730651 ] } }, +{ "type": "Feature", "properties": { "id": 2603955357, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304308.898037105856929, 73022.115474229838583 ] } }, +{ "type": "Feature", "properties": { "id": 2603955359, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305048.152694624615833, 74317.173815069807461 ] } }, +{ "type": "Feature", "properties": { "id": 2603955360, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304553.868669776944444, 73412.842021888980526 ] } }, +{ "type": "Feature", "properties": { "id": 2603955361, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305064.469222351850476, 74921.271510515201953 ] } }, +{ "type": "Feature", "properties": { "id": 2603955362, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303917.683287569845561, 72845.247347009804798 ] } }, +{ "type": "Feature", "properties": { "id": 2603955363, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304484.487791550869588, 73208.190052310936153 ] } }, +{ "type": "Feature", "properties": { "id": 2603955364, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304294.783168867987115, 72945.855294539374881 ] } }, +{ "type": "Feature", "properties": { "id": 2605312627, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300984.08419703587424, 58338.33537600398995 ] } }, +{ "type": "Feature", "properties": { "id": 2605312632, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301082.118690255505498, 58249.390161798335612 ] } }, +{ "type": "Feature", "properties": { "id": 2605312638, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300968.59847433451796, 58404.417088665388292 ] } }, +{ "type": "Feature", "properties": { "id": 2605312641, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300715.172548941976856, 58311.616849871395971 ] } }, +{ "type": "Feature", "properties": { "id": 2605312644, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301013.750915947544854, 58321.394826718300465 ] } }, +{ "type": "Feature", "properties": { "id": 2605399143, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302612.365242317842785, 58442.092607252612652 ] } }, +{ "type": "Feature", "properties": { "id": 2605399144, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302569.158270842453931, 58444.195558071070991 ] } }, +{ "type": "Feature", "properties": { "id": 2605399145, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303773.685897410730831, 58616.698757317251875 ] } }, +{ "type": "Feature", "properties": { "id": 2605399147, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302665.886335450224578, 58450.583961818432726 ] } }, +{ "type": "Feature", "properties": { "id": 2605399148, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302648.46549220837187, 58476.841770366998389 ] } }, +{ "type": "Feature", "properties": { "id": 2605399150, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302615.578514450986404, 58473.441168509445561 ] } }, +{ "type": "Feature", "properties": { "id": 2605399161, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302673.622921378351748, 58455.670117963745724 ] } }, +{ "type": "Feature", "properties": { "id": 2605527962, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 298696.412732842960395, 56700.271676440024748 ] } }, +{ "type": "Feature", "properties": { "id": 2605527965, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298565.411455479857977, 56380.044501022202894 ] } }, +{ "type": "Feature", "properties": { "id": 2606329016, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307564.539883621968329, 67681.605096324172337 ] } }, +{ "type": "Feature", "properties": { "id": 2606329017, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307541.378187140566297, 67657.435159548782394 ] } }, +{ "type": "Feature", "properties": { "id": 2608876662, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 269804.068941387813538, 61187.249459547005245 ] } }, +{ "type": "Feature", "properties": { "id": 2608931863, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 273936.156372759258375, 61904.827619412862987 ] } }, +{ "type": "Feature", "properties": { "id": 2608932012, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274029.081144679686986, 61935.001444387773518 ] } }, +{ "type": "Feature", "properties": { "id": 2609735644, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 273952.818219720444176, 61877.233777130808448 ] } }, +{ "type": "Feature", "properties": { "id": 2609751514, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269801.658075088751502, 61228.350310418463778 ] } }, +{ "type": "Feature", "properties": { "id": 2610070898, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 272141.994618068798445, 61480.967523675011762 ] } }, +{ "type": "Feature", "properties": { "id": 2610440238, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301662.652084174216725, 66250.752785395132378 ] } }, +{ "type": "Feature", "properties": { "id": 2610440239, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301577.615599494369235, 66267.255257774202619 ] } }, +{ "type": "Feature", "properties": { "id": 2610440240, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301498.409867528825998, 66122.361467164839269 ] } }, +{ "type": "Feature", "properties": { "id": 2610440241, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301498.392875357822049, 66206.237803614742006 ] } }, +{ "type": "Feature", "properties": { "id": 2610440242, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301476.515007135749329, 66082.536986715422245 ] } }, +{ "type": "Feature", "properties": { "id": 2610440244, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301103.622475328913424, 65402.565638112995657 ] } }, +{ "type": "Feature", "properties": { "id": 2610440247, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301477.785809846187476, 66170.649754727070103 ] } }, +{ "type": "Feature", "properties": { "id": 2610440250, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301374.75049878610298, 65976.612921747713699 ] } }, +{ "type": "Feature", "properties": { "id": 2610440251, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301315.463994773686863, 66082.930208150486578 ] } }, +{ "type": "Feature", "properties": { "id": 2610440254, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301573.107907665311359, 66259.629174836416496 ] } }, +{ "type": "Feature", "properties": { "id": 2610440256, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301124.875294137978926, 65454.250170070692548 ] } }, +{ "type": "Feature", "properties": { "id": 2610440258, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301216.313325175724458, 65738.088403963542078 ] } }, +{ "type": "Feature", "properties": { "id": 2610762926, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299359.80879463092424, 60337.333447124903614 ] } }, +{ "type": "Feature", "properties": { "id": 2610762927, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299321.126818632590584, 60340.302197098986653 ] } }, +{ "type": "Feature", "properties": { "id": 2611468718, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316244.069652602251153, 59420.209986918445793 ] } }, +{ "type": "Feature", "properties": { "id": 2611479029, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301437.879558200482279, 62680.885686749206798 ] } }, +{ "type": "Feature", "properties": { "id": 2611479034, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301465.59758956899168, 62658.015861783511355 ] } }, +{ "type": "Feature", "properties": { "id": 2611479044, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301434.027334692655131, 62604.634065742931853 ] } }, +{ "type": "Feature", "properties": { "id": 2611541689, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306493.372648780001327, 64111.60623686380859 ] } }, +{ "type": "Feature", "properties": { "id": 2611640870, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306256.02846536191646, 73497.117096103829681 ] } }, +{ "type": "Feature", "properties": { "id": 2611782749, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301805.697432146291249, 66105.909006221540039 ] } }, +{ "type": "Feature", "properties": { "id": 2611782750, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301701.380213509837631, 65916.950738235449535 ] } }, +{ "type": "Feature", "properties": { "id": 2611782751, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301481.778785028145649, 65532.682292745674204 ] } }, +{ "type": "Feature", "properties": { "id": 2611782753, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301430.884380675735883, 65525.047157183427771 ] } }, +{ "type": "Feature", "properties": { "id": 2611782754, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301443.781746458087582, 65461.930655343567196 ] } }, +{ "type": "Feature", "properties": { "id": 2611782756, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301486.914574983995408, 65623.337479146081023 ] } }, +{ "type": "Feature", "properties": { "id": 2611782758, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301563.569371939986013, 65671.645690615827334 ] } }, +{ "type": "Feature", "properties": { "id": 2611782760, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301346.511310732108541, 65393.286279960833781 ] } }, +{ "type": "Feature", "properties": { "id": 2611782761, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301801.190186527499463, 66097.011932454479393 ] } }, +{ "type": "Feature", "properties": { "id": 2611782762, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301407.716853287827689, 65390.755969816687866 ] } }, +{ "type": "Feature", "properties": { "id": 2611782763, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301469.543053441855591, 65507.262800700802472 ] } }, +{ "type": "Feature", "properties": { "id": 2613556157, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300947.724567565193865, 65295.368814712550375 ] } }, +{ "type": "Feature", "properties": { "id": 2613560505, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301549.539850779110566, 64985.382529070520832 ] } }, +{ "type": "Feature", "properties": { "id": 2613887631, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301225.328737990639638, 65761.388862318795873 ] } }, +{ "type": "Feature", "properties": { "id": 2615827403, "poi_type_1": "second_hand", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299664.901041645905934, 63587.292277583444957 ] } }, +{ "type": "Feature", "properties": { "id": 2617877365, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291397.14479201141512, 60406.694386788534757 ] } }, +{ "type": "Feature", "properties": { "id": 2617883497, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 272366.036360014288221, 61232.310952554122196 ] } }, +{ "type": "Feature", "properties": { "id": 2617883500, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 272364.728127265931107, 61227.232419356660102 ] } }, +{ "type": "Feature", "properties": { "id": 2618009994, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 276562.145725277950987, 62716.16942892287625 ] } }, +{ "type": "Feature", "properties": { "id": 2618010014, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 276568.516919588670135, 62692.850256745885417 ] } }, +{ "type": "Feature", "properties": { "id": 2618010030, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 276536.330924136505928, 62705.237167940096697 ] } }, +{ "type": "Feature", "properties": { "id": 2618010042, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 276482.039622047857847, 62657.117053124900849 ] } }, +{ "type": "Feature", "properties": { "id": 2618083025, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274062.530229371739551, 61915.397701800327923 ] } }, +{ "type": "Feature", "properties": { "id": 2618093954, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 274110.388213943049777, 61960.980886318400735 ] } }, +{ "type": "Feature", "properties": { "id": 2620513836, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303754.720657078723889, 68027.32760729144502 ] } }, +{ "type": "Feature", "properties": { "id": 2620513838, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303745.034395856841002, 68078.156975588281057 ] } }, +{ "type": "Feature", "properties": { "id": 2620513839, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303735.582591617770959, 67665.123769405574421 ] } }, +{ "type": "Feature", "properties": { "id": 2620513858, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303751.023627664020751, 67697.750232372796745 ] } }, +{ "type": "Feature", "properties": { "id": 2620513862, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303718.810674621490762, 67717.220427444452071 ] } }, +{ "type": "Feature", "properties": { "id": 2620513869, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303769.537550466193352, 68019.286384986291523 ] } }, +{ "type": "Feature", "properties": { "id": 2620513899, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303778.006750399596058, 67829.933045715471962 ] } }, +{ "type": "Feature", "properties": { "id": 2620513907, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303772.703908247873187, 68124.769134535177727 ] } }, +{ "type": "Feature", "properties": { "id": 2620513909, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303819.190386912610848, 67899.00408142755623 ] } }, +{ "type": "Feature", "properties": { "id": 2620513914, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303749.093586155097, 67693.513065652659861 ] } }, +{ "type": "Feature", "properties": { "id": 2621577430, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300719.763320203695912, 64152.847872954356717 ] } }, +{ "type": "Feature", "properties": { "id": 2621577431, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300945.944976532075088, 64096.955923910529236 ] } }, +{ "type": "Feature", "properties": { "id": 2622651509, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301407.526436538551934, 66391.34099892154336 ] } }, +{ "type": "Feature", "properties": { "id": 2622758691, "poi_type_1": "coffee", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303797.886828307469841, 61721.383622845009086 ] } }, +{ "type": "Feature", "properties": { "id": 2622901043, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311090.584802611090709, 60086.361689608755114 ] } }, +{ "type": "Feature", "properties": { "id": 2622901049, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311063.41070938820485, 60150.286911427043378 ] } }, +{ "type": "Feature", "properties": { "id": 2622901051, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 311155.622965888120234, 60138.987694633011415 ] } }, +{ "type": "Feature", "properties": { "id": 2622974863, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 297349.583284438529518, 63830.915298172934854 ] } }, +{ "type": "Feature", "properties": { "id": 2623014547, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303272.829699361405801, 66918.064979627946741 ] } }, +{ "type": "Feature", "properties": { "id": 2623014558, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303064.322921442915685, 66455.384571959148161 ] } }, +{ "type": "Feature", "properties": { "id": 2623014566, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303021.155832325748634, 66474.006008318130625 ] } }, +{ "type": "Feature", "properties": { "id": 2623014572, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303632.621941204357427, 67482.069186659515253 ] } }, +{ "type": "Feature", "properties": { "id": 2623014580, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302988.975254586432129, 66404.943189555138815 ] } }, +{ "type": "Feature", "properties": { "id": 2623014588, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303077.195948144246358, 66480.383383221094846 ] } }, +{ "type": "Feature", "properties": { "id": 2623014606, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302612.262049576209392, 66037.947417767485604 ] } }, +{ "type": "Feature", "properties": { "id": 2623014627, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303067.506354417011607, 66545.616545869852416 ] } }, +{ "type": "Feature", "properties": { "id": 2623014636, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303852.237080205755774, 67514.375347801134922 ] } }, +{ "type": "Feature", "properties": { "id": 2623014646, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303289.563914909376763, 66947.725688280857867 ] } }, +{ "type": "Feature", "properties": { "id": 2623014649, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303297.286845214199275, 66962.555770040213247 ] } }, +{ "type": "Feature", "properties": { "id": 2623615613, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304443.729558091028593, 69278.657586129658739 ] } }, +{ "type": "Feature", "properties": { "id": 2623740806, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 273948.298313521489035, 60409.837689335334289 ] } }, +{ "type": "Feature", "properties": { "id": 2623873421, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300309.297587331268005, 64174.000164901823155 ] } }, +{ "type": "Feature", "properties": { "id": 2623873427, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300321.54080093029188, 64169.764519164127705 ] } }, +{ "type": "Feature", "properties": { "id": 2625469223, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301088.712019224883988, 66030.36474701181578 ] } }, +{ "type": "Feature", "properties": { "id": 2626236854, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300782.267027954279911, 64156.243151859882346 ] } }, +{ "type": "Feature", "properties": { "id": 2626236856, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300797.085884239233565, 64171.918554030584346 ] } }, +{ "type": "Feature", "properties": { "id": 2629277987, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301953.792318543186411, 66376.638499104083166 ] } }, +{ "type": "Feature", "properties": { "id": 2629277988, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302505.312677679117769, 66070.10537429987744 ] } }, +{ "type": "Feature", "properties": { "id": 2629277989, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301888.11545522196684, 66261.820971303517581 ] } }, +{ "type": "Feature", "properties": { "id": 2629277990, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301859.119855080032721, 66290.196028528531315 ] } }, +{ "type": "Feature", "properties": { "id": 2629277991, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302455.055139515781775, 66098.894535597704817 ] } }, +{ "type": "Feature", "properties": { "id": 2629277992, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301883.608080185425933, 66254.19469919410767 ] } }, +{ "type": "Feature", "properties": { "id": 2629277993, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301897.109423833084293, 66357.984550880166353 ] } }, +{ "type": "Feature", "properties": { "id": 2629277995, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301873.93054414895596, 66312.227900095138466 ] } }, +{ "type": "Feature", "properties": { "id": 2629277997, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301909.364914888399653, 66295.715862214914523 ] } }, +{ "type": "Feature", "properties": { "id": 2629371807, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303722.529275844339281, 66727.225809261653922 ] } }, +{ "type": "Feature", "properties": { "id": 2629371811, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302442.29320043255575, 65729.072012899487163 ] } }, +{ "type": "Feature", "properties": { "id": 2629371812, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303687.091232038394082, 66747.118114680968574 ] } }, +{ "type": "Feature", "properties": { "id": 2629371814, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303456.038236461055931, 66328.895444359601242 ] } }, +{ "type": "Feature", "properties": { "id": 2629371818, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303697.430180074064992, 66681.886068435705965 ] } }, +{ "type": "Feature", "properties": { "id": 2629371819, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304001.816543683293276, 67231.477543303306447 ] } }, +{ "type": "Feature", "properties": { "id": 2629371820, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302479.635939517000224, 65797.286881723877741 ] } }, +{ "type": "Feature", "properties": { "id": 2629371821, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302582.113831439462956, 65666.847708422355936 ] } }, +{ "type": "Feature", "properties": { "id": 2629371822, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303742.479201722715516, 66764.090665455951239 ] } }, +{ "type": "Feature", "properties": { "id": 2629371825, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302477.085411728359759, 65718.493141324928729 ] } }, +{ "type": "Feature", "properties": { "id": 2629371827, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302496.431919269321952, 65660.887648068732233 ] } }, +{ "type": "Feature", "properties": { "id": 2629371828, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303745.655512259341776, 66851.781258896706277 ] } }, +{ "type": "Feature", "properties": { "id": 2629371829, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303667.143714885984082, 66704.746373123343801 ] } }, +{ "type": "Feature", "properties": { "id": 2629371831, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302466.115613268339075, 65771.865300790799665 ] } }, +{ "type": "Feature", "properties": { "id": 2629371835, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303587.375604098138865, 66485.27304325310979 ] } }, +{ "type": "Feature", "properties": { "id": 2629371840, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302584.045071415195707, 65671.0845590170793 ] } }, +{ "type": "Feature", "properties": { "id": 2629371841, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302462.252343657950405, 65765.509748696160386 ] } }, +{ "type": "Feature", "properties": { "id": 2629371850, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304436.116619996144436, 68014.996425481760525 ] } }, +{ "type": "Feature", "properties": { "id": 2629371851, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303394.452570350666065, 65771.385833109699888 ] } }, +{ "type": "Feature", "properties": { "id": 2629371852, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302576.319212957576383, 65656.678865156776737 ] } }, +{ "type": "Feature", "properties": { "id": 2629371853, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303530.095341473876033, 66378.917346757560153 ] } }, +{ "type": "Feature", "properties": { "id": 2629371900, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303857.028204039903358, 66972.569733547090436 ] } }, +{ "type": "Feature", "properties": { "id": 2630259727, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300677.879462695855182, 64149.454982682291302 ] } }, +{ "type": "Feature", "properties": { "id": 2630318728, "poi_type_1": "music_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 305305.335453661333304, 60247.706185101655137 ] } }, +{ "type": "Feature", "properties": { "id": 2630333113, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305306.622448059963062, 60251.096026317791257 ] } }, +{ "type": "Feature", "properties": { "id": 2631523818, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303084.759179196436889, 66880.282112271495862 ] } }, +{ "type": "Feature", "properties": { "id": 2632291771, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311077.015129698964301, 60106.674897432720172 ] } }, +{ "type": "Feature", "properties": { "id": 2632291772, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311066.002256485575344, 60141.818482203882013 ] } }, +{ "type": "Feature", "properties": { "id": 2633090251, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 311022.695548799121752, 60215.886521627275215 ] } }, +{ "type": "Feature", "properties": { "id": 2634398946, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300773.236440473003313, 64246.048961811771733 ] } }, +{ "type": "Feature", "properties": { "id": 2636098700, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 295894.124343396048062, 64264.51617821137188 ] } }, +{ "type": "Feature", "properties": { "id": 2642882350, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 291277.409032184863463, 68755.060942507261643 ] } }, +{ "type": "Feature", "properties": { "id": 2643821802, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300027.088189978036098, 57435.125882560809259 ] } }, +{ "type": "Feature", "properties": { "id": 2644500272, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303104.670069901738316, 70084.122766462998698 ] } }, +{ "type": "Feature", "properties": { "id": 2644512030, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303083.378497386933304, 70190.44253050511179 ] } }, +{ "type": "Feature", "properties": { "id": 2645523444, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303135.849631884659175, 54224.805817836080678 ] } }, +{ "type": "Feature", "properties": { "id": 2646165357, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 295371.569528126507066, 71504.048985589019139 ] } }, +{ "type": "Feature", "properties": { "id": 2649091999, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300757.005658409558237, 65435.140589320559229 ] } }, +{ "type": "Feature", "properties": { "id": 2649092000, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300433.608798079949338, 65064.449371988273924 ] } }, +{ "type": "Feature", "properties": { "id": 2649092001, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300758.29422210145276, 65434.717103836774186 ] } }, +{ "type": "Feature", "properties": { "id": 2649092003, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300773.109815168194473, 65457.59398089737806 ] } }, +{ "type": "Feature", "properties": { "id": 2649092008, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300512.183786474983208, 65478.752186148485634 ] } }, +{ "type": "Feature", "properties": { "id": 2650826710, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 285020.021800734801218, 63713.013133024207491 ] } }, +{ "type": "Feature", "properties": { "id": 2652368572, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301506.75273547519464, 56779.525864478055155 ] } }, +{ "type": "Feature", "properties": { "id": 2653577641, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302967.501306388934609, 50855.756418793178455 ] } }, +{ "type": "Feature", "properties": { "id": 2657908666, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315296.387362008623313, 60281.519460373317997 ] } }, +{ "type": "Feature", "properties": { "id": 2657921991, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315349.362420973717235, 60229.100781510423985 ] } }, +{ "type": "Feature", "properties": { "id": 2662232019, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302725.982903550670017, 70355.937633994908538 ] } }, +{ "type": "Feature", "properties": { "id": 2665576590, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310995.375373082759324, 62982.057587169285398 ] } }, +{ "type": "Feature", "properties": { "id": 2667498118, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306466.288374600873794, 66346.164886498940177 ] } }, +{ "type": "Feature", "properties": { "id": 2669524873, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 270462.301414579036646, 62169.930604661072721 ] } }, +{ "type": "Feature", "properties": { "id": 2676085863, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304274.999263205216266, 68202.564763320871862 ] } }, +{ "type": "Feature", "properties": { "id": 2678466841, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301144.820753497013357, 65625.818328088484122 ] } }, +{ "type": "Feature", "properties": { "id": 2678581856, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301086.154034442501143, 65902.008188730324036 ] } }, +{ "type": "Feature", "properties": { "id": 2678783481, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301405.64567140507279, 66118.954313330235891 ] } }, +{ "type": "Feature", "properties": { "id": 2679304176, "poi_type_1": "farmers_market", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306576.500541573157534, 66281.872108959665638 ] } }, +{ "type": "Feature", "properties": { "id": 2679311665, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300681.100699274800718, 64156.233146726670384 ] } }, +{ "type": "Feature", "properties": { "id": 2679312544, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306426.41284190461738, 66272.844198926264653 ] } }, +{ "type": "Feature", "properties": { "id": 2680148433, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301486.197895833407529, 65983.835977539521991 ] } }, +{ "type": "Feature", "properties": { "id": 2680930274, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275104.890773341350723, 61748.724981844054128 ] } }, +{ "type": "Feature", "properties": { "id": 2680930277, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275113.909212429600302, 61747.000179243179446 ] } }, +{ "type": "Feature", "properties": { "id": 2680968820, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 276609.26497195137199, 62738.472094733187987 ] } }, +{ "type": "Feature", "properties": { "id": 2681006489, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 270355.719064871314913, 55670.370493422553409 ] } }, +{ "type": "Feature", "properties": { "id": 2681006491, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270343.339844212168828, 55639.919703208594001 ] } }, +{ "type": "Feature", "properties": { "id": 2681488531, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300335.816886255983263, 61967.384618286960176 ] } }, +{ "type": "Feature", "properties": { "id": 2681570087, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 274035.058164784102701, 64189.055909936781973 ] } }, +{ "type": "Feature", "properties": { "id": 2684469805, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301330.150512275402434, 56046.641731946459913 ] } }, +{ "type": "Feature", "properties": { "id": 2688264646, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300624.903234942699783, 65779.529325969502679 ] } }, +{ "type": "Feature", "properties": { "id": 2689416402, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301863.145235293253791, 65653.92314294098469 ] } }, +{ "type": "Feature", "properties": { "id": 2689474985, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303401.757081883959472, 68098.324798404035391 ] } }, +{ "type": "Feature", "properties": { "id": 2689493100, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311868.39842094341293, 62730.507242570820381 ] } }, +{ "type": "Feature", "properties": { "id": 2689493105, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311716.46779726666864, 62622.66653290270915 ] } }, +{ "type": "Feature", "properties": { "id": 2689493117, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312964.079823565029074, 61606.373435548841371 ] } }, +{ "type": "Feature", "properties": { "id": 2689493139, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311681.707989701419137, 62595.076508501610078 ] } }, +{ "type": "Feature", "properties": { "id": 2689505439, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307739.741808979248162, 73200.292092425166629 ] } }, +{ "type": "Feature", "properties": { "id": 2689505441, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306251.057322472450323, 71004.52318711024418 ] } }, +{ "type": "Feature", "properties": { "id": 2689589691, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301199.547172074497212, 65837.212199417277589 ] } }, +{ "type": "Feature", "properties": { "id": 2689589692, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301282.025754690053873, 65734.710560371633619 ] } }, +{ "type": "Feature", "properties": { "id": 2691986127, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303270.754282704903744, 57032.991904077971412 ] } }, +{ "type": "Feature", "properties": { "id": 2692607521, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300870.64689148060279, 57817.276353146509791 ] } }, +{ "type": "Feature", "properties": { "id": 2693524776, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301394.539890660729725, 63520.061094461569155 ] } }, +{ "type": "Feature", "properties": { "id": 2696719553, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301293.698601646814495, 61610.805809144781961 ] } }, +{ "type": "Feature", "properties": { "id": 2696719558, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301161.537179114820901, 61737.021293315949151 ] } }, +{ "type": "Feature", "properties": { "id": 2697023377, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302145.473823236767203, 65133.373789293815207 ] } }, +{ "type": "Feature", "properties": { "id": 2698156037, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295941.29919746943051, 64513.153298300014285 ] } }, +{ "type": "Feature", "properties": { "id": 2698763972, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301204.544562021794263, 66797.5549307698966 ] } }, +{ "type": "Feature", "properties": { "id": 2698768779, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307228.378969815210439, 64343.582722583407303 ] } }, +{ "type": "Feature", "properties": { "id": 2699286255, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306483.401181197783444, 63725.258974564938399 ] } }, +{ "type": "Feature", "properties": { "id": 2700237315, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301007.796067045070231, 54690.607506958294834 ] } }, +{ "type": "Feature", "properties": { "id": 2700609215, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301058.932540506473742, 58041.392480682843598 ] } }, +{ "type": "Feature", "properties": { "id": 2701626574, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302394.345952977368142, 56612.856103529506072 ] } }, +{ "type": "Feature", "properties": { "id": 2701650441, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302534.348453135287855, 56521.402285531352391 ] } }, +{ "type": "Feature", "properties": { "id": 2701650443, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302494.989667907066178, 56555.701571977937419 ] } }, +{ "type": "Feature", "properties": { "id": 2701650451, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302411.127589717798401, 56579.396121542216861 ] } }, +{ "type": "Feature", "properties": { "id": 2701650453, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302537.570442366995849, 56530.722874013212277 ] } }, +{ "type": "Feature", "properties": { "id": 2701655547, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302805.28270948556019, 56471.513626601401484 ] } }, +{ "type": "Feature", "properties": { "id": 2701655552, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302798.196063145762309, 56448.212234060592891 ] } }, +{ "type": "Feature", "properties": { "id": 2701690205, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302513.627487504039891, 56756.500447532547696 ] } }, +{ "type": "Feature", "properties": { "id": 2701690213, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302514.915937129640952, 56761.160628746212751 ] } }, +{ "type": "Feature", "properties": { "id": 2701690226, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302574.934349148825277, 56669.257221171508718 ] } }, +{ "type": "Feature", "properties": { "id": 2701690257, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302611.677240831311792, 56735.777335791419318 ] } }, +{ "type": "Feature", "properties": { "id": 2701690261, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302514.271640611172188, 56759.042344618035713 ] } }, +{ "type": "Feature", "properties": { "id": 2701690270, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302595.571096030704211, 56680.701977001597697 ] } }, +{ "type": "Feature", "properties": { "id": 2701913444, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302249.781834967376199, 56868.673063773778267 ] } }, +{ "type": "Feature", "properties": { "id": 2701919632, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302238.810069605417084, 56890.697621133716893 ] } }, +{ "type": "Feature", "properties": { "id": 2701922257, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302229.775162330770399, 56906.792194269066385 ] } }, +{ "type": "Feature", "properties": { "id": 2702184722, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302265.592042145028245, 68421.958004215703113 ] } }, +{ "type": "Feature", "properties": { "id": 2702475724, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300541.815730230417103, 65531.282867587600776 ] } }, +{ "type": "Feature", "properties": { "id": 2702788207, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301653.488649495702703, 61131.768534160481067 ] } }, +{ "type": "Feature", "properties": { "id": 2702831796, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299782.832410780538339, 63666.080541169627395 ] } }, +{ "type": "Feature", "properties": { "id": 2702831820, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299443.891168874397408, 63940.601792642992223 ] } }, +{ "type": "Feature", "properties": { "id": 2702831847, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299606.276059637311846, 63913.056287592269655 ] } }, +{ "type": "Feature", "properties": { "id": 2702857180, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299686.183898931893054, 63987.185380781185813 ] } }, +{ "type": "Feature", "properties": { "id": 2702857192, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299470.97149468655698, 64163.422194763901643 ] } }, +{ "type": "Feature", "properties": { "id": 2702857193, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299894.963400309556164, 63871.532128234728589 ] } }, +{ "type": "Feature", "properties": { "id": 2702887557, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299816.341728942701593, 63657.183687081218523 ] } }, +{ "type": "Feature", "properties": { "id": 2702887969, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299837.608297461178154, 63697.003141191176837 ] } }, +{ "type": "Feature", "properties": { "id": 2702954492, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300529.73841511196224, 63247.986942983727204 ] } }, +{ "type": "Feature", "properties": { "id": 2703020572, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300003.221896910399664, 64065.971430883422727 ] } }, +{ "type": "Feature", "properties": { "id": 2703044051, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300537.429974352882709, 63824.105842877652321 ] } }, +{ "type": "Feature", "properties": { "id": 2703044063, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300554.182101427286398, 63854.607473370866501 ] } }, +{ "type": "Feature", "properties": { "id": 2703044066, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300557.403611664427444, 63860.961964415400871 ] } }, +{ "type": "Feature", "properties": { "id": 2703059028, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300490.389303206640761, 63815.630243822641205 ] } }, +{ "type": "Feature", "properties": { "id": 2703067345, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300078.613636439898983, 64126.972656995298166 ] } }, +{ "type": "Feature", "properties": { "id": 2703075135, "poi_type_1": "language_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300244.868511449312791, 63934.654312063816178 ] } }, +{ "type": "Feature", "properties": { "id": 2703075151, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300057.993941835360602, 64091.812277442011691 ] } }, +{ "type": "Feature", "properties": { "id": 2703083226, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300396.934608251380268, 64123.593953395757126 ] } }, +{ "type": "Feature", "properties": { "id": 2703228134, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300078.606776539701968, 64772.564845914457692 ] } }, +{ "type": "Feature", "properties": { "id": 2703242518, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299978.736729596334044, 64500.60232973600796 ] } }, +{ "type": "Feature", "properties": { "id": 2703242521, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299967.782833236793522, 64479.845139086028212 ] } }, +{ "type": "Feature", "properties": { "id": 2703424200, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300547.041978078777902, 64554.42187905319588 ] } }, +{ "type": "Feature", "properties": { "id": 2703424235, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300572.158206138177775, 64721.328886935865739 ] } }, +{ "type": "Feature", "properties": { "id": 2703424281, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300434.277883453061804, 64642.103119829655043 ] } }, +{ "type": "Feature", "properties": { "id": 2703424302, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300568.952036929258611, 64520.534173975640442 ] } }, +{ "type": "Feature", "properties": { "id": 2703424343, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300392.396552646532655, 64640.829928744031349 ] } }, +{ "type": "Feature", "properties": { "id": 2703449216, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300914.306175154692028, 64617.577085383418307 ] } }, +{ "type": "Feature", "properties": { "id": 2703449221, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300757.749539906624705, 64462.51558100926195 ] } }, +{ "type": "Feature", "properties": { "id": 2703449228, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300836.344333892629948, 64597.657861413936189 ] } }, +{ "type": "Feature", "properties": { "id": 2703449246, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300980.681568626663648, 64547.688781831573579 ] } }, +{ "type": "Feature", "properties": { "id": 2703449298, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300580.553876369667705, 64473.089977080300741 ] } }, +{ "type": "Feature", "properties": { "id": 2703449305, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300956.854671711102128, 64442.628658114321297 ] } }, +{ "type": "Feature", "properties": { "id": 2703449319, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300818.968818402150646, 64403.639353492442751 ] } }, +{ "type": "Feature", "properties": { "id": 2703449328, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300918.81986175768543, 64590.466156033253355 ] } }, +{ "type": "Feature", "properties": { "id": 2704022017, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301030.495310222671833, 63113.329772890909226 ] } }, +{ "type": "Feature", "properties": { "id": 2704023639, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301189.683368702069856, 63076.922661694101407 ] } }, +{ "type": "Feature", "properties": { "id": 2704023647, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301180.007738729647826, 63131.143986551862326 ] } }, +{ "type": "Feature", "properties": { "id": 2704034126, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301087.838509075168986, 63208.228017473971704 ] } }, +{ "type": "Feature", "properties": { "id": 2704034204, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301228.32753110921476, 63220.111261053592898 ] } }, +{ "type": "Feature", "properties": { "id": 2704034212, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301250.232278250565287, 63259.511243569904764 ] } }, +{ "type": "Feature", "properties": { "id": 2704040250, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301295.317721671890467, 63408.208329885601415 ] } }, +{ "type": "Feature", "properties": { "id": 2704040262, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301303.704728321172297, 63355.25775874323881 ] } }, +{ "type": "Feature", "properties": { "id": 2704040263, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301330.77560495887883, 63331.116447057851474 ] } }, +{ "type": "Feature", "properties": { "id": 2704040265, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301451.305129641667008, 63236.249054653046187 ] } }, +{ "type": "Feature", "properties": { "id": 2704040272, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301466.778435181186069, 63203.633653075215989 ] } }, +{ "type": "Feature", "properties": { "id": 2704040275, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301474.508512375701685, 63220.579840049009363 ] } }, +{ "type": "Feature", "properties": { "id": 2704042957, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301436.499518669152167, 63149.828449606415234 ] } }, +{ "type": "Feature", "properties": { "id": 2704045688, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301447.466014492034446, 63095.184094748801726 ] } }, +{ "type": "Feature", "properties": { "id": 2704045693, "poi_type_1": "medical_supply", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301471.946879993425682, 63139.245010456324962 ] } }, +{ "type": "Feature", "properties": { "id": 2704045696, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301676.891718238417525, 63110.482714912985102 ] } }, +{ "type": "Feature", "properties": { "id": 2704045697, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301687.842461124644615, 63132.93686435744894 ] } }, +{ "type": "Feature", "properties": { "id": 2704045699, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301696.861218634410761, 63149.036343810934341 ] } }, +{ "type": "Feature", "properties": { "id": 2704048095, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301196.02208864595741, 63732.25819955082261 ] } }, +{ "type": "Feature", "properties": { "id": 2704081056, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301414.52392822940601, 63484.481108798194327 ] } }, +{ "type": "Feature", "properties": { "id": 2704081060, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301529.267319025006145, 63315.904621246561874 ] } }, +{ "type": "Feature", "properties": { "id": 2704081062, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301562.765470587881282, 63377.335989379585953 ] } }, +{ "type": "Feature", "properties": { "id": 2704081067, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301571.140033978212159, 63392.164335419089184 ] } }, +{ "type": "Feature", "properties": { "id": 2704081070, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301584.665703164064325, 63427.327378650632454 ] } }, +{ "type": "Feature", "properties": { "id": 2704085151, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301758.056765198649373, 63267.239568791534111 ] } }, +{ "type": "Feature", "properties": { "id": 2704085154, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301598.857736214937177, 63360.399046412618191 ] } }, +{ "type": "Feature", "properties": { "id": 2704088838, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301604.665420773322694, 63324.816531447228044 ] } }, +{ "type": "Feature", "properties": { "id": 2704088841, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301724.561513181193732, 63198.18223272432806 ] } }, +{ "type": "Feature", "properties": { "id": 2704088842, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301558.915970430127345, 63296.000841578228574 ] } }, +{ "type": "Feature", "properties": { "id": 2704088849, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301565.358104774495587, 63307.016225798368396 ] } }, +{ "type": "Feature", "properties": { "id": 2704088855, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301750.972839003428817, 63246.057074456621194 ] } }, +{ "type": "Feature", "properties": { "id": 2704088856, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301585.332284274220001, 63323.96513127979415 ] } }, +{ "type": "Feature", "properties": { "id": 2704096835, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301455.753114342922345, 63557.3511315210053 ] } }, +{ "type": "Feature", "properties": { "id": 2704096837, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301631.048214726033621, 63503.588410045362252 ] } }, +{ "type": "Feature", "properties": { "id": 2704104161, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301468.616110305010807, 63685.709467871907691 ] } }, +{ "type": "Feature", "properties": { "id": 2704104179, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301478.285260161326732, 63670.884815468838497 ] } }, +{ "type": "Feature", "properties": { "id": 2704104183, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301481.506056785641704, 63677.239707352040568 ] } }, +{ "type": "Feature", "properties": { "id": 2704104186, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301493.100964294630103, 63699.693713652384758 ] } }, +{ "type": "Feature", "properties": { "id": 2704104190, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301517.579122188617475, 63745.872896517379559 ] } }, +{ "type": "Feature", "properties": { "id": 2704105148, "poi_type_1": "health_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301493.115924468555022, 63625.560828234702058 ] } }, +{ "type": "Feature", "properties": { "id": 2704105152, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301511.79685472685378, 63660.724790767220838 ] } }, +{ "type": "Feature", "properties": { "id": 2704110108, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301532.410842206561938, 63695.889202174126694 ] } }, +{ "type": "Feature", "properties": { "id": 2704110109, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301545.293589037784841, 63722.15610650961753 ] } }, +{ "type": "Feature", "properties": { "id": 2704114363, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301815.273969147063326, 63832.781344572722446 ] } }, +{ "type": "Feature", "properties": { "id": 2704114370, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301995.060454642400146, 63836.640189060148259 ] } }, +{ "type": "Feature", "properties": { "id": 2704116399, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301785.00046964851208, 63777.703822777679306 ] } }, +{ "type": "Feature", "properties": { "id": 2704116914, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301579.434894354606513, 63780.198783805390121 ] } }, +{ "type": "Feature", "properties": { "id": 2704116918, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301584.588223285740241, 63789.095833706131089 ] } }, +{ "type": "Feature", "properties": { "id": 2704131460, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301460.202379586116876, 63869.981009140712558 ] } }, +{ "type": "Feature", "properties": { "id": 2704131487, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301558.143146279209759, 63905.584783670892648 ] } }, +{ "type": "Feature", "properties": { "id": 2704131501, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301572.965904527867679, 63897.539204117485497 ] } }, +{ "type": "Feature", "properties": { "id": 2704131508, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301578.12168944143923, 63894.574985622035456 ] } }, +{ "type": "Feature", "properties": { "id": 2704131519, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301555.585701696400065, 63809.846891478620819 ] } }, +{ "type": "Feature", "properties": { "id": 2704131528, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301594.23392045305809, 63883.564407554273203 ] } }, +{ "type": "Feature", "properties": { "id": 2704161392, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301096.7642232531216, 63860.175025302203721 ] } }, +{ "type": "Feature", "properties": { "id": 2705020502, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300787.409826825954951, 64270.620232296278118 ] } }, +{ "type": "Feature", "properties": { "id": 2705020503, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300809.313161339436192, 64315.949597725353669 ] } }, +{ "type": "Feature", "properties": { "id": 2705021826, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303520.040581325651146, 63140.783114048375865 ] } }, +{ "type": "Feature", "properties": { "id": 2705023058, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299807.92909569980111, 62299.494192485668464 ] } }, +{ "type": "Feature", "properties": { "id": 2705023379, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300772.584246709768195, 64321.029073244630126 ] } }, +{ "type": "Feature", "properties": { "id": 2705023496, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300768.718719932134263, 64315.098034650298359 ] } }, +{ "type": "Feature", "properties": { "id": 2705023514, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300765.49750132515328, 64309.590681606445287 ] } }, +{ "type": "Feature", "properties": { "id": 2705023603, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300762.920636564376764, 64304.083396424124658 ] } }, +{ "type": "Feature", "properties": { "id": 2705024114, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300757.122492576832883, 64293.492379730545508 ] } }, +{ "type": "Feature", "properties": { "id": 2705025330, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301654.773373283038381, 61152.1023504030818 ] } }, +{ "type": "Feature", "properties": { "id": 2705025437, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300275.176762747229077, 63346.252079079669784 ] } }, +{ "type": "Feature", "properties": { "id": 2705028934, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313009.960646552965045, 61541.217074821935967 ] } }, +{ "type": "Feature", "properties": { "id": 2705030229, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303661.283912728831638, 56407.074551608915499 ] } }, +{ "type": "Feature", "properties": { "id": 2705030238, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303638.74745536892442, 56325.306151918928663 ] } }, +{ "type": "Feature", "properties": { "id": 2705030253, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303637.459844856581185, 56320.222164654776861 ] } }, +{ "type": "Feature", "properties": { "id": 2705030255, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303634.8833710939507, 56312.595867619696946 ] } }, +{ "type": "Feature", "properties": { "id": 2705090750, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 296365.011190060758963, 61351.485548821976408 ] } }, +{ "type": "Feature", "properties": { "id": 2705507110, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302797.024842473852914, 66368.013339919925784 ] } }, +{ "type": "Feature", "properties": { "id": 2705995452, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303669.702470211603213, 56340.571489601628855 ] } }, +{ "type": "Feature", "properties": { "id": 2705995454, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303665.194861165829934, 56324.895580122851243 ] } }, +{ "type": "Feature", "properties": { "id": 2705995455, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303663.262633744627237, 56318.964043595886324 ] } }, +{ "type": "Feature", "properties": { "id": 2705995456, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303661.975248405244201, 56313.456439315501484 ] } }, +{ "type": "Feature", "properties": { "id": 2706023193, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303660.687861147162039, 56307.948835292867443 ] } }, +{ "type": "Feature", "properties": { "id": 2706023194, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303658.755416413128842, 56302.440912834965275 ] } }, +{ "type": "Feature", "properties": { "id": 2706023195, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303655.535783912113402, 56291.001775105090928 ] } }, +{ "type": "Feature", "properties": { "id": 2706036841, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 312999.695422481396236, 61513.66399546523462 ] } }, +{ "type": "Feature", "properties": { "id": 2706059229, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 312921.582500901771709, 61580.034920620440971 ] } }, +{ "type": "Feature", "properties": { "id": 2706908837, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300681.106081066594925, 64097.774035934387939 ] } }, +{ "type": "Feature", "properties": { "id": 2706917999, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301350.629076056764461, 64011.871773961480358 ] } }, +{ "type": "Feature", "properties": { "id": 2706918018, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301382.861820117512252, 63939.43927741839434 ] } }, +{ "type": "Feature", "properties": { "id": 2706918069, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301278.460985486861318, 63994.914283929829253 ] } }, +{ "type": "Feature", "properties": { "id": 2706939802, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300965.899305491358973, 64260.474578531575389 ] } }, +{ "type": "Feature", "properties": { "id": 2706939813, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300987.145969764329493, 64390.104141440548119 ] } }, +{ "type": "Feature", "properties": { "id": 2706939852, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301209.445662201324012, 64399.033097906292824 ] } }, +{ "type": "Feature", "properties": { "id": 2707689757, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303116.320508701261133, 66883.26067216694355 ] } }, +{ "type": "Feature", "properties": { "id": 2707985415, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302901.530744229617994, 70911.794573429782758 ] } }, +{ "type": "Feature", "properties": { "id": 2707987524, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302899.600890428351704, 70907.981229961689678 ] } }, +{ "type": "Feature", "properties": { "id": 2707987778, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302897.671034634520765, 70904.167887016170425 ] } }, +{ "type": "Feature", "properties": { "id": 2707988347, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302894.454272116941866, 70898.659557835169835 ] } }, +{ "type": "Feature", "properties": { "id": 2707989156, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302888.02106371865375, 70886.795662588381674 ] } }, +{ "type": "Feature", "properties": { "id": 2707989759, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302960.770500850572716, 70882.588238099619048 ] } }, +{ "type": "Feature", "properties": { "id": 2707989850, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302952.39942576357862, 70887.244717145484174 ] } }, +{ "type": "Feature", "properties": { "id": 2707990712, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303018.726090336393099, 70846.180302949578618 ] } }, +{ "type": "Feature", "properties": { "id": 2708075986, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 313888.942054772924166, 60302.89093277673237 ] } }, +{ "type": "Feature", "properties": { "id": 2708083597, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302201.187859745230526, 66272.074348824244225 ] } }, +{ "type": "Feature", "properties": { "id": 2708083604, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301848.133978950674646, 66429.139976880382164 ] } }, +{ "type": "Feature", "properties": { "id": 2708095645, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302091.09184291830752, 66059.80984122013615 ] } }, +{ "type": "Feature", "properties": { "id": 2708095649, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302094.311312232457567, 66065.317783893318847 ] } }, +{ "type": "Feature", "properties": { "id": 2708133476, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301785.029916084837168, 66325.761685237739584 ] } }, +{ "type": "Feature", "properties": { "id": 2708133540, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301605.957832881016657, 66276.580952125383192 ] } }, +{ "type": "Feature", "properties": { "id": 2708164879, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301395.269335062301252, 66485.381879469830892 ] } }, +{ "type": "Feature", "properties": { "id": 2708222217, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301447.410518611548468, 66671.783868714075652 ] } }, +{ "type": "Feature", "properties": { "id": 2708250329, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305494.81785755220335, 63804.945913655690674 ] } }, +{ "type": "Feature", "properties": { "id": 2708250333, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305374.829148432123475, 63096.570995842703269 ] } }, +{ "type": "Feature", "properties": { "id": 2708250362, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305548.512259682291187, 63526.246252116769028 ] } }, +{ "type": "Feature", "properties": { "id": 2708250413, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305515.252477823058143, 63190.293539852049435 ] } }, +{ "type": "Feature", "properties": { "id": 2709306524, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300994.225520692474674, 64451.953158305259421 ] } }, +{ "type": "Feature", "properties": { "id": 2709306607, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301141.101984976325184, 64674.796890959580196 ] } }, +{ "type": "Feature", "properties": { "id": 2709306699, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301060.580988412082661, 64536.685763423127355 ] } }, +{ "type": "Feature", "properties": { "id": 2709335786, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301306.766587023274042, 64263.0686347571027 ] } }, +{ "type": "Feature", "properties": { "id": 2709347124, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301786.180868004041258, 64226.737800791255722 ] } }, +{ "type": "Feature", "properties": { "id": 2709347130, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301810.010053973004688, 64277.153994664629863 ] } }, +{ "type": "Feature", "properties": { "id": 2709389084, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301915.740101056871936, 64065.372225036902819 ] } }, +{ "type": "Feature", "properties": { "id": 2709389136, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301800.372781588230282, 64161.504254273109837 ] } }, +{ "type": "Feature", "properties": { "id": 2709389156, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301973.720801806019153, 64115.797857888188446 ] } }, +{ "type": "Feature", "properties": { "id": 2709389159, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301987.245509203523397, 64142.489334384277754 ] } }, +{ "type": "Feature", "properties": { "id": 2709389163, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302014.296015122847166, 64190.788963076913205 ] } }, +{ "type": "Feature", "properties": { "id": 2709415073, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301606.37468850472942, 64356.746946641862451 ] } }, +{ "type": "Feature", "properties": { "id": 2709415084, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301646.339157250768039, 64291.518735079713224 ] } }, +{ "type": "Feature", "properties": { "id": 2709415095, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301488.424315897806082, 64523.6273446475534 ] } }, +{ "type": "Feature", "properties": { "id": 2709430139, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300757.062016285432037, 64884.438088360890106 ] } }, +{ "type": "Feature", "properties": { "id": 2709430172, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300744.170698022062425, 64935.694458532387216 ] } }, +{ "type": "Feature", "properties": { "id": 2709430181, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300669.427949851728044, 64974.660099650805932 ] } }, +{ "type": "Feature", "properties": { "id": 2709430271, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300785.408289317332674, 64915.365096981804527 ] } }, +{ "type": "Feature", "properties": { "id": 2709430275, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300801.512986921297852, 64942.478324258678185 ] } }, +{ "type": "Feature", "properties": { "id": 2709430278, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300810.531651409575716, 64956.882291621637705 ] } }, +{ "type": "Feature", "properties": { "id": 2709430285, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300831.144977432151791, 64995.43374519032659 ] } }, +{ "type": "Feature", "properties": { "id": 2709479282, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300711.286202925548423, 65195.79222163742088 ] } }, +{ "type": "Feature", "properties": { "id": 2709479287, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300882.67808528925525, 65085.670188441123173 ] } }, +{ "type": "Feature", "properties": { "id": 2709479288, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300661.677855849498883, 65181.384628767242248 ] } }, +{ "type": "Feature", "properties": { "id": 2709493928, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300476.109630687045865, 65413.512685947127466 ] } }, +{ "type": "Feature", "properties": { "id": 2709629969, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300729.959273620625027, 65308.052642008435214 ] } }, +{ "type": "Feature", "properties": { "id": 2709702304, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301048.905472611775622, 65082.726569740880223 ] } }, +{ "type": "Feature", "properties": { "id": 2709702308, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301092.06826763052959, 65114.50411194319895 ] } }, +{ "type": "Feature", "properties": { "id": 2709702328, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301156.455019052780699, 65383.510924183457973 ] } }, +{ "type": "Feature", "properties": { "id": 2709702424, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300895.569281588424928, 65041.191925518898643 ] } }, +{ "type": "Feature", "properties": { "id": 2709702576, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301149.438866318785585, 64928.121218607055198 ] } }, +{ "type": "Feature", "properties": { "id": 2709860571, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300345.298198560718447, 65975.645988136457163 ] } }, +{ "type": "Feature", "properties": { "id": 2709860764, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300557.871924199571367, 66195.51661851251265 ] } }, +{ "type": "Feature", "properties": { "id": 2709860771, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300369.773826141492464, 66065.030524798305123 ] } }, +{ "type": "Feature", "properties": { "id": 2709868148, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300570.109877838694956, 66217.969300110111362 ] } }, +{ "type": "Feature", "properties": { "id": 2709878693, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300597.191557204641867, 65900.681695872568525 ] } }, +{ "type": "Feature", "properties": { "id": 2709892524, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300760.822983213991392, 65904.085658953088569 ] } }, +{ "type": "Feature", "properties": { "id": 2709892569, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300720.235229271755088, 65923.991628799863975 ] } }, +{ "type": "Feature", "properties": { "id": 2709906342, "poi_type_1": "grocery", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300796.882194120495114, 66062.522502113686642 ] } }, +{ "type": "Feature", "properties": { "id": 2709936707, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300887.695593942771666, 66225.625720283176634 ] } }, +{ "type": "Feature", "properties": { "id": 2709955328, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300752.389481517428067, 66480.628741457723663 ] } }, +{ "type": "Feature", "properties": { "id": 2709967742, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301249.715347454941366, 66318.873975126305595 ] } }, +{ "type": "Feature", "properties": { "id": 2709967743, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301259.375137530849315, 66336.243950287665939 ] } }, +{ "type": "Feature", "properties": { "id": 2710031797, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301088.06911958171986, 66021.468678683726466 ] } }, +{ "type": "Feature", "properties": { "id": 2710031798, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301106.745984783396125, 66056.208109660394257 ] } }, +{ "type": "Feature", "properties": { "id": 2710077002, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301534.297272321768105, 67027.64072694251081 ] } }, +{ "type": "Feature", "properties": { "id": 2710082455, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301420.291927826940082, 67006.013417364956695 ] } }, +{ "type": "Feature", "properties": { "id": 2710082457, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301403.555494619009551, 66949.245364878996043 ] } }, +{ "type": "Feature", "properties": { "id": 2710091424, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302423.455358256585896, 66202.246878173871664 ] } }, +{ "type": "Feature", "properties": { "id": 2710091457, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302445.327679149981122, 66293.755552074886509 ] } }, +{ "type": "Feature", "properties": { "id": 2710177862, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300534.893591391446535, 63253.917941749401507 ] } }, +{ "type": "Feature", "properties": { "id": 2710193326, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300892.787861789984163, 66733.120757498458261 ] } }, +{ "type": "Feature", "properties": { "id": 2710195161, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300999.711181208200287, 66770.836457993791555 ] } }, +{ "type": "Feature", "properties": { "id": 2710195173, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300918.548115514626261, 66778.451060172155849 ] } }, +{ "type": "Feature", "properties": { "id": 2710195174, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300944.307512513420079, 66828.017637728553382 ] } }, +{ "type": "Feature", "properties": { "id": 2710195178, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300966.203030048753135, 66867.840582241566153 ] } }, +{ "type": "Feature", "properties": { "id": 2710204015, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301316.52027618791908, 67386.827213467578986 ] } }, +{ "type": "Feature", "properties": { "id": 2710280595, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300099.853035308304243, 65974.791366726334672 ] } }, +{ "type": "Feature", "properties": { "id": 2710839404, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301936.910239894117694, 64425.875655413423374 ] } }, +{ "type": "Feature", "properties": { "id": 2710839408, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302069.039497744000982, 64290.354024013169692 ] } }, +{ "type": "Feature", "properties": { "id": 2710842170, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301864.757460930501111, 64369.516068242934125 ] } }, +{ "type": "Feature", "properties": { "id": 2710842171, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301867.333910401444882, 64373.329270134679973 ] } }, +{ "type": "Feature", "properties": { "id": 2710845395, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301642.42682197468821, 64499.513764659721346 ] } }, +{ "type": "Feature", "properties": { "id": 2710845401, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301630.827925714314915, 64502.900134379495285 ] } }, +{ "type": "Feature", "properties": { "id": 2710845403, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301606.353165093285497, 64455.873298432044976 ] } }, +{ "type": "Feature", "properties": { "id": 2710847328, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301905.977386960701551, 64441.965064732947212 ] } }, +{ "type": "Feature", "properties": { "id": 2710917633, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301404.616825023724232, 64751.940538022718101 ] } }, +{ "type": "Feature", "properties": { "id": 2711248057, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302659.409070384281222, 65704.577063641147106 ] } }, +{ "type": "Feature", "properties": { "id": 2711393461, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302714.251104206021409, 65481.350520569671062 ] } }, +{ "type": "Feature", "properties": { "id": 2711422075, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300894.970290225755889, 64666.714296374484547 ] } }, +{ "type": "Feature", "properties": { "id": 2711422079, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300942.009779621381313, 64638.337795224171714 ] } }, +{ "type": "Feature", "properties": { "id": 2711422082, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300929.122018524969462, 64647.655740054702619 ] } }, +{ "type": "Feature", "properties": { "id": 2711422086, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300914.301410878950264, 64656.126234238829056 ] } }, +{ "type": "Feature", "properties": { "id": 2711422089, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300935.560162785754073, 64688.32378766691545 ] } }, +{ "type": "Feature", "properties": { "id": 2711422104, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300908.496528462972492, 64704.417862852642429 ] } }, +{ "type": "Feature", "properties": { "id": 2711422106, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300869.839990817592479, 64679.843427312989661 ] } }, +{ "type": "Feature", "properties": { "id": 2711422110, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300914.295965992030688, 64700.182406705782341 ] } }, +{ "type": "Feature", "properties": { "id": 2711422114, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300856.30796975933481, 64690.008657858496008 ] } }, +{ "type": "Feature", "properties": { "id": 2711422116, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300887.87684574193554, 64715.429403104863013 ] } }, +{ "type": "Feature", "properties": { "id": 2711422119, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300871.768276125425473, 64719.663658017409034 ] } }, +{ "type": "Feature", "properties": { "id": 2711422122, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300898.831105663557537, 64709.076469910076412 ] } }, +{ "type": "Feature", "properties": { "id": 2711422128, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300855.017067524255253, 64709.494893346971367 ] } }, +{ "type": "Feature", "properties": { "id": 2711466517, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302798.7795980789233, 65135.286585858331819 ] } }, +{ "type": "Feature", "properties": { "id": 2711567886, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 312828.731318952981383, 61596.818032567520277 ] } }, +{ "type": "Feature", "properties": { "id": 2711628444, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302514.064820111670997, 64959.383175964314432 ] } }, +{ "type": "Feature", "properties": { "id": 2711628862, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299533.147036457958166, 69166.772145381910377 ] } }, +{ "type": "Feature", "properties": { "id": 2711692943, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302474.764266652229708, 64953.862900185871695 ] } }, +{ "type": "Feature", "properties": { "id": 2712065994, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302187.848470706085209, 56911.863046788865176 ] } }, +{ "type": "Feature", "properties": { "id": 2712074697, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297604.643573537352495, 63453.809633001983457 ] } }, +{ "type": "Feature", "properties": { "id": 2712074746, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 295212.983803002338391, 63191.904652012708539 ] } }, +{ "type": "Feature", "properties": { "id": 2712074757, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297197.511324105551466, 62146.249831497138075 ] } }, +{ "type": "Feature", "properties": { "id": 2712074758, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 297207.840531994181219, 62189.878348069738422 ] } }, +{ "type": "Feature", "properties": { "id": 2712074890, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297598.112478240742348, 63186.509842168568866 ] } }, +{ "type": "Feature", "properties": { "id": 2713422245, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301690.282952134555671, 60912.34420841622341 ] } }, +{ "type": "Feature", "properties": { "id": 2713422339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301505.816052482638042, 61383.364473868408822 ] } }, +{ "type": "Feature", "properties": { "id": 2713434234, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 301439.440765941981226, 61281.259983372678107 ] } }, +{ "type": "Feature", "properties": { "id": 2713484777, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302992.765669519256335, 57025.672919201409968 ] } }, +{ "type": "Feature", "properties": { "id": 2713484778, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303034.030962212942541, 57060.425994177836401 ] } }, +{ "type": "Feature", "properties": { "id": 2713484783, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302730.250725935213268, 57033.620133587195596 ] } }, +{ "type": "Feature", "properties": { "id": 2713490427, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303156.724328889918979, 56719.468695487659716 ] } }, +{ "type": "Feature", "properties": { "id": 2713490437, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302721.875329119618982, 57007.776645463389286 ] } }, +{ "type": "Feature", "properties": { "id": 2713490446, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303463.068844895053189, 56804.328229548846139 ] } }, +{ "type": "Feature", "properties": { "id": 2713490449, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303069.60494293278316, 56820.251988336531213 ] } }, +{ "type": "Feature", "properties": { "id": 2713490479, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302962.484402383444831, 56942.208946130667755 ] } }, +{ "type": "Feature", "properties": { "id": 2713490842, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303221.818564261950087, 56840.65007358820003 ] } }, +{ "type": "Feature", "properties": { "id": 2713495189, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303183.772886223217938, 56817.758511292224284 ] } }, +{ "type": "Feature", "properties": { "id": 2713495194, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303085.778743592149112, 56703.765111519969651 ] } }, +{ "type": "Feature", "properties": { "id": 2713495201, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303202.493033707840368, 56783.453921317217464 ] } }, +{ "type": "Feature", "properties": { "id": 2713495202, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303090.953759736323263, 56668.183773402808583 ] } }, +{ "type": "Feature", "properties": { "id": 2713495837, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303365.73385462234728, 56668.303554717946099 ] } }, +{ "type": "Feature", "properties": { "id": 2714192701, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304653.650449943146668, 70299.711080221473821 ] } }, +{ "type": "Feature", "properties": { "id": 2714216785, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304795.348877622163855, 70215.92481366120046 ] } }, +{ "type": "Feature", "properties": { "id": 2714216810, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304900.88167679059552, 70302.836197139768046 ] } }, +{ "type": "Feature", "properties": { "id": 2714216811, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304938.193045886291657, 70349.459270989624201 ] } }, +{ "type": "Feature", "properties": { "id": 2714226125, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304728.856551226694137, 70491.658860514842672 ] } }, +{ "type": "Feature", "properties": { "id": 2714230679, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304302.584267104684841, 70600.692545064681326 ] } }, +{ "type": "Feature", "properties": { "id": 2714372087, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307284.449968278291635, 64331.352824185669306 ] } }, +{ "type": "Feature", "properties": { "id": 2714704334, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302021.25895264511928, 64648.720753856752708 ] } }, +{ "type": "Feature", "properties": { "id": 2714704420, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302134.051044078718405, 64528.868815660200198 ] } }, +{ "type": "Feature", "properties": { "id": 2714777513, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302052.813893188140355, 64710.577533850679174 ] } }, +{ "type": "Feature", "properties": { "id": 2714777530, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301923.944287372229155, 64729.605665177019546 ] } }, +{ "type": "Feature", "properties": { "id": 2714777535, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302099.209734187403228, 64694.493104762383155 ] } }, +{ "type": "Feature", "properties": { "id": 2714777536, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302077.3137588549871, 64655.090537304597092 ] } }, +{ "type": "Feature", "properties": { "id": 2714777541, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302183.674404938938096, 64497.535640479021822 ] } }, +{ "type": "Feature", "properties": { "id": 2714805246, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302167.428339110629167, 64966.898602967448824 ] } }, +{ "type": "Feature", "properties": { "id": 2714805259, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302214.496924912906252, 64851.265050160385726 ] } }, +{ "type": "Feature", "properties": { "id": 2714805263, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302228.029752137488686, 64843.644004747446161 ] } }, +{ "type": "Feature", "properties": { "id": 2714805284, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302066.266705814457964, 64989.7449853744547 ] } }, +{ "type": "Feature", "properties": { "id": 2714913599, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302249.869867269473616, 65062.237098303579842 ] } }, +{ "type": "Feature", "properties": { "id": 2714913600, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302251.801455605134834, 65066.473858800534799 ] } }, +{ "type": "Feature", "properties": { "id": 2714986494, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301203.323821584403049, 66382.408978996798396 ] } }, +{ "type": "Feature", "properties": { "id": 2715202789, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309249.927264274738263, 64696.16556035028043 ] } }, +{ "type": "Feature", "properties": { "id": 2715230236, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309233.854578068014234, 64667.763117112692271 ] } }, +{ "type": "Feature", "properties": { "id": 2715249073, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309362.664213005977217, 64711.981224248724175 ] } }, +{ "type": "Feature", "properties": { "id": 2715447758, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302520.863104367803317, 65807.4676419437601 ] } }, +{ "type": "Feature", "properties": { "id": 2715511994, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301960.628851986664813, 64887.200869850465097 ] } }, +{ "type": "Feature", "properties": { "id": 2715512001, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301938.097054871730506, 64814.756398933408491 ] } }, +{ "type": "Feature", "properties": { "id": 2715512014, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301963.106591203191783, 65262.102818395076611 ] } }, +{ "type": "Feature", "properties": { "id": 2715512021, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302032.671201512275729, 65324.393364525232755 ] } }, +{ "type": "Feature", "properties": { "id": 2716011938, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301698.317456392513122, 65227.300662929519603 ] } }, +{ "type": "Feature", "properties": { "id": 2716011967, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302159.383957171521615, 66038.224954709206941 ] } }, +{ "type": "Feature", "properties": { "id": 2716012047, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302185.251755375356879, 65701.456462175425258 ] } }, +{ "type": "Feature", "properties": { "id": 2716012089, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301840.638434721506201, 65486.588575579546159 ] } }, +{ "type": "Feature", "properties": { "id": 2716012126, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301957.940392152580898, 65307.428510363351961 ] } }, +{ "type": "Feature", "properties": { "id": 2716126858, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300977.291242453735322, 65824.047346329942229 ] } }, +{ "type": "Feature", "properties": { "id": 2716231111, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300976.040799703274388, 65535.987211548948835 ] } }, +{ "type": "Feature", "properties": { "id": 2716231114, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300959.93330653605517, 65545.304689235708793 ] } }, +{ "type": "Feature", "properties": { "id": 2716231269, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300987.638172400533222, 65529.634488114956184 ] } }, +{ "type": "Feature", "properties": { "id": 2716435079, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275025.926596811274067, 44612.535070869227638 ] } }, +{ "type": "Feature", "properties": { "id": 2716458662, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 297817.237864075636026, 85003.443862927015289 ] } }, +{ "type": "Feature", "properties": { "id": 2716458768, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297692.967093949264381, 84179.944922851282172 ] } }, +{ "type": "Feature", "properties": { "id": 2717293852, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301166.688350377604365, 65858.38782845530659 ] } }, +{ "type": "Feature", "properties": { "id": 2717355367, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301283.864776010625064, 66274.399939292212366 ] } }, +{ "type": "Feature", "properties": { "id": 2717355372, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301509.979527584218886, 66249.44918722147122 ] } }, +{ "type": "Feature", "properties": { "id": 2717355374, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301232.339765033742879, 66214.661048102585482 ] } }, +{ "type": "Feature", "properties": { "id": 2717542599, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301771.014906899537891, 65669.997979506442789 ] } }, +{ "type": "Feature", "properties": { "id": 2717542874, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301721.42994319810532, 65577.637641495035496 ] } }, +{ "type": "Feature", "properties": { "id": 2717542877, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301767.800289198348764, 65642.462066698150011 ] } }, +{ "type": "Feature", "properties": { "id": 2717542956, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301639.001902360410895, 65416.644265179464128 ] } }, +{ "type": "Feature", "properties": { "id": 2717543028, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301739.455630216165446, 65633.982995108672185 ] } }, +{ "type": "Feature", "properties": { "id": 2717543399, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301721.37256681866711, 65824.18308402558614 ] } }, +{ "type": "Feature", "properties": { "id": 2717543432, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301806.478608371398877, 65545.039372082363116 ] } }, +{ "type": "Feature", "properties": { "id": 2717543451, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301858.659923329832964, 65556.913590880620177 ] } }, +{ "type": "Feature", "properties": { "id": 2717543476, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301703.976213566667866, 65833.922262919382774 ] } }, +{ "type": "Feature", "properties": { "id": 2717543522, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301586.127656825527083, 65625.476176034935634 ] } }, +{ "type": "Feature", "properties": { "id": 2717543551, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301694.955893097445369, 65839.003602776356274 ] } }, +{ "type": "Feature", "properties": { "id": 2717543618, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301499.697495050379075, 66126.174288833979517 ] } }, +{ "type": "Feature", "properties": { "id": 2717543654, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301303.336382275796495, 65445.807111886439088 ] } }, +{ "type": "Feature", "properties": { "id": 2717845623, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303346.650300480017904, 66056.882429193719872 ] } }, +{ "type": "Feature", "properties": { "id": 2717862922, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303301.561932606331538, 66043.306394580416963 ] } }, +{ "type": "Feature", "properties": { "id": 2718017517, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302630.291577770025469, 66061.252788076046272 ] } }, +{ "type": "Feature", "properties": { "id": 2718042381, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302757.758519510098267, 66291.323738200269872 ] } }, +{ "type": "Feature", "properties": { "id": 2718042387, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302817.626785886415746, 66398.945275405654684 ] } }, +{ "type": "Feature", "properties": { "id": 2718042388, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302820.201713825343177, 66403.606055165233556 ] } }, +{ "type": "Feature", "properties": { "id": 2718042398, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 302735.13494881807128, 66499.735407423358993 ] } }, +{ "type": "Feature", "properties": { "id": 2718050708, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302860.777250852726866, 66423.108068124594865 ] } }, +{ "type": "Feature", "properties": { "id": 2718050712, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302866.571041349729057, 66432.853526542356121 ] } }, +{ "type": "Feature", "properties": { "id": 2718050715, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302868.502082392689772, 66436.666837707642117 ] } }, +{ "type": "Feature", "properties": { "id": 2718138977, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302919.484209180925973, 66202.426038023317233 ] } }, +{ "type": "Feature", "properties": { "id": 2718142271, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303159.740259540616535, 66268.185556050942978 ] } }, +{ "type": "Feature", "properties": { "id": 2719659712, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312325.308318302384578, 63914.416174108468113 ] } }, +{ "type": "Feature", "properties": { "id": 2721574108, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301171.828311257821042, 65945.653892923422973 ] } }, +{ "type": "Feature", "properties": { "id": 2721574123, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301081.639480395882856, 65936.320563845612924 ] } }, +{ "type": "Feature", "properties": { "id": 2722857800, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301185.372386602801271, 65848.647591992485104 ] } }, +{ "type": "Feature", "properties": { "id": 2723493286, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302675.318090104556177, 66248.931663315524929 ] } }, +{ "type": "Feature", "properties": { "id": 2723681306, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303616.334817174240015, 66543.322828342730645 ] } }, +{ "type": "Feature", "properties": { "id": 2723721044, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303993.688647453091107, 66776.930599423954845 ] } }, +{ "type": "Feature", "properties": { "id": 2723743081, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303474.707980006933212, 66353.474036664440064 ] } }, +{ "type": "Feature", "properties": { "id": 2723749687, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303575.111212608229835, 66537.37213275936665 ] } }, +{ "type": "Feature", "properties": { "id": 2723749985, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303590.559018078492954, 66562.373086172534386 ] } }, +{ "type": "Feature", "properties": { "id": 2723751143, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303652.986443409405183, 66676.356946345083998 ] } }, +{ "type": "Feature", "properties": { "id": 2723765562, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303580.065817090682685, 66947.860609288531123 ] } }, +{ "type": "Feature", "properties": { "id": 2723782890, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303681.745728733716533, 67133.455396697230753 ] } }, +{ "type": "Feature", "properties": { "id": 2723782910, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303826.100502022949513, 66991.192877503839554 ] } }, +{ "type": "Feature", "properties": { "id": 2723805724, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303166.664895953377709, 66645.208602393584442 ] } }, +{ "type": "Feature", "properties": { "id": 2723809069, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303135.770972683734726, 66585.041660250572022 ] } }, +{ "type": "Feature", "properties": { "id": 2723812948, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303122.865056615555659, 66638.835705864839838 ] } }, +{ "type": "Feature", "properties": { "id": 2723812952, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303155.683899130730424, 66716.371766359414323 ] } }, +{ "type": "Feature", "properties": { "id": 2723812979, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303032.665944625798147, 66681.159988421422895 ] } }, +{ "type": "Feature", "properties": { "id": 2723813006, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303056.462089265289251, 66771.82408401183784 ] } }, +{ "type": "Feature", "properties": { "id": 2723813008, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303072.553362633916549, 66801.484029612271115 ] } }, +{ "type": "Feature", "properties": { "id": 2723819773, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303167.811309610726312, 66976.478583277115831 ] } }, +{ "type": "Feature", "properties": { "id": 2723866723, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303065.448495745251421, 66848.07909200656286 ] } }, +{ "type": "Feature", "properties": { "id": 2723870222, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303103.424318581004627, 66915.450241818456561 ] } }, +{ "type": "Feature", "properties": { "id": 2723870229, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303157.490102981682867, 67012.058113227132708 ] } }, +{ "type": "Feature", "properties": { "id": 2723918792, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302915.240317474352196, 67163.190431095630629 ] } }, +{ "type": "Feature", "properties": { "id": 2723924803, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303014.33771229092963, 67397.491210553838755 ] } }, +{ "type": "Feature", "properties": { "id": 2723953331, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303124.446183752734214, 67470.399315820715856 ] } }, +{ "type": "Feature", "properties": { "id": 2723965261, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303555.363279245211743, 67417.217985711889924 ] } }, +{ "type": "Feature", "properties": { "id": 2723971376, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304149.375943240884226, 67125.230617961409735 ] } }, +{ "type": "Feature", "properties": { "id": 2723997240, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304097.046490164182615, 67407.331402996802353 ] } }, +{ "type": "Feature", "properties": { "id": 2723997250, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304122.782629040069878, 67456.485470126775908 ] } }, +{ "type": "Feature", "properties": { "id": 2724050177, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303842.623660489683971, 67422.445095284871059 ] } }, +{ "type": "Feature", "properties": { "id": 2724057631, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304124.673532369895838, 67530.619795460414025 ] } }, +{ "type": "Feature", "properties": { "id": 2724066791, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303998.342698254738934, 67699.997914497012971 ] } }, +{ "type": "Feature", "properties": { "id": 2724068685, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304015.716292688972317, 67729.660645759911858 ] } }, +{ "type": "Feature", "properties": { "id": 2724072548, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303960.955057593644597, 67759.708047664942569 ] } }, +{ "type": "Feature", "properties": { "id": 2724072571, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303838.549135729146656, 67826.998892948264256 ] } }, +{ "type": "Feature", "properties": { "id": 2724095356, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304014.965969004144426, 67925.372161054270691 ] } }, +{ "type": "Feature", "properties": { "id": 2724131082, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304024.944595579931047, 68524.375009790732292 ] } }, +{ "type": "Feature", "properties": { "id": 2724131083, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304026.87495383474743, 68527.34139585167577 ] } }, +{ "type": "Feature", "properties": { "id": 2724131830, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304040.385334869730286, 68551.918685309050488 ] } }, +{ "type": "Feature", "properties": { "id": 2724163724, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303756.964449673250783, 68681.396759981129435 ] } }, +{ "type": "Feature", "properties": { "id": 2724163731, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303999.825964694609866, 68529.868429823181941 ] } }, +{ "type": "Feature", "properties": { "id": 2724165752, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303927.122074411541689, 68403.590921217401046 ] } }, +{ "type": "Feature", "properties": { "id": 2724171604, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303738.409902338811662, 68442.466069956179126 ] } }, +{ "type": "Feature", "properties": { "id": 2724181868, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303774.792115001822822, 67818.917313378697145 ] } }, +{ "type": "Feature", "properties": { "id": 2724212339, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317608.345459855510853, 60001.988195057027042 ] } }, +{ "type": "Feature", "properties": { "id": 2724212851, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303547.400321765686385, 67904.799366560764611 ] } }, +{ "type": "Feature", "properties": { "id": 2724212854, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303609.217479737009853, 67927.704701948765432 ] } }, +{ "type": "Feature", "properties": { "id": 2724223861, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303318.74532056361204, 67947.055101694524637 ] } }, +{ "type": "Feature", "properties": { "id": 2724223877, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303410.801418491289951, 68037.751447325586923 ] } }, +{ "type": "Feature", "properties": { "id": 2724223896, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303374.730904986674432, 68047.901753033540444 ] } }, +{ "type": "Feature", "properties": { "id": 2724236668, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303888.004586077120621, 68086.703147627529688 ] } }, +{ "type": "Feature", "properties": { "id": 2724249548, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303295.463923941133544, 68162.243137415149249 ] } }, +{ "type": "Feature", "properties": { "id": 2724279401, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303865.171474805450998, 68645.444888003388769 ] } }, +{ "type": "Feature", "properties": { "id": 2724291888, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304426.516542444587685, 68989.738652530373656 ] } }, +{ "type": "Feature", "properties": { "id": 2724291890, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304451.602301838924177, 69036.775488270432106 ] } }, +{ "type": "Feature", "properties": { "id": 2725606562, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301242.784811346500646, 57716.085827744616836 ] } }, +{ "type": "Feature", "properties": { "id": 2730322784, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284225.758874812512659, 73512.153534632903757 ] } }, +{ "type": "Feature", "properties": { "id": 2730322786, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 284217.983716667979024, 73487.599990098096896 ] } }, +{ "type": "Feature", "properties": { "id": 2730340799, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284247.094686518248636, 73558.282951174871414 ] } }, +{ "type": "Feature", "properties": { "id": 2730340825, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282658.56825562287122, 73734.255133510974701 ] } }, +{ "type": "Feature", "properties": { "id": 2730340849, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282677.222892367455643, 73730.822386267987895 ] } }, +{ "type": "Feature", "properties": { "id": 2731108933, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299121.859000079275575, 59882.395703654554382 ] } }, +{ "type": "Feature", "properties": { "id": 2731261234, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296953.261133228137624, 62226.409735799141345 ] } }, +{ "type": "Feature", "properties": { "id": 2731306623, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297336.610532030521426, 68962.205263772702892 ] } }, +{ "type": "Feature", "properties": { "id": 2731319074, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298141.397641205869149, 68348.982006549791549 ] } }, +{ "type": "Feature", "properties": { "id": 2740316948, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275526.331774979364127, 86772.562116480228724 ] } }, +{ "type": "Feature", "properties": { "id": 2740930340, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275749.937726749572903, 86787.074376140837558 ] } }, +{ "type": "Feature", "properties": { "id": 2740930341, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275733.738341832067817, 86744.764262062468333 ] } }, +{ "type": "Feature", "properties": { "id": 2744832035, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300848.343024995760061, 66721.677834724352579 ] } }, +{ "type": "Feature", "properties": { "id": 2744871019, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301626.391172146657482, 67097.981059003228438 ] } }, +{ "type": "Feature", "properties": { "id": 2744875779, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301528.455439726181794, 67244.108534703293117 ] } }, +{ "type": "Feature", "properties": { "id": 2744875787, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301527.802147928858176, 67288.588342637143796 ] } }, +{ "type": "Feature", "properties": { "id": 2744965101, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301563.832706937857438, 67472.869952074179309 ] } }, +{ "type": "Feature", "properties": { "id": 2744965206, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301595.385994071955793, 67504.224470767236198 ] } }, +{ "type": "Feature", "properties": { "id": 2744978604, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301632.74328429880552, 67501.267294005549047 ] } }, +{ "type": "Feature", "properties": { "id": 2744981542, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301653.345326077309437, 67539.397550051144208 ] } }, +{ "type": "Feature", "properties": { "id": 2745003123, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301752.490495281352196, 67719.458335380229983 ] } }, +{ "type": "Feature", "properties": { "id": 2745005716, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301677.788048846356105, 67681.315321025875164 ] } }, +{ "type": "Feature", "properties": { "id": 2745005783, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301662.342118633037899, 67629.630347679994884 ] } }, +{ "type": "Feature", "properties": { "id": 2745018029, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301435.613875038281549, 67711.764890654143528 ] } }, +{ "type": "Feature", "properties": { "id": 2745087230, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301495.464593024516944, 67944.34348839406448 ] } }, +{ "type": "Feature", "properties": { "id": 2745119754, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301559.872505166393239, 67926.564801197062479 ] } }, +{ "type": "Feature", "properties": { "id": 2745122899, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301791.11774879618315, 67787.246596564727952 ] } }, +{ "type": "Feature", "properties": { "id": 2745321892, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301815.581968320650049, 67827.496350479545072 ] } }, +{ "type": "Feature", "properties": { "id": 2745359367, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301575.966270657547284, 67960.881344176537823 ] } }, +{ "type": "Feature", "properties": { "id": 2745359371, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301747.303672305890359, 67864.758359714614926 ] } }, +{ "type": "Feature", "properties": { "id": 2745359376, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301576.60904632054735, 67966.812145893505658 ] } }, +{ "type": "Feature", "properties": { "id": 2745370285, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301640.343785145669244, 68080.355886175544583 ] } }, +{ "type": "Feature", "properties": { "id": 2745375768, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301335.71557227417361, 68092.155915370589355 ] } }, +{ "type": "Feature", "properties": { "id": 2745418639, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300288.053828618547413, 63648.714685086131794 ] } }, +{ "type": "Feature", "properties": { "id": 2745426666, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301975.228387025999837, 68121.105181530350819 ] } }, +{ "type": "Feature", "properties": { "id": 2745426670, "poi_type_1": "health_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301990.677260678901803, 68149.915417294425424 ] } }, +{ "type": "Feature", "properties": { "id": 2745436354, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301863.201771905412897, 67986.365274834039155 ] } }, +{ "type": "Feature", "properties": { "id": 2745436362, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301675.750348664354533, 68146.872007612022571 ] } }, +{ "type": "Feature", "properties": { "id": 2745450958, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301912.12543142051436, 68076.184981517755659 ] } }, +{ "type": "Feature", "properties": { "id": 2745482869, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301586.23192812333582, 68142.616072281845845 ] } }, +{ "type": "Feature", "properties": { "id": 2745500634, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301577.819838430150412, 68329.006661306280876 ] } }, +{ "type": "Feature", "properties": { "id": 2745527658, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301795.486444963491522, 68362.522223537642276 ] } }, +{ "type": "Feature", "properties": { "id": 2745620594, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301715.566701758129057, 68634.466788725883816 ] } }, +{ "type": "Feature", "properties": { "id": 2750693537, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300724.973084454075433, 63593.674453765532235 ] } }, +{ "type": "Feature", "properties": { "id": 2758287019, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302346.595677443488967, 68864.241833278763806 ] } }, +{ "type": "Feature", "properties": { "id": 2758302143, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302405.806361297669355, 68968.047634561589803 ] } }, +{ "type": "Feature", "properties": { "id": 2758510386, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302330.993950612028129, 69329.371200234760181 ] } }, +{ "type": "Feature", "properties": { "id": 2758510453, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302336.142774992331397, 69337.421600138244685 ] } }, +{ "type": "Feature", "properties": { "id": 2758540977, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302383.765146712015849, 69423.43161121486628 ] } }, +{ "type": "Feature", "properties": { "id": 2758620389, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301782.512384559435304, 68752.24880027344625 ] } }, +{ "type": "Feature", "properties": { "id": 2758620398, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301900.392217708867975, 68623.497881029179553 ] } }, +{ "type": "Feature", "properties": { "id": 2758620825, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301928.070869464660063, 68671.797648322666646 ] } }, +{ "type": "Feature", "properties": { "id": 2758640932, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301847.550196721451357, 68765.396966445885482 ] } }, +{ "type": "Feature", "properties": { "id": 2758640951, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302005.953848763369024, 68813.30723678341019 ] } }, +{ "type": "Feature", "properties": { "id": 2758640953, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301979.564289564732462, 68764.583893810631707 ] } }, +{ "type": "Feature", "properties": { "id": 2758662037, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302078.03957307653036, 68950.156228230756824 ] } }, +{ "type": "Feature", "properties": { "id": 2758684017, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301796.673266346391756, 68778.940248643193627 ] } }, +{ "type": "Feature", "properties": { "id": 2758752386, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302069.619670887419488, 69123.414259612880414 ] } }, +{ "type": "Feature", "properties": { "id": 2758752411, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302076.056323973287363, 69133.159314947246457 ] } }, +{ "type": "Feature", "properties": { "id": 2758752671, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302167.504592682351358, 69102.261328786655213 ] } }, +{ "type": "Feature", "properties": { "id": 2758924029, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304245.961607356264722, 72784.850744551382377 ] } }, +{ "type": "Feature", "properties": { "id": 2758924035, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304256.892166027915664, 72803.920018266566331 ] } }, +{ "type": "Feature", "properties": { "id": 2759204798, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302092.76070144190453, 69267.451450346037745 ] } }, +{ "type": "Feature", "properties": { "id": 2759204911, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302102.414537218515761, 69285.246216087616631 ] } }, +{ "type": "Feature", "properties": { "id": 2759204916, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302184.823391611455008, 69331.021038163235062 ] } }, +{ "type": "Feature", "properties": { "id": 2759338817, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302325.084483494341839, 69692.411532944912324 ] } }, +{ "type": "Feature", "properties": { "id": 2759444356, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302450.025548496749252, 69612.38771916841506 ] } }, +{ "type": "Feature", "properties": { "id": 2761099883, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302533.70869388023857, 69680.618731650014524 ] } }, +{ "type": "Feature", "properties": { "id": 2761444458, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302608.896458199305926, 70098.334262959557236 ] } }, +{ "type": "Feature", "properties": { "id": 2761499679, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302576.690174467861652, 70137.296025265110075 ] } }, +{ "type": "Feature", "properties": { "id": 2761499687, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302589.558282626327127, 70162.717734821679187 ] } }, +{ "type": "Feature", "properties": { "id": 2761564493, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 302743.978265226876829, 70441.939227340553771 ] } }, +{ "type": "Feature", "properties": { "id": 2761564538, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302725.970874868275132, 70388.556396872168989 ] } }, +{ "type": "Feature", "properties": { "id": 2761578512, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303088.554397518688347, 70130.290617880382342 ] } }, +{ "type": "Feature", "properties": { "id": 2761630143, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302918.476493971655145, 70386.511791119017289 ] } }, +{ "type": "Feature", "properties": { "id": 2761651096, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303345.981362177932169, 70381.185870166547829 ] } }, +{ "type": "Feature", "properties": { "id": 2761651148, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303020.768769832211547, 70573.793113229650771 ] } }, +{ "type": "Feature", "properties": { "id": 2761671642, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302989.859426481358241, 70589.454504608132993 ] } }, +{ "type": "Feature", "properties": { "id": 2761677763, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303004.01311593153514, 70614.453852489881683 ] } }, +{ "type": "Feature", "properties": { "id": 2761716454, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304695.063014201354235, 68959.82731856337341 ] } }, +{ "type": "Feature", "properties": { "id": 2761809236, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304630.460752268787473, 69290.209912754333345 ] } }, +{ "type": "Feature", "properties": { "id": 2761815305, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304995.031840859854128, 69127.777261703886325 ] } }, +{ "type": "Feature", "properties": { "id": 2761822752, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304470.743683847540524, 69329.508243778851465 ] } }, +{ "type": "Feature", "properties": { "id": 2761822754, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304498.402642919449136, 69378.241297276239493 ] } }, +{ "type": "Feature", "properties": { "id": 2761822769, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304581.535625671443995, 69268.998444809141802 ] } }, +{ "type": "Feature", "properties": { "id": 2762327817, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304471.873937698896043, 69590.035137879036483 ] } }, +{ "type": "Feature", "properties": { "id": 2762327885, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304580.731064096675254, 69528.253277259369497 ] } }, +{ "type": "Feature", "properties": { "id": 2762328008, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304969.008367765578441, 69523.420612232293934 ] } }, +{ "type": "Feature", "properties": { "id": 2762330028, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 305890.590395716368221, 59618.233716995891882 ] } }, +{ "type": "Feature", "properties": { "id": 2762343473, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306689.163361612474546, 59229.610505504555476 ] } }, +{ "type": "Feature", "properties": { "id": 2762358880, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306739.639039320871234, 59738.840941668015148 ] } }, +{ "type": "Feature", "properties": { "id": 2762362708, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305195.063341136905365, 69460.033019768423401 ] } }, +{ "type": "Feature", "properties": { "id": 2762394291, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304708.721106067998335, 69758.782953306508716 ] } }, +{ "type": "Feature", "properties": { "id": 2762425310, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304062.034341167192906, 70172.699841192850727 ] } }, +{ "type": "Feature", "properties": { "id": 2762466945, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303560.326750208099838, 70484.649379411304835 ] } }, +{ "type": "Feature", "properties": { "id": 2762470553, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303630.476119821949396, 70539.754159204399912 ] } }, +{ "type": "Feature", "properties": { "id": 2762470557, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303668.426758545800112, 70609.246657645810046 ] } }, +{ "type": "Feature", "properties": { "id": 2762496227, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304096.554896169574931, 70618.79117689258419 ] } }, +{ "type": "Feature", "properties": { "id": 2762513256, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303854.413478403759655, 70751.677809613451245 ] } }, +{ "type": "Feature", "properties": { "id": 2762553956, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303796.42692058585817, 70838.913651797513012 ] } }, +{ "type": "Feature", "properties": { "id": 2762571608, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303621.939419404196087, 70880.764539915820933 ] } }, +{ "type": "Feature", "properties": { "id": 2764173377, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321961.942411833442748, 65321.13207955413236 ] } }, +{ "type": "Feature", "properties": { "id": 2764230298, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 323016.23002905503381, 68758.627940400605439 ] } }, +{ "type": "Feature", "properties": { "id": 2765091411, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301468.309639345272444, 48964.735802532784874 ] } }, +{ "type": "Feature", "properties": { "id": 2765266905, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302862.931977011379786, 70838.91676836941042 ] } }, +{ "type": "Feature", "properties": { "id": 2765266922, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302844.919730070745572, 70802.902060303793405 ] } }, +{ "type": "Feature", "properties": { "id": 2765322377, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302895.097724556864705, 70899.507051185180899 ] } }, +{ "type": "Feature", "properties": { "id": 2765382209, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304857.3162531881826, 69974.925349272394669 ] } }, +{ "type": "Feature", "properties": { "id": 2765415612, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305083.174991491541732, 70175.449577333391062 ] } }, +{ "type": "Feature", "properties": { "id": 2765465542, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305474.84086829260923, 69896.563535487162881 ] } }, +{ "type": "Feature", "properties": { "id": 2765549885, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305476.321187881054357, 70505.730677841755096 ] } }, +{ "type": "Feature", "properties": { "id": 2765549932, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305581.168288176122587, 70632.048024846008047 ] } }, +{ "type": "Feature", "properties": { "id": 2765578547, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305309.989905707596336, 70820.359438063722337 ] } }, +{ "type": "Feature", "properties": { "id": 2765578587, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305331.886136782064568, 70810.208303186576813 ] } }, +{ "type": "Feature", "properties": { "id": 2765578595, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305340.902285430172924, 70805.978605311378487 ] } }, +{ "type": "Feature", "properties": { "id": 2765578605, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305365.375619476952124, 70793.287708162461058 ] } }, +{ "type": "Feature", "properties": { "id": 2765578612, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305384.056120756082237, 70778.898187783765025 ] } }, +{ "type": "Feature", "properties": { "id": 2765578703, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305322.189604749437422, 70865.272008467945852 ] } }, +{ "type": "Feature", "properties": { "id": 2765742254, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304434.425079751992598, 70834.609038254333427 ] } }, +{ "type": "Feature", "properties": { "id": 2765765931, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304292.604579946259037, 71156.053487187324208 ] } }, +{ "type": "Feature", "properties": { "id": 2767369780, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304852.731620729784481, 71073.793939546681941 ] } }, +{ "type": "Feature", "properties": { "id": 2767369784, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304604.755974558007438, 71273.584358347521629 ] } }, +{ "type": "Feature", "properties": { "id": 2767369849, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304794.771798182860948, 71105.527678188635036 ] } }, +{ "type": "Feature", "properties": { "id": 2767369865, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304892.617259509628639, 71116.18231921872939 ] } }, +{ "type": "Feature", "properties": { "id": 2767369894, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304279.61602179822512, 71351.758827186669805 ] } }, +{ "type": "Feature", "properties": { "id": 2767369937, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304249.994260320672765, 71368.262954023681232 ] } }, +{ "type": "Feature", "properties": { "id": 2767369945, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304198.478426706977189, 71397.039740208027069 ] } }, +{ "type": "Feature", "properties": { "id": 2767369948, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304546.956964668235742, 71048.182263933427748 ] } }, +{ "type": "Feature", "properties": { "id": 2767369969, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304594.542319257627241, 71134.630342265052604 ] } }, +{ "type": "Feature", "properties": { "id": 2767370017, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304028.458334355324041, 71529.962128638129798 ] } }, +{ "type": "Feature", "properties": { "id": 2767370101, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304614.47836622199975, 71167.685190392061486 ] } }, +{ "type": "Feature", "properties": { "id": 2767432738, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304041.3618742680992, 71477.016537854462513 ] } }, +{ "type": "Feature", "properties": { "id": 2767432851, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304038.831615118251648, 71395.256294202888967 ] } }, +{ "type": "Feature", "properties": { "id": 2767531716, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304409.256183433055412, 72016.073076658096397 ] } }, +{ "type": "Feature", "properties": { "id": 2767552427, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304838.81669866462471, 71678.292026183931739 ] } }, +{ "type": "Feature", "properties": { "id": 2767633739, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305145.796259888273198, 71783.557454439651337 ] } }, +{ "type": "Feature", "properties": { "id": 2767720019, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304504.417541145405266, 72187.273536312117358 ] } }, +{ "type": "Feature", "properties": { "id": 2767720025, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304524.992221370281186, 72224.564800136256963 ] } }, +{ "type": "Feature", "properties": { "id": 2767720032, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304533.392138086492196, 72172.04087851314398 ] } }, +{ "type": "Feature", "properties": { "id": 2767863006, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305012.094345535966568, 72453.634781707252841 ] } }, +{ "type": "Feature", "properties": { "id": 2767863016, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305022.38063535746187, 72471.433877130155452 ] } }, +{ "type": "Feature", "properties": { "id": 2767863020, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305024.308697158005089, 72475.671404904191149 ] } }, +{ "type": "Feature", "properties": { "id": 2767863027, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305030.737668608897366, 72486.689943418954499 ] } }, +{ "type": "Feature", "properties": { "id": 2768086327, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305008.169293354090769, 72546.828902443754487 ] } }, +{ "type": "Feature", "properties": { "id": 2768171719, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304554.098677283676807, 73039.631025464535924 ] } }, +{ "type": "Feature", "properties": { "id": 2768305932, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304272.005186968424823, 73381.325638754904503 ] } }, +{ "type": "Feature", "properties": { "id": 2768316981, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304290.968516129010823, 72864.941283176245634 ] } }, +{ "type": "Feature", "properties": { "id": 2768317001, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304286.46912239753874, 72854.771745415098849 ] } }, +{ "type": "Feature", "properties": { "id": 2768338990, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304100.34340811270522, 73073.255074915083242 ] } }, +{ "type": "Feature", "properties": { "id": 2768419049, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303371.705046965798829, 71857.092516753531527 ] } }, +{ "type": "Feature", "properties": { "id": 2768438938, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303477.456740077410359, 71464.444701273867395 ] } }, +{ "type": "Feature", "properties": { "id": 2768438958, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303268.838821880694013, 71572.372864367673174 ] } }, +{ "type": "Feature", "properties": { "id": 2768450158, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303388.725605388171971, 71236.919026590243448 ] } }, +{ "type": "Feature", "properties": { "id": 2768450166, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303446.614153964386787, 71342.851026750722667 ] } }, +{ "type": "Feature", "properties": { "id": 2768451021, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303375.553127620602027, 71888.018627499623108 ] } }, +{ "type": "Feature", "properties": { "id": 2768451031, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303451.456682427902706, 72001.160582001728471 ] } }, +{ "type": "Feature", "properties": { "id": 2768451039, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303443.083801192813553, 72011.747210911707953 ] } }, +{ "type": "Feature", "properties": { "id": 2768451052, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303373.549519113847055, 72046.875718726529158 ] } }, +{ "type": "Feature", "properties": { "id": 2768881130, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312896.657946330436971, 60346.846065126039321 ] } }, +{ "type": "Feature", "properties": { "id": 2768881133, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312439.104519888060167, 62153.208148216981499 ] } }, +{ "type": "Feature", "properties": { "id": 2768914083, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312902.275640775565989, 61562.209363738737011 ] } }, +{ "type": "Feature", "properties": { "id": 2768914097, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312897.067187066655606, 61591.853408337534347 ] } }, +{ "type": "Feature", "properties": { "id": 2770909016, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280911.344406585965771, 84923.179002695454983 ] } }, +{ "type": "Feature", "properties": { "id": 2770909019, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280912.083421777933836, 84960.456676775662345 ] } }, +{ "type": "Feature", "properties": { "id": 2772435019, "poi_type_1": "coffee", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300472.706732268095948, 58166.297885400148516 ] } }, +{ "type": "Feature", "properties": { "id": 2773975816, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 281413.889697495033033, 87495.887281829083804 ] } }, +{ "type": "Feature", "properties": { "id": 2773975844, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 281354.40603314130567, 87596.438593555183616 ] } }, +{ "type": "Feature", "properties": { "id": 2774078098, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300439.8533616354689, 57557.139553416636772 ] } }, +{ "type": "Feature", "properties": { "id": 2774949526, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301256.264019343187101, 65689.802672151432489 ] } }, +{ "type": "Feature", "properties": { "id": 2776282891, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301771.366955499514006, 64199.622763541534368 ] } }, +{ "type": "Feature", "properties": { "id": 2776497969, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 279926.466451440588571, 88057.288134175629239 ] } }, +{ "type": "Feature", "properties": { "id": 2780529701, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282728.184608589450363, 86425.137133515643654 ] } }, +{ "type": "Feature", "properties": { "id": 2780529702, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282733.948646990349516, 86417.498253046578611 ] } }, +{ "type": "Feature", "properties": { "id": 2780529724, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 282717.995027115975972, 86463.287930723061436 ] } }, +{ "type": "Feature", "properties": { "id": 2781182645, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303469.210200217901729, 60215.69405159928283 ] } }, +{ "type": "Feature", "properties": { "id": 2782000317, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301135.804921717033722, 65602.517972014844418 ] } }, +{ "type": "Feature", "properties": { "id": 2782255474, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303447.301341666199733, 60191.1141605073135 ] } }, +{ "type": "Feature", "properties": { "id": 2782255478, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303195.166576961288229, 60307.918710433703382 ] } }, +{ "type": "Feature", "properties": { "id": 2782255488, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303422.797203744354192, 60201.693158081106958 ] } }, +{ "type": "Feature", "properties": { "id": 2782255494, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303088.757623976969626, 60385.395054934466316 ] } }, +{ "type": "Feature", "properties": { "id": 2782255496, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303149.384831778588705, 60325.690911985671846 ] } }, +{ "type": "Feature", "properties": { "id": 2782255499, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303188.696881992043927, 60360.444157120815362 ] } }, +{ "type": "Feature", "properties": { "id": 2782255501, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303582.720792142150458, 60131.448787038301816 ] } }, +{ "type": "Feature", "properties": { "id": 2782255516, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303592.37784921634011, 60159.83565398769133 ] } }, +{ "type": "Feature", "properties": { "id": 2782255521, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303574.321609679376706, 60168.299208011550945 ] } }, +{ "type": "Feature", "properties": { "id": 2782255523, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303552.396696150419302, 60177.608178040929488 ] } }, +{ "type": "Feature", "properties": { "id": 2784099328, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 278354.98971321148565, 84629.033838182585896 ] } }, +{ "type": "Feature", "properties": { "id": 2784112544, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280167.10406679433072, 84151.16748041244864 ] } }, +{ "type": "Feature", "properties": { "id": 2784112550, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 280187.809280508779921, 84203.642122282733908 ] } }, +{ "type": "Feature", "properties": { "id": 2784323222, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304379.002936517528724, 64403.619153197570995 ] } }, +{ "type": "Feature", "properties": { "id": 2784617200, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316943.759147086821031, 59660.273838810971938 ] } }, +{ "type": "Feature", "properties": { "id": 2784617300, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316924.43949706753483, 59650.062872307593352 ] } }, +{ "type": "Feature", "properties": { "id": 2786913449, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316033.043107736797538, 72580.316405617209966 ] } }, +{ "type": "Feature", "properties": { "id": 2788464975, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 316941.886207118513994, 58506.341602194581355 ] } }, +{ "type": "Feature", "properties": { "id": 2789378964, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 279447.213849689636845, 82947.484275605078437 ] } }, +{ "type": "Feature", "properties": { "id": 2789405127, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 279562.304279583506286, 82729.842295566413668 ] } }, +{ "type": "Feature", "properties": { "id": 2790840179, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300896.214499822235666, 65033.566893229006382 ] } }, +{ "type": "Feature", "properties": { "id": 2790840192, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300833.073054427281022, 65038.219302749508643 ] } }, +{ "type": "Feature", "properties": { "id": 2791229512, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278856.858321624284144, 80367.129986873012967 ] } }, +{ "type": "Feature", "properties": { "id": 2791376506, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 279998.762540540541522, 80841.377236156738945 ] } }, +{ "type": "Feature", "properties": { "id": 2791807034, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 280788.302124939335044, 79370.561402708597598 ] } }, +{ "type": "Feature", "properties": { "id": 2791825400, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 281253.913872608740348, 79134.251274822061532 ] } }, +{ "type": "Feature", "properties": { "id": 2791831538, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 281264.100822206295561, 79093.980817687537638 ] } }, +{ "type": "Feature", "properties": { "id": 2791841863, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 281700.245961693639401, 78891.240399266040185 ] } }, +{ "type": "Feature", "properties": { "id": 2793475468, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 281749.774926716636401, 80196.314450094680069 ] } }, +{ "type": "Feature", "properties": { "id": 2793524598, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 281914.247164521948434, 80405.605597966728965 ] } }, +{ "type": "Feature", "properties": { "id": 2793605290, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282540.035340674337931, 79669.528307587752352 ] } }, +{ "type": "Feature", "properties": { "id": 2793605293, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282538.354764363495633, 79774.591931321425363 ] } }, +{ "type": "Feature", "properties": { "id": 2793693008, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303809.524577176605817, 62904.972260044676659 ] } }, +{ "type": "Feature", "properties": { "id": 2796448528, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302911.785048737481702, 71029.141546071565244 ] } }, +{ "type": "Feature", "properties": { "id": 2796448530, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302932.371664961799979, 71064.733829265896929 ] } }, +{ "type": "Feature", "properties": { "id": 2796448532, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302938.16155188542325, 71074.903027344058501 ] } }, +{ "type": "Feature", "properties": { "id": 2796467289, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302967.753831531968899, 71127.443829475159873 ] } }, +{ "type": "Feature", "properties": { "id": 2796467296, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303006.341096770309377, 71222.350494036756572 ] } }, +{ "type": "Feature", "properties": { "id": 2796471926, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305548.567631489189807, 65170.7274327362029 ] } }, +{ "type": "Feature", "properties": { "id": 2796607378, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 303079.082534533226863, 71229.581993832034641 ] } }, +{ "type": "Feature", "properties": { "id": 2796611309, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305281.486043919576332, 73770.016365039875382 ] } }, +{ "type": "Feature", "properties": { "id": 2796691174, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304968.085740448907018, 73768.528125622498919 ] } }, +{ "type": "Feature", "properties": { "id": 2796691184, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304857.998198503279127, 73834.116420777892927 ] } }, +{ "type": "Feature", "properties": { "id": 2796700170, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304609.498894100659527, 73989.850336982679437 ] } }, +{ "type": "Feature", "properties": { "id": 2796746411, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304841.204556840762962, 73928.573239392557298 ] } }, +{ "type": "Feature", "properties": { "id": 2796746872, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304696.915412975940853, 74149.611156984668924 ] } }, +{ "type": "Feature", "properties": { "id": 2796759877, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304723.204715343657881, 74297.048658413885278 ] } }, +{ "type": "Feature", "properties": { "id": 2796840313, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304635.146745232515968, 74137.710710366038256 ] } }, +{ "type": "Feature", "properties": { "id": 2796929069, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304696.208634148235433, 74249.162067062046845 ] } }, +{ "type": "Feature", "properties": { "id": 2797189043, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305203.738884095393587, 74512.571947378906771 ] } }, +{ "type": "Feature", "properties": { "id": 2797222919, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305122.828998876735568, 75199.208687068021391 ] } }, +{ "type": "Feature", "properties": { "id": 2797228412, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305270.119957822957076, 75269.210173708124785 ] } }, +{ "type": "Feature", "properties": { "id": 2797235652, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305330.571163807588164, 75309.074160068892525 ] } }, +{ "type": "Feature", "properties": { "id": 2797243197, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305345.943176189204678, 75405.247822297576931 ] } }, +{ "type": "Feature", "properties": { "id": 2797261815, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305260.776817901351023, 75740.273045531110256 ] } }, +{ "type": "Feature", "properties": { "id": 2797287613, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305421.170893375296146, 75472.235181864452898 ] } }, +{ "type": "Feature", "properties": { "id": 2797316319, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317319.191197369422298, 59859.81838338986563 ] } }, +{ "type": "Feature", "properties": { "id": 2797443153, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303837.138616123411339, 73023.973555795135326 ] } }, +{ "type": "Feature", "properties": { "id": 2797466255, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305500.793018869590014, 75684.105912338462076 ] } }, +{ "type": "Feature", "properties": { "id": 2797527512, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305261.271726386330556, 75948.696358718661941 ] } }, +{ "type": "Feature", "properties": { "id": 2797527516, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305240.679294265224598, 75956.306951518985443 ] } }, +{ "type": "Feature", "properties": { "id": 2797527517, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305232.95706813869765, 75959.266844584650244 ] } }, +{ "type": "Feature", "properties": { "id": 2797538556, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305171.822823528957088, 75982.94673065977986 ] } }, +{ "type": "Feature", "properties": { "id": 2797541153, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305692.251771608192939, 76027.809974755422445 ] } }, +{ "type": "Feature", "properties": { "id": 2797563217, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305361.639301003306173, 75940.719674269945244 ] } }, +{ "type": "Feature", "properties": { "id": 2797582834, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282640.723661279305816, 80649.989491800719406 ] } }, +{ "type": "Feature", "properties": { "id": 2797582835, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 282565.540290740900673, 80667.111807303488604 ] } }, +{ "type": "Feature", "properties": { "id": 2797582836, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282515.43763556011254, 80686.717211186449276 ] } }, +{ "type": "Feature", "properties": { "id": 2797582837, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282541.773793331929483, 80676.487799527400057 ] } }, +{ "type": "Feature", "properties": { "id": 2797589496, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305182.742685923702084, 76007.100952496548416 ] } }, +{ "type": "Feature", "properties": { "id": 2797589501, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305141.558646620775107, 76021.899011033136048 ] } }, +{ "type": "Feature", "properties": { "id": 2797594947, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305222.312232037598733, 76456.170431797741912 ] } }, +{ "type": "Feature", "properties": { "id": 2797600872, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305304.662877263966948, 76444.791260374826379 ] } }, +{ "type": "Feature", "properties": { "id": 2797600876, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305261.546907694602851, 76465.518011716107139 ] } }, +{ "type": "Feature", "properties": { "id": 2797604475, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305565.930003585352097, 76329.757718710083282 ] } }, +{ "type": "Feature", "properties": { "id": 2797609313, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305740.485955797252245, 76048.604881445906358 ] } }, +{ "type": "Feature", "properties": { "id": 2797614230, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317326.989620407985058, 59833.572460478484572 ] } }, +{ "type": "Feature", "properties": { "id": 2797811242, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306728.975202478934079, 77104.264143927008263 ] } }, +{ "type": "Feature", "properties": { "id": 2797917334, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299376.523900455795228, 59776.889858585876937 ] } }, +{ "type": "Feature", "properties": { "id": 2797917336, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301474.471001158817671, 66641.288706883860868 ] } }, +{ "type": "Feature", "properties": { "id": 2797917337, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301439.697099364071619, 66587.482353289698949 ] } }, +{ "type": "Feature", "properties": { "id": 2798984212, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306438.4912565764389, 71634.184978347766446 ] } }, +{ "type": "Feature", "properties": { "id": 2799122817, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 280793.420703991141636, 80843.503112616686849 ] } }, +{ "type": "Feature", "properties": { "id": 2799165255, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306724.75132548547117, 71849.215912785803084 ] } }, +{ "type": "Feature", "properties": { "id": 2799228267, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307144.95487629523268, 71987.710799183594645 ] } }, +{ "type": "Feature", "properties": { "id": 2799259028, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306839.782960546726827, 72055.625133538298542 ] } }, +{ "type": "Feature", "properties": { "id": 2799259487, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306945.777732874557842, 72282.361555150288041 ] } }, +{ "type": "Feature", "properties": { "id": 2799533075, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307944.452825384156313, 72554.061993276758585 ] } }, +{ "type": "Feature", "properties": { "id": 2799533076, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307944.452369978418574, 72554.48561470171262 ] } }, +{ "type": "Feature", "properties": { "id": 2799733321, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308164.766389829164837, 73548.543525019893423 ] } }, +{ "type": "Feature", "properties": { "id": 2799795990, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307454.504585331189446, 73966.332006736280164 ] } }, +{ "type": "Feature", "properties": { "id": 2799798598, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 307290.386405969504267, 73987.773008588366793 ] } }, +{ "type": "Feature", "properties": { "id": 2799811091, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284354.042547940334771, 81204.077666324781603 ] } }, +{ "type": "Feature", "properties": { "id": 2799814515, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 283552.764206182968337, 82251.335771247759112 ] } }, +{ "type": "Feature", "properties": { "id": 2799814517, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 283537.278526954760309, 82225.105281872762134 ] } }, +{ "type": "Feature", "properties": { "id": 2799853616, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306533.769417958159465, 73809.567276616973686 ] } }, +{ "type": "Feature", "properties": { "id": 2799897261, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306194.257562712999061, 74251.960634085276979 ] } }, +{ "type": "Feature", "properties": { "id": 2799923291, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306250.754775987414178, 74405.783349333432852 ] } }, +{ "type": "Feature", "properties": { "id": 2799930570, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306289.737211700004991, 74722.686519144830527 ] } }, +{ "type": "Feature", "properties": { "id": 2799972205, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308121.776154191989917, 71675.239822786737932 ] } }, +{ "type": "Feature", "properties": { "id": 2799972213, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308183.545746353338473, 71699.877999728560098 ] } }, +{ "type": "Feature", "properties": { "id": 2799972215, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308303.870856784807984, 71744.068837322847685 ] } }, +{ "type": "Feature", "properties": { "id": 2799972231, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308415.715395008330233, 71885.684920935207629 ] } }, +{ "type": "Feature", "properties": { "id": 2799974199, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308287.407564118737355, 72074.475154292173102 ] } }, +{ "type": "Feature", "properties": { "id": 2800174521, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300647.543173950805794, 64729.80744289123686 ] } }, +{ "type": "Feature", "properties": { "id": 2803602528, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307146.333928681327961, 67230.035097889442113 ] } }, +{ "type": "Feature", "properties": { "id": 2803634646, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306908.901024067716207, 66971.402134159739944 ] } }, +{ "type": "Feature", "properties": { "id": 2803634648, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306843.160156322875991, 67014.550100419175578 ] } }, +{ "type": "Feature", "properties": { "id": 2806250858, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308418.30545677052578, 73002.355135988225811 ] } }, +{ "type": "Feature", "properties": { "id": 2806250859, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308511.871583318163175, 72790.651237450307235 ] } }, +{ "type": "Feature", "properties": { "id": 2806312339, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308911.669519449817017, 73233.384205576963723 ] } }, +{ "type": "Feature", "properties": { "id": 2806324790, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309013.611602884659078, 73023.391169041758985 ] } }, +{ "type": "Feature", "properties": { "id": 2806375885, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309404.884668646205682, 73557.219496494348277 ] } }, +{ "type": "Feature", "properties": { "id": 2806567437, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309405.66821850213455, 74458.266481542013935 ] } }, +{ "type": "Feature", "properties": { "id": 2806611386, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307609.747902412724216, 74440.10071989876451 ] } }, +{ "type": "Feature", "properties": { "id": 2806612113, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307604.589630859962199, 74450.26236312428955 ] } }, +{ "type": "Feature", "properties": { "id": 2806682359, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307652.065231276617851, 75208.173564347220236 ] } }, +{ "type": "Feature", "properties": { "id": 2806682385, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307823.76927363849245, 75289.689155951564317 ] } }, +{ "type": "Feature", "properties": { "id": 2806782286, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309807.187865418090951, 75434.393657364897081 ] } }, +{ "type": "Feature", "properties": { "id": 2806792527, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309737.338189001078717, 75222.065720398211852 ] } }, +{ "type": "Feature", "properties": { "id": 2806835192, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309404.057290478842333, 75218.244945711601758 ] } }, +{ "type": "Feature", "properties": { "id": 2806839559, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309568.523377355828416, 75408.663227348370128 ] } }, +{ "type": "Feature", "properties": { "id": 2806937472, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309391.044323849317152, 76344.221235281584086 ] } }, +{ "type": "Feature", "properties": { "id": 2806937473, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309362.152290697034914, 76299.280365656435606 ] } }, +{ "type": "Feature", "properties": { "id": 2806937488, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309409.663075735501479, 76373.475020339319599 ] } }, +{ "type": "Feature", "properties": { "id": 2806938230, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309359.601043915259652, 76281.908530704895384 ] } }, +{ "type": "Feature", "properties": { "id": 2806951372, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309482.180642884632107, 76009.674423870950704 ] } }, +{ "type": "Feature", "properties": { "id": 2806951397, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309608.14286067802459, 76111.507028136722511 ] } }, +{ "type": "Feature", "properties": { "id": 2807070385, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309513.28848052007379, 76831.969633808068465 ] } }, +{ "type": "Feature", "properties": { "id": 2807070386, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309394.279140289349016, 76835.62992370473512 ] } }, +{ "type": "Feature", "properties": { "id": 2807294758, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308502.477109283965547, 76478.704754705686355 ] } }, +{ "type": "Feature", "properties": { "id": 2807350927, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308133.441636832780205, 75696.278860666847322 ] } }, +{ "type": "Feature", "properties": { "id": 2807472749, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307142.538563038571738, 74487.080052280623931 ] } }, +{ "type": "Feature", "properties": { "id": 2807473433, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307296.860485058743507, 74599.9146151538298 ] } }, +{ "type": "Feature", "properties": { "id": 2807488035, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307056.422996058943681, 74372.195450721977977 ] } }, +{ "type": "Feature", "properties": { "id": 2807605812, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308567.385398191516288, 77089.222961943523842 ] } }, +{ "type": "Feature", "properties": { "id": 2807605813, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 308568.666973469080403, 77093.460697869508294 ] } }, +{ "type": "Feature", "properties": { "id": 2807605838, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308623.372948196250945, 77067.683251377369743 ] } }, +{ "type": "Feature", "properties": { "id": 2807613947, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308312.723270259157289, 77033.013451493665343 ] } }, +{ "type": "Feature", "properties": { "id": 2808370237, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311630.238601512333844, 62536.959985345944006 ] } }, +{ "type": "Feature", "properties": { "id": 2808370268, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311776.989924005873036, 62661.311706914304523 ] } }, +{ "type": "Feature", "properties": { "id": 2808370299, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312064.816272789379582, 62824.867761829998926 ] } }, +{ "type": "Feature", "properties": { "id": 2808476708, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301806.358448714308906, 55470.629426902567502 ] } }, +{ "type": "Feature", "properties": { "id": 2808539314, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 283261.820309662958607, 43611.68941940516379 ] } }, +{ "type": "Feature", "properties": { "id": 2808742202, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307739.042685335909482, 76324.513348218169995 ] } }, +{ "type": "Feature", "properties": { "id": 2808742219, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307693.369318845390808, 76322.771136925963219 ] } }, +{ "type": "Feature", "properties": { "id": 2808797087, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306861.172020999132656, 76054.644339628735906 ] } }, +{ "type": "Feature", "properties": { "id": 2809041029, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307623.439515242876951, 76760.726348142008646 ] } }, +{ "type": "Feature", "properties": { "id": 2809118386, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303831.076776985195465, 61110.547357221636048 ] } }, +{ "type": "Feature", "properties": { "id": 2809213835, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308248.042213851818815, 77927.637265928307897 ] } }, +{ "type": "Feature", "properties": { "id": 2809223302, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308294.832126333902124, 77498.980852073975257 ] } }, +{ "type": "Feature", "properties": { "id": 2809236459, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308720.315093058161438, 77771.862072969772271 ] } }, +{ "type": "Feature", "properties": { "id": 2809236471, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 308462.778714802407194, 77439.01662521554681 ] } }, +{ "type": "Feature", "properties": { "id": 2809372470, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309222.693325123284012, 77732.227981811971404 ] } }, +{ "type": "Feature", "properties": { "id": 2809386931, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309220.716681850957684, 77769.928174714805209 ] } }, +{ "type": "Feature", "properties": { "id": 2809713454, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 308580.993668377865106, 78110.175638200787944 ] } }, +{ "type": "Feature", "properties": { "id": 2809731012, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309418.643014516273979, 78411.547200602246448 ] } }, +{ "type": "Feature", "properties": { "id": 2809781613, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309662.719634695909917, 78159.38158045844466 ] } }, +{ "type": "Feature", "properties": { "id": 2809864732, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 310134.092508445261046, 78670.482680002445704 ] } }, +{ "type": "Feature", "properties": { "id": 2809864762, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310146.951745352358557, 78672.61847058859712 ] } }, +{ "type": "Feature", "properties": { "id": 2809868450, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 309807.784438991569914, 78376.045613702139235 ] } }, +{ "type": "Feature", "properties": { "id": 2809904792, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310315.633433820621576, 78538.562734505481785 ] } }, +{ "type": "Feature", "properties": { "id": 2810045562, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310207.232869714382105, 79261.542138558957959 ] } }, +{ "type": "Feature", "properties": { "id": 2810058370, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309938.872684037778527, 79414.105199785888544 ] } }, +{ "type": "Feature", "properties": { "id": 2810058377, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310003.078224474971648, 79487.05569212588307 ] } }, +{ "type": "Feature", "properties": { "id": 2810072649, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308463.365112235536799, 79732.951717113421182 ] } }, +{ "type": "Feature", "properties": { "id": 2810072650, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308456.337559892388526, 79693.122753119110712 ] } }, +{ "type": "Feature", "properties": { "id": 2810072654, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308400.322182259056717, 79757.026440095563885 ] } }, +{ "type": "Feature", "properties": { "id": 2810072659, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308415.117752679332625, 79751.536142074764939 ] } }, +{ "type": "Feature", "properties": { "id": 2810072660, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308427.983820412599016, 79746.467297549461364 ] } }, +{ "type": "Feature", "properties": { "id": 2810072665, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308391.316151789797004, 79760.405212230762118 ] } }, +{ "type": "Feature", "properties": { "id": 2810072686, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308384.240609326981939, 79762.515307230292819 ] } }, +{ "type": "Feature", "properties": { "id": 2810080130, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308258.381266040727496, 79609.44421530989348 ] } }, +{ "type": "Feature", "properties": { "id": 2810080141, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 308272.540170732187107, 79598.445774437335785 ] } }, +{ "type": "Feature", "properties": { "id": 2810116541, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307673.337296864250675, 78884.835563066488248 ] } }, +{ "type": "Feature", "properties": { "id": 2810140775, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307821.432057653379161, 79924.993911807090626 ] } }, +{ "type": "Feature", "properties": { "id": 2810146378, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307649.837153797911014, 79842.206888411572436 ] } }, +{ "type": "Feature", "properties": { "id": 2810152426, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307490.998931277543306, 79857.718201157520525 ] } }, +{ "type": "Feature", "properties": { "id": 2811004406, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307691.503082531038672, 78731.925465054038796 ] } }, +{ "type": "Feature", "properties": { "id": 2811013896, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306945.208617452939507, 79045.939940317650326 ] } }, +{ "type": "Feature", "properties": { "id": 2811038818, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307848.366822348616552, 79991.955539004993625 ] } }, +{ "type": "Feature", "properties": { "id": 2816145733, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307690.434665619919542, 80991.973195248050615 ] } }, +{ "type": "Feature", "properties": { "id": 2816692979, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312504.287873342342209, 81127.764703738037497 ] } }, +{ "type": "Feature", "properties": { "id": 2817053235, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319321.73091754806228, 66296.984537730415468 ] } }, +{ "type": "Feature", "properties": { "id": 2817974533, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298950.360885268484708, 59908.682136737967085 ] } }, +{ "type": "Feature", "properties": { "id": 2818038693, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298892.3177363157738, 59798.974429363690433 ] } }, +{ "type": "Feature", "properties": { "id": 2818577524, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306186.224206504120957, 66161.227859432867263 ] } }, +{ "type": "Feature", "properties": { "id": 2818577533, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306264.210418850125279, 66115.966370541034848 ] } }, +{ "type": "Feature", "properties": { "id": 2818577534, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306268.722337909217458, 66113.004867223658948 ] } }, +{ "type": "Feature", "properties": { "id": 2818771155, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317030.035587439488154, 59713.42375683040882 ] } }, +{ "type": "Feature", "properties": { "id": 2821326390, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299479.092712875339203, 60531.33968062124768 ] } }, +{ "type": "Feature", "properties": { "id": 2821326391, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299451.370502397650853, 60522.445771192724351 ] } }, +{ "type": "Feature", "properties": { "id": 2821326392, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299434.608225850155577, 60517.363654183282051 ] } }, +{ "type": "Feature", "properties": { "id": 2821335216, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299343.092730631993618, 60858.381245801501791 ] } }, +{ "type": "Feature", "properties": { "id": 2821335221, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299469.44411519455025, 60834.225053683047008 ] } }, +{ "type": "Feature", "properties": { "id": 2821335222, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299462.35167650092626, 60818.128194695775164 ] } }, +{ "type": "Feature", "properties": { "id": 2821335225, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299404.325425570074003, 60735.527712916264136 ] } }, +{ "type": "Feature", "properties": { "id": 2822585452, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312300.297691085608676, 81628.997755566859269 ] } }, +{ "type": "Feature", "properties": { "id": 2822777418, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311706.407451977487653, 80752.392817202649894 ] } }, +{ "type": "Feature", "properties": { "id": 2822777421, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311950.33907942607766, 80590.534289912000531 ] } }, +{ "type": "Feature", "properties": { "id": 2822777422, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311963.145706198643893, 80622.750732488391805 ] } }, +{ "type": "Feature", "properties": { "id": 2822777424, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311982.359561799559742, 80668.533681963395793 ] } }, +{ "type": "Feature", "properties": { "id": 2822777425, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311996.453838946006726, 80699.481394173650187 ] } }, +{ "type": "Feature", "properties": { "id": 2822889234, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311885.421574538166169, 79779.606799584711553 ] } }, +{ "type": "Feature", "properties": { "id": 2822896383, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311501.649891494307667, 80123.831417056702776 ] } }, +{ "type": "Feature", "properties": { "id": 2822900925, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 311213.905458812194411, 81188.3884902632999 ] } }, +{ "type": "Feature", "properties": { "id": 2822900947, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 311200.925556485075504, 81268.858102390280692 ] } }, +{ "type": "Feature", "properties": { "id": 2822900962, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311167.236805972934235, 81439.95280481838563 ] } }, +{ "type": "Feature", "properties": { "id": 2822935102, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 311162.656018479901832, 81493.323024972720305 ] } }, +{ "type": "Feature", "properties": { "id": 2822942800, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311170.869782631169073, 81163.329185350899934 ] } }, +{ "type": "Feature", "properties": { "id": 2822980261, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 311369.46763759618625, 79112.005696907275706 ] } }, +{ "type": "Feature", "properties": { "id": 2823341403, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299047.836352883896325, 60837.656202438956825 ] } }, +{ "type": "Feature", "properties": { "id": 2823604781, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 286805.325657497160137, 74694.936704265244771 ] } }, +{ "type": "Feature", "properties": { "id": 2823604796, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 286888.839308722643182, 74618.535759160280577 ] } }, +{ "type": "Feature", "properties": { "id": 2823612553, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 287106.720996922405902, 74474.120284214557614 ] } }, +{ "type": "Feature", "properties": { "id": 2823612559, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 287230.782402036944404, 74399.34708401147509 ] } }, +{ "type": "Feature", "properties": { "id": 2823612562, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 287256.495272693573497, 74384.052243286074372 ] } }, +{ "type": "Feature", "properties": { "id": 2823612564, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 287342.656372513971291, 74345.778020287296386 ] } }, +{ "type": "Feature", "properties": { "id": 2823635879, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 287669.141170538496226, 74102.489742321558879 ] } }, +{ "type": "Feature", "properties": { "id": 2823635881, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 287678.14741795376176, 74100.780223955167457 ] } }, +{ "type": "Feature", "properties": { "id": 2823640702, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 288481.188335368176922, 73652.138705239078263 ] } }, +{ "type": "Feature", "properties": { "id": 2823640703, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 288465.114272930892184, 73661.48348460753914 ] } }, +{ "type": "Feature", "properties": { "id": 2823640705, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288404.03214258456137, 73696.316171323516755 ] } }, +{ "type": "Feature", "properties": { "id": 2823640707, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288358.392152604064904, 73729.006904659385327 ] } }, +{ "type": "Feature", "properties": { "id": 2823640708, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 288391.176638316654135, 73706.079684909418575 ] } }, +{ "type": "Feature", "properties": { "id": 2823640709, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288375.104806435818318, 73716.695526490861084 ] } }, +{ "type": "Feature", "properties": { "id": 2824617601, "poi_type_1": "second_hand", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300260.609243889339268, 56109.221558984281728 ] } }, +{ "type": "Feature", "properties": { "id": 2824696347, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299182.514316241256893, 60329.725838041274983 ] } }, +{ "type": "Feature", "properties": { "id": 2824696349, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299198.634687775338534, 60355.140961981072905 ] } }, +{ "type": "Feature", "properties": { "id": 2824696355, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299138.030326657171827, 60335.237876489656628 ] } }, +{ "type": "Feature", "properties": { "id": 2824696370, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299131.600031713140197, 60477.996819296364265 ] } }, +{ "type": "Feature", "properties": { "id": 2824827775, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299092.813345856557135, 59619.758225873032643 ] } }, +{ "type": "Feature", "properties": { "id": 2824828390, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299009.001906565856189, 59681.193064042294282 ] } }, +{ "type": "Feature", "properties": { "id": 2825051791, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299183.760286078730132, 59935.76405423538381 ] } }, +{ "type": "Feature", "properties": { "id": 2825064829, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299402.365594756149221, 60415.698625778466521 ] } }, +{ "type": "Feature", "properties": { "id": 2825064846, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299437.168459152744617, 60273.784947027023009 ] } }, +{ "type": "Feature", "properties": { "id": 2825064871, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299334.012854311149567, 60250.918313428635884 ] } }, +{ "type": "Feature", "properties": { "id": 2825071727, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299626.701971782080363, 60053.069710548261355 ] } }, +{ "type": "Feature", "properties": { "id": 2825071730, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299544.821975704166107, 60062.393814452305378 ] } }, +{ "type": "Feature", "properties": { "id": 2825071740, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299573.840445998066571, 60161.517917696917721 ] } }, +{ "type": "Feature", "properties": { "id": 2825233200, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299287.6415187837556, 60748.67008734299452 ] } }, +{ "type": "Feature", "properties": { "id": 2825233687, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299423.022226557601243, 60753.318060996018176 ] } }, +{ "type": "Feature", "properties": { "id": 2825284453, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300103.793474957579747, 60614.774212852978962 ] } }, +{ "type": "Feature", "properties": { "id": 2825288971, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300162.454917137976736, 60816.839605519206089 ] } }, +{ "type": "Feature", "properties": { "id": 2825591195, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296100.191215960192494, 68906.412645278789569 ] } }, +{ "type": "Feature", "properties": { "id": 2825595314, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269623.847215131099802, 61254.918683562151273 ] } }, +{ "type": "Feature", "properties": { "id": 2825595316, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269820.14842037827475, 61178.287883650758886 ] } }, +{ "type": "Feature", "properties": { "id": 2825595317, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269834.971477929677349, 61177.380218476027949 ] } }, +{ "type": "Feature", "properties": { "id": 2825595320, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 269840.125073320057709, 61176.511978876958892 ] } }, +{ "type": "Feature", "properties": { "id": 2825595321, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 269854.946411385724787, 61175.180742062024365 ] } }, +{ "type": "Feature", "properties": { "id": 2825595323, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 269876.212343314022291, 61173.399683761308552 ] } }, +{ "type": "Feature", "properties": { "id": 2825635867, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295914.415860512235668, 69500.851391947333468 ] } }, +{ "type": "Feature", "properties": { "id": 2825636501, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295836.462436738598626, 69428.455888145879726 ] } }, +{ "type": "Feature", "properties": { "id": 2826407083, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300142.409857454884332, 63961.339479436726833 ] } }, +{ "type": "Feature", "properties": { "id": 2826433688, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300832.249495827592909, 60902.454849647794617 ] } }, +{ "type": "Feature", "properties": { "id": 2826436147, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300486.089363708917517, 60604.62268818517623 ] } }, +{ "type": "Feature", "properties": { "id": 2826442741, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300455.79452844656771, 60520.745013059997291 ] } }, +{ "type": "Feature", "properties": { "id": 2826470599, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300426.587870383984409, 63914.752575992613856 ] } }, +{ "type": "Feature", "properties": { "id": 2826472416, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300275.914057145884726, 60855.391932580881985 ] } }, +{ "type": "Feature", "properties": { "id": 2826472420, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300278.492517866718117, 60860.05179453927849 ] } }, +{ "type": "Feature", "properties": { "id": 2826472423, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300288.162265017279424, 60863.441084987462091 ] } }, +{ "type": "Feature", "properties": { "id": 2826472424, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300295.253236065618694, 60870.219205093279015 ] } }, +{ "type": "Feature", "properties": { "id": 2826494954, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300689.147188000148162, 60783.404319085326279 ] } }, +{ "type": "Feature", "properties": { "id": 2826494982, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 300702.678080918267369, 60857.961834495392395 ] } }, +{ "type": "Feature", "properties": { "id": 2826581769, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301083.012508335639723, 60955.439178104119492 ] } }, +{ "type": "Feature", "properties": { "id": 2826581781, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300968.898425646999385, 61039.299152118881466 ] } }, +{ "type": "Feature", "properties": { "id": 2826715687, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301185.467056441295426, 61235.464500191803381 ] } }, +{ "type": "Feature", "properties": { "id": 2826715694, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301249.912263050675392, 61338.413611033283814 ] } }, +{ "type": "Feature", "properties": { "id": 2826754273, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301437.481558997533284, 61411.733112513997185 ] } }, +{ "type": "Feature", "properties": { "id": 2826754276, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301223.5025760558201, 61219.796926602844906 ] } }, +{ "type": "Feature", "properties": { "id": 2826754295, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301277.6272083609947, 61359.17549269747542 ] } }, +{ "type": "Feature", "properties": { "id": 2826754297, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301265.384590599103831, 61329.520319208895671 ] } }, +{ "type": "Feature", "properties": { "id": 2826801777, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301445.858682519989088, 61426.137665491260123 ] } }, +{ "type": "Feature", "properties": { "id": 2826842014, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301282.74528935138369, 61583.268900363596913 ] } }, +{ "type": "Feature", "properties": { "id": 2826842018, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301296.276232553937007, 61615.042414441231813 ] } }, +{ "type": "Feature", "properties": { "id": 2826971931, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301551.932695211085957, 62792.319739363796543 ] } }, +{ "type": "Feature", "properties": { "id": 2827088930, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302085.850180237379391, 64087.022682051865559 ] } }, +{ "type": "Feature", "properties": { "id": 2827157706, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302186.894611233379692, 64502.619995294742694 ] } }, +{ "type": "Feature", "properties": { "id": 2827157707, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302241.685703868395649, 64429.774279316137836 ] } }, +{ "type": "Feature", "properties": { "id": 2827168687, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302215.251973020727746, 64481.447584039560752 ] } }, +{ "type": "Feature", "properties": { "id": 2827478159, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303065.771696065668948, 70728.00951439270284 ] } }, +{ "type": "Feature", "properties": { "id": 2827514083, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299260.847973556199577, 57120.418047454179032 ] } }, +{ "type": "Feature", "properties": { "id": 2827518401, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299098.285208456974942, 56901.004436833682121 ] } }, +{ "type": "Feature", "properties": { "id": 2827518430, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 299351.138576983939856, 57038.22862539345806 ] } }, +{ "type": "Feature", "properties": { "id": 2827530622, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299120.863295304938219, 56925.994896319949476 ] } }, +{ "type": "Feature", "properties": { "id": 2827530624, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299004.100637970957905, 56796.38406985700567 ] } }, +{ "type": "Feature", "properties": { "id": 2827530645, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298983.457096890197136, 56773.511769297016144 ] } }, +{ "type": "Feature", "properties": { "id": 2827554061, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299087.963692917139269, 56889.144533601946023 ] } }, +{ "type": "Feature", "properties": { "id": 2827554067, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299067.320722722040955, 56866.695610039627354 ] } }, +{ "type": "Feature", "properties": { "id": 2827554068, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299063.455344988382421, 56903.550438347541785 ] } }, +{ "type": "Feature", "properties": { "id": 2827624192, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299890.987935812212527, 56460.392811073979829 ] } }, +{ "type": "Feature", "properties": { "id": 2827659980, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299727.826894181373063, 57399.970926381647587 ] } }, +{ "type": "Feature", "properties": { "id": 2828209143, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316919.358838519954588, 59616.162017098336946 ] } }, +{ "type": "Feature", "properties": { "id": 2828209145, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316932.238674891879782, 59622.969313379348023 ] } }, +{ "type": "Feature", "properties": { "id": 2830296957, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293646.995281331590377, 83448.169274646905251 ] } }, +{ "type": "Feature", "properties": { "id": 2830296958, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293655.399076270346995, 83504.928372633381514 ] } }, +{ "type": "Feature", "properties": { "id": 2830338979, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293609.804300102463458, 83546.483393388843979 ] } }, +{ "type": "Feature", "properties": { "id": 2830338980, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293619.459559291542973, 83563.843842712012702 ] } }, +{ "type": "Feature", "properties": { "id": 2830338981, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293659.289412186888512, 83544.746187804441433 ] } }, +{ "type": "Feature", "properties": { "id": 2830338983, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293709.419758293253835, 83545.97416956332745 ] } }, +{ "type": "Feature", "properties": { "id": 2830340850, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293597.516508065978996, 83457.955513085325947 ] } }, +{ "type": "Feature", "properties": { "id": 2830340851, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293583.985017312690616, 83417.722483461155207 ] } }, +{ "type": "Feature", "properties": { "id": 2830358039, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293478.476514846959617, 83297.080643032371881 ] } }, +{ "type": "Feature", "properties": { "id": 2830358040, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293590.938015922205523, 83283.425976501690457 ] } }, +{ "type": "Feature", "properties": { "id": 2830358042, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 293563.240334526170045, 83213.127645392887644 ] } }, +{ "type": "Feature", "properties": { "id": 2830358043, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293534.400337011262309, 83306.774902785138693 ] } }, +{ "type": "Feature", "properties": { "id": 2830358045, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293539.029455243202392, 83455.464715524401981 ] } }, +{ "type": "Feature", "properties": { "id": 2830358046, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293568.683314780297223, 83558.804370631682104 ] } }, +{ "type": "Feature", "properties": { "id": 2830358047, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293492.687365434074309, 83377.98127894004574 ] } }, +{ "type": "Feature", "properties": { "id": 2830358048, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293525.495410789560992, 83412.690019630652387 ] } }, +{ "type": "Feature", "properties": { "id": 2830358049, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293524.178421685763169, 83376.682687990978593 ] } }, +{ "type": "Feature", "properties": { "id": 2830358050, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293488.883512983389664, 83437.292732659174362 ] } }, +{ "type": "Feature", "properties": { "id": 2830358051, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293495.982998742663767, 83471.176816309656715 ] } }, +{ "type": "Feature", "properties": { "id": 2830358052, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293537.08208972052671, 83433.437697330140509 ] } }, +{ "type": "Feature", "properties": { "id": 2830358053, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293531.981395272247028, 83480.041390363054234 ] } }, +{ "type": "Feature", "properties": { "id": 2830358054, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293607.218888903968036, 83529.540458220013534 ] } }, +{ "type": "Feature", "properties": { "id": 2830358055, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 293540.875948918692302, 83362.264659170134109 ] } }, +{ "type": "Feature", "properties": { "id": 2830358056, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293535.059370841772761, 83325.414010328167933 ] } }, +{ "type": "Feature", "properties": { "id": 2830358057, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293527.959182399848942, 83290.682640011000331 ] } }, +{ "type": "Feature", "properties": { "id": 2830358058, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 293526.661137299670372, 83276.280386478640139 ] } }, +{ "type": "Feature", "properties": { "id": 2830430095, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 292652.283745733730029, 84269.663354270596756 ] } }, +{ "type": "Feature", "properties": { "id": 2830434613, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293989.400667698180769, 83264.874606490178849 ] } }, +{ "type": "Feature", "properties": { "id": 2830434615, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293964.264747299719602, 83178.898413175091264 ] } }, +{ "type": "Feature", "properties": { "id": 2830623175, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294864.757635351619683, 83249.386507151080878 ] } }, +{ "type": "Feature", "properties": { "id": 2830623176, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295151.958479144203011, 83112.360055457422277 ] } }, +{ "type": "Feature", "properties": { "id": 2830643350, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295173.730353332357481, 82989.069763755935128 ] } }, +{ "type": "Feature", "properties": { "id": 2830643351, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295230.970393977593631, 83046.222453197551658 ] } }, +{ "type": "Feature", "properties": { "id": 2830643352, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295195.633135906595271, 83065.732305875906604 ] } }, +{ "type": "Feature", "properties": { "id": 2830643353, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295111.412643797928467, 83030.202787137910491 ] } }, +{ "type": "Feature", "properties": { "id": 2830643355, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295087.639898114313837, 83042.503812725030002 ] } }, +{ "type": "Feature", "properties": { "id": 2830643356, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295055.527411303832196, 83078.110090745001798 ] } }, +{ "type": "Feature", "properties": { "id": 2830643357, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295033.687927055056207, 83097.611688777033123 ] } }, +{ "type": "Feature", "properties": { "id": 2830643358, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295001.561306423100177, 83111.613136126470636 ] } }, +{ "type": "Feature", "properties": { "id": 2830643359, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 294899.975151750666555, 83059.152651983793476 ] } }, +{ "type": "Feature", "properties": { "id": 2830643360, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294934.020972194848582, 83032.016948887277977 ] } }, +{ "type": "Feature", "properties": { "id": 2830643361, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294982.286890398012474, 83122.216941590537317 ] } }, +{ "type": "Feature", "properties": { "id": 2830643362, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295035.607827775995247, 83085.325156776671065 ] } }, +{ "type": "Feature", "properties": { "id": 2830643363, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294973.314497765270062, 83159.926029851048952 ] } }, +{ "type": "Feature", "properties": { "id": 2830643364, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294949.536601519852411, 83163.754926436391543 ] } }, +{ "type": "Feature", "properties": { "id": 2830643365, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294933.489351353317033, 83193.843588495525182 ] } }, +{ "type": "Feature", "properties": { "id": 2830643367, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294973.992703412426636, 83212.031940268076141 ] } }, +{ "type": "Feature", "properties": { "id": 2830643368, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294990.694296321133152, 83198.888083049008856 ] } }, +{ "type": "Feature", "properties": { "id": 2830643369, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295011.891511332243681, 83180.657675281297998 ] } }, +{ "type": "Feature", "properties": { "id": 2830643389, "poi_type_1": "outdoor", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 295346.629067933070473, 82995.313145684674964 ] } }, +{ "type": "Feature", "properties": { "id": 2830647396, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299367.573910090315621, 60672.835747855300724 ] } }, +{ "type": "Feature", "properties": { "id": 2834844701, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302173.820813774247654, 67330.688257252477342 ] } }, +{ "type": "Feature", "properties": { "id": 2837384392, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299051.579976880573668, 59867.154250466817757 ] } }, +{ "type": "Feature", "properties": { "id": 2837699717, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 319464.528488015814219, 65888.142730219595251 ] } }, +{ "type": "Feature", "properties": { "id": 2837699735, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318230.011336992320139, 65700.72284226816555 ] } }, +{ "type": "Feature", "properties": { "id": 2837699737, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319349.358840403379872, 66324.592023935736506 ] } }, +{ "type": "Feature", "properties": { "id": 2837699743, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 319441.995239300769754, 65882.576418427852332 ] } }, +{ "type": "Feature", "properties": { "id": 2837699745, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 319261.703765359823592, 65847.367954062312492 ] } }, +{ "type": "Feature", "properties": { "id": 2837699748, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 318291.489353619341273, 65589.462853853226989 ] } }, +{ "type": "Feature", "properties": { "id": 2837938522, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303640.566838207130786, 59184.275018881889991 ] } }, +{ "type": "Feature", "properties": { "id": 2837938566, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303625.059170467488002, 59250.351235240348615 ] } }, +{ "type": "Feature", "properties": { "id": 2837938580, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303801.742743312788662, 59233.495286197656242 ] } }, +{ "type": "Feature", "properties": { "id": 2837938581, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303714.019941100094002, 59293.180373960654833 ] } }, +{ "type": "Feature", "properties": { "id": 2837949767, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304375.409169191203546, 59582.023126172418415 ] } }, +{ "type": "Feature", "properties": { "id": 2837959364, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303508.904831632738933, 59441.345333075340022 ] } }, +{ "type": "Feature", "properties": { "id": 2837959365, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303545.676892420335207, 59400.695874359138543 ] } }, +{ "type": "Feature", "properties": { "id": 2837959366, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303562.451920882449485, 59378.675981354288524 ] } }, +{ "type": "Feature", "properties": { "id": 2837959367, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303597.935622059740126, 59336.755322046599758 ] } }, +{ "type": "Feature", "properties": { "id": 2837959372, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303742.30698149377713, 59459.251444124623958 ] } }, +{ "type": "Feature", "properties": { "id": 2837996461, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303689.260168455599342, 59809.977604625375534 ] } }, +{ "type": "Feature", "properties": { "id": 2838085102, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303300.52894685958745, 59690.758400240629271 ] } }, +{ "type": "Feature", "properties": { "id": 2838087246, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308106.507296693045646, 63873.007101089235221 ] } }, +{ "type": "Feature", "properties": { "id": 2838087248, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308096.291059163690079, 63787.001696414110484 ] } }, +{ "type": "Feature", "properties": { "id": 2838087252, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 308143.334858830843586, 63784.935240898928896 ] } }, +{ "type": "Feature", "properties": { "id": 2838087259, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308163.954380014096387, 63786.228814680049254 ] } }, +{ "type": "Feature", "properties": { "id": 2838102155, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303337.150623773864936, 59978.409108262392692 ] } }, +{ "type": "Feature", "properties": { "id": 2838158923, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302696.275144467537757, 60001.446741256011592 ] } }, +{ "type": "Feature", "properties": { "id": 2838336211, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303048.133851889520884, 60404.017267835515668 ] } }, +{ "type": "Feature", "properties": { "id": 2838353329, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304056.713610147533473, 59908.872051661630394 ] } }, +{ "type": "Feature", "properties": { "id": 2838396422, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304480.060821505729109, 59253.360949179426825 ] } }, +{ "type": "Feature", "properties": { "id": 2838396439, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304857.217935284366831, 59329.849373200828268 ] } }, +{ "type": "Feature", "properties": { "id": 2838398679, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304863.60379302315414, 59424.319574101427861 ] } }, +{ "type": "Feature", "properties": { "id": 2838409892, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304978.206640684627928, 59675.175521735392977 ] } }, +{ "type": "Feature", "properties": { "id": 2838411501, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304974.311028409923892, 59715.416285172796051 ] } }, +{ "type": "Feature", "properties": { "id": 2838510036, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304796.855911300051957, 59941.509371964850288 ] } }, +{ "type": "Feature", "properties": { "id": 2838515928, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304214.677435145888012, 59905.14777116139885 ] } }, +{ "type": "Feature", "properties": { "id": 2838530799, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304028.934624286950566, 60010.100781195265881 ] } }, +{ "type": "Feature", "properties": { "id": 2838541174, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303875.93269093404524, 60392.543219506689638 ] } }, +{ "type": "Feature", "properties": { "id": 2838541604, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303717.450471232528798, 60165.828014782789978 ] } }, +{ "type": "Feature", "properties": { "id": 2838543620, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303604.449500530317891, 60525.421116707111651 ] } }, +{ "type": "Feature", "properties": { "id": 2838554703, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305070.143256850831676, 60061.150852309874608 ] } }, +{ "type": "Feature", "properties": { "id": 2838706928, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304741.620302772673313, 60617.139440052393184 ] } }, +{ "type": "Feature", "properties": { "id": 2838733588, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304913.003612720756792, 60770.176242342946352 ] } }, +{ "type": "Feature", "properties": { "id": 2839656764, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303894.413664955121931, 60801.764972764925915 ] } }, +{ "type": "Feature", "properties": { "id": 2839686830, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 303134.882665404875297, 61078.024985961630591 ] } }, +{ "type": "Feature", "properties": { "id": 2839699854, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303656.918305683357175, 61326.079431797777943 ] } }, +{ "type": "Feature", "properties": { "id": 2839699872, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303555.772092452214565, 61203.605327841883991 ] } }, +{ "type": "Feature", "properties": { "id": 2839699882, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303547.291214229422621, 61413.714453493259498 ] } }, +{ "type": "Feature", "properties": { "id": 2839715672, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303094.147463541885372, 61371.996834209057852 ] } }, +{ "type": "Feature", "properties": { "id": 2839718404, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303245.640673822432291, 61351.728182301136258 ] } }, +{ "type": "Feature", "properties": { "id": 2839718415, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303392.558312835753895, 61471.253600194773753 ] } }, +{ "type": "Feature", "properties": { "id": 2839770111, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305685.929025627323426, 60809.278612622030778 ] } }, +{ "type": "Feature", "properties": { "id": 2839787479, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 305199.897135007719044, 60746.22617104305391 ] } }, +{ "type": "Feature", "properties": { "id": 2839787498, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305234.740092758729588, 60702.618378384133393 ] } }, +{ "type": "Feature", "properties": { "id": 2839789049, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304982.046504193451256, 60675.756233458894712 ] } }, +{ "type": "Feature", "properties": { "id": 2839801731, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305065.080825141281821, 60863.897687528464303 ] } }, +{ "type": "Feature", "properties": { "id": 2839887895, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305142.213785625703167, 62117.00540280007408 ] } }, +{ "type": "Feature", "properties": { "id": 2840742313, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304667.896518677996937, 60982.248787307857128 ] } }, +{ "type": "Feature", "properties": { "id": 2840742359, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304677.616032608842943, 60903.462503262679093 ] } }, +{ "type": "Feature", "properties": { "id": 2840742361, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304674.376974341692403, 60928.45375074124604 ] } }, +{ "type": "Feature", "properties": { "id": 2840742400, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304511.854267228918616, 61043.576224719472521 ] } }, +{ "type": "Feature", "properties": { "id": 2842164006, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305039.127792950486764, 61108.729557275604748 ] } }, +{ "type": "Feature", "properties": { "id": 2842164009, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305035.243832668871619, 61132.449368860172399 ] } }, +{ "type": "Feature", "properties": { "id": 2842175055, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304100.706276486511342, 60801.452773075994628 ] } }, +{ "type": "Feature", "properties": { "id": 2842175065, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304266.384604646358639, 60801.970031445714994 ] } }, +{ "type": "Feature", "properties": { "id": 2842175068, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304289.59298755240161, 60801.13621506671916 ] } }, +{ "type": "Feature", "properties": { "id": 2842175071, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304402.399818613892421, 60816.876208767593198 ] } }, +{ "type": "Feature", "properties": { "id": 2842194757, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310438.926127800252289, 63171.455507849721471 ] } }, +{ "type": "Feature", "properties": { "id": 2842202167, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303996.28607895609457, 60773.01344972536026 ] } }, +{ "type": "Feature", "properties": { "id": 2842215272, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310571.651040329772513, 63194.942861596864532 ] } }, +{ "type": "Feature", "properties": { "id": 2842215273, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 310699.550257926981431, 62989.672633834547014 ] } }, +{ "type": "Feature", "properties": { "id": 2842215274, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310577.464459945389535, 63185.631602857611142 ] } }, +{ "type": "Feature", "properties": { "id": 2842215275, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310585.213082788628526, 63175.052266940590926 ] } }, +{ "type": "Feature", "properties": { "id": 2842244620, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304638.09485014656093, 61218.183741584311065 ] } }, +{ "type": "Feature", "properties": { "id": 2842244629, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304644.574618956190534, 61164.812278790741402 ] } }, +{ "type": "Feature", "properties": { "id": 2842315114, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304746.029860344482586, 61783.355176616496465 ] } }, +{ "type": "Feature", "properties": { "id": 2842455920, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304567.957887276599649, 62056.051607486428111 ] } }, +{ "type": "Feature", "properties": { "id": 2842522191, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303982.593546268763021, 61060.217125012612087 ] } }, +{ "type": "Feature", "properties": { "id": 2842523511, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304226.883275693049654, 61111.610045698573231 ] } }, +{ "type": "Feature", "properties": { "id": 2842570238, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304206.165345405344851, 61269.183124103656155 ] } }, +{ "type": "Feature", "properties": { "id": 2842610378, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304390.240033656184096, 61753.906089726093342 ] } }, +{ "type": "Feature", "properties": { "id": 2842610382, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304143.83512933034217, 62066.392363286198815 ] } }, +{ "type": "Feature", "properties": { "id": 2842613047, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304219.998247189680114, 61880.891736432567996 ] } }, +{ "type": "Feature", "properties": { "id": 2842613266, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304136.225021290883888, 61843.566267346286622 ] } }, +{ "type": "Feature", "properties": { "id": 2842613407, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304149.117667669255752, 61841.455406213986862 ] } }, +{ "type": "Feature", "properties": { "id": 2842613968, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304152.33601739857113, 61849.505907771701459 ] } }, +{ "type": "Feature", "properties": { "id": 2842640876, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 316758.906156432116404, 59858.952367705271172 ] } }, +{ "type": "Feature", "properties": { "id": 2842721361, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304617.130607160564978, 61757.009471150951867 ] } }, +{ "type": "Feature", "properties": { "id": 2842759615, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304436.37075608066516, 62219.487241236689442 ] } }, +{ "type": "Feature", "properties": { "id": 2842780183, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304337.653305864194408, 62394.805683016093099 ] } }, +{ "type": "Feature", "properties": { "id": 2842785629, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304274.990242851956282, 62644.27901907456544 ] } }, +{ "type": "Feature", "properties": { "id": 2842785671, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304607.134349756350275, 62283.133956339217548 ] } }, +{ "type": "Feature", "properties": { "id": 2842829027, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304166.389017836831044, 62076.148188179984572 ] } }, +{ "type": "Feature", "properties": { "id": 2842829037, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304063.80976364336675, 62249.773613028373802 ] } }, +{ "type": "Feature", "properties": { "id": 2842829044, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304135.980450810573529, 62281.161167897691485 ] } }, +{ "type": "Feature", "properties": { "id": 2842829052, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304208.150766894803382, 62312.125812103025964 ] } }, +{ "type": "Feature", "properties": { "id": 2842857594, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303722.628646765835583, 61407.022722154462826 ] } }, +{ "type": "Feature", "properties": { "id": 2842861216, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303991.861245100502856, 61805.36158773329953 ] } }, +{ "type": "Feature", "properties": { "id": 2842861250, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303513.047638506104704, 61580.60259102951386 ] } }, +{ "type": "Feature", "properties": { "id": 2842878652, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303440.793622163357213, 61708.076906710397452 ] } }, +{ "type": "Feature", "properties": { "id": 2842878676, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303527.202703194576316, 61635.255718706845073 ] } }, +{ "type": "Feature", "properties": { "id": 2842886514, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304062.625336658966262, 62059.145868903979135 ] } }, +{ "type": "Feature", "properties": { "id": 2842886515, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304035.520797263481654, 62120.131704055624141 ] } }, +{ "type": "Feature", "properties": { "id": 2842886520, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303994.218454836693127, 62214.999228916247375 ] } }, +{ "type": "Feature", "properties": { "id": 2842886527, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303986.484652288083453, 62213.724211371445563 ] } }, +{ "type": "Feature", "properties": { "id": 2842897637, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303967.085299807600677, 62331.478985214118438 ] } }, +{ "type": "Feature", "properties": { "id": 2842928300, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303565.448119002510794, 62527.83234994578379 ] } }, +{ "type": "Feature", "properties": { "id": 2842929201, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303622.911012669850606, 62321.135704419088142 ] } }, +{ "type": "Feature", "properties": { "id": 2842929203, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303573.18718833103776, 62517.669300201851001 ] } }, +{ "type": "Feature", "properties": { "id": 2842929206, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303616.439614652423188, 62374.50813635646773 ] } }, +{ "type": "Feature", "properties": { "id": 2842929227, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303602.854023842432071, 62478.287403189358884 ] } }, +{ "type": "Feature", "properties": { "id": 2842929254, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303599.760429475049023, 62213.102375534384919 ] } }, +{ "type": "Feature", "properties": { "id": 2842929285, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303860.621085422229953, 62555.09187762162037 ] } }, +{ "type": "Feature", "properties": { "id": 2842929286, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303857.394776631263085, 62562.291666607590741 ] } }, +{ "type": "Feature", "properties": { "id": 2842929288, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303635.801431555009913, 62321.565642223991745 ] } }, +{ "type": "Feature", "properties": { "id": 2842985883, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303829.474314776598476, 62961.323507529843482 ] } }, +{ "type": "Feature", "properties": { "id": 2842987909, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303838.536967384861782, 62884.230062160357193 ] } }, +{ "type": "Feature", "properties": { "id": 2842999134, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303868.307827653363347, 62645.749713916113251 ] } }, +{ "type": "Feature", "properties": { "id": 2843008352, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303564.674838522623759, 62795.133682515071996 ] } }, +{ "type": "Feature", "properties": { "id": 2843008383, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303564.776872702932451, 62583.325717165855167 ] } }, +{ "type": "Feature", "properties": { "id": 2843058908, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303790.75391167588532, 63062.5478431277661 ] } }, +{ "type": "Feature", "properties": { "id": 2843058910, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303782.992372050939593, 63117.190366760572942 ] } }, +{ "type": "Feature", "properties": { "id": 2843058918, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303404.788673035393003, 62909.434737777031842 ] } }, +{ "type": "Feature", "properties": { "id": 2843120217, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308023.224304187577218, 60449.675777928365278 ] } }, +{ "type": "Feature", "properties": { "id": 2843250906, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310641.584237111615948, 60722.819922111062624 ] } }, +{ "type": "Feature", "properties": { "id": 2843250907, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310647.385662770364434, 60723.251880490846816 ] } }, +{ "type": "Feature", "properties": { "id": 2843250910, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310669.963786634092685, 60713.117623562568042 ] } }, +{ "type": "Feature", "properties": { "id": 2844072534, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308539.905819522158708, 61882.497761183061812 ] } }, +{ "type": "Feature", "properties": { "id": 2844072535, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308546.99070306471549, 61887.165714350478083 ] } }, +{ "type": "Feature", "properties": { "id": 2844072540, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308628.676137388625648, 62037.220527212135494 ] } }, +{ "type": "Feature", "properties": { "id": 2844224363, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308861.924777011969127, 62104.851098643193836 ] } }, +{ "type": "Feature", "properties": { "id": 2844224365, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308870.295297641481739, 62112.062598602591606 ] } }, +{ "type": "Feature", "properties": { "id": 2844224373, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308965.59676647244487, 62188.004707640124252 ] } }, +{ "type": "Feature", "properties": { "id": 2844224385, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309098.885900216468144, 62294.918637085043883 ] } }, +{ "type": "Feature", "properties": { "id": 2844252257, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 309889.668281100166496, 62823.335463689923927 ] } }, +{ "type": "Feature", "properties": { "id": 2844472303, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310045.560436815896537, 63352.64256012054102 ] } }, +{ "type": "Feature", "properties": { "id": 2844472309, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310051.565848750178702, 63201.419561714799784 ] } }, +{ "type": "Feature", "properties": { "id": 2844593677, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308812.937039235781413, 63729.785106034760247 ] } }, +{ "type": "Feature", "properties": { "id": 2844593678, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308828.13646581833018, 63953.049327949433064 ] } }, +{ "type": "Feature", "properties": { "id": 2844631231, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308309.014423253189307, 64298.543210988296778 ] } }, +{ "type": "Feature", "properties": { "id": 2844631249, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308363.132448890479282, 64305.805680135119474 ] } }, +{ "type": "Feature", "properties": { "id": 2844631252, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308379.882410921796691, 64308.789953438878001 ] } }, +{ "type": "Feature", "properties": { "id": 2844759148, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307826.69773541262839, 64006.56874688444077 ] } }, +{ "type": "Feature", "properties": { "id": 2844871587, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306703.908828562125564, 63593.287085849326104 ] } }, +{ "type": "Feature", "properties": { "id": 2844895667, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306874.662167210830376, 63612.930135190661531 ] } }, +{ "type": "Feature", "properties": { "id": 2844905277, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306548.480496794276405, 63732.094155376056733 ] } }, +{ "type": "Feature", "properties": { "id": 2844905703, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306704.527530496183317, 63621.669961309089558 ] } }, +{ "type": "Feature", "properties": { "id": 2844905733, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306715.483791295962874, 63620.409047496665153 ] } }, +{ "type": "Feature", "properties": { "id": 2844936148, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306310.736767832248006, 63681.477170448226389 ] } }, +{ "type": "Feature", "properties": { "id": 2844971040, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306345.84846719680354, 64067.422074584697839 ] } }, +{ "type": "Feature", "properties": { "id": 2844976433, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306831.580545076983981, 64208.495465127445641 ] } }, +{ "type": "Feature", "properties": { "id": 2844991194, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306935.160018807800952, 64383.122048261502641 ] } }, +{ "type": "Feature", "properties": { "id": 2844999920, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306724.599455824703909, 64226.189365477453975 ] } }, +{ "type": "Feature", "properties": { "id": 2844999935, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306757.467122566886246, 64220.712292471565888 ] } }, +{ "type": "Feature", "properties": { "id": 2844999942, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306827.53880930505693, 64398.695776545559056 ] } }, +{ "type": "Feature", "properties": { "id": 2845010812, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306621.621173359104432, 64091.809913914068602 ] } }, +{ "type": "Feature", "properties": { "id": 2845010834, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306542.997422375541646, 64102.754002546462289 ] } }, +{ "type": "Feature", "properties": { "id": 2845010835, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306570.709360233100597, 64098.542393241230457 ] } }, +{ "type": "Feature", "properties": { "id": 2845010851, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306642.770371064078063, 64220.184802962248796 ] } }, +{ "type": "Feature", "properties": { "id": 2845014915, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306303.774317678064108, 64289.784992822867935 ] } }, +{ "type": "Feature", "properties": { "id": 2845014925, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306393.972619891574141, 64303.841758177157317 ] } }, +{ "type": "Feature", "properties": { "id": 2845136679, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 308441.034576525678858, 64363.082465511564806 ] } }, +{ "type": "Feature", "properties": { "id": 2845137404, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 308256.154283122101333, 64318.817653326244908 ] } }, +{ "type": "Feature", "properties": { "id": 2845137410, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308329.600051979301497, 64328.643174567259848 ] } }, +{ "type": "Feature", "properties": { "id": 2845137413, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308377.918634482310154, 64335.8992251318341 ] } }, +{ "type": "Feature", "properties": { "id": 2845137414, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308389.515118660812732, 64337.606834908983728 ] } }, +{ "type": "Feature", "properties": { "id": 2845137418, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308415.285492719907779, 64341.025040311396879 ] } }, +{ "type": "Feature", "properties": { "id": 2845163400, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308937.234889181097969, 64857.179424046320491 ] } }, +{ "type": "Feature", "properties": { "id": 2845164301, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308941.744550439412706, 64857.608491056162165 ] } }, +{ "type": "Feature", "properties": { "id": 2845164303, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308944.965590386884287, 64858.036002554443257 ] } }, +{ "type": "Feature", "properties": { "id": 2845168370, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309041.845656177727506, 64667.102330264780903 ] } }, +{ "type": "Feature", "properties": { "id": 2845169587, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 310358.619045521772932, 79070.697441300551873 ] } }, +{ "type": "Feature", "properties": { "id": 2845177352, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307724.879349881957751, 65245.965802142105531 ] } }, +{ "type": "Feature", "properties": { "id": 2845177354, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307728.10294573334977, 65243.85108126506384 ] } }, +{ "type": "Feature", "properties": { "id": 2845177369, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307835.122887623263523, 65177.879319786406995 ] } }, +{ "type": "Feature", "properties": { "id": 2845820991, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312259.982486566295847, 64060.455587067910528 ] } }, +{ "type": "Feature", "properties": { "id": 2846016606, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311640.012371394084767, 64108.170196055456472 ] } }, +{ "type": "Feature", "properties": { "id": 2846027235, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311084.145864631049335, 63093.601203269165126 ] } }, +{ "type": "Feature", "properties": { "id": 2846041443, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311393.755385626340285, 63339.345568587872549 ] } }, +{ "type": "Feature", "properties": { "id": 2846041445, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311424.669665249995887, 63351.678124954465602 ] } }, +{ "type": "Feature", "properties": { "id": 2846041448, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311443.347333875193726, 63358.908473863863037 ] } }, +{ "type": "Feature", "properties": { "id": 2846041455, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 311542.531105556350667, 63397.611667152406881 ] } }, +{ "type": "Feature", "properties": { "id": 2846265195, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309870.098860530531965, 63482.456762658737716 ] } }, +{ "type": "Feature", "properties": { "id": 2846344684, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309551.761544210952707, 64471.608307879592758 ] } }, +{ "type": "Feature", "properties": { "id": 2846354138, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309280.238148522563279, 64674.175418044440448 ] } }, +{ "type": "Feature", "properties": { "id": 2846354139, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309266.066151051956695, 64671.615949343009561 ] } }, +{ "type": "Feature", "properties": { "id": 2846354140, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309248.672509527008515, 64669.052479470614344 ] } }, +{ "type": "Feature", "properties": { "id": 2846354141, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 309278.30570058739977, 64673.749376766616479 ] } }, +{ "type": "Feature", "properties": { "id": 2846354506, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309244.162750873016194, 64668.623225461640686 ] } }, +{ "type": "Feature", "properties": { "id": 2846354508, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309250.604960386524908, 64669.478513004476554 ] } }, +{ "type": "Feature", "properties": { "id": 2846354510, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309228.056692183949053, 64666.908647856740572 ] } }, +{ "type": "Feature", "properties": { "id": 2846364437, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308979.68940333777573, 64384.050284836011997 ] } }, +{ "type": "Feature", "properties": { "id": 2846402161, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307653.858460410148837, 66013.9110406562977 ] } }, +{ "type": "Feature", "properties": { "id": 2846402163, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307684.156121412233915, 65994.879644186934456 ] } }, +{ "type": "Feature", "properties": { "id": 2846402170, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307724.767983181809541, 65969.504866957795457 ] } }, +{ "type": "Feature", "properties": { "id": 2846402176, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307829.842958899622317, 65905.225418102942058 ] } }, +{ "type": "Feature", "properties": { "id": 2846430772, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307838.833295085292775, 65932.346490381343756 ] } }, +{ "type": "Feature", "properties": { "id": 2846430773, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307847.858173665707, 65926.849026679672534 ] } }, +{ "type": "Feature", "properties": { "id": 2846520985, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307409.951653173600789, 65765.422564748048899 ] } }, +{ "type": "Feature", "properties": { "id": 2846566329, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307465.353277244255878, 66405.988748084753752 ] } }, +{ "type": "Feature", "properties": { "id": 2846595592, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306843.684803211130202, 65751.321194103671587 ] } }, +{ "type": "Feature", "properties": { "id": 2846596403, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306239.575418038992211, 65536.436356593287201 ] } }, +{ "type": "Feature", "properties": { "id": 2846596408, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306291.13858091365546, 65509.368500834163569 ] } }, +{ "type": "Feature", "properties": { "id": 2846596413, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306233.142542966757901, 65524.993256134599505 ] } }, +{ "type": "Feature", "properties": { "id": 2846621371, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306323.165491798485164, 65726.711698035767768 ] } }, +{ "type": "Feature", "properties": { "id": 2846621378, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306351.527097838872578, 65708.944050810503541 ] } }, +{ "type": "Feature", "properties": { "id": 2846621388, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306535.355255357339047, 65459.169736703239323 ] } }, +{ "type": "Feature", "properties": { "id": 2846621602, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306485.778586028318387, 65423.542220898707455 ] } }, +{ "type": "Feature", "properties": { "id": 2846621603, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306208.60193197184708, 65595.293152386744623 ] } }, +{ "type": "Feature", "properties": { "id": 2846642881, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306544.87032180436654, 65627.354371155204717 ] } }, +{ "type": "Feature", "properties": { "id": 2846661353, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306929.381230646569747, 65736.997973107834696 ] } }, +{ "type": "Feature", "properties": { "id": 2846661373, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306748.249488128698431, 65848.665613948614919 ] } }, +{ "type": "Feature", "properties": { "id": 2846677628, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307173.65390310442308, 66290.052310357539682 ] } }, +{ "type": "Feature", "properties": { "id": 2846684670, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307460.491078256338369, 66755.892572692595422 ] } }, +{ "type": "Feature", "properties": { "id": 2846684679, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307306.787316535483114, 66505.804302100208588 ] } }, +{ "type": "Feature", "properties": { "id": 2846780760, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306621.572729712934233, 66305.211319039415685 ] } }, +{ "type": "Feature", "properties": { "id": 2846792633, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306666.091318434511777, 66227.729197035980178 ] } }, +{ "type": "Feature", "properties": { "id": 2846806199, "poi_type_1": "music", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 306999.98705829854589, 66692.323238594588474 ] } }, +{ "type": "Feature", "properties": { "id": 2846806901, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307009.009984734060708, 66687.248363823222462 ] } }, +{ "type": "Feature", "properties": { "id": 2846817354, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306643.822740749339573, 66635.229858702674392 ] } }, +{ "type": "Feature", "properties": { "id": 2846883357, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306437.984243268321734, 66300.389438381287619 ] } }, +{ "type": "Feature", "properties": { "id": 2846883365, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306384.069433747965377, 66072.436200632990221 ] } }, +{ "type": "Feature", "properties": { "id": 2846908923, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306349.259236558398698, 66849.745618678294704 ] } }, +{ "type": "Feature", "properties": { "id": 2846908952, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306691.738453977566678, 67072.870896801221534 ] } }, +{ "type": "Feature", "properties": { "id": 2846913457, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306452.377320664701983, 66785.444868731938186 ] } }, +{ "type": "Feature", "properties": { "id": 2846913467, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306435.31204025511397, 66410.104210059798788 ] } }, +{ "type": "Feature", "properties": { "id": 2846913477, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306607.084678422368597, 66658.919573054939974 ] } }, +{ "type": "Feature", "properties": { "id": 2846913481, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306628.325040573545266, 66677.577784758454072 ] } }, +{ "type": "Feature", "properties": { "id": 2846937477, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 306481.408283478464, 66734.636049525011913 ] } }, +{ "type": "Feature", "properties": { "id": 2846938865, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306062.446387820702512, 66273.384149793288088 ] } }, +{ "type": "Feature", "properties": { "id": 2846938890, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306039.925091514887754, 66242.441605663130758 ] } }, +{ "type": "Feature", "properties": { "id": 2846942578, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305855.475511468946934, 66509.172696949288365 ] } }, +{ "type": "Feature", "properties": { "id": 2846965644, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305804.305861483502667, 66045.694202290091198 ] } }, +{ "type": "Feature", "properties": { "id": 2846965646, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305819.129620276391506, 66036.809873371923459 ] } }, +{ "type": "Feature", "properties": { "id": 2846965668, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305784.671368777344469, 65616.130359802744351 ] } }, +{ "type": "Feature", "properties": { "id": 2846965688, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305795.626842165307608, 65611.902758602183894 ] } }, +{ "type": "Feature", "properties": { "id": 2846995248, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305800.164457633858547, 65576.322430184009136 ] } }, +{ "type": "Feature", "properties": { "id": 2846995258, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305832.392548095842358, 65556.437741044937866 ] } }, +{ "type": "Feature", "properties": { "id": 2846995261, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305842.060975571104791, 65550.514723522210261 ] } }, +{ "type": "Feature", "properties": { "id": 2846995262, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305845.928150023391936, 65548.399690499369171 ] } }, +{ "type": "Feature", "properties": { "id": 2847001227, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305488.206116110843141, 65767.98321566238883 ] } }, +{ "type": "Feature", "properties": { "id": 2847001229, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305494.007028203574009, 65764.174962199002039 ] } }, +{ "type": "Feature", "properties": { "id": 2847009734, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 306509.370798065734562, 67166.327835866351961 ] } }, +{ "type": "Feature", "properties": { "id": 2847009735, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306482.337885028508026, 67143.852305623484426 ] } }, +{ "type": "Feature", "properties": { "id": 2847009740, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306570.581134048465174, 67143.9301805980067 ] } }, +{ "type": "Feature", "properties": { "id": 2847009754, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306289.808408515120391, 67073.36537210001552 ] } }, +{ "type": "Feature", "properties": { "id": 2847034451, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306284.547831821721047, 67200.022852996204165 ] } }, +{ "type": "Feature", "properties": { "id": 2847034455, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306326.457148338551633, 67150.495210450084414 ] } }, +{ "type": "Feature", "properties": { "id": 2847034458, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306318.681490498129278, 67204.711743238469353 ] } }, +{ "type": "Feature", "properties": { "id": 2847034469, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306170.951086687156931, 67480.362759559808183 ] } }, +{ "type": "Feature", "properties": { "id": 2847058535, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303485.397658030560706, 64173.543841498518304 ] } }, +{ "type": "Feature", "properties": { "id": 2847077796, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303937.124926057062112, 64128.86705987140158 ] } }, +{ "type": "Feature", "properties": { "id": 2847083642, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303944.182550998928491, 64186.059090087605 ] } }, +{ "type": "Feature", "properties": { "id": 2847083643, "poi_type_1": "second_hand", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303920.337533750513103, 64192.400668931477412 ] } }, +{ "type": "Feature", "properties": { "id": 2847083651, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303879.823632325744256, 64037.335563780325174 ] } }, +{ "type": "Feature", "properties": { "id": 2847083662, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303782.508107804518659, 64064.396643531668815 ] } }, +{ "type": "Feature", "properties": { "id": 2847083672, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303912.695845110632945, 64020.831821873442095 ] } }, +{ "type": "Feature", "properties": { "id": 2847155378, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305321.952418227039743, 65826.320980847347528 ] } }, +{ "type": "Feature", "properties": { "id": 2847155477, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305118.588191619492136, 66451.861176459060516 ] } }, +{ "type": "Feature", "properties": { "id": 2847155484, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304697.866035170329269, 65560.289985169802094 ] } }, +{ "type": "Feature", "properties": { "id": 2847191333, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305322.628450821212027, 64886.737789742604946 ] } }, +{ "type": "Feature", "properties": { "id": 2850979481, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319345.745262474403717, 66228.42097483719408 ] } }, +{ "type": "Feature", "properties": { "id": 2850982604, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 319503.98121360555524, 65829.363593812056934 ] } }, +{ "type": "Feature", "properties": { "id": 2850982606, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 319329.495458055811469, 66283.872625113464892 ] } }, +{ "type": "Feature", "properties": { "id": 2850982607, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319419.694659043452702, 66033.749889632643317 ] } }, +{ "type": "Feature", "properties": { "id": 2851580467, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282120.878219458332751, 79443.043485124231665 ] } }, +{ "type": "Feature", "properties": { "id": 2851580468, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282187.07353374932427, 79427.209265152341686 ] } }, +{ "type": "Feature", "properties": { "id": 2853050594, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306285.772600851603784, 65000.599303950293688 ] } }, +{ "type": "Feature", "properties": { "id": 2853070262, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305623.042141864134464, 67210.504374914366053 ] } }, +{ "type": "Feature", "properties": { "id": 2853091762, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308275.083364123012871, 66981.276974482316291 ] } }, +{ "type": "Feature", "properties": { "id": 2853101361, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308033.938829771534074, 67203.410870452498784 ] } }, +{ "type": "Feature", "properties": { "id": 2853101366, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308121.652635592385195, 67098.449245619121939 ] } }, +{ "type": "Feature", "properties": { "id": 2853101369, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308114.582241618016269, 67084.885687585177948 ] } }, +{ "type": "Feature", "properties": { "id": 2853101370, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308100.420959771901835, 67076.397790016359068 ] } }, +{ "type": "Feature", "properties": { "id": 2853101371, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308089.483478650450706, 67064.948114905360853 ] } }, +{ "type": "Feature", "properties": { "id": 2853101373, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308094.629932771727908, 67070.884406964367372 ] } }, +{ "type": "Feature", "properties": { "id": 2853120522, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307870.81766766536748, 67355.738208840615698 ] } }, +{ "type": "Feature", "properties": { "id": 2853133619, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307727.611699577188119, 67563.584026878292207 ] } }, +{ "type": "Feature", "properties": { "id": 2853133633, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307708.311093727184925, 67542.80655778014625 ] } }, +{ "type": "Feature", "properties": { "id": 2853133642, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307848.857813216221984, 67412.903407065270585 ] } }, +{ "type": "Feature", "properties": { "id": 2853133644, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307862.397170153970364, 67400.209225155704189 ] } }, +{ "type": "Feature", "properties": { "id": 2853133645, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307866.910299457318615, 67395.977836744074011 ] } }, +{ "type": "Feature", "properties": { "id": 2853151381, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307715.720881615648977, 67848.667181984375929 ] } }, +{ "type": "Feature", "properties": { "id": 2853151384, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307695.135088801616803, 67825.770302370132413 ] } }, +{ "type": "Feature", "properties": { "id": 2853151396, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307439.722212265711278, 67551.427462957886746 ] } }, +{ "type": "Feature", "properties": { "id": 2853157216, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307610.35521687642904, 67597.351937438594177 ] } }, +{ "type": "Feature", "properties": { "id": 2853174745, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307337.662305643374566, 67849.553231736572343 ] } }, +{ "type": "Feature", "properties": { "id": 2853184673, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 306957.382746262475848, 67473.012072629062459 ] } }, +{ "type": "Feature", "properties": { "id": 2853184678, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306884.563547228986863, 67513.611327290753252 ] } }, +{ "type": "Feature", "properties": { "id": 2853184680, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306941.937090337218251, 67459.865374622153467 ] } }, +{ "type": "Feature", "properties": { "id": 2853223278, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307183.556196667486802, 68032.828982437378727 ] } }, +{ "type": "Feature", "properties": { "id": 2853249917, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307699.585228711657692, 67881.692650699988008 ] } }, +{ "type": "Feature", "properties": { "id": 2853249931, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307525.754174856003374, 67820.93617055696086 ] } }, +{ "type": "Feature", "properties": { "id": 2853295448, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307243.138048794760834, 68352.719624757257407 ] } }, +{ "type": "Feature", "properties": { "id": 2853295450, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307256.674231715791393, 68340.447936467084219 ] } }, +{ "type": "Feature", "properties": { "id": 2853413435, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309255.32562002458144, 67075.634868039473076 ] } }, +{ "type": "Feature", "properties": { "id": 2853426879, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309118.152669370465446, 67055.97800982928311 ] } }, +{ "type": "Feature", "properties": { "id": 2853426888, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308982.909810959768947, 67037.596897484720103 ] } }, +{ "type": "Feature", "properties": { "id": 2853426898, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309069.206900792720262, 67049.98716317054641 ] } }, +{ "type": "Feature", "properties": { "id": 2853435886, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309224.858604306995403, 66197.85934676665056 ] } }, +{ "type": "Feature", "properties": { "id": 2853435887, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309235.164116735686548, 66199.143061831578962 ] } }, +{ "type": "Feature", "properties": { "id": 2853687685, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300351.747359717497602, 65827.803706705017248 ] } }, +{ "type": "Feature", "properties": { "id": 2855056896, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302833.965556850307621, 65787.247327142540598 ] } }, +{ "type": "Feature", "properties": { "id": 2855635538, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312438.280079714604653, 78712.97823681209411 ] } }, +{ "type": "Feature", "properties": { "id": 2855824707, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313793.050665886024944, 77471.194979393170797 ] } }, +{ "type": "Feature", "properties": { "id": 2856502180, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312073.390060775214806, 76898.407428456965135 ] } }, +{ "type": "Feature", "properties": { "id": 2856530350, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311776.698462956002913, 76990.702271759597352 ] } }, +{ "type": "Feature", "properties": { "id": 2856530362, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311874.114453801419586, 76813.782980730844429 ] } }, +{ "type": "Feature", "properties": { "id": 2856590196, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 312707.066209808050189, 77610.313849716068944 ] } }, +{ "type": "Feature", "properties": { "id": 2856592407, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312578.136925856408197, 77779.967015099391574 ] } }, +{ "type": "Feature", "properties": { "id": 2856660382, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311639.792538692126982, 77330.656270858366042 ] } }, +{ "type": "Feature", "properties": { "id": 2856756386, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311408.926134618697688, 77297.25323974910134 ] } }, +{ "type": "Feature", "properties": { "id": 2856828214, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311203.888287708570715, 77621.012740736507112 ] } }, +{ "type": "Feature", "properties": { "id": 2857009200, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311653.137999730475713, 76618.13994092894427 ] } }, +{ "type": "Feature", "properties": { "id": 2857070562, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312334.412763625616208, 75827.915427188854665 ] } }, +{ "type": "Feature", "properties": { "id": 2857985753, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300650.567189252120443, 59646.418935126486758 ] } }, +{ "type": "Feature", "properties": { "id": 2858047849, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311460.7143696603016, 75426.183357212285046 ] } }, +{ "type": "Feature", "properties": { "id": 2858085411, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311261.404495980241336, 76177.386257468097028 ] } }, +{ "type": "Feature", "properties": { "id": 2858095291, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312558.24860855442239, 75101.77716134187358 ] } }, +{ "type": "Feature", "properties": { "id": 2858105392, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312739.889929937315173, 74614.497213827446103 ] } }, +{ "type": "Feature", "properties": { "id": 2858151599, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313196.312617324874736, 74858.45840324315941 ] } }, +{ "type": "Feature", "properties": { "id": 2858151653, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313194.928133770474233, 74913.103405022309744 ] } }, +{ "type": "Feature", "properties": { "id": 2858167307, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 312819.014676687074825, 74255.824973853130359 ] } }, +{ "type": "Feature", "properties": { "id": 2858180407, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312469.833794734673575, 74115.855311410196009 ] } }, +{ "type": "Feature", "properties": { "id": 2858208175, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312225.207611509598792, 74172.635632333476678 ] } }, +{ "type": "Feature", "properties": { "id": 2858208176, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312001.963642853486817, 74141.345115895324852 ] } }, +{ "type": "Feature", "properties": { "id": 2858289880, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304083.968187511549331, 46712.113315948452509 ] } }, +{ "type": "Feature", "properties": { "id": 2858408126, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312630.936742425430566, 73606.933984810471884 ] } }, +{ "type": "Feature", "properties": { "id": 2858477540, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302970.214036378776655, 56968.052445774097578 ] } }, +{ "type": "Feature", "properties": { "id": 2858507271, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311702.138639336975757, 73704.956015939911595 ] } }, +{ "type": "Feature", "properties": { "id": 2858524261, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 311328.34198431042023, 73639.135544068936724 ] } }, +{ "type": "Feature", "properties": { "id": 2859500880, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301875.433717434643768, 65464.992823230983049 ] } }, +{ "type": "Feature", "properties": { "id": 2860162890, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311563.315871110127773, 72765.989739275479224 ] } }, +{ "type": "Feature", "properties": { "id": 2860192143, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311746.991888662159909, 72207.94542617481784 ] } }, +{ "type": "Feature", "properties": { "id": 2860239407, "poi_type_1": "prep_school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304141.026628420338966, 60173.677918049230357 ] } }, +{ "type": "Feature", "properties": { "id": 2860335714, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 307856.386398423695937, 70631.574331369178253 ] } }, +{ "type": "Feature", "properties": { "id": 2860335783, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 307793.23117834184086, 70690.390759580986924 ] } }, +{ "type": "Feature", "properties": { "id": 2860689526, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314551.398492240521591, 73879.467233554067207 ] } }, +{ "type": "Feature", "properties": { "id": 2860981645, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314005.028462454094552, 75245.445110433094669 ] } }, +{ "type": "Feature", "properties": { "id": 2860993161, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313164.82980128651252, 75554.840158991719363 ] } }, +{ "type": "Feature", "properties": { "id": 2861034062, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314023.800624140363652, 75863.548665189417079 ] } }, +{ "type": "Feature", "properties": { "id": 2861419381, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314571.300071483710781, 58535.185910306106962 ] } }, +{ "type": "Feature", "properties": { "id": 2861988250, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314485.720019801752642, 58439.704680439332151 ] } }, +{ "type": "Feature", "properties": { "id": 2862076235, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 313695.285390524019022, 57646.041558422875823 ] } }, +{ "type": "Feature", "properties": { "id": 2862076255, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314153.481583020300604, 57495.249283049859514 ] } }, +{ "type": "Feature", "properties": { "id": 2862150314, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312794.980262614262756, 57254.282690951076802 ] } }, +{ "type": "Feature", "properties": { "id": 2862163543, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312117.16070288157789, 57618.721381265866512 ] } }, +{ "type": "Feature", "properties": { "id": 2862216820, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314268.671328042284586, 56959.174963088938966 ] } }, +{ "type": "Feature", "properties": { "id": 2862385966, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315781.430418706848286, 57455.754731029053801 ] } }, +{ "type": "Feature", "properties": { "id": 2862434677, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316487.970559445442632, 56446.97437340849865 ] } }, +{ "type": "Feature", "properties": { "id": 2862577872, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315422.453227699035779, 59495.974362286455289 ] } }, +{ "type": "Feature", "properties": { "id": 2862671705, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313438.108796517190058, 58982.074041553685674 ] } }, +{ "type": "Feature", "properties": { "id": 2862715477, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 314139.349998043559026, 59491.294444733750424 ] } }, +{ "type": "Feature", "properties": { "id": 2862969965, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317250.559262356895488, 56385.169260305323405 ] } }, +{ "type": "Feature", "properties": { "id": 2862985930, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316955.59855358209461, 56460.315010144258849 ] } }, +{ "type": "Feature", "properties": { "id": 2865415568, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 321881.601038531051017, 63948.792503063377808 ] } }, +{ "type": "Feature", "properties": { "id": 2865415729, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 322076.674111011088826, 64008.678605607092322 ] } }, +{ "type": "Feature", "properties": { "id": 2865415730, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 321832.923043965070974, 64066.838260325799638 ] } }, +{ "type": "Feature", "properties": { "id": 2866849871, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315359.750681715668179, 48991.515782084185048 ] } }, +{ "type": "Feature", "properties": { "id": 2868352345, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 316637.427753219322767, 57968.507628716637555 ] } }, +{ "type": "Feature", "properties": { "id": 2868400845, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316452.74444434477482, 58946.221738572407048 ] } }, +{ "type": "Feature", "properties": { "id": 2868400876, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316524.552638241788372, 58842.172347334795631 ] } }, +{ "type": "Feature", "properties": { "id": 2868437431, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317739.199751185835339, 58667.911843166788458 ] } }, +{ "type": "Feature", "properties": { "id": 2868484830, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318433.076753606728744, 58661.981768620658841 ] } }, +{ "type": "Feature", "properties": { "id": 2868553097, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317993.329807230387814, 57847.98283940719557 ] } }, +{ "type": "Feature", "properties": { "id": 2868717178, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320803.025506922625937, 55408.968850376229966 ] } }, +{ "type": "Feature", "properties": { "id": 2868975162, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 322186.11099955701502, 56516.498344403866213 ] } }, +{ "type": "Feature", "properties": { "id": 2868975165, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322202.259781042404938, 56508.92167190444161 ] } }, +{ "type": "Feature", "properties": { "id": 2869155564, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305145.4271193445893, 75086.116934993173345 ] } }, +{ "type": "Feature", "properties": { "id": 2869155565, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305145.413251643883996, 75106.027225414902205 ] } }, +{ "type": "Feature", "properties": { "id": 2869320218, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319857.77213070821017, 55937.162823448154086 ] } }, +{ "type": "Feature", "properties": { "id": 2869384525, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320870.698738693841733, 57263.743598608663888 ] } }, +{ "type": "Feature", "properties": { "id": 2869516631, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320309.754848987795413, 56490.357953948398062 ] } }, +{ "type": "Feature", "properties": { "id": 2869522962, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 320198.201880149776116, 56948.827482782624429 ] } }, +{ "type": "Feature", "properties": { "id": 2869522981, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320092.209130339499097, 56789.260047416217276 ] } }, +{ "type": "Feature", "properties": { "id": 2869567212, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321210.438919119013008, 58896.47539752220473 ] } }, +{ "type": "Feature", "properties": { "id": 2869578152, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320326.200504827895202, 58018.805493282605312 ] } }, +{ "type": "Feature", "properties": { "id": 2869589075, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320104.938671993033495, 58277.453944382446934 ] } }, +{ "type": "Feature", "properties": { "id": 2869607019, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319890.029770417371765, 57136.925531572785985 ] } }, +{ "type": "Feature", "properties": { "id": 2870392128, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320763.229500476329122, 59247.232437933846086 ] } }, +{ "type": "Feature", "properties": { "id": 2870392136, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320905.543429870042019, 59085.38806126556301 ] } }, +{ "type": "Feature", "properties": { "id": 2870442387, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320608.324168504565023, 59533.587596768884396 ] } }, +{ "type": "Feature", "properties": { "id": 2870458300, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320415.283285404439084, 59157.305446592275985 ] } }, +{ "type": "Feature", "properties": { "id": 2870483056, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320020.564180680550635, 58953.739213724438741 ] } }, +{ "type": "Feature", "properties": { "id": 2870514620, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320068.25295350747183, 60153.548632451391313 ] } }, +{ "type": "Feature", "properties": { "id": 2870595107, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318365.858131242159288, 59243.862257505083107 ] } }, +{ "type": "Feature", "properties": { "id": 2870620663, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318503.01404971658485, 59576.742045804072404 ] } }, +{ "type": "Feature", "properties": { "id": 2870656964, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317173.088435383979231, 59749.76155517265579 ] } }, +{ "type": "Feature", "properties": { "id": 2870656966, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317185.322068324778229, 59756.991410473179712 ] } }, +{ "type": "Feature", "properties": { "id": 2870656972, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317317.32930092420429, 59828.890083179103385 ] } }, +{ "type": "Feature", "properties": { "id": 2870656976, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317350.171755962830503, 59845.911612263582356 ] } }, +{ "type": "Feature", "properties": { "id": 2870656985, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317374.573708353622351, 59887.906798772775801 ] } }, +{ "type": "Feature", "properties": { "id": 2870656987, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317406.842747105809394, 59874.426904358922911 ] } }, +{ "type": "Feature", "properties": { "id": 2870656990, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317414.502946917200461, 59907.063330601231428 ] } }, +{ "type": "Feature", "properties": { "id": 2870656996, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317491.776846970373299, 59947.489014258608222 ] } }, +{ "type": "Feature", "properties": { "id": 2870656997, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317483.473289884102996, 59914.427370373057784 ] } }, +{ "type": "Feature", "properties": { "id": 2870656999, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317500.148427615640685, 59951.744957960123429 ] } }, +{ "type": "Feature", "properties": { "id": 2870657902, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317505.944054600317031, 59954.723971723593422 ] } }, +{ "type": "Feature", "properties": { "id": 2870657904, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317511.096943876647856, 59956.854238078733033 ] } }, +{ "type": "Feature", "properties": { "id": 2870657929, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317230.326606611546595, 60089.210735926732013 ] } }, +{ "type": "Feature", "properties": { "id": 2870657933, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317252.354895276424941, 60043.087923095299629 ] } }, +{ "type": "Feature", "properties": { "id": 2870657936, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317265.310747536772396, 60016.853952293320617 ] } }, +{ "type": "Feature", "properties": { "id": 2870657939, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317286.687806918576825, 59973.695035838456533 ] } }, +{ "type": "Feature", "properties": { "id": 2870657940, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317289.279612106853165, 59968.194084190887224 ] } }, +{ "type": "Feature", "properties": { "id": 2870657941, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317291.222726394596975, 59964.386081142612966 ] } }, +{ "type": "Feature", "properties": { "id": 2870657942, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317287.985192995809484, 59970.309139760116523 ] } }, +{ "type": "Feature", "properties": { "id": 2870657943, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317293.816517463594209, 59958.037904304102995 ] } }, +{ "type": "Feature", "properties": { "id": 2870657944, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317294.464223664661404, 59956.768570307795017 ] } }, +{ "type": "Feature", "properties": { "id": 2870657945, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317295.759636729315389, 59954.229902490784298 ] } }, +{ "type": "Feature", "properties": { "id": 2870657947, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317300.941297838639002, 59944.075233563758957 ] } }, +{ "type": "Feature", "properties": { "id": 2870657948, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317303.5331238975632, 59938.574287098184868 ] } }, +{ "type": "Feature", "properties": { "id": 2870657950, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317310.011219976411667, 59925.457345157781674 ] } }, +{ "type": "Feature", "properties": { "id": 2870657951, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317313.251762711210176, 59918.263456296008371 ] } }, +{ "type": "Feature", "properties": { "id": 2870657952, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317317.136062003904954, 59911.494690535560949 ] } }, +{ "type": "Feature", "properties": { "id": 2870682355, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317539.423228366998956, 59974.713161420171673 ] } }, +{ "type": "Feature", "properties": { "id": 2870682358, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317543.288630900788121, 59975.99316832239856 ] } }, +{ "type": "Feature", "properties": { "id": 2870682362, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317649.569003075885121, 60018.607384268310852 ] } }, +{ "type": "Feature", "properties": { "id": 2870682369, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317775.272392745362595, 60026.956862559243746 ] } }, +{ "type": "Feature", "properties": { "id": 2870692485, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 316948.345225871889852, 59628.513172205166484 ] } }, +{ "type": "Feature", "properties": { "id": 2870695203, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317010.80866856884677, 59662.969299184980628 ] } }, +{ "type": "Feature", "properties": { "id": 2870695210, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317149.262910407502204, 59736.574238997600332 ] } }, +{ "type": "Feature", "properties": { "id": 2870695218, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316915.609294202178717, 59564.048742219667474 ] } }, +{ "type": "Feature", "properties": { "id": 2870695233, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 316963.157368637621403, 59636.172177649699734 ] } }, +{ "type": "Feature", "properties": { "id": 2870708966, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317278.621654346759897, 59838.542794978406164 ] } }, +{ "type": "Feature", "properties": { "id": 2870708968, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317152.321661646070424, 60086.064268069851096 ] } }, +{ "type": "Feature", "properties": { "id": 2870708974, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317315.304887586680707, 59867.434374400727393 ] } }, +{ "type": "Feature", "properties": { "id": 2870737011, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 316733.482414796424564, 59982.16700529474474 ] } }, +{ "type": "Feature", "properties": { "id": 2870746239, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316449.654088516894262, 59466.414398624263413 ] } }, +{ "type": "Feature", "properties": { "id": 2870746255, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316739.484275842900388, 59894.068520239488862 ] } }, +{ "type": "Feature", "properties": { "id": 2870750195, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316939.137242520344444, 59707.708202914247522 ] } }, +{ "type": "Feature", "properties": { "id": 2870750514, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316919.929053736675996, 59648.781715346558485 ] } }, +{ "type": "Feature", "properties": { "id": 2870760831, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316263.620698409562465, 59325.786698295691167 ] } }, +{ "type": "Feature", "properties": { "id": 2870760832, "poi_type_1": "stripclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 316307.928462751558982, 59116.194624201838451 ] } }, +{ "type": "Feature", "properties": { "id": 2870760857, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 316334.32632757112151, 59426.33919495104783 ] } }, +{ "type": "Feature", "properties": { "id": 2870760896, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316261.015476584550925, 59337.642203569623234 ] } }, +{ "type": "Feature", "properties": { "id": 2870806674, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316219.000105240615085, 59384.994949917308986 ] } }, +{ "type": "Feature", "properties": { "id": 2870819750, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315626.519415039336309, 59346.442497666488634 ] } }, +{ "type": "Feature", "properties": { "id": 2870824992, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316083.247464688611217, 59841.356190154532669 ] } }, +{ "type": "Feature", "properties": { "id": 2870824993, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 316085.838420497369952, 59835.854818063409766 ] } }, +{ "type": "Feature", "properties": { "id": 2870834187, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 315386.401660316449124, 60089.384533336800814 ] } }, +{ "type": "Feature", "properties": { "id": 2870858115, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315354.7602265937021, 59802.531151671879343 ] } }, +{ "type": "Feature", "properties": { "id": 2870858116, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315323.236712872341741, 59769.000216234155232 ] } }, +{ "type": "Feature", "properties": { "id": 2870860268, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314097.066376743779983, 61041.222921035761829 ] } }, +{ "type": "Feature", "properties": { "id": 2870860270, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314104.816621494479477, 61033.612600399610528 ] } }, +{ "type": "Feature", "properties": { "id": 2870860271, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314112.566882168350276, 61026.002287945026183 ] } }, +{ "type": "Feature", "properties": { "id": 2870860274, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314123.547657888324466, 61014.585604478335881 ] } }, +{ "type": "Feature", "properties": { "id": 2870860283, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314170.048884652554989, 60969.347585583251202 ] } }, +{ "type": "Feature", "properties": { "id": 2870860289, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314206.867061255965382, 60931.292737300558656 ] } }, +{ "type": "Feature", "properties": { "id": 2870860295, "poi_type_1": "coffee", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314227.532580583065283, 60912.269719226358575 ] } }, +{ "type": "Feature", "properties": { "id": 2870874149, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314313.423897931701504, 60166.871757836088364 ] } }, +{ "type": "Feature", "properties": { "id": 2870874170, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314329.46888937195763, 60204.604578342485183 ] } }, +{ "type": "Feature", "properties": { "id": 2870874179, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314275.475340766541194, 60120.200776464851515 ] } }, +{ "type": "Feature", "properties": { "id": 2870874509, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314242.685751293844078, 60072.692686578237044 ] } }, +{ "type": "Feature", "properties": { "id": 2870895811, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314363.866968576854561, 60751.559030323187471 ] } }, +{ "type": "Feature", "properties": { "id": 2870895813, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314424.526854628755245, 60720.329428112163441 ] } }, +{ "type": "Feature", "properties": { "id": 2870895815, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314431.626492525450885, 60716.107109535034397 ] } }, +{ "type": "Feature", "properties": { "id": 2870905842, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315365.992189914511982, 60293.101245132005715 ] } }, +{ "type": "Feature", "properties": { "id": 2870940787, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313895.589461756695528, 61226.385696356948756 ] } }, +{ "type": "Feature", "properties": { "id": 2870940788, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313900.107417663151864, 61223.428868235911068 ] } }, +{ "type": "Feature", "properties": { "id": 2870940792, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313910.438168398628477, 61214.552342041948577 ] } }, +{ "type": "Feature", "properties": { "id": 2870940796, "poi_type_1": "music_school", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 313948.529483143182006, 61183.700066240860906 ] } }, +{ "type": "Feature", "properties": { "id": 2870940797, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313955.63239892013371, 61177.359216563301743 ] } }, +{ "type": "Feature", "properties": { "id": 2870945578, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 313661.833687638456468, 61792.325225587184832 ] } }, +{ "type": "Feature", "properties": { "id": 2871009481, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314901.204249807167798, 62510.205244580138242 ] } }, +{ "type": "Feature", "properties": { "id": 2871013852, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314902.417354181641713, 62547.90957798557065 ] } }, +{ "type": "Feature", "properties": { "id": 2871018249, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315597.99352554633515, 62479.022658309404505 ] } }, +{ "type": "Feature", "properties": { "id": 2871147099, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321545.102341469202656, 61778.0343054945115 ] } }, +{ "type": "Feature", "properties": { "id": 2871147201, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321552.175435809593182, 61783.98554210500879 ] } }, +{ "type": "Feature", "properties": { "id": 2871178287, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322236.338830214110203, 61268.349253618980583 ] } }, +{ "type": "Feature", "properties": { "id": 2871179060, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 321992.476315609703306, 61550.173263653377944 ] } }, +{ "type": "Feature", "properties": { "id": 2871207755, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322611.976811215863563, 61538.484319583170873 ] } }, +{ "type": "Feature", "properties": { "id": 2871221985, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 322303.096178375999443, 60720.813324993127026 ] } }, +{ "type": "Feature", "properties": { "id": 2871225518, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322299.209010880207643, 60727.155866324523231 ] } }, +{ "type": "Feature", "properties": { "id": 2871225522, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 322340.415480821626261, 60744.648414856354066 ] } }, +{ "type": "Feature", "properties": { "id": 2871240813, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320796.785068086290266, 61991.514799463817326 ] } }, +{ "type": "Feature", "properties": { "id": 2871240826, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 320929.945422894088551, 62085.086010882871051 ] } }, +{ "type": "Feature", "properties": { "id": 2871253816, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321513.790811578219291, 62570.95514984284091 ] } }, +{ "type": "Feature", "properties": { "id": 2871280105, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 322254.617738196800929, 61835.204123763222015 ] } }, +{ "type": "Feature", "properties": { "id": 2871307805, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321373.859101616137195, 62372.720224701944971 ] } }, +{ "type": "Feature", "properties": { "id": 2871307807, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321389.291013922309503, 62385.473339851661876 ] } }, +{ "type": "Feature", "properties": { "id": 2871321853, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 322328.343124200182501, 62395.448645912540087 ] } }, +{ "type": "Feature", "properties": { "id": 2871451870, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321775.106427166436333, 62692.450545905689069 ] } }, +{ "type": "Feature", "properties": { "id": 2871487701, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321394.445785785967018, 63277.62734839876066 ] } }, +{ "type": "Feature", "properties": { "id": 2878118492, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 318110.977856137498748, 69058.041146668387228 ] } }, +{ "type": "Feature", "properties": { "id": 2878118493, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318121.277854739048053, 69059.337246994124143 ] } }, +{ "type": "Feature", "properties": { "id": 2881739131, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 319667.925476259202696, 65470.568739304522751 ] } }, +{ "type": "Feature", "properties": { "id": 2881757687, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 319606.507716547232121, 65550.893297579168575 ] } }, +{ "type": "Feature", "properties": { "id": 2881810194, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 319375.954546898603439, 66254.340832271060208 ] } }, +{ "type": "Feature", "properties": { "id": 2881810195, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 319432.670081052579917, 65999.047191077377647 ] } }, +{ "type": "Feature", "properties": { "id": 2881829292, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 319108.289584353216924, 66629.394907353504095 ] } }, +{ "type": "Feature", "properties": { "id": 2881847148, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 319658.709710927912965, 66756.228887829769519 ] } }, +{ "type": "Feature", "properties": { "id": 2881903405, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 318787.501525309111457, 66881.473941833115532 ] } }, +{ "type": "Feature", "properties": { "id": 2882010599, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317994.502212698454969, 66378.783866933357785 ] } }, +{ "type": "Feature", "properties": { "id": 2882100999, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317949.991233737382572, 64014.884095470573811 ] } }, +{ "type": "Feature", "properties": { "id": 2882163222, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 317988.433395723637659, 65430.709860474307789 ] } }, +{ "type": "Feature", "properties": { "id": 2882294799, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315605.038989130931441, 63722.353792949419585 ] } }, +{ "type": "Feature", "properties": { "id": 2882311701, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315601.287760931125376, 63667.699231410522771 ] } }, +{ "type": "Feature", "properties": { "id": 2882311702, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 315601.29490683239419, 63664.310307022620691 ] } }, +{ "type": "Feature", "properties": { "id": 2882311704, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 315601.96075978607405, 63654.144892801879905 ] } }, +{ "type": "Feature", "properties": { "id": 2882311705, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 315601.337782239308581, 63643.976761022371647 ] } }, +{ "type": "Feature", "properties": { "id": 2882557568, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315831.296210298954975, 66098.908587164638448 ] } }, +{ "type": "Feature", "properties": { "id": 2882557572, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315747.078865042247344, 66017.394006211005035 ] } }, +{ "type": "Feature", "properties": { "id": 2882564233, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315812.757633643050212, 65429.127917072037235 ] } }, +{ "type": "Feature", "properties": { "id": 2882573602, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 315305.621778393920977, 64854.905777019346715 ] } }, +{ "type": "Feature", "properties": { "id": 2882602225, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315313.227871257986408, 65226.858248202515824 ] } }, +{ "type": "Feature", "properties": { "id": 2882602230, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314959.86007292609429, 65694.657057216609246 ] } }, +{ "type": "Feature", "properties": { "id": 2882602263, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314970.876414233993273, 65662.907961296645226 ] } }, +{ "type": "Feature", "properties": { "id": 2882602265, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315148.497603026567958, 65755.618421596183907 ] } }, +{ "type": "Feature", "properties": { "id": 2882602272, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315271.772478391299956, 65646.15472129068803 ] } }, +{ "type": "Feature", "properties": { "id": 2882618253, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314991.01918304245919, 65260.511334499467921 ] } }, +{ "type": "Feature", "properties": { "id": 2882618264, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314952.368656201753765, 65257.467780327518994 ] } }, +{ "type": "Feature", "properties": { "id": 2882638786, "poi_type_1": "second_hand", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314929.453354108205531, 66396.108120119286468 ] } }, +{ "type": "Feature", "properties": { "id": 2882638792, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314970.670356344839092, 66401.274859736833605 ] } }, +{ "type": "Feature", "properties": { "id": 2882645263, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315366.738109574536793, 66760.468836195941549 ] } }, +{ "type": "Feature", "properties": { "id": 2882678384, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316899.719255185569637, 67927.496040096128127 ] } }, +{ "type": "Feature", "properties": { "id": 2882695441, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 317301.456854304531589, 68540.979902329432662 ] } }, +{ "type": "Feature", "properties": { "id": 2882699270, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 316365.830742458521854, 68497.758632174751256 ] } }, +{ "type": "Feature", "properties": { "id": 2882803708, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314912.594583756173961, 66450.720943111198721 ] } }, +{ "type": "Feature", "properties": { "id": 2883383083, "poi_type_1": "hospital", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314705.9881437770091, 64419.05753540781734 ] } }, +{ "type": "Feature", "properties": { "id": 2883385712, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314706.778175960585941, 64345.773241326984135 ] } }, +{ "type": "Feature", "properties": { "id": 2883385717, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314710.699057014659047, 64318.245886969190906 ] } }, +{ "type": "Feature", "properties": { "id": 2883431933, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 314236.485730135638732, 65973.664850023778854 ] } }, +{ "type": "Feature", "properties": { "id": 2883431974, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314520.237457243027166, 66478.746329252157011 ] } }, +{ "type": "Feature", "properties": { "id": 2883431977, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 314085.745899623143487, 66308.458576744684251 ] } }, +{ "type": "Feature", "properties": { "id": 2883431998, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 314108.681821594655048, 66104.318100213291473 ] } }, +{ "type": "Feature", "properties": { "id": 2883438282, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314512.313706534623634, 65920.824953159084544 ] } }, +{ "type": "Feature", "properties": { "id": 2883438286, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314543.836233619251288, 65943.338651351819863 ] } }, +{ "type": "Feature", "properties": { "id": 2883438609, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314287.896769043814857, 66039.001240563869942 ] } }, +{ "type": "Feature", "properties": { "id": 2883438618, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 314340.314933326677419, 65916.676921109188697 ] } }, +{ "type": "Feature", "properties": { "id": 2883444672, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314678.027317176398356, 65845.747843244098476 ] } }, +{ "type": "Feature", "properties": { "id": 2883459063, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314771.6711731844116, 65407.489213443790504 ] } }, +{ "type": "Feature", "properties": { "id": 2883459064, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 314488.658193356648553, 65499.701868459385878 ] } }, +{ "type": "Feature", "properties": { "id": 2883466304, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314196.22550828801468, 65804.140073838221724 ] } }, +{ "type": "Feature", "properties": { "id": 2883466310, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314323.675185146799777, 65859.879800047594472 ] } }, +{ "type": "Feature", "properties": { "id": 2883466317, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 314348.935480152606033, 65790.031712410403998 ] } }, +{ "type": "Feature", "properties": { "id": 2883480565, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314389.087003274005838, 65682.510631596189342 ] } }, +{ "type": "Feature", "properties": { "id": 2883487961, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313994.324874459474813, 66961.081738435430452 ] } }, +{ "type": "Feature", "properties": { "id": 2883494557, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314679.340715591970365, 64209.737482573051238 ] } }, +{ "type": "Feature", "properties": { "id": 2883494570, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314428.580380436265841, 64261.349152993818279 ] } }, +{ "type": "Feature", "properties": { "id": 2883614909, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 316256.707130734052043, 69507.429225205210969 ] } }, +{ "type": "Feature", "properties": { "id": 2883701243, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 314723.083719971415121, 68777.28333362757985 ] } }, +{ "type": "Feature", "properties": { "id": 2883793011, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304589.975204665912315, 71232.483933080351562 ] } }, +{ "type": "Feature", "properties": { "id": 2883793060, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305175.382989588135388, 70898.210179506437271 ] } }, +{ "type": "Feature", "properties": { "id": 2883793061, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305188.908407887734938, 70889.74724699552462 ] } }, +{ "type": "Feature", "properties": { "id": 2883793068, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 305255.889163099054713, 70851.668704526731744 ] } }, +{ "type": "Feature", "properties": { "id": 2883911791, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313004.680141700606328, 68574.959810104948701 ] } }, +{ "type": "Feature", "properties": { "id": 2883913634, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 312984.916139418492094, 68094.540266972675454 ] } }, +{ "type": "Feature", "properties": { "id": 2883913635, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312984.929529431159608, 68086.915137365052942 ] } }, +{ "type": "Feature", "properties": { "id": 2883913636, "poi_type_1": "party", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 312984.299633458897006, 68078.865258620382519 ] } }, +{ "type": "Feature", "properties": { "id": 2883913637, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312983.674942795943934, 68067.850051921952399 ] } }, +{ "type": "Feature", "properties": { "id": 2883913638, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312968.371246396214701, 67980.557563598777051 ] } }, +{ "type": "Feature", "properties": { "id": 2884031668, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 311537.59056819556281, 64499.432197769485356 ] } }, +{ "type": "Feature", "properties": { "id": 2884061631, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310104.176815102633554, 63844.965157720471325 ] } }, +{ "type": "Feature", "properties": { "id": 2884061633, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 310109.984506711014546, 63839.042453606809431 ] } }, +{ "type": "Feature", "properties": { "id": 2884061645, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310158.298738780023996, 63850.546289296602481 ] } }, +{ "type": "Feature", "properties": { "id": 2884061649, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310178.908988972892985, 63858.199721551020048 ] } }, +{ "type": "Feature", "properties": { "id": 2884327408, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 310788.551030519709457, 65155.756429448374547 ] } }, +{ "type": "Feature", "properties": { "id": 2884387930, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 310216.810905786172953, 66275.837960896387813 ] } }, +{ "type": "Feature", "properties": { "id": 2884387940, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 310548.054667465912644, 66183.954144665593049 ] } }, +{ "type": "Feature", "properties": { "id": 2885397184, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311090.557287887553684, 76849.420179504391854 ] } }, +{ "type": "Feature", "properties": { "id": 2887176934, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 320976.240748408949003, 48227.529490366789105 ] } }, +{ "type": "Feature", "properties": { "id": 2887196428, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 321203.738106052565854, 48613.239245507058513 ] } }, +{ "type": "Feature", "properties": { "id": 2887298720, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 318499.858000378997531, 47661.770885526158963 ] } }, +{ "type": "Feature", "properties": { "id": 2887513013, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315991.622322521696333, 46718.488081967137987 ] } }, +{ "type": "Feature", "properties": { "id": 2887513014, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 315975.48601604468422, 46713.369984144206683 ] } }, +{ "type": "Feature", "properties": { "id": 2887513015, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315965.804039095761254, 46710.383863899733115 ] } }, +{ "type": "Feature", "properties": { "id": 2887513017, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315932.887261575262528, 46699.299212237892789 ] } }, +{ "type": "Feature", "properties": { "id": 2887513019, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315806.997921105241403, 46671.071557337221748 ] } }, +{ "type": "Feature", "properties": { "id": 2887545834, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 315892.706693167448975, 46762.330866679811152 ] } }, +{ "type": "Feature", "properties": { "id": 2887576998, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313930.298192749905866, 46179.734219216486963 ] } }, +{ "type": "Feature", "properties": { "id": 2887579209, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313824.891956130450126, 45896.565897906089958 ] } }, +{ "type": "Feature", "properties": { "id": 2887579259, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 313784.936799984017853, 45845.658406387876312 ] } }, +{ "type": "Feature", "properties": { "id": 2887579262, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 313818.509684108139481, 45855.040287665302458 ] } }, +{ "type": "Feature", "properties": { "id": 2887579274, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313813.319869422528427, 45866.891681603905454 ] } }, +{ "type": "Feature", "properties": { "id": 2887579283, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 314360.774512847594451, 46034.833621096709976 ] } }, +{ "type": "Feature", "properties": { "id": 2887579286, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313795.157223979767878, 45907.524374113272643 ] } }, +{ "type": "Feature", "properties": { "id": 2887582768, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 313731.090236418298446, 45970.52327918267838 ] } }, +{ "type": "Feature", "properties": { "id": 2887582770, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 313694.768895489163697, 46050.518295916088391 ] } }, +{ "type": "Feature", "properties": { "id": 2887658122, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 312485.638228735362645, 45230.394928391266149 ] } }, +{ "type": "Feature", "properties": { "id": 2888069601, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305092.5636673187837, 47129.145081735005078 ] } }, +{ "type": "Feature", "properties": { "id": 2888097319, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304001.297588320274372, 46705.714114604546921 ] } }, +{ "type": "Feature", "properties": { "id": 2888097348, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304034.80834291537758, 46844.676023347543378 ] } }, +{ "type": "Feature", "properties": { "id": 2888162776, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305822.133472295769025, 46620.08025555669883 ] } }, +{ "type": "Feature", "properties": { "id": 2888162778, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305983.585626230400521, 46648.166962480783695 ] } }, +{ "type": "Feature", "properties": { "id": 2888189650, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312626.979982392978854, 55542.59581273960066 ] } }, +{ "type": "Feature", "properties": { "id": 2888189663, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312595.379101932689082, 55536.611425586525002 ] } }, +{ "type": "Feature", "properties": { "id": 2889066126, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300707.681490137125365, 62466.853787190848379 ] } }, +{ "type": "Feature", "properties": { "id": 2889751960, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306711.590573390596546, 71456.083398725182633 ] } }, +{ "type": "Feature", "properties": { "id": 2889751961, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306707.091727207181975, 71448.030512823781464 ] } }, +{ "type": "Feature", "properties": { "id": 2892409681, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297284.660869748273399, 60759.300628292374313 ] } }, +{ "type": "Feature", "properties": { "id": 2892618598, "poi_type_1": "music", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 273118.939588399603963, 57672.425312611485424 ] } }, +{ "type": "Feature", "properties": { "id": 2892660537, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 272914.567637441388797, 57693.080007550182927 ] } }, +{ "type": "Feature", "properties": { "id": 2892672769, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 273737.989421924867202, 57826.941897748314659 ] } }, +{ "type": "Feature", "properties": { "id": 2892675041, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 273932.750954896328039, 58007.985052901713061 ] } }, +{ "type": "Feature", "properties": { "id": 2892675042, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 273952.108596646750811, 58010.882244295389683 ] } }, +{ "type": "Feature", "properties": { "id": 2892675059, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274028.252170651860069, 58023.323262039200927 ] } }, +{ "type": "Feature", "properties": { "id": 2892746201, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299622.925717899459414, 61861.05909569135838 ] } }, +{ "type": "Feature", "properties": { "id": 2892746901, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299630.016575343790464, 61872.496357705531409 ] } }, +{ "type": "Feature", "properties": { "id": 2893229241, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302165.777904615621082, 66202.59055499828537 ] } }, +{ "type": "Feature", "properties": { "id": 2893229242, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302154.189087833976373, 66179.711803929953021 ] } }, +{ "type": "Feature", "properties": { "id": 2893229243, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302230.834016254055314, 66227.179729884664994 ] } }, +{ "type": "Feature", "properties": { "id": 2893229244, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302169.640951866924297, 66209.793191666292842 ] } }, +{ "type": "Feature", "properties": { "id": 2893229245, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302161.270779703336302, 66194.964114282323862 ] } }, +{ "type": "Feature", "properties": { "id": 2893229246, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302189.599512291955762, 66248.34830436919583 ] } }, +{ "type": "Feature", "properties": { "id": 2893229247, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302182.543805449677166, 66145.407067753185402 ] } }, +{ "type": "Feature", "properties": { "id": 2893229248, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302249.506540816335473, 66256.838640650836169 ] } }, +{ "type": "Feature", "properties": { "id": 2893707101, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299605.509599579148926, 61622.988099422262167 ] } }, +{ "type": "Feature", "properties": { "id": 2893904480, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301258.40101452433737, 64488.848051107255742 ] } }, +{ "type": "Feature", "properties": { "id": 2895508067, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311787.933671252394561, 73980.447358828576398 ] } }, +{ "type": "Feature", "properties": { "id": 2895553231, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317263.988260762882419, 60307.451325611269567 ] } }, +{ "type": "Feature", "properties": { "id": 2895553235, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317301.993282716488466, 60321.519386096770177 ] } }, +{ "type": "Feature", "properties": { "id": 2895553236, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317308.435385177959688, 60323.65252628892631 ] } }, +{ "type": "Feature", "properties": { "id": 2895553237, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317311.65593966410961, 60324.93090528895118 ] } }, +{ "type": "Feature", "properties": { "id": 2895553238, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 317294.263744591618888, 60318.536011677606439 ] } }, +{ "type": "Feature", "properties": { "id": 2895689803, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309460.929618034861051, 64455.394134566457069 ] } }, +{ "type": "Feature", "properties": { "id": 2895921313, "poi_type_1": "biergarten", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299747.899231685616542, 59707.395121760353504 ] } }, +{ "type": "Feature", "properties": { "id": 2895942926, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299438.432523357798345, 59939.552885006727593 ] } }, +{ "type": "Feature", "properties": { "id": 2895943044, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299418.450247098749969, 59998.436855938838562 ] } }, +{ "type": "Feature", "properties": { "id": 2896403735, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 315671.713437476661056, 72089.833724589960184 ] } }, +{ "type": "Feature", "properties": { "id": 2897265318, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299288.887718165467959, 60299.638206460076617 ] } }, +{ "type": "Feature", "properties": { "id": 2897270433, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299100.640667458879761, 60361.506441328980145 ] } }, +{ "type": "Feature", "properties": { "id": 2897280966, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306318.336541095806751, 65346.298902056150837 ] } }, +{ "type": "Feature", "properties": { "id": 2897876739, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299582.284557689214125, 61273.506720930585288 ] } }, +{ "type": "Feature", "properties": { "id": 2897876740, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299383.739070132607594, 61252.763442698596918 ] } }, +{ "type": "Feature", "properties": { "id": 2897923553, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299653.7761471507838, 59958.178722562442999 ] } }, +{ "type": "Feature", "properties": { "id": 2897923554, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299662.802833958703559, 59966.226983019711042 ] } }, +{ "type": "Feature", "properties": { "id": 2898706756, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299685.371184573217761, 60026.802877682857797 ] } }, +{ "type": "Feature", "properties": { "id": 2898706757, "poi_type_1": "fashion_accessories", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299690.528608969820198, 60016.635909492833889 ] } }, +{ "type": "Feature", "properties": { "id": 2898706760, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299578.345157438423485, 60015.370605673320824 ] } }, +{ "type": "Feature", "properties": { "id": 2898706761, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299574.473306567408144, 59955.217554305469093 ] } }, +{ "type": "Feature", "properties": { "id": 2901108443, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301802.710631331778131, 62500.081564506159339 ] } }, +{ "type": "Feature", "properties": { "id": 2902118048, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 318600.522156996536069, 65671.991946293332148 ] } }, +{ "type": "Feature", "properties": { "id": 2902930629, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299719.103932058729697, 65470.691055109331501 ] } }, +{ "type": "Feature", "properties": { "id": 2902952601, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302309.786434618581552, 65070.727909586224996 ] } }, +{ "type": "Feature", "properties": { "id": 2910175553, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 327495.825525997497607, 46852.191724011812767 ] } }, +{ "type": "Feature", "properties": { "id": 2911149551, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 270444.484416049905121, 53826.017565873000422 ] } }, +{ "type": "Feature", "properties": { "id": 2912097356, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307369.188491230772343, 81428.829297354648588 ] } }, +{ "type": "Feature", "properties": { "id": 2912157903, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 307376.860558308777399, 81471.199749732855707 ] } }, +{ "type": "Feature", "properties": { "id": 2913487195, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 272113.116703707841225, 61515.389363874441187 ] } }, +{ "type": "Feature", "properties": { "id": 2913487198, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 272154.221384700969793, 61475.414473315147916 ] } }, +{ "type": "Feature", "properties": { "id": 2915596861, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 298953.592317252827343, 59963.327959694535821 ] } }, +{ "type": "Feature", "properties": { "id": 2917851296, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299869.813460817618761, 62820.964033654046943 ] } }, +{ "type": "Feature", "properties": { "id": 2918770595, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304229.364669034548569, 56766.601028934193891 ] } }, +{ "type": "Feature", "properties": { "id": 2920101574, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300622.966619952232577, 65826.127106170388288 ] } }, +{ "type": "Feature", "properties": { "id": 2921544618, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299320.156203367107082, 63809.71459443524509 ] } }, +{ "type": "Feature", "properties": { "id": 2922366101, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303175.905680189956911, 67626.736535554882721 ] } }, +{ "type": "Feature", "properties": { "id": 2923641858, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305191.824541209382005, 57548.356213991537516 ] } }, +{ "type": "Feature", "properties": { "id": 2941986635, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301986.247832800319884, 65458.243868908059085 ] } }, +{ "type": "Feature", "properties": { "id": 2946173097, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300378.835112822125666, 65236.858607735171972 ] } }, +{ "type": "Feature", "properties": { "id": 2946299764, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300355.001057129062247, 65149.168638352311973 ] } }, +{ "type": "Feature", "properties": { "id": 2948610291, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299916.859005884674843, 62637.11401096930058 ] } }, +{ "type": "Feature", "properties": { "id": 2949598875, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301236.205060074164066, 66213.814457320782822 ] } }, +{ "type": "Feature", "properties": { "id": 2952578420, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302359.769282220979221, 65923.062132639490301 ] } }, +{ "type": "Feature", "properties": { "id": 2954254651, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 307202.403403925476596, 66535.355193186085671 ] } }, +{ "type": "Feature", "properties": { "id": 2955441511, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302393.927212824928574, 65878.593245930664125 ] } }, +{ "type": "Feature", "properties": { "id": 2956614141, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314612.341278108244296, 67137.23173195279378 ] } }, +{ "type": "Feature", "properties": { "id": 2956616033, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306495.172188918862958, 53974.09305528679397 ] } }, +{ "type": "Feature", "properties": { "id": 2956616034, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305843.303347818262409, 55809.486078207293758 ] } }, +{ "type": "Feature", "properties": { "id": 2956616333, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301039.637958594015799, 53070.720533273524779 ] } }, +{ "type": "Feature", "properties": { "id": 2956616733, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314525.163124045531731, 65938.642154116969323 ] } }, +{ "type": "Feature", "properties": { "id": 2956959750, "poi_type_1": "events_venue", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300334.325532077869866, 66441.201550582249183 ] } }, +{ "type": "Feature", "properties": { "id": 2958284620, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301604.030600798025262, 66252.010693641248508 ] } }, +{ "type": "Feature", "properties": { "id": 2963586033, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301390.28762765112333, 62142.88447219455702 ] } }, +{ "type": "Feature", "properties": { "id": 2967530069, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301184.545711316692177, 66987.756311460761935 ] } }, +{ "type": "Feature", "properties": { "id": 2970721104, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 319867.910922770795878, 56486.194155339668214 ] } }, +{ "type": "Feature", "properties": { "id": 2973075954, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301402.348764594760723, 66519.272663810101221 ] } }, +{ "type": "Feature", "properties": { "id": 2975745775, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302625.140939952165354, 66052.77860151452478 ] } }, +{ "type": "Feature", "properties": { "id": 2976483200, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300724.183474864927121, 58489.535531954810722 ] } }, +{ "type": "Feature", "properties": { "id": 2976483201, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298941.89457044826122, 68328.06678783854295 ] } }, +{ "type": "Feature", "properties": { "id": 2976571845, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301490.147179864346981, 52752.665318013445358 ] } }, +{ "type": "Feature", "properties": { "id": 2977408619, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303663.727585518325213, 67099.133353136392543 ] } }, +{ "type": "Feature", "properties": { "id": 2977408620, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303566.97933032392757, 67370.625531618381501 ] } }, +{ "type": "Feature", "properties": { "id": 2981930233, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299204.939695651584771, 65032.284478170571674 ] } }, +{ "type": "Feature", "properties": { "id": 2985573622, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299512.83242379326839, 63811.393865201032895 ] } }, +{ "type": "Feature", "properties": { "id": 2985573623, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299585.004803947056644, 63800.799050674664613 ] } }, +{ "type": "Feature", "properties": { "id": 2985673609, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299833.741590379155241, 63686.412814258699655 ] } }, +{ "type": "Feature", "properties": { "id": 2987930331, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301582.416734592756256, 67913.861024750789511 ] } }, +{ "type": "Feature", "properties": { "id": 2991899684, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300351.309260985464789, 61485.310921654789126 ] } }, +{ "type": "Feature", "properties": { "id": 3003918341, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303210.453043023589998, 60737.894454036781099 ] } }, +{ "type": "Feature", "properties": { "id": 3003918342, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303605.713700680586044, 60577.102753928484162 ] } }, +{ "type": "Feature", "properties": { "id": 3003918344, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303571.250334853655659, 61188.786246168943762 ] } }, +{ "type": "Feature", "properties": { "id": 3003918346, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300849.584327432326972, 61519.664191385068989 ] } }, +{ "type": "Feature", "properties": { "id": 3012552183, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304799.306879603944253, 60138.915416842392005 ] } }, +{ "type": "Feature", "properties": { "id": 3013615189, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275213.7497501395992, 75940.962658002841636 ] } }, +{ "type": "Feature", "properties": { "id": 3020907167, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302647.299710914317984, 65338.143549902473751 ] } }, +{ "type": "Feature", "properties": { "id": 3020907168, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302629.152532671869267, 65641.023604096655617 ] } }, +{ "type": "Feature", "properties": { "id": 3026945573, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304215.921320913941599, 59985.211647476171493 ] } }, +{ "type": "Feature", "properties": { "id": 3027315877, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312775.144535463768989, 62766.330056785009219 ] } }, +{ "type": "Feature", "properties": { "id": 3027315899, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312669.182295826263726, 62921.191583338477358 ] } }, +{ "type": "Feature", "properties": { "id": 3027315903, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 312418.965144243789837, 63015.657551838667132 ] } }, +{ "type": "Feature", "properties": { "id": 3030613439, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301478.386241388972849, 56708.776768322459247 ] } }, +{ "type": "Feature", "properties": { "id": 3040296939, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301384.613341707678046, 64909.94595916698745 ] } }, +{ "type": "Feature", "properties": { "id": 3041500233, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300098.60378539346857, 63034.889678975829156 ] } }, +{ "type": "Feature", "properties": { "id": 3041538637, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299773.791574897535611, 63043.364802976000647 ] } }, +{ "type": "Feature", "properties": { "id": 3041561933, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299729.972002670518123, 63160.707959281935473 ] } }, +{ "type": "Feature", "properties": { "id": 3041587933, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299472.831993182189763, 63144.200778381193231 ] } }, +{ "type": "Feature", "properties": { "id": 3052445435, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284528.965858179028146, 57846.519420297583565 ] } }, +{ "type": "Feature", "properties": { "id": 3052445539, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284552.80849629919976, 57837.150124594074441 ] } }, +{ "type": "Feature", "properties": { "id": 3052492934, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284525.746564386528917, 57849.067834101631888 ] } }, +{ "type": "Feature", "properties": { "id": 3052497933, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284556.026921051205136, 57834.178109965563635 ] } }, +{ "type": "Feature", "properties": { "id": 3052510033, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284636.637795917806216, 57831.892346523738524 ] } }, +{ "type": "Feature", "properties": { "id": 3052709594, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 284281.263880769256502, 58126.203103192834533 ] } }, +{ "type": "Feature", "properties": { "id": 3055637166, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302471.544737837219145, 64947.931182769396401 ] } }, +{ "type": "Feature", "properties": { "id": 3057117017, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302641.28240362147335, 65951.116074741396005 ] } }, +{ "type": "Feature", "properties": { "id": 3057254959, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301927.618025566800497, 65467.124325447279261 ] } }, +{ "type": "Feature", "properties": { "id": 3058719812, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299502.290117057564203, 60362.739382499072235 ] } }, +{ "type": "Feature", "properties": { "id": 3058719813, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299450.076374154305086, 60458.480024707285338 ] } }, +{ "type": "Feature", "properties": { "id": 3058719826, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299468.770876721653622, 60436.027073486227891 ] } }, +{ "type": "Feature", "properties": { "id": 3061926346, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305049.516578260227107, 60054.358917613630183 ] } }, +{ "type": "Feature", "properties": { "id": 3064399841, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300807.639114872436039, 61942.427748342277482 ] } }, +{ "type": "Feature", "properties": { "id": 3064399842, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 300984.260728539724369, 61859.844094219864928 ] } }, +{ "type": "Feature", "properties": { "id": 3064399844, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301505.890019972226582, 57849.996537591890956 ] } }, +{ "type": "Feature", "properties": { "id": 3067940109, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301260.687183938222006, 66197.297491672186879 ] } }, +{ "type": "Feature", "properties": { "id": 3070521516, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303224.624139747582376, 60764.588360504698358 ] } }, +{ "type": "Feature", "properties": { "id": 3071111733, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300939.638060431927443, 63019.274884758153348 ] } }, +{ "type": "Feature", "properties": { "id": 3077594919, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300612.015222563932184, 58026.515575822864776 ] } }, +{ "type": "Feature", "properties": { "id": 3079037404, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301910.67823579069227, 66199.13131324731512 ] } }, +{ "type": "Feature", "properties": { "id": 3079054057, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301897.792516149813309, 66206.329500119230943 ] } }, +{ "type": "Feature", "properties": { "id": 3079068320, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301893.305503214069176, 66119.06306638730166 ] } }, +{ "type": "Feature", "properties": { "id": 3090706627, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299837.597819014452398, 63219.587472426144814 ] } }, +{ "type": "Feature", "properties": { "id": 3094612698, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299605.433437488623895, 60194.134497720493528 ] } }, +{ "type": "Feature", "properties": { "id": 3116410275, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301897.310765922418796, 65573.020870615320746 ] } }, +{ "type": "Feature", "properties": { "id": 3118018805, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 308882.663145009137224, 52332.110093234339729 ] } }, +{ "type": "Feature", "properties": { "id": 3118018809, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308377.226494553557131, 52979.647057084512198 ] } }, +{ "type": "Feature", "properties": { "id": 3118018810, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309322.159514761005994, 51837.024701670678041 ] } }, +{ "type": "Feature", "properties": { "id": 3118018817, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308276.344481670705136, 53165.9228221557496 ] } }, +{ "type": "Feature", "properties": { "id": 3118018827, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308394.049133746942971, 52941.117437408975093 ] } }, +{ "type": "Feature", "properties": { "id": 3118018934, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309440.824698007083498, 51913.001337967441941 ] } }, +{ "type": "Feature", "properties": { "id": 3118018936, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308587.823498213896528, 52794.769875706420862 ] } }, +{ "type": "Feature", "properties": { "id": 3118018937, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309091.215609787672292, 52260.772694956867781 ] } }, +{ "type": "Feature", "properties": { "id": 3118018938, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309398.451434407790657, 51735.030763230482989 ] } }, +{ "type": "Feature", "properties": { "id": 3118018940, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 308198.87878285482293, 53189.558952921506716 ] } }, +{ "type": "Feature", "properties": { "id": 3118144380, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307618.366030279488768, 55425.18794702210289 ] } }, +{ "type": "Feature", "properties": { "id": 3118144381, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307690.362252395309042, 55052.906887810560875 ] } }, +{ "type": "Feature", "properties": { "id": 3118144382, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308101.305689921311568, 53307.215687315510877 ] } }, +{ "type": "Feature", "properties": { "id": 3118144386, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307765.600538691855036, 54672.157818009472976 ] } }, +{ "type": "Feature", "properties": { "id": 3118144387, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307685.816653123765718, 55081.28420777318388 ] } }, +{ "type": "Feature", "properties": { "id": 3118144390, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307738.357537844975013, 54810.650551935956173 ] } }, +{ "type": "Feature", "properties": { "id": 3118144392, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307615.777227049460635, 55433.233925414453552 ] } }, +{ "type": "Feature", "properties": { "id": 3118144406, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307589.655539100174792, 55742.020795376105525 ] } }, +{ "type": "Feature", "properties": { "id": 3118144407, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307790.254804990778212, 54542.134725965181133 ] } }, +{ "type": "Feature", "properties": { "id": 3118144410, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307998.51836605189601, 53475.701504212360305 ] } }, +{ "type": "Feature", "properties": { "id": 3118144412, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307558.550031996041071, 55879.663157320217579 ] } }, +{ "type": "Feature", "properties": { "id": 3118183245, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 307476.00853119418025, 57127.543704653136956 ] } }, +{ "type": "Feature", "properties": { "id": 3118183251, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307503.09355426003458, 57131.80723177974869 ] } }, +{ "type": "Feature", "properties": { "id": 3118183254, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 307495.725595075986348, 57401.641569257706578 ] } }, +{ "type": "Feature", "properties": { "id": 3118183259, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307587.116743643477093, 57590.242699839960551 ] } }, +{ "type": "Feature", "properties": { "id": 3118217926, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307563.14587199233938, 58327.306242811653647 ] } }, +{ "type": "Feature", "properties": { "id": 3118221932, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 308109.481480743153952, 58215.62674892256473 ] } }, +{ "type": "Feature", "properties": { "id": 3118221934, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307900.001952492981218, 58112.885707139124861 ] } }, +{ "type": "Feature", "properties": { "id": 3118221936, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308711.394521906157024, 58567.48654775913019 ] } }, +{ "type": "Feature", "properties": { "id": 3120563241, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 291346.644718226918485, 77830.243612399106496 ] } }, +{ "type": "Feature", "properties": { "id": 3120563249, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291291.24276525847381, 77755.327044066332746 ] } }, +{ "type": "Feature", "properties": { "id": 3120645417, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 292845.250023831380531, 79150.352063552709296 ] } }, +{ "type": "Feature", "properties": { "id": 3128630677, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 269760.85103317652829, 61180.648006324860035 ] } }, +{ "type": "Feature", "properties": { "id": 3129659389, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278815.299528627016116, 62256.105100222899637 ] } }, +{ "type": "Feature", "properties": { "id": 3129665494, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 278810.803537662199233, 62261.624999398634827 ] } }, +{ "type": "Feature", "properties": { "id": 3131297130, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 287614.859156716847792, 49315.094892875793448 ] } }, +{ "type": "Feature", "properties": { "id": 3131310029, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 287832.397913065040484, 49284.234694390077493 ] } }, +{ "type": "Feature", "properties": { "id": 3131828039, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300967.984401470108423, 63098.49476410245552 ] } }, +{ "type": "Feature", "properties": { "id": 3132247191, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302255.638083997822832, 77817.892874948680401 ] } }, +{ "type": "Feature", "properties": { "id": 3132247192, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302268.485970735317096, 77869.155455262982287 ] } }, +{ "type": "Feature", "properties": { "id": 3132259234, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302222.230499116994906, 77692.066090905325837 ] } }, +{ "type": "Feature", "properties": { "id": 3132260084, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301126.609999812557362, 79418.515778613480506 ] } }, +{ "type": "Feature", "properties": { "id": 3132266255, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301004.406041120819282, 79609.129979578006896 ] } }, +{ "type": "Feature", "properties": { "id": 3132266256, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301054.568030762311537, 79567.197964891223819 ] } }, +{ "type": "Feature", "properties": { "id": 3132266660, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300942.669197937822901, 79659.109752597389161 ] } }, +{ "type": "Feature", "properties": { "id": 3132267208, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300909.237830347847193, 79612.506656823039521 ] } }, +{ "type": "Feature", "properties": { "id": 3132270655, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300992.831124027317856, 79612.517424927995307 ] } }, +{ "type": "Feature", "properties": { "id": 3133542297, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296424.402506666781846, 82817.211767451561172 ] } }, +{ "type": "Feature", "properties": { "id": 3133543937, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 295786.971199475170579, 83120.442774022201775 ] } }, +{ "type": "Feature", "properties": { "id": 3134690525, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301112.87911739066476, 59540.57039688507939 ] } }, +{ "type": "Feature", "properties": { "id": 3134690526, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301107.740832379844505, 59407.554720591295336 ] } }, +{ "type": "Feature", "properties": { "id": 3134690527, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301109.669727002037689, 59443.985841453795729 ] } }, +{ "type": "Feature", "properties": { "id": 3135954929, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307653.360046532645356, 59017.890053501760121 ] } }, +{ "type": "Feature", "properties": { "id": 3139714724, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 291307.882507465255912, 84236.387008704128675 ] } }, +{ "type": "Feature", "properties": { "id": 3141134043, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306092.915214993525296, 58995.260684670669434 ] } }, +{ "type": "Feature", "properties": { "id": 3142637854, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309548.864210626401473, 78670.126293065026402 ] } }, +{ "type": "Feature", "properties": { "id": 3142915341, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304195.062063838005997, 67206.167526836841716 ] } }, +{ "type": "Feature", "properties": { "id": 3142928895, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304180.905624792329036, 67181.589635835392983 ] } }, +{ "type": "Feature", "properties": { "id": 3142930190, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303918.805734417808708, 67083.166617562703323 ] } }, +{ "type": "Feature", "properties": { "id": 3142944155, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303987.718215254426468, 67098.030100878837402 ] } }, +{ "type": "Feature", "properties": { "id": 3143926573, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304225.942351221397985, 67270.57512763820705 ] } }, +{ "type": "Feature", "properties": { "id": 3144066340, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304572.368501092481893, 67432.179898860733374 ] } }, +{ "type": "Feature", "properties": { "id": 3144067349, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 304875.486474592704326, 67806.428919000405585 ] } }, +{ "type": "Feature", "properties": { "id": 3144069324, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303887.629358223930467, 67575.394963848404586 ] } }, +{ "type": "Feature", "properties": { "id": 3144820987, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303097.745359800348524, 52765.871343182312557 ] } }, +{ "type": "Feature", "properties": { "id": 3144821006, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303952.417977076256648, 54789.447767071018461 ] } }, +{ "type": "Feature", "properties": { "id": 3148650386, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 290003.330067254253663, 85165.366270913218614 ] } }, +{ "type": "Feature", "properties": { "id": 3150138768, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299970.344434615515638, 60543.182627368449175 ] } }, +{ "type": "Feature", "properties": { "id": 3150694851, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309677.525740089651663, 47596.292856826337811 ] } }, +{ "type": "Feature", "properties": { "id": 3150694852, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309654.158964098198339, 47686.491243594551634 ] } }, +{ "type": "Feature", "properties": { "id": 3153302100, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304960.848895977134816, 60561.365943763157702 ] } }, +{ "type": "Feature", "properties": { "id": 3153553993, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302739.660035540931858, 52518.341320548446674 ] } }, +{ "type": "Feature", "properties": { "id": 3153554058, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302971.943635798525065, 52655.680882925829792 ] } }, +{ "type": "Feature", "properties": { "id": 3153555952, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303022.270648934412748, 52685.354028061759891 ] } }, +{ "type": "Feature", "properties": { "id": 3153558394, "poi_type_1": "dance", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303106.778496167971753, 52770.534849584357289 ] } }, +{ "type": "Feature", "properties": { "id": 3153600512, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304871.265053909504786, 60519.792179552736343 ] } }, +{ "type": "Feature", "properties": { "id": 3153601006, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304793.245432212890591, 60538.803919123689411 ] } }, +{ "type": "Feature", "properties": { "id": 3154206870, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302356.914076517510694, 56676.386048661428504 ] } }, +{ "type": "Feature", "properties": { "id": 3154211509, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302074.721054228371941, 57811.161621475046559 ] } }, +{ "type": "Feature", "properties": { "id": 3154211510, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302080.525133556569926, 57812.010477103234734 ] } }, +{ "type": "Feature", "properties": { "id": 3154231929, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 302105.031164714542683, 57815.829925212012313 ] } }, +{ "type": "Feature", "properties": { "id": 3154231930, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302081.823914035980124, 57780.239825872653455 ] } }, +{ "type": "Feature", "properties": { "id": 3154231931, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302319.135498931515031, 57848.935745232876798 ] } }, +{ "type": "Feature", "properties": { "id": 3154231936, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302135.350399007962551, 57788.727339048084104 ] } }, +{ "type": "Feature", "properties": { "id": 3154231937, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302145.05104211519938, 57696.382394196320092 ] } }, +{ "type": "Feature", "properties": { "id": 3154231941, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302201.804617430549115, 57698.517119720178016 ] } }, +{ "type": "Feature", "properties": { "id": 3154231943, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302234.70161891693715, 57680.735207514728245 ] } }, +{ "type": "Feature", "properties": { "id": 3154231950, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302129.537170612078626, 57819.649454441081616 ] } }, +{ "type": "Feature", "properties": { "id": 3154235264, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 279430.236029932450037, 66674.82995320064947 ] } }, +{ "type": "Feature", "properties": { "id": 3154274261, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305060.416153396014124, 60143.325458584222361 ] } }, +{ "type": "Feature", "properties": { "id": 3154274262, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 305062.356110518914647, 60134.854489588855358 ] } }, +{ "type": "Feature", "properties": { "id": 3154274268, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305092.015060193487443, 60132.333143550487875 ] } }, +{ "type": "Feature", "properties": { "id": 3154274269, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305025.308154657424893, 60574.96510496695555 ] } }, +{ "type": "Feature", "properties": { "id": 3154274270, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304347.797349570260849, 60486.847845806674741 ] } }, +{ "type": "Feature", "properties": { "id": 3154284869, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302126.980717889382504, 57738.738532962393947 ] } }, +{ "type": "Feature", "properties": { "id": 3154293945, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301929.669749676657375, 57593.808673121406173 ] } }, +{ "type": "Feature", "properties": { "id": 3154293946, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302019.904812288470566, 57802.674194389459444 ] } }, +{ "type": "Feature", "properties": { "id": 3154298556, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305619.618235827249009, 59842.115179537177028 ] } }, +{ "type": "Feature", "properties": { "id": 3154319219, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299264.025030444026925, 56638.769630295057141 ] } }, +{ "type": "Feature", "properties": { "id": 3154320971, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298878.301699734933209, 56654.491688136738958 ] } }, +{ "type": "Feature", "properties": { "id": 3154321079, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 298862.928762042429298, 53152.915462445860612 ] } }, +{ "type": "Feature", "properties": { "id": 3154321080, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 298818.39235410297988, 53098.700167121802224 ] } }, +{ "type": "Feature", "properties": { "id": 3154322861, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302390.475234918238129, 56614.549305139858916 ] } }, +{ "type": "Feature", "properties": { "id": 3154322863, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302367.240266738226637, 56658.173982048458129 ] } }, +{ "type": "Feature", "properties": { "id": 3154322865, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302351.105642043112312, 56686.550915183193865 ] } }, +{ "type": "Feature", "properties": { "id": 3154416430, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304796.049513471603859, 60191.017922994375112 ] } }, +{ "type": "Feature", "properties": { "id": 3154610956, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304889.940863636729773, 60550.304771067050751 ] } }, +{ "type": "Feature", "properties": { "id": 3154621763, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304981.477378357376438, 60563.497872749314411 ] } }, +{ "type": "Feature", "properties": { "id": 3154646654, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305112.32374111097306, 60599.170747613025014 ] } }, +{ "type": "Feature", "properties": { "id": 3156186147, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 292787.791400441026781, 61100.361302964898641 ] } }, +{ "type": "Feature", "properties": { "id": 3156186302, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 291691.752345769258682, 59814.56780332535709 ] } }, +{ "type": "Feature", "properties": { "id": 3156186417, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 292929.146336910314858, 61287.886532984070072 ] } }, +{ "type": "Feature", "properties": { "id": 3156186436, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 292838.137494697875809, 61166.820028654074122 ] } }, +{ "type": "Feature", "properties": { "id": 3156186473, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293151.149322320939973, 61561.333385253485176 ] } }, +{ "type": "Feature", "properties": { "id": 3156186527, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 293124.735777736350428, 61577.455267457597074 ] } }, +{ "type": "Feature", "properties": { "id": 3156186561, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 292754.238723928225227, 61068.199307164926722 ] } }, +{ "type": "Feature", "properties": { "id": 3156236155, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291981.354987327533308, 61701.030686054727994 ] } }, +{ "type": "Feature", "properties": { "id": 3156236161, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291898.587925824453123, 61463.472441906880704 ] } }, +{ "type": "Feature", "properties": { "id": 3156236192, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 291976.111501842155121, 61620.973003298699041 ] } }, +{ "type": "Feature", "properties": { "id": 3157703734, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299726.090497915574815, 62762.08532920601283 ] } }, +{ "type": "Feature", "properties": { "id": 3163917381, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307239.222409601963591, 73007.036679184253444 ] } }, +{ "type": "Feature", "properties": { "id": 3166903961, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300622.429816011048388, 64549.344433955848217 ] } }, +{ "type": "Feature", "properties": { "id": 3166910720, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300314.488737109175418, 63322.531131503725192 ] } }, +{ "type": "Feature", "properties": { "id": 3172006062, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294017.765184213756584, 86539.93797790647659 ] } }, +{ "type": "Feature", "properties": { "id": 3172010861, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275173.741353596909903, 72649.529582633374957 ] } }, +{ "type": "Feature", "properties": { "id": 3173766508, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282687.57210054481402, 73753.25017975292576 ] } }, +{ "type": "Feature", "properties": { "id": 3173820704, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303763.47342664730968, 57140.823678925138665 ] } }, +{ "type": "Feature", "properties": { "id": 3174510961, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270469.170777139544953, 53543.791528781082889 ] } }, +{ "type": "Feature", "properties": { "id": 3174844884, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300502.277146387845278, 59561.684506697711186 ] } }, +{ "type": "Feature", "properties": { "id": 3179745212, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300802.270060028589796, 63902.49889274025918 ] } }, +{ "type": "Feature", "properties": { "id": 3179745213, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300605.654676945996471, 64822.576040077197831 ] } }, +{ "type": "Feature", "properties": { "id": 3187535835, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283183.664656142937019, 76828.889351816062117 ] } }, +{ "type": "Feature", "properties": { "id": 3189419002, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 283321.851073546626139, 77061.993717572884634 ] } }, +{ "type": "Feature", "properties": { "id": 3189425424, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 283460.974676610727329, 77143.01698631857289 ] } }, +{ "type": "Feature", "properties": { "id": 3189447940, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 283241.845982995990198, 77238.826759146424592 ] } }, +{ "type": "Feature", "properties": { "id": 3189504999, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 283541.424736983666662, 77451.660479216952808 ] } }, +{ "type": "Feature", "properties": { "id": 3190227166, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299358.523754951485898, 60387.743718067096779 ] } }, +{ "type": "Feature", "properties": { "id": 3190230455, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298994.203938141232356, 59913.33581015108939 ] } }, +{ "type": "Feature", "properties": { "id": 3190240012, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299451.355494208401069, 60319.957890096178744 ] } }, +{ "type": "Feature", "properties": { "id": 3190242172, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299475.854608719295356, 60324.192262456759636 ] } }, +{ "type": "Feature", "properties": { "id": 3194126731, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278762.586491673893761, 80228.450415188141051 ] } }, +{ "type": "Feature", "properties": { "id": 3199078271, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303759.749316376342904, 60663.173230779881123 ] } }, +{ "type": "Feature", "properties": { "id": 3203105092, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 283491.859923862968571, 53763.852398332521261 ] } }, +{ "type": "Feature", "properties": { "id": 3203114269, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 282884.682113959686831, 54614.997888466881705 ] } }, +{ "type": "Feature", "properties": { "id": 3205662395, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 274415.143063126946799, 43794.506524729775265 ] } }, +{ "type": "Feature", "properties": { "id": 3212412171, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306774.798086517082993, 65700.847260973358061 ] } }, +{ "type": "Feature", "properties": { "id": 3212413599, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300848.968443641671911, 61269.30747169139795 ] } }, +{ "type": "Feature", "properties": { "id": 3212413922, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300799.978426396904979, 61257.017172314277559 ] } }, +{ "type": "Feature", "properties": { "id": 3212413923, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300830.924184554489329, 61223.131363245600369 ] } }, +{ "type": "Feature", "properties": { "id": 3214381356, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303055.459629322285764, 56711.377575617356342 ] } }, +{ "type": "Feature", "properties": { "id": 3214830154, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303173.721189386909828, 56191.230616821463627 ] } }, +{ "type": "Feature", "properties": { "id": 3215088767, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309243.296222119242884, 65362.084086381022644 ] } }, +{ "type": "Feature", "properties": { "id": 3215168669, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299724.794690398965031, 62578.659661980120291 ] } }, +{ "type": "Feature", "properties": { "id": 3217939901, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301015.224476874398533, 66378.56820592310396 ] } }, +{ "type": "Feature", "properties": { "id": 3218000262, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292690.968150760279968, 86991.87770430551609 ] } }, +{ "type": "Feature", "properties": { "id": 3218000263, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 292682.608770878694486, 86983.413352231291356 ] } }, +{ "type": "Feature", "properties": { "id": 3218793794, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300393.647646044730209, 53220.192891571256041 ] } }, +{ "type": "Feature", "properties": { "id": 3218809697, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 299382.35105757828569, 52334.013369704902289 ] } }, +{ "type": "Feature", "properties": { "id": 3218809698, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299395.901305518578738, 52295.040032317527221 ] } }, +{ "type": "Feature", "properties": { "id": 3219530218, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309177.595229774829932, 65350.5646010507553 ] } }, +{ "type": "Feature", "properties": { "id": 3220584269, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300651.473783812543843, 63995.256124731240561 ] } }, +{ "type": "Feature", "properties": { "id": 3222191717, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303685.149948064936325, 71932.223132672486827 ] } }, +{ "type": "Feature", "properties": { "id": 3226057068, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299479.278427940502297, 54001.34059735370829 ] } }, +{ "type": "Feature", "properties": { "id": 3233781193, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300171.432709395186976, 62866.291792867668846 ] } }, +{ "type": "Feature", "properties": { "id": 3233782170, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300413.127640899387188, 62624.840213560069969 ] } }, +{ "type": "Feature", "properties": { "id": 3233791134, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300109.567865250399336, 62487.577937523499713 ] } }, +{ "type": "Feature", "properties": { "id": 3234611023, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 282427.419253794301767, 75037.445137269678526 ] } }, +{ "type": "Feature", "properties": { "id": 3234611024, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 282426.11225138080772, 75028.975757376028923 ] } }, +{ "type": "Feature", "properties": { "id": 3235708620, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301840.687544401560444, 67877.489580955560086 ] } }, +{ "type": "Feature", "properties": { "id": 3235708622, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301502.534675570204854, 68015.089280487198266 ] } }, +{ "type": "Feature", "properties": { "id": 3236320659, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299502.534673975314945, 63999.903949995838047 ] } }, +{ "type": "Feature", "properties": { "id": 3236324377, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299515.422376703529153, 63999.90309467309271 ] } }, +{ "type": "Feature", "properties": { "id": 3236430399, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306583.617888827167917, 66246.718139249060187 ] } }, +{ "type": "Feature", "properties": { "id": 3236571731, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 300434.388568786147516, 62756.586001410221797 ] } }, +{ "type": "Feature", "properties": { "id": 3238681552, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300917.084846468176693, 62993.007853844188503 ] } }, +{ "type": "Feature", "properties": { "id": 3238681553, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300922.880611058673821, 63029.015947448664519 ] } }, +{ "type": "Feature", "properties": { "id": 3238963778, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285087.25284331466537, 63498.526956319343299 ] } }, +{ "type": "Feature", "properties": { "id": 3239272196, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 271624.501423013454769, 42129.698616017056338 ] } }, +{ "type": "Feature", "properties": { "id": 3246839596, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300495.485327436937951, 64699.295266904729942 ] } }, +{ "type": "Feature", "properties": { "id": 3246839597, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300868.415263642033096, 65838.860381396516459 ] } }, +{ "type": "Feature", "properties": { "id": 3246839598, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301962.398032509197947, 65504.411811098754697 ] } }, +{ "type": "Feature", "properties": { "id": 3246839600, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 302511.960295719618443, 65464.7579759061191 ] } }, +{ "type": "Feature", "properties": { "id": 3246839602, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302005.560070879175328, 65515.437443225244351 ] } }, +{ "type": "Feature", "properties": { "id": 3246839604, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301378.608670538989827, 66014.73924025784072 ] } }, +{ "type": "Feature", "properties": { "id": 3246839619, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301488.089111711131409, 66189.714625408669235 ] } }, +{ "type": "Feature", "properties": { "id": 3247773231, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 311391.195005502377171, 81700.826422304904554 ] } }, +{ "type": "Feature", "properties": { "id": 3248774667, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301611.928717846050858, 68437.036902048494085 ] } }, +{ "type": "Feature", "properties": { "id": 3248774668, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301707.921702773368452, 68276.083179541281424 ] } }, +{ "type": "Feature", "properties": { "id": 3248774669, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301722.083174634026363, 68305.316181959889946 ] } }, +{ "type": "Feature", "properties": { "id": 3248774670, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301702.115349402185529, 68320.561846536846133 ] } }, +{ "type": "Feature", "properties": { "id": 3248774671, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301604.891347976343241, 68222.260477117684786 ] } }, +{ "type": "Feature", "properties": { "id": 3248774674, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301557.228530224820133, 68248.51466782791249 ] } }, +{ "type": "Feature", "properties": { "id": 3248774676, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301611.969721170375124, 68248.950017961775302 ] } }, +{ "type": "Feature", "properties": { "id": 3248774680, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301519.909177900641225, 68085.413578123174375 ] } }, +{ "type": "Feature", "properties": { "id": 3248774681, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301511.543031726614572, 68054.911297514830949 ] } }, +{ "type": "Feature", "properties": { "id": 3248774690, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301687.451046328409575, 67672.42152614776569 ] } }, +{ "type": "Feature", "properties": { "id": 3248774693, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301872.875537838495802, 67934.262592854152899 ] } }, +{ "type": "Feature", "properties": { "id": 3248774694, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301868.994365788064897, 68001.193399154100916 ] } }, +{ "type": "Feature", "properties": { "id": 3248774695, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301973.942709423427004, 68112.208839178580092 ] } }, +{ "type": "Feature", "properties": { "id": 3248774702, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301710.001069571997505, 67638.960826574693783 ] } }, +{ "type": "Feature", "properties": { "id": 3248816720, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301529.175745722372085, 66875.560687811943353 ] } }, +{ "type": "Feature", "properties": { "id": 3248816725, "poi_type_1": "houseware", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301455.110426105267834, 66823.864316083112499 ] } }, +{ "type": "Feature", "properties": { "id": 3248816726, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301448.66837048123125, 66827.251997422485147 ] } }, +{ "type": "Feature", "properties": { "id": 3248816727, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301455.761152622406371, 66790.398603096517036 ] } }, +{ "type": "Feature", "properties": { "id": 3248816730, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301720.15321369539015, 68296.419731522793882 ] } }, +{ "type": "Feature", "properties": { "id": 3260424965, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284601.833131134626456, 57842.131388499154127 ] } }, +{ "type": "Feature", "properties": { "id": 3260425362, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284670.203576055588201, 57846.225671399493876 ] } }, +{ "type": "Feature", "properties": { "id": 3260425664, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284517.402451706817374, 57868.147927932848688 ] } }, +{ "type": "Feature", "properties": { "id": 3260425865, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284646.337982023367658, 57844.580660526953579 ] } }, +{ "type": "Feature", "properties": { "id": 3260427961, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284594.713437014899682, 57829.86137803614838 ] } }, +{ "type": "Feature", "properties": { "id": 3260428061, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 284556.700114916719031, 57847.732368911216327 ] } }, +{ "type": "Feature", "properties": { "id": 3260491261, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284562.824335656187031, 57691.829486960719805 ] } }, +{ "type": "Feature", "properties": { "id": 3260491361, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284542.834017574437894, 57693.142031759613019 ] } }, +{ "type": "Feature", "properties": { "id": 3260491461, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 284562.856128050305415, 57707.07953910883225 ] } }, +{ "type": "Feature", "properties": { "id": 3262539829, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301814.947897853911854, 67786.828788168582832 ] } }, +{ "type": "Feature", "properties": { "id": 3264422314, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300563.803743021329865, 64436.234009070474713 ] } }, +{ "type": "Feature", "properties": { "id": 3265464818, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301495.539710542594548, 64386.800510192282673 ] } }, +{ "type": "Feature", "properties": { "id": 3270030570, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300199.720070237061009, 65456.285423675057245 ] } }, +{ "type": "Feature", "properties": { "id": 3271250889, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301805.907639159006067, 67882.988050492771436 ] } }, +{ "type": "Feature", "properties": { "id": 3273383602, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301978.526044886559248, 67831.350722002738621 ] } }, +{ "type": "Feature", "properties": { "id": 3273383613, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301648.648260205809493, 68384.939840416380321 ] } }, +{ "type": "Feature", "properties": { "id": 3273820746, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300853.647171441814862, 65413.546620297041954 ] } }, +{ "type": "Feature", "properties": { "id": 3273820747, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300802.75051834131591, 65413.117304337880341 ] } }, +{ "type": "Feature", "properties": { "id": 3275568261, "poi_type_1": "nature_reserve", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 318602.765255558304489, 47057.959813533110719 ] } }, +{ "type": "Feature", "properties": { "id": 3281885417, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 322992.664522050821688, 69295.706743620306952 ] } }, +{ "type": "Feature", "properties": { "id": 3282112443, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312225.589414171292447, 64986.002988329717482 ] } }, +{ "type": "Feature", "properties": { "id": 3287041497, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300412.947640844678972, 65848.987754631074495 ] } }, +{ "type": "Feature", "properties": { "id": 3295642086, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 315209.974236821522936, 61860.581960213996354 ] } }, +{ "type": "Feature", "properties": { "id": 3304990738, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 311355.171387664682698, 63285.486920976072724 ] } }, +{ "type": "Feature", "properties": { "id": 3305005538, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311359.053029139817227, 63275.749692798730393 ] } }, +{ "type": "Feature", "properties": { "id": 3306263780, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 278459.437372409447562, 64665.401676179702918 ] } }, +{ "type": "Feature", "properties": { "id": 3315132868, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302987.072177096502855, 45538.194155793302343 ] } }, +{ "type": "Feature", "properties": { "id": 3315132870, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302833.973919953219593, 45532.627167223043216 ] } }, +{ "type": "Feature", "properties": { "id": 3315132873, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302935.40111287025502, 45516.993099627965421 ] } }, +{ "type": "Feature", "properties": { "id": 3315132874, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303078.775939399434719, 45603.890979833398887 ] } }, +{ "type": "Feature", "properties": { "id": 3315157057, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303224.104128439037595, 45647.58441227995354 ] } }, +{ "type": "Feature", "properties": { "id": 3315201777, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303136.279382748529315, 45578.922167641947453 ] } }, +{ "type": "Feature", "properties": { "id": 3315201781, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302954.105777324002702, 45590.284803169750376 ] } }, +{ "type": "Feature", "properties": { "id": 3315216998, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303279.03089649946196, 45606.518460667684849 ] } }, +{ "type": "Feature", "properties": { "id": 3315237429, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 299512.474768242856953, 48572.767477872890595 ] } }, +{ "type": "Feature", "properties": { "id": 3316229666, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302707.155438775022049, 58457.376758043341397 ] } }, +{ "type": "Feature", "properties": { "id": 3316229667, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302731.65901122597279, 58461.198282750257931 ] } }, +{ "type": "Feature", "properties": { "id": 3325759548, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 296036.342890428670216, 61511.780883967330738 ] } }, +{ "type": "Feature", "properties": { "id": 3325791273, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 294655.871379099553451, 62772.905967771424912 ] } }, +{ "type": "Feature", "properties": { "id": 3325791279, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 294635.266369162127376, 62798.761462079171906 ] } }, +{ "type": "Feature", "properties": { "id": 3326887433, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296327.584739681682549, 62572.364337302926288 ] } }, +{ "type": "Feature", "properties": { "id": 3326887435, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296276.782524029433262, 62799.024300440381921 ] } }, +{ "type": "Feature", "properties": { "id": 3326887448, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296362.494035758951213, 62787.544036317987775 ] } }, +{ "type": "Feature", "properties": { "id": 3326887449, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296407.50021236151224, 62564.700021400356491 ] } }, +{ "type": "Feature", "properties": { "id": 3326887451, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296464.213663612899836, 62557.471234437864041 ] } }, +{ "type": "Feature", "properties": { "id": 3328376164, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 288171.003236629127059, 77270.802104321672232 ] } }, +{ "type": "Feature", "properties": { "id": 3329604362, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 312581.538004058355, 81821.79913360592036 ] } }, +{ "type": "Feature", "properties": { "id": 3329604379, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 312683.251924654003233, 81736.823885806225007 ] } }, +{ "type": "Feature", "properties": { "id": 3329615900, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312642.776404078875203, 82848.780316857810249 ] } }, +{ "type": "Feature", "properties": { "id": 3329800495, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 314452.228243412624579, 87050.286066288637812 ] } }, +{ "type": "Feature", "properties": { "id": 3338584818, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 313113.951740664662793, 75583.55611176189268 ] } }, +{ "type": "Feature", "properties": { "id": 3340747647, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300507.108047913468909, 64336.256319970852928 ] } }, +{ "type": "Feature", "properties": { "id": 3341053328, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311590.9791106019984, 80971.649853154682205 ] } }, +{ "type": "Feature", "properties": { "id": 3341053356, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310884.64172848535236, 79078.655811296150205 ] } }, +{ "type": "Feature", "properties": { "id": 3341829009, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303405.295962542644702, 67406.133276051143184 ] } }, +{ "type": "Feature", "properties": { "id": 3341850884, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301900.56130691425642, 67965.617455672909273 ] } }, +{ "type": "Feature", "properties": { "id": 3349138385, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278491.748326256521977, 43138.104742682160577 ] } }, +{ "type": "Feature", "properties": { "id": 3349138386, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278505.271936285425909, 43121.968391518130375 ] } }, +{ "type": "Feature", "properties": { "id": 3349138387, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278502.647846243053209, 43108.420491524324461 ] } }, +{ "type": "Feature", "properties": { "id": 3349138388, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278492.994069296808448, 43122.003971790363721 ] } }, +{ "type": "Feature", "properties": { "id": 3349138389, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278500.776743723428808, 43131.724433520110324 ] } }, +{ "type": "Feature", "properties": { "id": 3349138390, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278502.739899216801859, 43140.190934454243688 ] } }, +{ "type": "Feature", "properties": { "id": 3349138391, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278491.634122239425778, 43098.709393797216762 ] } }, +{ "type": "Feature", "properties": { "id": 3349140993, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 278498.733790172438603, 43095.723549637048563 ] } }, +{ "type": "Feature", "properties": { "id": 3350593237, "poi_type_1": "biergarten", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300374.614023944945075, 59528.635024130031525 ] } }, +{ "type": "Feature", "properties": { "id": 3350673925, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300640.256785591016524, 59579.063344334696012 ] } }, +{ "type": "Feature", "properties": { "id": 3350979283, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300285.003323676181026, 59191.857672220750828 ] } }, +{ "type": "Feature", "properties": { "id": 3351013732, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300018.055591849901248, 58747.904633867037774 ] } }, +{ "type": "Feature", "properties": { "id": 3351013733, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300003.869080411503091, 58700.036233304461348 ] } }, +{ "type": "Feature", "properties": { "id": 3351013734, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299990.972119880199898, 58678.855539712814789 ] } }, +{ "type": "Feature", "properties": { "id": 3351013735, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300017.410781161976047, 58734.348984747703071 ] } }, +{ "type": "Feature", "properties": { "id": 3351013736, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300005.803605010616593, 58719.946091233337938 ] } }, +{ "type": "Feature", "properties": { "id": 3351013737, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300000.644845776318107, 58711.050195526797324 ] } }, +{ "type": "Feature", "properties": { "id": 3351013738, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299994.841223166731652, 58695.800094432328478 ] } }, +{ "type": "Feature", "properties": { "id": 3351016265, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299945.832294691586867, 58620.820622229453875 ] } }, +{ "type": "Feature", "properties": { "id": 3351139473, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 298605.018476572469808, 57755.085378862269863 ] } }, +{ "type": "Feature", "properties": { "id": 3355304903, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 324957.391055575455539, 52251.473346344268066 ] } }, +{ "type": "Feature", "properties": { "id": 3356089619, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301358.972532088926528, 64194.452117123561038 ] } }, +{ "type": "Feature", "properties": { "id": 3356089620, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301300.969189379538875, 64252.47719242949097 ] } }, +{ "type": "Feature", "properties": { "id": 3356089621, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301285.4999104620656, 64278.738731706995168 ] } }, +{ "type": "Feature", "properties": { "id": 3356089623, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301276.481051245704293, 64266.028665163175901 ] } }, +{ "type": "Feature", "properties": { "id": 3356089624, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301483.325146135815885, 64246.580871145495621 ] } }, +{ "type": "Feature", "properties": { "id": 3356350435, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304180.58999635692453, 62039.301629401561513 ] } }, +{ "type": "Feature", "properties": { "id": 3356363293, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304038.747009345213883, 62113.779227888466266 ] } }, +{ "type": "Feature", "properties": { "id": 3356449899, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303915.488346249912865, 62396.688348891271744 ] } }, +{ "type": "Feature", "properties": { "id": 3357038150, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304096.779203363868874, 62072.720400107449677 ] } }, +{ "type": "Feature", "properties": { "id": 3358848528, "poi_type_1": "healthcare", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304101.950654588988982, 62045.611858941803803 ] } }, +{ "type": "Feature", "properties": { "id": 3359834945, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299915.712586455454584, 75134.313048299605725 ] } }, +{ "type": "Feature", "properties": { "id": 3362058452, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304261.227291718008928, 61921.582462223996117 ] } }, +{ "type": "Feature", "properties": { "id": 3362422969, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304168.471802286978345, 61811.389574794149667 ] } }, +{ "type": "Feature", "properties": { "id": 3369418739, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273885.168620897864457, 84285.95538350570132 ] } }, +{ "type": "Feature", "properties": { "id": 3369418740, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 273934.028564338339493, 84291.713462022336898 ] } }, +{ "type": "Feature", "properties": { "id": 3372054849, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302362.815607768250629, 54352.026131999016798 ] } }, +{ "type": "Feature", "properties": { "id": 3372054850, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302367.97375528520206, 54363.46530256987171 ] } }, +{ "type": "Feature", "properties": { "id": 3372696971, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 309316.448238456039689, 72750.106818565429421 ] } }, +{ "type": "Feature", "properties": { "id": 3380036547, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 308766.357422493223567, 77996.861708520358661 ] } }, +{ "type": "Feature", "properties": { "id": 3382113616, "poi_type_1": "boat_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 299862.14517232630169, 66338.679723843350075 ] } }, +{ "type": "Feature", "properties": { "id": 3382204802, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 301095.054504392261151, 62349.983000081047066 ] } }, +{ "type": "Feature", "properties": { "id": 3382235623, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 270789.662027533981018, 56431.578845259347872 ] } }, +{ "type": "Feature", "properties": { "id": 3382375307, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 310882.183935550623573, 57119.904519820469432 ] } }, +{ "type": "Feature", "properties": { "id": 3387047179, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 272139.780435507651418, 56608.531762287711899 ] } }, +{ "type": "Feature", "properties": { "id": 3397669018, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301634.801986505801324, 55254.970854354913172 ] } }, +{ "type": "Feature", "properties": { "id": 3398576793, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300977.304003731929697, 65727.462522497415193 ] } }, +{ "type": "Feature", "properties": { "id": 3407112923, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 284738.340410784527194, 72726.527390362840379 ] } }, +{ "type": "Feature", "properties": { "id": 3413255880, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309745.680699756718241, 67427.021206278543104 ] } }, +{ "type": "Feature", "properties": { "id": 3417328308, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 282182.467397137254011, 66036.494802849803818 ] } }, +{ "type": "Feature", "properties": { "id": 3417347213, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 281509.811234011314809, 66512.175693154233159 ] } }, +{ "type": "Feature", "properties": { "id": 3417361969, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 280304.525613119185437, 67221.884889847569866 ] } }, +{ "type": "Feature", "properties": { "id": 3421054402, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300712.18398840847658, 62561.744178604974877 ] } }, +{ "type": "Feature", "properties": { "id": 3421054403, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300756.65109069267055, 62601.992104766162811 ] } }, +{ "type": "Feature", "properties": { "id": 3421054408, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300659.986089246405754, 62478.287008147322922 ] } }, +{ "type": "Feature", "properties": { "id": 3427199927, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 303720.820668800442945, 47024.545678203394345 ] } }, +{ "type": "Feature", "properties": { "id": 3446926237, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303266.158223508566152, 65980.595238103574957 ] } }, +{ "type": "Feature", "properties": { "id": 3446933696, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303076.703322371817194, 66116.071714343663189 ] } }, +{ "type": "Feature", "properties": { "id": 3446947494, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302864.09359117760323, 66176.563688794005429 ] } }, +{ "type": "Feature", "properties": { "id": 3446947495, "poi_type_1": "department_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302849.926838590297848, 66162.155207845076802 ] } }, +{ "type": "Feature", "properties": { "id": 3447488961, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301097.181856288400013, 65389.008921746128181 ] } }, +{ "type": "Feature", "properties": { "id": 3447488963, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301063.674211748177186, 65430.094920548792288 ] } }, +{ "type": "Feature", "properties": { "id": 3447526690, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301807.701575735816732, 65813.189618508171407 ] } }, +{ "type": "Feature", "properties": { "id": 3447527993, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301778.073539644596167, 65786.494523291432415 ] } }, +{ "type": "Feature", "properties": { "id": 3447527995, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301859.23740959254792, 65822.521982155551086 ] } }, +{ "type": "Feature", "properties": { "id": 3447613880, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303153.339380808407441, 66172.021552138932748 ] } }, +{ "type": "Feature", "properties": { "id": 3447640630, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299281.735764254000969, 59679.467120174565935 ] } }, +{ "type": "Feature", "properties": { "id": 3447641927, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299226.931883198674768, 59687.521314945261111 ] } }, +{ "type": "Feature", "properties": { "id": 3448731711, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 303452.215850947482977, 66237.392175107306684 ] } }, +{ "type": "Feature", "properties": { "id": 3448866514, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 303429.905119689530693, 67117.660424789210083 ] } }, +{ "type": "Feature", "properties": { "id": 3448866515, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303407.987297826970462, 67156.623190888072713 ] } }, +{ "type": "Feature", "properties": { "id": 3448911320, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303622.133823198557366, 67855.272184631001437 ] } }, +{ "type": "Feature", "properties": { "id": 3449352891, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321002.913802661001682, 59993.472883975242439 ] } }, +{ "type": "Feature", "properties": { "id": 3449360107, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320995.770063569943886, 60011.668119491092511 ] } }, +{ "type": "Feature", "properties": { "id": 3449378524, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 321024.242964374017902, 59974.89431422657799 ] } }, +{ "type": "Feature", "properties": { "id": 3449393151, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320964.031809481501114, 60063.259357856462884 ] } }, +{ "type": "Feature", "properties": { "id": 3449397027, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320953.725754160026554, 60059.84124742365384 ] } }, +{ "type": "Feature", "properties": { "id": 3449405612, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321046.583489592827391, 60054.174047778913518 ] } }, +{ "type": "Feature", "properties": { "id": 3449406459, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 321083.294422304956242, 60067.83423739628779 ] } }, +{ "type": "Feature", "properties": { "id": 3449408055, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 321056.985910126008093, 60023.703255776083097 ] } }, +{ "type": "Feature", "properties": { "id": 3449432138, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320875.769776166824158, 60039.711026745193521 ] } }, +{ "type": "Feature", "properties": { "id": 3449437765, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 320959.597875605744775, 60035.288125523307826 ] } }, +{ "type": "Feature", "properties": { "id": 3449449093, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320930.523919576546177, 60056.810293619564618 ] } }, +{ "type": "Feature", "properties": { "id": 3449999555, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305342.039243794919457, 70123.526814369281055 ] } }, +{ "type": "Feature", "properties": { "id": 3449999556, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304957.129307370574679, 70914.158175950331497 ] } }, +{ "type": "Feature", "properties": { "id": 3450800429, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304076.196312380256131, 67841.529114988414221 ] } }, +{ "type": "Feature", "properties": { "id": 3450800432, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304048.489382988656871, 67864.812933226698078 ] } }, +{ "type": "Feature", "properties": { "id": 3450800490, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300537.945660128316376, 65593.977980247247615 ] } }, +{ "type": "Feature", "properties": { "id": 3450837629, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 303797.18341761251213, 68112.073093467057333 ] } }, +{ "type": "Feature", "properties": { "id": 3450842545, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300648.76939875469543, 65441.484566483501112 ] } }, +{ "type": "Feature", "properties": { "id": 3450883371, "poi_type_1": "seafood", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300535.369012196140829, 65589.318000248837052 ] } }, +{ "type": "Feature", "properties": { "id": 3450913678, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300528.28798626200296, 65509.677396008853975 ] } }, +{ "type": "Feature", "properties": { "id": 3450931177, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300669.389577091671526, 65398.701040667598136 ] } }, +{ "type": "Feature", "properties": { "id": 3450976122, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299097.969827176944818, 59606.201934457581956 ] } }, +{ "type": "Feature", "properties": { "id": 3451081915, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303839.786865817441139, 67924.008264303221949 ] } }, +{ "type": "Feature", "properties": { "id": 3451116497, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300765.43385751824826, 64924.682581235632824 ] } }, +{ "type": "Feature", "properties": { "id": 3451116498, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300865.312763089430518, 64824.71994103398174 ] } }, +{ "type": "Feature", "properties": { "id": 3451116499, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300893.66433928348124, 64809.896712265879614 ] } }, +{ "type": "Feature", "properties": { "id": 3451116501, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300738.376151270000264, 64893.755777289821708 ] } }, +{ "type": "Feature", "properties": { "id": 3451116506, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300775.744463446782902, 64908.162585284837405 ] } }, +{ "type": "Feature", "properties": { "id": 3451159777, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300902.685415506130084, 64804.390784977091243 ] } }, +{ "type": "Feature", "properties": { "id": 3451159781, "poi_type_1": "jewelry", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300886.576523426920176, 64812.861179291445296 ] } }, +{ "type": "Feature", "properties": { "id": 3451203778, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301059.890826767368708, 64856.516545292230148 ] } }, +{ "type": "Feature", "properties": { "id": 3451203779, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301084.381643593253102, 64808.651358435177826 ] } }, +{ "type": "Feature", "properties": { "id": 3451208753, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301055.376845673832577, 64883.203780726245895 ] } }, +{ "type": "Feature", "properties": { "id": 3451208754, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301063.105743756692391, 64902.691277129008085 ] } }, +{ "type": "Feature", "properties": { "id": 3451315853, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301018.649703063536435, 64894.636295734097075 ] } }, +{ "type": "Feature", "properties": { "id": 3451315854, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301022.512091678217985, 64919.630241949715128 ] } }, +{ "type": "Feature", "properties": { "id": 3451315857, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301012.208195973536931, 64883.197748079663143 ] } }, +{ "type": "Feature", "properties": { "id": 3451431127, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 320333.716976195923053, 59978.048731278497144 ] } }, +{ "type": "Feature", "properties": { "id": 3451432202, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 320453.065593657083809, 59952.113322341894673 ] } }, +{ "type": "Feature", "properties": { "id": 3451640977, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303104.582113047712483, 65691.618367470699013 ] } }, +{ "type": "Feature", "properties": { "id": 3452345664, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304018.043421791866422, 72925.789404253693647 ] } }, +{ "type": "Feature", "properties": { "id": 3452820819, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308584.944844139914494, 48035.077755905746017 ] } }, +{ "type": "Feature", "properties": { "id": 3452885684, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 306437.595565630588681, 66006.821810450128396 ] } }, +{ "type": "Feature", "properties": { "id": 3452904870, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306462.571861298580188, 65438.772144019516418 ] } }, +{ "type": "Feature", "properties": { "id": 3453104459, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299405.543940151459537, 59853.561698427467491 ] } }, +{ "type": "Feature", "properties": { "id": 3453104464, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299718.248411639360711, 59920.05067618121393 ] } }, +{ "type": "Feature", "properties": { "id": 3453104468, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299705.354360861005262, 59939.11383382389613 ] } }, +{ "type": "Feature", "properties": { "id": 3458199993, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 293523.827095826156437, 52825.665078041391098 ] } }, +{ "type": "Feature", "properties": { "id": 3458200087, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 293924.108736311900429, 53019.763711358071305 ] } }, +{ "type": "Feature", "properties": { "id": 3463911436, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302476.375064242107328, 69762.357956205727533 ] } }, +{ "type": "Feature", "properties": { "id": 3470638173, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 284385.46621652005706, 86026.617453523198492 ] } }, +{ "type": "Feature", "properties": { "id": 3471219494, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 274342.361969309509732, 62126.231323626969242 ] } }, +{ "type": "Feature", "properties": { "id": 3473385642, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 281652.711764643667266, 71918.917447139014257 ] } }, +{ "type": "Feature", "properties": { "id": 3476969412, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301781.208541387575679, 55428.68570265150629 ] } }, +{ "type": "Feature", "properties": { "id": 3480352395, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301717.371566026529763, 66408.351174809329677 ] } }, +{ "type": "Feature", "properties": { "id": 3482497496, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 274891.585069136752281, 75986.531491435307544 ] } }, +{ "type": "Feature", "properties": { "id": 3482497497, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 274989.514250476961024, 75837.930074066811358 ] } }, +{ "type": "Feature", "properties": { "id": 3482497499, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275147.711310322745703, 76199.59660370455822 ] } }, +{ "type": "Feature", "properties": { "id": 3486847405, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300875.530679400253575, 71033.27969850313093 ] } }, +{ "type": "Feature", "properties": { "id": 3486847406, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300941.837687188875861, 71045.572851388671552 ] } }, +{ "type": "Feature", "properties": { "id": 3487765697, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300147.870776326803025, 48628.669391935189196 ] } }, +{ "type": "Feature", "properties": { "id": 3487842451, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 297605.663880224572495, 50653.063290133133705 ] } }, +{ "type": "Feature", "properties": { "id": 3488218291, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301953.557676976837683, 57498.925528321502497 ] } }, +{ "type": "Feature", "properties": { "id": 3495902735, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302410.968699199031107, 64983.495039231027476 ] } }, +{ "type": "Feature", "properties": { "id": 3495906727, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302424.513427172787488, 64939.443274764365924 ] } }, +{ "type": "Feature", "properties": { "id": 3497495773, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300515.589958635217045, 62825.217011336091673 ] } }, +{ "type": "Feature", "properties": { "id": 3497497479, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300510.434877249412239, 62813.355404548514343 ] } }, +{ "type": "Feature", "properties": { "id": 3497534426, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300543.940462155500427, 62919.685426395008108 ] } }, +{ "type": "Feature", "properties": { "id": 3497534427, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300536.852051290101372, 62907.82365793617646 ] } }, +{ "type": "Feature", "properties": { "id": 3497534429, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300531.05242825858295, 62898.080069278876181 ] } }, +{ "type": "Feature", "properties": { "id": 3497534430, "poi_type_1": "college", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300525.897031049011275, 62891.725459739718644 ] } }, +{ "type": "Feature", "properties": { "id": 3497724764, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300810.833818988525309, 50415.075493019881833 ] } }, +{ "type": "Feature", "properties": { "id": 3499155923, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 290465.81370902172057, 73598.052982665452873 ] } }, +{ "type": "Feature", "properties": { "id": 3500169284, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307670.957289554236922, 67540.226002405994222 ] } }, +{ "type": "Feature", "properties": { "id": 3500173697, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 307643.236592908971943, 67564.767194451589603 ] } }, +{ "type": "Feature", "properties": { "id": 3500174732, "poi_type_1": "butcher", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 307656.774441766669042, 67552.919870323006762 ] } }, +{ "type": "Feature", "properties": { "id": 3502019745, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301069.847922269196715, 58373.507217315142043 ] } }, +{ "type": "Feature", "properties": { "id": 3502026650, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300695.157069422653876, 58569.172160411180812 ] } }, +{ "type": "Feature", "properties": { "id": 3502052577, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302179.806670611549634, 46967.16896423529397 ] } }, +{ "type": "Feature", "properties": { "id": 3502055883, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302255.155694555840455, 47682.667360993465991 ] } }, +{ "type": "Feature", "properties": { "id": 3502067395, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302339.505555923271459, 48477.384798303435673 ] } }, +{ "type": "Feature", "properties": { "id": 3502073192, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302283.130608332285192, 49113.205391124742164 ] } }, +{ "type": "Feature", "properties": { "id": 3502137813, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300454.365862085891422, 62789.205635035825253 ] } }, +{ "type": "Feature", "properties": { "id": 3502137815, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300474.991681731422432, 62756.164880311196612 ] } }, +{ "type": "Feature", "properties": { "id": 3502141791, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302183.492984239070211, 49801.117946544989536 ] } }, +{ "type": "Feature", "properties": { "id": 3502153049, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302089.694022535171825, 50453.027036474493798 ] } }, +{ "type": "Feature", "properties": { "id": 3502193428, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 301846.5434654597193, 52130.88438556582696 ] } }, +{ "type": "Feature", "properties": { "id": 3506087030, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299969.063626647752244, 62591.786702883284306 ] } }, +{ "type": "Feature", "properties": { "id": 3510470754, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 271597.807441573648248, 60774.322526712923718 ] } }, +{ "type": "Feature", "properties": { "id": 3510784002, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275697.402200334938243, 50781.054240319856035 ] } }, +{ "type": "Feature", "properties": { "id": 3510785412, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275613.12729524349561, 50477.177148036695144 ] } }, +{ "type": "Feature", "properties": { "id": 3517606878, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302422.115365067264065, 66359.832319536944851 ] } }, +{ "type": "Feature", "properties": { "id": 3526528960, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300661.026191932091024, 65263.989953155738476 ] } }, +{ "type": "Feature", "properties": { "id": 3527094333, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275189.527589446748607, 56612.089845527239959 ] } }, +{ "type": "Feature", "properties": { "id": 3527096843, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275243.124437765858602, 56629.702329396393907 ] } }, +{ "type": "Feature", "properties": { "id": 3527106593, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275256.029224869853351, 56630.930047800051398 ] } }, +{ "type": "Feature", "properties": { "id": 3527108545, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275232.590089378296398, 56565.77163803485746 ] } }, +{ "type": "Feature", "properties": { "id": 3527114373, "poi_type_1": "garden_centre", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275253.874750557122752, 56565.27687210849399 ] } }, +{ "type": "Feature", "properties": { "id": 3527121451, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275300.356660902500153, 56576.982932809216436 ] } }, +{ "type": "Feature", "properties": { "id": 3527137244, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275350.674769436125644, 56578.509748794487678 ] } }, +{ "type": "Feature", "properties": { "id": 3529389569, "poi_type_1": "doctors", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 275399.240690202743281, 56635.112715098206536 ] } }, +{ "type": "Feature", "properties": { "id": 3529389692, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 275417.952085453900509, 56636.745044853647414 ] } }, +{ "type": "Feature", "properties": { "id": 3529390261, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275412.151066706632264, 56638.035148090115399 ] } }, +{ "type": "Feature", "properties": { "id": 3536911136, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 275424.256156905903481, 56592.668132176448125 ] } }, +{ "type": "Feature", "properties": { "id": 3545220724, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304888.127048859780189, 72065.090755924902624 ] } }, +{ "type": "Feature", "properties": { "id": 3545220725, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 304972.479977913259063, 72019.819534260881483 ] } }, +{ "type": "Feature", "properties": { "id": 3545220730, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305058.928552296827547, 71735.628279423443018 ] } }, +{ "type": "Feature", "properties": { "id": 3562623902, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301783.159155159897637, 66069.472404131869553 ] } }, +{ "type": "Feature", "properties": { "id": 3564375804, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303745.419914606376551, 57128.953354287434195 ] } }, +{ "type": "Feature", "properties": { "id": 3564375805, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 303736.421990912233014, 57065.830433430543053 ] } }, +{ "type": "Feature", "properties": { "id": 3569401282, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305352.212651422130875, 65851.759882899103104 ] } }, +{ "type": "Feature", "properties": { "id": 3569401285, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305385.727713720523752, 65830.603320206762874 ] } }, +{ "type": "Feature", "properties": { "id": 3569401286, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305939.390697435417678, 65490.862145831182715 ] } }, +{ "type": "Feature", "properties": { "id": 3569401287, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304479.595623152679764, 66409.084744193969527 ] } }, +{ "type": "Feature", "properties": { "id": 3569401288, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305952.904035310843028, 65510.783037433800928 ] } }, +{ "type": "Feature", "properties": { "id": 3569401289, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305011.927542679710314, 66050.621869123307988 ] } }, +{ "type": "Feature", "properties": { "id": 3569401290, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305002.279342460737098, 66028.587207135686185 ] } }, +{ "type": "Feature", "properties": { "id": 3569401291, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305343.834374881058466, 65856.413621014144155 ] } }, +{ "type": "Feature", "properties": { "id": 3569401292, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306061.833914693852421, 65448.599711624978227 ] } }, +{ "type": "Feature", "properties": { "id": 3569401893, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306054.098993388179224, 65453.253170715623128 ] } }, +{ "type": "Feature", "properties": { "id": 3569401895, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305449.538827176380437, 65786.170190593664302 ] } }, +{ "type": "Feature", "properties": { "id": 3569402112, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305648.025898571533617, 65702.019155025700456 ] } }, +{ "type": "Feature", "properties": { "id": 3569402129, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305511.37792056024773, 65795.535599998111138 ] } }, +{ "type": "Feature", "properties": { "id": 3569402138, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305377.348468218697235, 65836.52787294787413 ] } }, +{ "type": "Feature", "properties": { "id": 3569402142, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 305362.525146857020445, 65844.98946732452896 ] } }, +{ "type": "Feature", "properties": { "id": 3569402156, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305303.241919797845185, 65865.280379770832951 ] } }, +{ "type": "Feature", "properties": { "id": 3569402163, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305418.548156719713006, 65878.496102793287719 ] } }, +{ "type": "Feature", "properties": { "id": 3569402189, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 305150.496545556175988, 65957.944746708206367 ] } }, +{ "type": "Feature", "properties": { "id": 3569402192, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 305203.312904319318477, 65971.113866862448049 ] } }, +{ "type": "Feature", "properties": { "id": 3569402549, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305158.230074958235491, 65953.713957329688128 ] } }, +{ "type": "Feature", "properties": { "id": 3569887993, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 300908.491523097851314, 59494.792141242593061 ] } }, +{ "type": "Feature", "properties": { "id": 3570193129, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306546.372124008776154, 65386.317247699444124 ] } }, +{ "type": "Feature", "properties": { "id": 3570193130, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306477.397997903754003, 65429.465524221086525 ] } }, +{ "type": "Feature", "properties": { "id": 3570729204, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306056.393499905301724, 65011.422005611500936 ] } }, +{ "type": "Feature", "properties": { "id": 3573447501, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306308.634227271308191, 65391.194084477181605 ] } }, +{ "type": "Feature", "properties": { "id": 3573447502, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306195.91038743435638, 65364.410899737471482 ] } }, +{ "type": "Feature", "properties": { "id": 3573482095, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300870.999446405388881, 65777.012504989994341 ] } }, +{ "type": "Feature", "properties": { "id": 3573482097, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300416.807471076783258, 65946.843664681699011 ] } }, +{ "type": "Feature", "properties": { "id": 3573482106, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299827.263392044231296, 62226.631805657889345 ] } }, +{ "type": "Feature", "properties": { "id": 3573482134, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299899.457908965239767, 62674.392431656699046 ] } }, +{ "type": "Feature", "properties": { "id": 3573482141, "poi_type_1": "kiosk", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302765.786524210183416, 65494.925371019919112 ] } }, +{ "type": "Feature", "properties": { "id": 3573487193, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306143.080903060676064, 65363.943220564193325 ] } }, +{ "type": "Feature", "properties": { "id": 3573487203, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 306153.393745449546259, 65358.444763821222296 ] } }, +{ "type": "Feature", "properties": { "id": 3573487204, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306132.095716439944226, 65403.330540714305243 ] } }, +{ "type": "Feature", "properties": { "id": 3574313393, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300478.012795386603102, 65871.867029125613044 ] } }, +{ "type": "Feature", "properties": { "id": 3574404393, "poi_type_1": "car_rental", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 300799.48859471589094, 65788.865724406336085 ] } }, +{ "type": "Feature", "properties": { "id": 3574687793, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301305.155364902457222, 62438.12916569817753 ] } }, +{ "type": "Feature", "properties": { "id": 3574706493, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 301281.314023120154161, 62403.812115685388562 ] } }, +{ "type": "Feature", "properties": { "id": 3574719396, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301519.804922794864979, 62321.252168295461161 ] } }, +{ "type": "Feature", "properties": { "id": 3574948573, "poi_type_1": "art", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 300746.335943044919986, 56236.338411392258422 ] } }, +{ "type": "Feature", "properties": { "id": 3575097893, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300767.462229417171329, 57787.188378375743923 ] } }, +{ "type": "Feature", "properties": { "id": 3575165389, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302718.68055802048184, 60437.778120927730924 ] } }, +{ "type": "Feature", "properties": { "id": 3575305296, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302681.285617086279672, 60444.965933279425371 ] } }, +{ "type": "Feature", "properties": { "id": 3575499039, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 299500.387121406209189, 60823.632524820241088 ] } }, +{ "type": "Feature", "properties": { "id": 3575526593, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 308631.992362284392584, 64719.141301566218317 ] } }, +{ "type": "Feature", "properties": { "id": 3575812477, "poi_type_1": "beach_resort", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 308299.505372589628678, 43422.499706423273892 ] } }, +{ "type": "Feature", "properties": { "id": 3575864772, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 307419.10796125466004, 67555.219322571298108 ] } }, +{ "type": "Feature", "properties": { "id": 3575982154, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306949.406942383735441, 67050.233132869107067 ] } }, +{ "type": "Feature", "properties": { "id": 3576050577, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306620.634276422439143, 66633.938209681335138 ] } }, +{ "type": "Feature", "properties": { "id": 3576077814, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 306284.205119005404413, 66087.177308533733594 ] } }, +{ "type": "Feature", "properties": { "id": 3576192674, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305926.492355166934431, 65507.372888150450308 ] } }, +{ "type": "Feature", "properties": { "id": 3576423411, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305663.321706468006596, 65077.19494836100057 ] } }, +{ "type": "Feature", "properties": { "id": 3576639493, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301896.099255371198524, 65272.675773907190887 ] } }, +{ "type": "Feature", "properties": { "id": 3576694434, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 305044.95947737514507, 64845.875961621452007 ] } }, +{ "type": "Feature", "properties": { "id": 3577390901, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 286822.545868385524955, 71721.921465279432596 ] } }, +{ "type": "Feature", "properties": { "id": 3577542666, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301715.735959860030562, 65128.178226857766276 ] } }, +{ "type": "Feature", "properties": { "id": 3577880568, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294536.598761811561417, 62716.652123532847327 ] } }, +{ "type": "Feature", "properties": { "id": 3577895806, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306347.016353357117623, 65710.211032198014436 ] } }, +{ "type": "Feature", "properties": { "id": 3577895808, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306326.389926312898751, 65722.901895153452642 ] } }, +{ "type": "Feature", "properties": { "id": 3577905745, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302394.273810998362023, 64807.688484268546745 ] } }, +{ "type": "Feature", "properties": { "id": 3577907794, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 306587.133096438192297, 65916.299237211409491 ] } }, +{ "type": "Feature", "properties": { "id": 3577907995, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 306567.122463441686705, 65961.184941914951196 ] } }, +{ "type": "Feature", "properties": { "id": 3577908093, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 306629.000447194033768, 65923.961763309678645 ] } }, +{ "type": "Feature", "properties": { "id": 3577908393, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 306623.844051209161989, 65926.922469164419454 ] } }, +{ "type": "Feature", "properties": { "id": 3577908694, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306561.321528346918058, 65964.568737145033083 ] } }, +{ "type": "Feature", "properties": { "id": 3578035840, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 303097.116816823428962, 52725.628006273480423 ] } }, +{ "type": "Feature", "properties": { "id": 3578036493, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301229.689227114722598, 62782.092387534721638 ] } }, +{ "type": "Feature", "properties": { "id": 3579426879, "poi_type_1": "playground", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 304060.169546098681167, 72395.014310860336991 ] } }, +{ "type": "Feature", "properties": { "id": 3579497746, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294453.437070218438748, 62687.908095252401836 ] } }, +{ "type": "Feature", "properties": { "id": 3579497749, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 294251.245925698429346, 62921.898534773623396 ] } }, +{ "type": "Feature", "properties": { "id": 3579507084, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299385.882258519122843, 63774.548671911376005 ] } }, +{ "type": "Feature", "properties": { "id": 3580458505, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301849.125822420115583, 62459.849508254657849 ] } }, +{ "type": "Feature", "properties": { "id": 3580609293, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301240.078461874974892, 62320.352775223502249 ] } }, +{ "type": "Feature", "properties": { "id": 3580663893, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 294477.955550096987281, 62724.744359257150791 ] } }, +{ "type": "Feature", "properties": { "id": 3580663894, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294538.556014032219537, 62748.845503652759362 ] } }, +{ "type": "Feature", "properties": { "id": 3580663895, "poi_type_1": "place_of_worship", "poi_type_2": "Spiritual Center" }, "geometry": { "type": "Point", "coordinates": [ 294392.890077067364473, 62735.398730617052934 ] } }, +{ "type": "Feature", "properties": { "id": 3580977543, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296265.067535053822212, 62572.81924307042209 ] } }, +{ "type": "Feature", "properties": { "id": 3581023531, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 284898.370446723361965, 82991.50568456282781 ] } }, +{ "type": "Feature", "properties": { "id": 3581023708, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 285051.684550507867243, 83161.06905158337031 ] } }, +{ "type": "Feature", "properties": { "id": 3581307956, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300570.408713342330884, 62341.02803066407796 ] } }, +{ "type": "Feature", "properties": { "id": 3582082294, "poi_type_1": "garden", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 299801.49014978291234, 62537.566463689727243 ] } }, +{ "type": "Feature", "properties": { "id": 3582273593, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 304210.414930273836944, 56061.698272418834677 ] } }, +{ "type": "Feature", "properties": { "id": 3583551893, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301287.771059332473669, 62336.034705422782281 ] } }, +{ "type": "Feature", "properties": { "id": 3583563606, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301914.762485059909523, 65352.744271598683554 ] } }, +{ "type": "Feature", "properties": { "id": 3583796993, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301171.62485176359769, 63162.066639024938922 ] } }, +{ "type": "Feature", "properties": { "id": 3583901532, "poi_type_1": "sports", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 311005.494784597307444, 63111.275704112231324 ] } }, +{ "type": "Feature", "properties": { "id": 3583901533, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311091.245128931710497, 63086.833974549786944 ] } }, +{ "type": "Feature", "properties": { "id": 3583901534, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311034.010320801753551, 63004.566777851672668 ] } }, +{ "type": "Feature", "properties": { "id": 3583901535, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311044.959386396920308, 63009.242895714916813 ] } }, +{ "type": "Feature", "properties": { "id": 3584216550, "poi_type_1": "bus_station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 302582.779962685424834, 65604.152536249850527 ] } }, +{ "type": "Feature", "properties": { "id": 3584290131, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 306483.329672619351186, 66012.368789956337423 ] } }, +{ "type": "Feature", "properties": { "id": 3584462192, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 285102.838400646403898, 65477.637898002190923 ] } }, +{ "type": "Feature", "properties": { "id": 3584658394, "poi_type_1": "nightclub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299588.282951264642179, 64809.430573634592292 ] } }, +{ "type": "Feature", "properties": { "id": 3589888042, "poi_type_1": "beverages", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 304173.557799148198683, 68787.948648624340422 ] } }, +{ "type": "Feature", "properties": { "id": 3589888056, "poi_type_1": "kindergarten", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304187.710461790557019, 68813.797437660789001 ] } }, +{ "type": "Feature", "properties": { "id": 3590689280, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304132.591726888087578, 68344.396215401167865 ] } }, +{ "type": "Feature", "properties": { "id": 3590689282, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304059.182864320348017, 68329.952499744584202 ] } }, +{ "type": "Feature", "properties": { "id": 3590689283, "poi_type_1": "post_office", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304111.366591527126729, 68295.668178665262531 ] } }, +{ "type": "Feature", "properties": { "id": 3590689284, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 304070.116310029581655, 68356.64651841907471 ] } }, +{ "type": "Feature", "properties": { "id": 3592088497, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302210.844443435897119, 57662.512665908456256 ] } }, +{ "type": "Feature", "properties": { "id": 3592088499, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302221.165215965767857, 57656.585165701901133 ] } }, +{ "type": "Feature", "properties": { "id": 3594690095, "poi_type_1": "electronics", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302997.602210452605505, 67370.796436300341156 ] } }, +{ "type": "Feature", "properties": { "id": 3597257541, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301347.182576487422921, 65245.020310258340032 ] } }, +{ "type": "Feature", "properties": { "id": 3601172110, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295176.297831262054387, 58319.507790963514708 ] } }, +{ "type": "Feature", "properties": { "id": 3601172112, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295140.841670267807785, 58338.169985496388108 ] } }, +{ "type": "Feature", "properties": { "id": 3601172113, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295160.875532785430551, 58403.393405215756502 ] } }, +{ "type": "Feature", "properties": { "id": 3601172114, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295181.469827286317013, 58339.414275539413211 ] } }, +{ "type": "Feature", "properties": { "id": 3601172115, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295154.412668314995244, 58381.793322643468855 ] } }, +{ "type": "Feature", "properties": { "id": 3601172116, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295147.302668791322503, 58356.804759183069109 ] } }, +{ "type": "Feature", "properties": { "id": 3601172117, "poi_type_1": "bbq", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 295193.750834956998006, 58383.038524314324604 ] } }, +{ "type": "Feature", "properties": { "id": 3601383031, "poi_type_1": "ferry_terminal", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 296330.413095855736174, 60477.161022924592544 ] } }, +{ "type": "Feature", "properties": { "id": 3602531928, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 281637.043110896134749, 61192.912310344581783 ] } }, +{ "type": "Feature", "properties": { "id": 3603296115, "poi_type_1": "copyshop", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 285726.158304556855001, 46900.947447385042324 ] } }, +{ "type": "Feature", "properties": { "id": 3603296116, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 285726.110197491128929, 46875.954564260333427 ] } }, +{ "type": "Feature", "properties": { "id": 3605131905, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302159.624255343980622, 65215.136052812158596 ] } }, +{ "type": "Feature", "properties": { "id": 3606254855, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 274640.431687071337365, 58069.06993561625859 ] } }, +{ "type": "Feature", "properties": { "id": 3608674568, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300572.229171155544464, 63803.774856666619598 ] } }, +{ "type": "Feature", "properties": { "id": 3611236718, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300301.668197373917792, 61645.858967147447402 ] } }, +{ "type": "Feature", "properties": { "id": 3616734506, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 280074.0506556420587, 38948.857407355055329 ] } }, +{ "type": "Feature", "properties": { "id": 3616734507, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 280230.439777448074892, 38918.363121137932467 ] } }, +{ "type": "Feature", "properties": { "id": 3616734508, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 279997.318062120233662, 39026.584025822849071 ] } }, +{ "type": "Feature", "properties": { "id": 3616734509, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 280178.469902060111053, 38827.002390664842096 ] } }, +{ "type": "Feature", "properties": { "id": 3616734540, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 280140.845941187639255, 39748.026833687879844 ] } }, +{ "type": "Feature", "properties": { "id": 3618193491, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301978.719326602178626, 64700.814151739155932 ] } }, +{ "type": "Feature", "properties": { "id": 3618200208, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301668.123113718815148, 64842.649327060775249 ] } }, +{ "type": "Feature", "properties": { "id": 3618226654, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302295.107685693888925, 64619.571067731849325 ] } }, +{ "type": "Feature", "properties": { "id": 3618233904, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 302242.945758674934041, 64524.241242378651805 ] } }, +{ "type": "Feature", "properties": { "id": 3618689144, "poi_type_1": "shoes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302851.893566372164059, 66073.619830090174219 ] } }, +{ "type": "Feature", "properties": { "id": 3620493481, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 302029.650217267859261, 64594.076454285961518 ] } }, +{ "type": "Feature", "properties": { "id": 3620495291, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301993.564008827728685, 64607.198769516900938 ] } }, +{ "type": "Feature", "properties": { "id": 3622583424, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 272508.468568988493644, 62091.302146065507259 ] } }, +{ "type": "Feature", "properties": { "id": 3627346234, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304615.281003299518488, 74005.104362750411383 ] } }, +{ "type": "Feature", "properties": { "id": 3627346235, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304617.756300678243861, 74163.117187134135747 ] } }, +{ "type": "Feature", "properties": { "id": 3627346236, "poi_type_1": "fitness_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 304638.993661157612223, 74160.165131616377039 ] } }, +{ "type": "Feature", "properties": { "id": 3627363056, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304654.491573750798125, 74074.603082888235804 ] } }, +{ "type": "Feature", "properties": { "id": 3627373679, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304656.419426960987039, 74078.840524878323777 ] } }, +{ "type": "Feature", "properties": { "id": 3627373680, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304653.205625595117453, 74072.90778200305067 ] } }, +{ "type": "Feature", "properties": { "id": 3627374568, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304616.461889394558966, 74174.977816168626305 ] } }, +{ "type": "Feature", "properties": { "id": 3627501465, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 300279.500636886979919, 51222.437982801093312 ] } }, +{ "type": "Feature", "properties": { "id": 3627509670, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299294.743122476967983, 60856.267619614300202 ] } }, +{ "type": "Feature", "properties": { "id": 3627509671, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 297588.377077559765894, 49108.162758828519145 ] } }, +{ "type": "Feature", "properties": { "id": 3627524353, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304714.913169470091816, 74181.394329209026182 ] } }, +{ "type": "Feature", "properties": { "id": 3627536667, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 304717.483917123114225, 74186.479443749092752 ] } }, +{ "type": "Feature", "properties": { "id": 3634281540, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303157.499908467987552, 57925.91984404399409 ] } }, +{ "type": "Feature", "properties": { "id": 3635999512, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312588.011128543992527, 81795.545201005181298 ] } }, +{ "type": "Feature", "properties": { "id": 3636380893, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 300850.185908769548405, 61894.140337615339376 ] } }, +{ "type": "Feature", "properties": { "id": 3636735055, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312274.534715038782451, 81271.836245875616441 ] } }, +{ "type": "Feature", "properties": { "id": 3636738408, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 312017.011758701177314, 80709.258269158919575 ] } }, +{ "type": "Feature", "properties": { "id": 3636782817, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311765.938624467584305, 80109.420950336774695 ] } }, +{ "type": "Feature", "properties": { "id": 3636797363, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311571.839465420634951, 79646.937016952899285 ] } }, +{ "type": "Feature", "properties": { "id": 3636823270, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311262.303867378272116, 78961.877692208232475 ] } }, +{ "type": "Feature", "properties": { "id": 3636835851, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311197.114757080329582, 78270.420658106173505 ] } }, +{ "type": "Feature", "properties": { "id": 3636847103, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311182.045827885332983, 77603.610991053850739 ] } }, +{ "type": "Feature", "properties": { "id": 3636870286, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311160.91013495309744, 76692.784947453430505 ] } }, +{ "type": "Feature", "properties": { "id": 3636882763, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311098.60218769259518, 75776.391196861382923 ] } }, +{ "type": "Feature", "properties": { "id": 3636918964, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310666.756505661644042, 74989.508959379658336 ] } }, +{ "type": "Feature", "properties": { "id": 3636943352, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 310147.054025534191169, 74852.370055491861422 ] } }, +{ "type": "Feature", "properties": { "id": 3636957890, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309468.058076211542357, 74479.527334682657965 ] } }, +{ "type": "Feature", "properties": { "id": 3637045573, "poi_type_1": "pub", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 299325.302995741192717, 63717.365714825238683 ] } }, +{ "type": "Feature", "properties": { "id": 3639354728, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 270568.707624510570895, 41054.451438215481176 ] } }, +{ "type": "Feature", "properties": { "id": 3640860635, "poi_type_1": "station", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 314144.033475597563665, 75566.393524400526076 ] } }, +{ "type": "Feature", "properties": { "id": 3641057062, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 299532.820721889904235, 63999.054742243075452 ] } }, +{ "type": "Feature", "properties": { "id": 3656027076, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 318833.514179612277076, 64241.598014831790351 ] } }, +{ "type": "Feature", "properties": { "id": 3656077732, "poi_type_1": "theatre", "poi_type_2": "Arts and Entertainment" }, "geometry": { "type": "Point", "coordinates": [ 297805.814868671994191, 63818.904665263071365 ] } }, +{ "type": "Feature", "properties": { "id": 3656101703, "poi_type_1": "food_court", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301718.62072607956361, 72117.050353856859147 ] } }, +{ "type": "Feature", "properties": { "id": 3661038127, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 305261.070224340714049, 70808.463077856169548 ] } }, +{ "type": "Feature", "properties": { "id": 3661038146, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304904.277552152925637, 71006.895870398599072 ] } }, +{ "type": "Feature", "properties": { "id": 3661038147, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 304910.71755221253261, 71003.511179708380951 ] } }, +{ "type": "Feature", "properties": { "id": 3661038148, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 304839.877043882384896, 71042.01394874061225 ] } }, +{ "type": "Feature", "properties": { "id": 3663846053, "poi_type_1": "park", "poi_type_2": "Landmarks and Outdoors" }, "geometry": { "type": "Point", "coordinates": [ 303027.632237817102578, 60089.263085018741549 ] } }, +{ "type": "Feature", "properties": { "id": 3664943653, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302281.796258946415037, 53445.89512833608751 ] } }, +{ "type": "Feature", "properties": { "id": 3664943654, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 302286.316265224362724, 53436.577066857702448 ] } }, +{ "type": "Feature", "properties": { "id": 3664967955, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302400.544062767352443, 53409.50205491494853 ] } }, +{ "type": "Feature", "properties": { "id": 3665021096, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301887.269352198811248, 54411.195399549294962 ] } }, +{ "type": "Feature", "properties": { "id": 3665021097, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301902.752245175419375, 54420.518824169506843 ] } }, +{ "type": "Feature", "properties": { "id": 3666169498, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 317362.87342632713262, 53600.597208103405137 ] } }, +{ "type": "Feature", "properties": { "id": 3671151695, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301050.249498680524994, 55603.921561645664042 ] } }, +{ "type": "Feature", "properties": { "id": 3673957770, "poi_type_1": "deli", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309556.57044505502563, 64739.340687688018079 ] } }, +{ "type": "Feature", "properties": { "id": 3674008668, "poi_type_1": "books", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299564.020580961718224, 57629.577222280015121 ] } }, +{ "type": "Feature", "properties": { "id": 3674112983, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301068.95365581731312, 55633.153501910928753 ] } }, +{ "type": "Feature", "properties": { "id": 3674126477, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301361.10545149614336, 56094.515595250129991 ] } }, +{ "type": "Feature", "properties": { "id": 3674126478, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301358.525778438546695, 56091.126219642566866 ] } }, +{ "type": "Feature", "properties": { "id": 3674126479, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301330.954136729647871, 55164.256983989398577 ] } }, +{ "type": "Feature", "properties": { "id": 3674126480, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301325.794188149389811, 55157.054649104611599 ] } }, +{ "type": "Feature", "properties": { "id": 3674167025, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301659.209954472666141, 55735.352833886958251 ] } }, +{ "type": "Feature", "properties": { "id": 3674170468, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301655.340460856736172, 55730.26861703619943 ] } }, +{ "type": "Feature", "properties": { "id": 3674170469, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301252.74711884977296, 56011.468379784593708 ] } }, +{ "type": "Feature", "properties": { "id": 3675375843, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 299428.145894596993458, 60317.417958162790455 ] } }, +{ "type": "Feature", "properties": { "id": 3676736753, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301116.888240575790405, 62881.624276189257216 ] } }, +{ "type": "Feature", "properties": { "id": 3676757691, "poi_type_1": "clinic", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301136.224342767614871, 62871.03681791179406 ] } }, +{ "type": "Feature", "properties": { "id": 3676784853, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301170.384981041948777, 62851.97941872489173 ] } }, +{ "type": "Feature", "properties": { "id": 3676807136, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301185.209427877562121, 62843.933072996231203 ] } }, +{ "type": "Feature", "properties": { "id": 3676822434, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301173.607675369363278, 62850.285464865075483 ] } }, +{ "type": "Feature", "properties": { "id": 3676838695, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301231.61663711379515, 62818.523687914406764 ] } }, +{ "type": "Feature", "properties": { "id": 3676858327, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301229.031578683003318, 62861.308480708896241 ] } }, +{ "type": "Feature", "properties": { "id": 3676873362, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301207.761868103174493, 62871.895380516936712 ] } }, +{ "type": "Feature", "properties": { "id": 3676873363, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301201.316484100650996, 62875.283259979929426 ] } }, +{ "type": "Feature", "properties": { "id": 3676873369, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301169.089518770109862, 62893.069973895042494 ] } }, +{ "type": "Feature", "properties": { "id": 3676873370, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301165.22229601041181, 62895.187444380149827 ] } }, +{ "type": "Feature", "properties": { "id": 3676887224, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301160.710527847521007, 62897.728431853101938 ] } }, +{ "type": "Feature", "properties": { "id": 3676888128, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301132.995504137186799, 62912.974315931671299 ] } }, +{ "type": "Feature", "properties": { "id": 3676902925, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301129.121191629150417, 62961.689577055294649 ] } }, +{ "type": "Feature", "properties": { "id": 3676902927, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301136.208016075892374, 62977.364458763971925 ] } }, +{ "type": "Feature", "properties": { "id": 3676918483, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301154.248007181449793, 63011.256542507428094 ] } }, +{ "type": "Feature", "properties": { "id": 3676918485, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301161.334996841847897, 63025.236984642906464 ] } }, +{ "type": "Feature", "properties": { "id": 3676953898, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301316.046075798221864, 62810.065901043402846 ] } }, +{ "type": "Feature", "properties": { "id": 3676972133, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301372.121861345192883, 62781.693811710130831 ] } }, +{ "type": "Feature", "properties": { "id": 3676972136, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301456.559552387800068, 62734.264955825965444 ] } }, +{ "type": "Feature", "properties": { "id": 3676993346, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301557.765300611616112, 62639.395587626095221 ] } }, +{ "type": "Feature", "properties": { "id": 3676993348, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301547.452179474988952, 62644.476815352987614 ] } }, +{ "type": "Feature", "properties": { "id": 3677010926, "poi_type_1": "childcare", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 301411.448674184444826, 62714.346261511265766 ] } }, +{ "type": "Feature", "properties": { "id": 3677010927, "poi_type_1": "sports_centre", "poi_type_2": "Sports and Recreation" }, "geometry": { "type": "Point", "coordinates": [ 301415.960559205210302, 62712.229043486317096 ] } }, +{ "type": "Feature", "properties": { "id": 3677010929, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301343.768862478318624, 62756.271646838147717 ] } }, +{ "type": "Feature", "properties": { "id": 3677073032, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300965.111410473356955, 55471.319268937062589 ] } }, +{ "type": "Feature", "properties": { "id": 3677073033, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300970.91634037689073, 55480.639501789177302 ] } }, +{ "type": "Feature", "properties": { "id": 3677073034, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300976.721311529632658, 55489.536126820639765 ] } }, +{ "type": "Feature", "properties": { "id": 3677073035, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300979.946326838980895, 55494.196289971696388 ] } }, +{ "type": "Feature", "properties": { "id": 3677089344, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300238.693928664957639, 55577.16336049806705 ] } }, +{ "type": "Feature", "properties": { "id": 3681294552, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 300567.692757698474452, 55730.105397090832412 ] } }, +{ "type": "Feature", "properties": { "id": 3682773541, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 309723.45563744235551, 64734.898362668005575 ] } }, +{ "type": "Feature", "properties": { "id": 3682795389, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309749.831488979107235, 64766.280768657074077 ] } }, +{ "type": "Feature", "properties": { "id": 3684593607, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301132.149624923767988, 55797.948183110143873 ] } }, +{ "type": "Feature", "properties": { "id": 3684603514, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301265.015159793372732, 55944.116046592978819 ] } }, +{ "type": "Feature", "properties": { "id": 3684645681, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300506.408149661961943, 55724.170377433169051 ] } }, +{ "type": "Feature", "properties": { "id": 3684645683, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 300494.152408913592808, 55705.106984013531473 ] } }, +{ "type": "Feature", "properties": { "id": 3685685735, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 311180.402739694982301, 58245.467430181422969 ] } }, +{ "type": "Feature", "properties": { "id": 3685688742, "poi_type_1": "supermarket", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 311486.631073183089029, 58305.665776128873404 ] } }, +{ "type": "Feature", "properties": { "id": 3685690679, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 311523.371494239661843, 58317.160450703842798 ] } }, +{ "type": "Feature", "properties": { "id": 3689604538, "poi_type_1": "furniture", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309835.546672642871272, 64750.720386812732613 ] } }, +{ "type": "Feature", "properties": { "id": 3689688988, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 301123.767187744495459, 55772.530150239130307 ] } }, +{ "type": "Feature", "properties": { "id": 3691580038, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 309893.487860699300654, 64786.381515574823425 ] } }, +{ "type": "Feature", "properties": { "id": 3691580039, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309858.056090552883688, 64782.098040469034459 ] } }, +{ "type": "Feature", "properties": { "id": 3692660932, "poi_type_1": "florist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 302022.717590633314103, 68737.907552806544118 ] } }, +{ "type": "Feature", "properties": { "id": 3695430161, "poi_type_1": "variety_store", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309170.078285077528562, 64657.940588587101956 ] } }, +{ "type": "Feature", "properties": { "id": 3695530689, "poi_type_1": "laundry", "poi_type_2": "Business and Professional Services" }, "geometry": { "type": "Point", "coordinates": [ 309204.2634991586674, 64629.177062087015656 ] } }, +{ "type": "Feature", "properties": { "id": 3695530691, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309123.051757006673142, 64650.257333741552429 ] } }, +{ "type": "Feature", "properties": { "id": 3698496270, "poi_type_1": "wholesale", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 305850.302459174476098, 69790.098854470008519 ] } }, +{ "type": "Feature", "properties": { "id": 3704630179, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 306470.311359645274933, 72787.310812830313807 ] } }, +{ "type": "Feature", "properties": { "id": 3705231493, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294923.301270179974381, 62722.730960745495395 ] } }, +{ "type": "Feature", "properties": { "id": 3705270526, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294814.309543452924117, 62620.291448101685091 ] } }, +{ "type": "Feature", "properties": { "id": 3705275206, "poi_type_1": "pharmacy", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 294807.865382187766954, 62621.566814969759434 ] } }, +{ "type": "Feature", "properties": { "id": 3705275209, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 294791.754541497735772, 62624.119832939075422 ] } }, +{ "type": "Feature", "properties": { "id": 3705283780, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 294931.689587976958137, 62737.128158036102832 ] } }, +{ "type": "Feature", "properties": { "id": 3708656611, "poi_type_1": "chemist", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301423.315488673164509, 57978.335124878911301 ] } }, +{ "type": "Feature", "properties": { "id": 3712821330, "poi_type_1": "clothes", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 295843.550235602131579, 69436.924296505123493 ] } }, +{ "type": "Feature", "properties": { "id": 3714107288, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 309786.617039920878597, 64721.425891713137389 ] } }, +{ "type": "Feature", "properties": { "id": 3722328359, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302161.358736620983109, 57064.779623250462464 ] } }, +{ "type": "Feature", "properties": { "id": 3722347103, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302134.911250095581636, 57074.93866854342923 ] } }, +{ "type": "Feature", "properties": { "id": 3722347104, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 302163.29234289174201, 57069.439933137204207 ] } }, +{ "type": "Feature", "properties": { "id": 3727111708, "poi_type_1": "bank", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 301067.655734385829419, 55686.52849577744928 ] } }, +{ "type": "Feature", "properties": { "id": 3727131749, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 300713.50000431924127, 55590.749479965648788 ] } }, +{ "type": "Feature", "properties": { "id": 3733142431, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301918.046209539577831, 65112.130459144231281 ] } }, +{ "type": "Feature", "properties": { "id": 3736089410, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 307169.635440866812132, 49130.299883600055182 ] } }, +{ "type": "Feature", "properties": { "id": 3737556178, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301559.077165904222056, 56407.6044987008936 ] } }, +{ "type": "Feature", "properties": { "id": 3737560400, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301581.646281065361109, 56442.769155061927449 ] } }, +{ "type": "Feature", "properties": { "id": 3737576845, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 301615.174584268708713, 56506.741943053115392 ] } }, +{ "type": "Feature", "properties": { "id": 3738021109, "poi_type_1": "dentist", "poi_type_2": "Health and Medicine" }, "geometry": { "type": "Point", "coordinates": [ 298920.068542271212209, 59980.700972839724272 ] } }, +{ "type": "Feature", "properties": { "id": 3738715463, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298940.669819649949204, 59769.314337149371568 ] } }, +{ "type": "Feature", "properties": { "id": 3742684401, "poi_type_1": "fast_food", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 298371.847329151991289, 70797.874073342056363 ] } }, +{ "type": "Feature", "properties": { "id": 3742972562, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303297.571711602795403, 60539.680949309091375 ] } }, +{ "type": "Feature", "properties": { "id": 3742972563, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 303401.389014385989867, 60490.164983646303881 ] } }, +{ "type": "Feature", "properties": { "id": 3743011604, "poi_type_1": "community_centre", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 303413.668225513712969, 60424.933945154130924 ] } }, +{ "type": "Feature", "properties": { "id": 3743024926, "poi_type_1": "cafe", "poi_type_2": "Dining" }, "geometry": { "type": "Point", "coordinates": [ 303453.453619466628879, 60823.150465280785284 ] } }, +{ "type": "Feature", "properties": { "id": 3743284650, "poi_type_1": "ice_cream", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 301070.708015789336059, 56884.92964340661274 ] } }, +{ "type": "Feature", "properties": { "id": 3743290030, "poi_type_1": "bar", "poi_type_2": "Nightlife" }, "geometry": { "type": "Point", "coordinates": [ 301111.991504888574127, 56863.755071965926618 ] } }, +{ "type": "Feature", "properties": { "id": 3748204825, "poi_type_1": "school", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 304593.404958077415358, 54280.212115497030027 ] } }, +{ "type": "Feature", "properties": { "id": 3755877563, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309601.385413290176075, 66946.025112510513281 ] } }, +{ "type": "Feature", "properties": { "id": 3755877566, "poi_type_1": "convenience", "poi_type_2": "Retail" }, "geometry": { "type": "Point", "coordinates": [ 309587.19426670082612, 66961.680593103417777 ] } }, +{ "type": "Feature", "properties": { "id": 3756231879, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309798.545576405595057, 66417.184161448196392 ] } }, +{ "type": "Feature", "properties": { "id": 3756231885, "poi_type_1": "fuel", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 309560.849524738732725, 66413.484128997894004 ] } }, +{ "type": "Feature", "properties": { "id": 3757752848, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283227.282763736671768, 76774.142476000008173 ] } }, +{ "type": "Feature", "properties": { "id": 3757804483, "poi_type_1": "university", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 283285.291379769158084, 76824.422404364057002 ] } }, +{ "type": "Feature", "properties": { "id": 3762043369, "poi_type_1": "social_facility", "poi_type_2": "Education" }, "geometry": { "type": "Point", "coordinates": [ 305344.158214766473975, 69864.272779031889513 ] } }, +{ "type": "Feature", "properties": { "id": 3762148464, "poi_type_1": "taxi", "poi_type_2": "Travel and Transportation" }, "geometry": { "type": "Point", "coordinates": [ 293654.604285771085415, 66097.396382287784945 ] } }, +{ "type": "Feature", "properties": { "id": 3763236414, "poi_type_1": "bakery", "poi_type_2": "Coffee and Dessert" }, "geometry": { "type": "Point", "coordinates": [ 305443.135415995842777, 63981.979506088086055 ] } } +] +} diff --git a/spacegraph/data_collection/prepare_own_data.py b/spacegraph/data_collection/prepare_own_data.py new file mode 100644 index 0000000..95cd9d2 --- /dev/null +++ b/spacegraph/data_collection/prepare_own_data.py @@ -0,0 +1,154 @@ +import argparse +import os +import json +import pickle +import numpy as np +import geopandas as gpd +from sklearn.metrics import pairwise_distances +from collections import defaultdict + +from sklearn.neighbors import BallTree + + +def get_nearest(src_points, candidates, k_neighbors=10, remove_first=True): + """Find nearest neighbors for all source points from a set of candidate points""" + # Create tree from the candidate points + tree = BallTree(candidates, leaf_size=15, metric="euclidean") + # Find closest points and distances + distances, indices = tree.query( + src_points, k=k_neighbors + int(remove_first) + ) + # Return indices and distances + return (indices[:, remove_first:], distances[:, remove_first:]) + + +def get_ordered_unique(arr): + set_new, elems_new = set(), [] + for elem in arr: + if elem not in set_new: + set_new.add(elem) + elems_new.append(elem) + return elems_new + + +if __name__ == "__main__": + parser = argparse.ArgumentParser() + parser.add_argument( + "-d", + "--data_path", + default="data_collection/example_pois.geojson", + type=str + ) + parser.add_argument("-p", "--positive_samples", default=10, type=int) + parser.add_argument( + "-o", + "--out_path", + default="data_collection/example_poi_data", + type=str + ) + args = parser.parse_args() + + out_path = args.out_path + os.makedirs(out_path, exist_ok=True) + nr_neighbors = args.positive_samples + + # LOAD data + poi = gpd.read_file(args.data_path) + mapping_prev_ids = { + i: int(old_id) + for i, old_id in enumerate(poi["id"].values) + } + with open(os.path.join(out_path, "poi_id_mapping.json"), "w") as outfile: + json.dump(mapping_prev_ids, outfile) + print("Saved mapping from old IDs to new IDs") + poi["id"] = np.arange(len(poi)) + poi.set_index("id", inplace=True) + + # PART 1: POI types + # add the main categories: + poi_type_cols = [col for col in poi if col.startswith("poi_type_")] + all_types = set() + for poi_col in poi_type_cols: + for elem in poi[poi_col].unique(): + all_types.add(elem) + poi_id_mapping = {elem: i for i, elem in enumerate(list(all_types))} + # reversed + id_poi_mapping = {str(i): elem for elem, i in poi_id_mapping.items()} + + # SAVE the poi types + with open(os.path.join(out_path, "poi_type.json"), "w") as outfile: + json.dump(id_poi_mapping, outfile) + print("Saved POI types") + + # PART 2: POI list with categories + # update table + for col in poi_type_cols: + # transfer into numerical category IDs + poi[col] = poi[col].map(poi_id_mapping) + # train test splot + rand_perm = np.random.permutation(len(poi)) + train_cutoff = int(len(poi) * 0.8) + val_cutoff = int(len(poi) * 0.9) + split_label_arr = np.array(["training" + for _ in range(len(poi))]).astype(str) + split_label_arr[rand_perm[train_cutoff:val_cutoff]] = "validation" + split_label_arr[rand_perm[val_cutoff:]] = "test" + poi["split"] = split_label_arr + poi.loc[poi["split"] == "validati", "split"] = "validation" + # convert table into tuple + my_poi_data = [] + for elem_id, row in poi.iterrows(): + this_tuple = ( + elem_id, + (row["geometry"].x, row["geometry"].y), + tuple([row[poi_type] for poi_type in poi_type_cols]), + row["split"], + ) + my_poi_data.append(this_tuple) + number_of_pois = len(id_poi_mapping) + + # Save the poi data with the categories + with open(os.path.join(out_path, "pointset.pkl"), "wb") as outfile: + pickle.dump((number_of_pois, my_poi_data), outfile) + print("Saved POI-label data") + + # PART 3: sample the spatially closest + coord_arr = np.swapaxes( + np.vstack([poi["geometry"].x.values, poi["geometry"].y.values]), 1, 0 + ) + closest, distance_of_closest = get_nearest( + coord_arr, coord_arr, k_neighbors=nr_neighbors + ) + print("Finished positive sampling") + + # convert index + poi_id_list = list(poi.index) + poi_id_array = np.array(poi_id_list) + poi_id_set = set(poi_id_list) + + # Negative sampling: + all_tuples = [] + for counter, positive_sampled_index in enumerate(closest): + elem_id = poi_id_list[counter] + positive_sampled = poi_id_array[positive_sampled_index] + leftover = list(poi_id_set - set([elem_id] + list(positive_sampled))) + negative_sampled = list(np.random.choice(leftover, nr_neighbors)) + + mode = poi.loc[elem_id, "split"] + all_tuples.append( + ( + elem_id, tuple(positive_sampled), mode, negative_sampled, + distance_of_closest[counter] + ) + ) + print("Finisher negative sampling") + + for mode in ["training", "validation", "test"]: + out_tuple = [ + the_tuple for the_tuple in all_tuples if the_tuple[2] == mode + ] + with open( + os.path.join(out_path, f"neighborgraphs_{mode}.pkl"), "wb" + ) as outfile: + pickle.dump(out_tuple, outfile) + print("Saved graph data", mode) diff --git a/spacegraph/global_train_example_pois.sh b/spacegraph/global_train_example_pois.sh new file mode 100644 index 0000000..173a896 --- /dev/null +++ b/spacegraph/global_train_example_pois.sh @@ -0,0 +1,54 @@ +python -m spacegraph_codebase.Place2Vec.train \ + --data_dir data_collection/example_poi_data/\ + --model_dir ./model_dir/global_example_data/ \ + --log_dir ./model_dir/global_example_data/ \ + --num_context_sample 10 \ + --embed_dim 32 \ + --dropout 0.5 \ + --enc_agg mean \ + --model_type global \ + --num_rbf_anchor_pts 0 \ + --spa_enc theory \ + --spa_embed_dim 64 \ + --freq 16 \ + --max_radius 10000 \ + --min_radius 100 \ + --spa_f_act sigmoid \ + --freq_init geometric \ + --spa_enc_use_layn F \ + --spa_enc_use_postmat T \ + --g_spa_enc theory \ + --g_spa_embed_dim 64 \ + --g_freq 32 \ + --g_max_radius 40000 \ + --g_min_radius 50 \ + --g_spa_f_act relu \ + --g_freq_init geometric \ + --g_spa_enc_use_layn T \ + --g_spa_enc_use_postmat T \ + --num_hidden_layer 1 \ + --hidden_dim 512 \ + --use_layn T \ + --skip_connection T \ + --use_dec T \ + --init_decoder_atten_type concat \ + --init_decoder_atten_act leakyrelu \ + --init_decoder_atten_f_act sigmoid \ + --init_decoder_atten_num 1 \ + --init_decoder_use_layn T \ + --init_decoder_use_postmat T \ + --decoder_atten_type concat \ + --decoder_atten_act leakyrelu \ + --decoder_atten_f_act sigmoid \ + --decoder_atten_num 1 \ + --decoder_use_layn T \ + --decoder_use_postmat T \ + --join_dec_type max \ + --act sigmoid \ + --opt adam \ + --lr 0.001 \ + --max_iter 5000 \ + --batch_size 512 \ + --log_every 50 \ + --val_every 50 \ + # --load_model \ No newline at end of file diff --git a/spacegraph/requirements.txt b/spacegraph/requirements.txt index 931e18a..6db93bb 100644 --- a/spacegraph/requirements.txt +++ b/spacegraph/requirements.txt @@ -1,7 +1,6 @@ -numpy==1.16.4 -matplotlib==2.2.4 -torch==1.0.1 -sklearn==0.20.3 -pyproj==2.2.2 -pandas==0.24.2 -scipy==1.2.1 +numpy>=1.16.4 +matplotlib>=2.2.4 +torch>=1.0.1 +pyproj>=2.2.2 +pandas>=0.24.2 +scipy>=1.2.1 diff --git a/spacegraph/spacegraph_codebase/Place2Vec/cur_data_utils.py b/spacegraph/spacegraph_codebase/Place2Vec/cur_data_utils.py index abbab2d..0a6af01 100644 --- a/spacegraph/spacegraph_codebase/Place2Vec/cur_data_utils.py +++ b/spacegraph/spacegraph_codebase/Place2Vec/cur_data_utils.py @@ -1,5 +1,5 @@ import os -import cPickle as pickle +import pickle import torch from collections import OrderedDict, defaultdict from multiprocessing import Process @@ -18,7 +18,7 @@ def load_pointset(data_dir, point_data_path = "/pointset.pkl", num_feature_sampl num_feature_sample: each POI have different num of POI Type, we resample a fix number of POI Types for each POI embed_dim: embedding dimention ''' - num_poi_type, point_list = pickle.load(open(data_dir+point_data_path, "rb")) + num_poi_type, point_list = pickle.load(open(data_dir+point_data_path, "rb"), encoding='latin1') feature_dim = embed_dim feature_embedding = torch.nn.Embedding(num_poi_type, embed_dim) diff --git a/spacegraph/spacegraph_codebase/Place2Vec/data_utils.py b/spacegraph/spacegraph_codebase/Place2Vec/data_utils.py index 8a21bca..d757cb3 100644 --- a/spacegraph/spacegraph_codebase/Place2Vec/data_utils.py +++ b/spacegraph/spacegraph_codebase/Place2Vec/data_utils.py @@ -1,5 +1,5 @@ import os -import cPickle as pickle +import pickle import torch from collections import OrderedDict, defaultdict from multiprocessing import Process @@ -18,7 +18,7 @@ def load_pointset(data_dir, point_data_path = "/pointset.pkl", num_feature_sampl num_feature_sample: each POI have different num of POI Type, we resample a fix number of POI Types for each POI embed_dim: embedding dimention ''' - num_poi_type, point_list = pickle.load(open(data_dir+point_data_path, "rb")) + num_poi_type, point_list = pickle.load(open(data_dir+point_data_path, "rb"), encoding="latin-1") feature_dim = embed_dim feature_embedding = torch.nn.Embedding(num_poi_type, embed_dim) diff --git a/spacegraph/spacegraph_codebase/Place2Vec/train.py b/spacegraph/spacegraph_codebase/Place2Vec/train.py index d0a06c1..9f3f7c6 100644 --- a/spacegraph/spacegraph_codebase/Place2Vec/train.py +++ b/spacegraph/spacegraph_codebase/Place2Vec/train.py @@ -38,17 +38,26 @@ if args.cuda: pointset.feature_embed_lookup = cudify(feature_embedding) +# make model directory +os.makedirs(args.model_dir, exist_ok=True) # build NN model trainer = Trainer(args, pointset, train_ng_list, val_ng_list, test_ng_list, feature_embedding, console = True) -trainer.logger.info("All argusment:") +trainer.logger.info("All arguments:") for arg in vars(args): trainer.logger.info("{}: {}".format(arg, getattr(args, arg))) # load model if args.load_model: - trainer.load_model() + trainer.logger.info("LOADING MODEL") + trainer.load_model() + +# Save parameters +config = vars(args) +with open(os.path.join(args.model_dir, "config.json"), "w") as outfile: + json.dump(config, outfile) # train NN model -trainer.train() \ No newline at end of file +trainer.train() +# trainer.eval_model() \ No newline at end of file diff --git a/spacegraph/spacegraph_codebase/data.py b/spacegraph/spacegraph_codebase/data.py index 9932167..f6677b3 100644 --- a/spacegraph/spacegraph_codebase/data.py +++ b/spacegraph/spacegraph_codebase/data.py @@ -2,7 +2,6 @@ import random import numpy as np import re -from sets import Set def _random_sampling(item_tuple, num_sample): ''' @@ -129,9 +128,9 @@ def __init__(self, point_list, num_feature_type, feature_embed_lookup, self.pt_dict = defaultdict() self.pt_mode = defaultdict() - self.pt_mode["training"] = Set() - self.pt_mode["validation"] = Set() - self.pt_mode["test"] = Set() + self.pt_mode["training"] = set() + self.pt_mode["validation"] = set() + self.pt_mode["test"] = set() _, _, features, _ = point_list[0] init_num_feature = len(features) @@ -204,7 +203,7 @@ def get_negative_point_sample(self, neighbor_tuple, neg_sample_num): a list of negative samples id ''' data_mode = neighbor_tuple[2] - pt_list = list(self.pt_mode[data_mode]-Set([neighbor_tuple[0]]+list(neighbor_tuple[1]))) + pt_list = list(self.pt_mode[data_mode]-set([neighbor_tuple[0]]+list(neighbor_tuple[1]))) if len(pt_list) >= neg_sample_num: return list(np.random.choice(pt_list, neg_sample_num, replace=False)) else: diff --git a/spacegraph/spacegraph_codebase/data_utils.py b/spacegraph/spacegraph_codebase/data_utils.py index cbe5240..574d274 100644 --- a/spacegraph/spacegraph_codebase/data_utils.py +++ b/spacegraph/spacegraph_codebase/data_utils.py @@ -1,4 +1,4 @@ -import cPickle as pickle +import pickle import torch from collections import OrderedDict, defaultdict import random @@ -8,9 +8,8 @@ from spacegraph_codebase.data import PointSet, NeighborGraph, Point - def load_ng(data_file): - raw_info = pickle.load(open(data_file, "rb")) + raw_info = pickle.load(open(data_file, "rb"), encoding='latin1') return [NeighborGraph.deserialize(info) for info in raw_info] diff --git a/spacegraph/spacegraph_codebase/decoder.py b/spacegraph/spacegraph_codebase/decoder.py index aa53c58..31dd6c2 100644 --- a/spacegraph/spacegraph_codebase/decoder.py +++ b/spacegraph/spacegraph_codebase/decoder.py @@ -486,6 +486,6 @@ def forward(self, context_feature_embeds, spa_feature_embeds): # so we need to check the result type aggs = aggs[0] - embeds = self.f_act(self.dropout(self.post_linear(aggs))) + embeds = self.f_act(self.dropout(self.post_linear(aggs.values))) return embeds diff --git a/spacegraph/spacegraph_codebase/encoder.py b/spacegraph/spacegraph_codebase/encoder.py index cca226b..1f5ab08 100644 --- a/spacegraph/spacegraph_codebase/encoder.py +++ b/spacegraph/spacegraph_codebase/encoder.py @@ -1,5 +1,3 @@ -from sets import Set - import torch import torch.nn as nn from torch.nn import init diff --git a/spacegraph/spacegraph_codebase/model.py b/spacegraph/spacegraph_codebase/model.py index 729d173..f70027b 100644 --- a/spacegraph/spacegraph_codebase/model.py +++ b/spacegraph/spacegraph_codebase/model.py @@ -4,7 +4,6 @@ import torch.nn.functional as F import os -import cPickle as pickle from collections import OrderedDict, defaultdict import random import json @@ -54,13 +53,24 @@ def forward(self, ng_list, do_full_eval = True): neg_embeds: the N negative sampled center points feature embedding shape (batch_size, num_neg_sample, embed_dim) ''' - # random sample each context points in NeighborGraph() - self.sample_context_pts(ng_list) - if do_full_eval == False: # random sample each context points in NeighborGraph() self.sample_neg_pts(ng_list) + center_pred_embed = self.predict(ng_list) + + # center_embed: shape (batch_size, embed_dim) + center_embed = self.get_center_pt_embed(ng_list) + + # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) + neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) + + return center_pred_embed, center_embed, neg_embeds + + def predict(self, ng_list): + # random sample each context points in NeighborGraph() + self.sample_context_pts(ng_list) + if self.spa_enc != None: # get all context-center point (deltaX, deltaY) list # coords: shape (batch_size, num_context_sample, 2) @@ -82,14 +92,7 @@ def forward(self, ng_list, do_full_eval = True): center_pred_embed = self.dec(key_embeds, key_spa_embeds, query_embed = init_query_embed) else: center_pred_embed = init_query_embed - - # center_embed: shape (batch_size, embed_dim) - center_embed = self.get_center_pt_embed(ng_list) - - # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) - neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) - - return center_pred_embed, center_embed, neg_embeds + return center_pred_embed def get_batch_scores(self, ng_list, do_full_eval = True): ''' @@ -262,13 +265,26 @@ def forward(self, ng_list, do_full_eval = True): neg_embeds: the N negative sampled center points feature embedding shape (batch_size, num_neg_sample, embed_dim) ''' - # random sample each context points in NeighborGraph() - self.sample_context_pts(ng_list) - if do_full_eval == False: # random sample each context points in NeighborGraph() self.sample_neg_pts(ng_list) + center_pred_embed = self.predict(ng_list) + + # 2. get the true center embedding + # center_embed: shape (batch_size, embed_dim) + center_embed = self.get_center_pt_embed(ng_list) + + # 3. get the true negative embedding + # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) + neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) + + return center_pred_embed, center_embed, neg_embeds + + def predict(self, ng_list): + # random sample each context points in NeighborGraph() + self.sample_context_pts(ng_list) + # 1. predict the center pt feature embedding from context points if self.spa_enc != None: # get all context-center point (deltaX, deltaY) list @@ -302,21 +318,7 @@ def forward(self, ng_list, do_full_eval = True): center_pred_embed = self.dec(key_embeds, key_spa_embeds, center_g_spa_embeds, query_embed = init_query_embed) else: center_pred_embed = init_query_embed - - - - - - - # 2. get the true center embedding - # center_embed: shape (batch_size, embed_dim) - center_embed = self.get_center_pt_embed(ng_list) - - # 3. get the true negative embedding - # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) - neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) - - return center_pred_embed, center_embed, neg_embeds + return center_pred_embed def get_batch_scores(self, ng_list, do_full_eval = True): ''' @@ -512,14 +514,7 @@ def forward(self, ng_list, do_full_eval = True): # random sample each context points in NeighborGraph() self.sample_neg_pts(ng_list) - # coords: shape (batch_size, 1, 2) - coords = self.get_center_pt_spa_coords(ng_list) - # center_g_spa_embeds: shape (batch_size, 1, g_spa_embed_dim) - center_g_spa_embeds = self.g_spa_enc(coords) - # center_g_spa_embeds: shape (batch_size, g_spa_embed_dim) - center_g_spa_embeds = center_g_spa_embeds.squeeze(1) - # center_pred_embed: shape (batch_size, embed_dim) - center_pred_embed = self.g_spa_dec(center_g_spa_embeds) + center_pred_embed = self.predict(ng_list) # center_embed: shape (batch_size, embed_dim) center_embed = self.get_center_pt_embed(ng_list) @@ -529,6 +524,16 @@ def forward(self, ng_list, do_full_eval = True): return center_pred_embed, center_embed, neg_embeds + def predict(self, ng_list): + coords = self.get_center_pt_spa_coords(ng_list) + # center_g_spa_embeds: shape (batch_size, 1, g_spa_embed_dim) + center_g_spa_embeds = self.g_spa_enc(coords) + # center_g_spa_embeds: shape (batch_size, g_spa_embed_dim) + center_g_spa_embeds = center_g_spa_embeds.squeeze(1) + # center_pred_embed: shape (batch_size, embed_dim) + center_pred_embed = self.g_spa_dec(center_g_spa_embeds) + return center_pred_embed + def get_pred_embed_from_coords(self, coords): ''' Args: @@ -694,13 +699,26 @@ def forward(self, ng_list, do_full_eval = True): neg_embeds: the N negative sampled center points feature embedding shape (batch_size, num_neg_sample, embed_dim) ''' - # random sample each context points in NeighborGraph() - self.sample_context_pts(ng_list) - if do_full_eval == False: # random sample each context points in NeighborGraph() self.sample_neg_pts(ng_list) + center_pred_embed = self.predict(ng_list) + + # 4. get the true center embedding + # center_embed: shape (batch_size, embed_dim) + center_embed = self.get_center_pt_embed(ng_list) + + # 5. get the true negative embedding + # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) + neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) + + return center_pred_embed, center_embed, neg_embeds + + def predict(self, ng_list): + # random sample each context points in NeighborGraph() + self.sample_context_pts(ng_list) + # 1. predict the center pt feature embedding from context points if self.spa_enc != None: # get all context-center point (deltaX, deltaY) list @@ -738,16 +756,7 @@ def forward(self, ng_list, do_full_eval = True): # 3. Given the predict center embedding from context, and the center position embedding # predict final feature embedding center_pred_embed = self.joint_dec(center_pred_embed_1, center_pred_embed_2) - - # 4. get the true center embedding - # center_embed: shape (batch_size, embed_dim) - center_embed = self.get_center_pt_embed(ng_list) - - # 5. get the true negative embedding - # neg_embeds: shape (batch_size, num_neg_sample, embed_dim) - neg_embeds = self.get_neg_pt_embed(ng_list, do_full_eval) - - return center_pred_embed, center_embed, neg_embeds + return center_pred_embed def get_batch_scores(self, ng_list, do_full_eval = True): ''' diff --git a/spacegraph/spacegraph_codebase/test.py b/spacegraph/spacegraph_codebase/test.py new file mode 100644 index 0000000..680ac66 --- /dev/null +++ b/spacegraph/spacegraph_codebase/test.py @@ -0,0 +1,87 @@ +import argparse +import os +import json +import pickle +import numpy as np +import torch +from argparse import Namespace + +from spacegraph_codebase.Place2Vec.cur_data_utils import load_pointset +from spacegraph_codebase.trainer import make_enc_dec, make_args_combine +from spacegraph_codebase.utils import * +from spacegraph_codebase.data import NeighborGraph +from spacegraph_codebase.data import PointSet + + +def embed_points(model_dir, neighborgraphs, point_list, num_poi_type): + # load config and model + with open(os.path.join(model_dir, "config.json"), "r") as infile: + config = json.load(infile) + config["load_model"] = True + args = Namespace(**config) + + feature_embed_lookup = init_feature_embedding(args.embed_dim, num_poi_type) + + test_ng_list = [NeighborGraph.deserialize(info) for info in neighborgraphs] + pointset = PointSet( + point_list, + num_poi_type, + feature_embed_lookup, + 10, + "TYPE", + args.embed_dim, + do_feature_sampling=False + ) + enc_dec = make_enc_dec(args, pointset=pointset, feature_embedding=None) + enc_dec.load_state_dict( + torch.load( + os.path.join(model_dir + str(make_args_combine(args)) + ".pth") + ) + ) + enc_dec.eval() + final_embedding = enc_dec.predict(test_ng_list) + return final_embedding + + +def init_feature_embedding(embed_dim, num_poi_type): + feature_embedding = torch.nn.Embedding(num_poi_type, embed_dim) + feature_embedding.weight.data.normal_(0, 1. / embed_dim) + + # The POI Type embedding lookup function, given a list of POI type id, + # get their embedding + feature_embed_lookup = lambda pt_types: feature_embedding( + torch.autograd.Variable(torch.LongTensor(pt_types)) + ) + return feature_embed_lookup + + +if __name__ == "__main__": + parser = argparse.ArgumentParser() + parser.add_argument( + "-d", + "--data_path", + default="data_collection/example_poi_data", + type=str + ) + parser.add_argument( + "-m", + "--model_path", + default="model_dir/global_example_data", + type=str + ) + args = parser.parse_args() + + model_dir = args.model_path + data_dir = args.data_path + + neighborgraphs = pickle.load( + open(os.path.join(data_dir, "neighborgraphs_test.pkl"), "rb"), + encoding='latin1' + ) + num_poi_type, point_list = pickle.load( + open(os.path.join(data_dir, "pointset.pkl"), "rb"), encoding='latin1' + ) + final_embedding = embed_points( + model_dir, neighborgraphs, point_list, num_poi_type + ) + print("Output is your embedding with shape", final_embedding.shape) diff --git a/spacegraph/spacegraph_codebase/train_helper.py b/spacegraph/spacegraph_codebase/train_helper.py index 4f6aafe..f3a713c 100644 --- a/spacegraph/spacegraph_codebase/train_helper.py +++ b/spacegraph/spacegraph_codebase/train_helper.py @@ -6,7 +6,6 @@ import random import numpy as np from collections import defaultdict -from sets import Set from spacegraph_codebase.model import NeighGraphEncoderDecoder @@ -92,7 +91,7 @@ def run_eval_per_type(model, pointset, ng_list, iteration, logger, typeid2root = for i, ng in enumerate(ng_list): type_list = list(pointset.pt_dict[ng.center_pt].features) if typeid2root is not None: - type_list = list(Set([typeid2root[typeid] for typeid in type_list])) + type_list = list(set([typeid2root[typeid] for typeid in type_list])) for pt_type in type_list: if pt_type not in type2rank: type2rank[pt_type] = [] @@ -164,11 +163,6 @@ def get_batch_ranks(model, ng_list, do_full_eval = True): neg = np.random.randn(batch_size, num_neg_sample) scores = np.concatenate((pos, neg), axis=1) - - - - - batch_size, num_pt = scores.shape # argsort(): sort the dot product scores for each prediction list, then each rank position is their original index @@ -192,7 +186,7 @@ def run_train(model, optimizer, train_ng_list, val_ng_list, test_ng_list, logger if model is not None: random.shuffle(train_ng_list) - for i in xrange(max_iter): + for i in range(max_iter): # switch to training mode model.train() optimizer.zero_grad() diff --git a/spacegraph/spacegraph_codebase/trainer.py b/spacegraph/spacegraph_codebase/trainer.py index b9b85ca..41607c2 100644 --- a/spacegraph/spacegraph_codebase/trainer.py +++ b/spacegraph/spacegraph_codebase/trainer.py @@ -2,7 +2,7 @@ from spacegraph_codebase.utils import * from torch import optim from spacegraph_codebase.train_helper import run_train, run_eval, run_eval_per_type, run_joint_train - +from spacegraph_codebase.Place2Vec.cur_data_utils import load_pointset def make_args_parser(): parser = ArgumentParser() @@ -240,6 +240,136 @@ def make_args_combine(args): return args_combine +def make_enc_dec(args, pointset=None, feature_embedding= None): + # make feature encoder + enc = get_encoder(pointset.feature_embed_lookup, feature_embedding, pointset, args.enc_agg) + + if args.model_type == "relative" or args.model_type == "join" or args.model_type == "together": + # make relative space encoder + spa_enc = get_spa_encoder( + args, + model_type = args.model_type, + spa_enc_type=args.spa_enc, + pointset = pointset, + spa_embed_dim=args.spa_embed_dim, + coord_dim = 2, + num_rbf_anchor_pts = args.num_rbf_anchor_pts, + rbf_kernal_size = args.rbf_kernal_size, + frequency_num = args.freq, + max_radius = args.max_radius, + min_radius = args.min_radius, + f_act = args.spa_f_act, + freq_init = args.freq_init, + use_postmat=args.spa_enc_use_postmat) +# dropout = args.dropout, +# num_hidden_layer = args.num_hidden_layer, +# hidden_dim = args.hidden_dim, +# use_layn = args.use_layn, +# skip_connection = args.skip_connection) + else: + spa_enc = None + + if args.model_type == "global" or args.model_type == "join" or args.model_type == "together": + # make global space encoder + g_spa_enc = get_spa_encoder( + args, + model_type = args.model_type, + spa_enc_type=args.g_spa_enc, + pointset = pointset, + spa_embed_dim=args.g_spa_embed_dim, + coord_dim = 2, + num_rbf_anchor_pts = args.num_rbf_anchor_pts, + rbf_kernal_size = args.rbf_kernal_size, + frequency_num = args.g_freq, + max_radius = args.g_max_radius, + min_radius = args.g_min_radius, + f_act = args.g_spa_f_act, + freq_init = args.g_freq_init, + use_postmat=args.g_spa_enc_use_postmat) +# dropout = args.dropout, +# num_hidden_layer = args.num_hidden_layer, +# hidden_dim = args.hidden_dim, +# use_layn = args.use_layn, +# skip_connection = args.skip_connection) + else: + g_spa_enc = None + + # make decoder + if args.model_type == "relative" or args.model_type == "join" or args.model_type == "together": + + # make query embedding initial decoder + init_dec = get_context_decoder(dec_type=args.init_decoder_atten_type, + query_dim=args.embed_dim, + key_dim=args.embed_dim, + spa_embed_dim=args.spa_embed_dim, + g_spa_embed_dim=args.g_spa_embed_dim, + have_query_embed = False, + num_attn = args.init_decoder_atten_num, + activation = args.init_decoder_atten_act, + f_activation = args.init_decoder_atten_f_act, + layn = args.init_decoder_use_layn, + use_postmat = args.init_decoder_use_postmat, + dropout = args.dropout) + + if args.use_dec == "T": + # make decoder + dec = get_context_decoder(dec_type=args.decoder_atten_type, + query_dim=args.embed_dim, + key_dim=args.embed_dim, + spa_embed_dim=args.spa_embed_dim, + g_spa_embed_dim=args.g_spa_embed_dim, + have_query_embed = True, + num_attn = args.decoder_atten_num, + activation = args.decoder_atten_act, + f_activation = args.decoder_atten_f_act, + layn = args.decoder_use_layn, + use_postmat = args.decoder_use_postmat, + dropout = args.dropout) + else: + dec = None + + if args.model_type == "join": + joint_dec = JointRelativeGlobalDecoder(feature_embed_dim = args.embed_dim, + f_act = args.act, + dropout = args.dropout, + join_type = args.join_dec_type) + else: + joint_dec = None + + else: + init_dec = None + dec = None + joint_dec = None + + if args.model_type == "global" or args.model_type == "join": + # make global space decoder + g_spa_dec = DirectPositionEmbeddingDecoder(g_spa_embed_dim=args.g_spa_embed_dim, + feature_embed_dim=args.embed_dim, + f_act = args.act, + dropout = args.dropout) + else: + g_spa_dec = None + + + # if args.model_type == "global" or args.model_type == "relative": + # make encoder encoder + enc_dec = get_enc_dec(model_type=args.model_type, + pointset=pointset, + enc = enc, + spa_enc = spa_enc, + g_spa_enc = g_spa_enc, + g_spa_dec = g_spa_dec, + init_dec=init_dec, + dec=dec, + joint_dec=joint_dec, + activation = args.act, + num_context_sample = args.num_context_sample, + num_neg_resample = 10) + + if args.cuda: + enc_dec.cuda() + + return enc_dec class Trainer(): """ @@ -270,133 +400,7 @@ def __init__(self, args, pointset, train_ng_list, val_ng_list, test_ng_list, fea self.optimizer = None return - # make feature encoder - self.enc = get_encoder(pointset.feature_embed_lookup, feature_embedding, pointset, args.enc_agg) - - if args.model_type == "relative" or args.model_type == "join" or args.model_type == "together": - # make relative space encoder - self.spa_enc = get_spa_encoder( - args, - model_type = args.model_type, - spa_enc_type=args.spa_enc, - pointset = pointset, - spa_embed_dim=args.spa_embed_dim, - coord_dim = 2, - num_rbf_anchor_pts = args.num_rbf_anchor_pts, - rbf_kernal_size = args.rbf_kernal_size, - frequency_num = args.freq, - max_radius = args.max_radius, - min_radius = args.min_radius, - f_act = args.spa_f_act, - freq_init = args.freq_init, - use_postmat=args.spa_enc_use_postmat) -# dropout = args.dropout, -# num_hidden_layer = args.num_hidden_layer, -# hidden_dim = args.hidden_dim, -# use_layn = args.use_layn, -# skip_connection = args.skip_connection) - else: - self.spa_enc = None - - if args.model_type == "global" or args.model_type == "join" or args.model_type == "together": - # make global space encoder - self.g_spa_enc = get_spa_encoder( - args, - model_type = args.model_type, - spa_enc_type=args.g_spa_enc, - pointset = pointset, - spa_embed_dim=args.g_spa_embed_dim, - coord_dim = 2, - num_rbf_anchor_pts = args.num_rbf_anchor_pts, - rbf_kernal_size = args.rbf_kernal_size, - frequency_num = args.g_freq, - max_radius = args.g_max_radius, - min_radius = args.g_min_radius, - f_act = args.g_spa_f_act, - freq_init = args.g_freq_init, - use_postmat=args.g_spa_enc_use_postmat) -# dropout = args.dropout, -# num_hidden_layer = args.num_hidden_layer, -# hidden_dim = args.hidden_dim, -# use_layn = args.use_layn, -# skip_connection = args.skip_connection) - else: - self.g_spa_enc = None - - # make decoder - if args.model_type == "relative" or args.model_type == "join" or args.model_type == "together": - - # make query embedding initial decoder - self.init_dec = get_context_decoder(dec_type=args.init_decoder_atten_type, - query_dim=args.embed_dim, - key_dim=args.embed_dim, - spa_embed_dim=args.spa_embed_dim, - g_spa_embed_dim=args.g_spa_embed_dim, - have_query_embed = False, - num_attn = args.init_decoder_atten_num, - activation = args.init_decoder_atten_act, - f_activation = args.init_decoder_atten_f_act, - layn = args.init_decoder_use_layn, - use_postmat = args.init_decoder_use_postmat, - dropout = args.dropout) - - if args.use_dec == "T": - # make decoder - self.dec = get_context_decoder(dec_type=args.decoder_atten_type, - query_dim=args.embed_dim, - key_dim=args.embed_dim, - spa_embed_dim=args.spa_embed_dim, - g_spa_embed_dim=args.g_spa_embed_dim, - have_query_embed = True, - num_attn = args.decoder_atten_num, - activation = args.decoder_atten_act, - f_activation = args.decoder_atten_f_act, - layn = args.decoder_use_layn, - use_postmat = args.decoder_use_postmat, - dropout = args.dropout) - else: - self.dec = None - - if args.model_type == "join": - self.joint_dec = JointRelativeGlobalDecoder(feature_embed_dim = args.embed_dim, - f_act = args.act, - dropout = args.dropout, - join_type = args.join_dec_type) - else: - self.joint_dec = None - - else: - self.init_dec = None - self.dec = None - self.joint_dec = None - - if args.model_type == "global" or args.model_type == "join": - # make global space decoder - self.g_spa_dec = DirectPositionEmbeddingDecoder(g_spa_embed_dim=args.g_spa_embed_dim, - feature_embed_dim=args.embed_dim, - f_act = args.act, - dropout = args.dropout) - else: - self.g_spa_dec = None - - - # if args.model_type == "global" or args.model_type == "relative": - # make encoder encoder - self.enc_dec = get_enc_dec(model_type=args.model_type, - pointset=pointset, - enc = self.enc, - spa_enc = self.spa_enc, - g_spa_enc = self.g_spa_enc, - g_spa_dec = self.g_spa_dec, - init_dec=self.init_dec, - dec=self.dec, - joint_dec=self.joint_dec, - activation = args.act, - num_context_sample = args.num_context_sample, - num_neg_resample = 10) - - if args.cuda: - self.enc_dec.cuda() + self.enc_dec = make_enc_dec(self.args, pointset, feature_embedding) if args.opt == "sgd": self.optimizer = optim.SGD(filter(lambda p : p.requires_grad, self.enc_dec.parameters()), lr=args.lr, momentum=0) diff --git a/spacegraph/spacegraph_codebase/utils.py b/spacegraph/spacegraph_codebase/utils.py index 4cae6dd..e3d0f8f 100644 --- a/spacegraph/spacegraph_codebase/utils.py +++ b/spacegraph/spacegraph_codebase/utils.py @@ -3,7 +3,6 @@ from torch.nn import init import torch.nn.functional as F -import cPickle as pickle import logging import random import time @@ -75,7 +74,7 @@ def get_encoder(feature_embed_lookup, feature_embedding, pointset, enc_agg): return enc def get_ffn(args, input_dim, f_act, context_str = ""): - print("Create 3 FeedForward NN!!!!!!!!!!") + # print("Create 3 FeedForward NN!!!!!!!!!!") if args.use_layn == "T": use_layn = True else: