├── .babelrc ├── .gitignore ├── LICENSE ├── example ├── bundle.js ├── data │ └── vehicleposition.json ├── index.html └── main.js ├── index.js ├── lib └── GeoJsonCluster.js ├── package.json ├── readme.md └── src └── GeoJsonCluster.js /.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["react", "es2015-loose"], 3 | "plugins": [ 4 | "transform-object-rest-spread", 5 | "transform-class-properties" 6 | ], 7 | "ignore": ["node_modules"] 8 | } 9 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | npm-debug.log 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Paul Serraino 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /example/data/vehicleposition.json: -------------------------------------------------------------------------------- 1 | {"type":"FeatureCollection","features":[{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7666855,30.223423]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7088,30.391777]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76789,30.1894321]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71602,30.3804474]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71602,30.3804474]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71184,30.3491516]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7544,30.2379971]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72562,30.3268776]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72562,30.3268776]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74417,30.275013]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74595,30.26668]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6911,30.4122925]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6911,30.4122925]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71023,30.2713547]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71023,30.2713547]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71023,30.2713547]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74433,30.270998]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74433,30.270998]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74433,30.270998]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7585449,30.2611256]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7585449,30.2611256]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.80139,30.2132759]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74345,30.3934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79183,30.1671848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79183,30.1671848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73961,30.33543]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73961,30.33543]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2851048]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74591,30.26668]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72948,30.3616657]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7568359,30.2538929]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7568359,30.2538929]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.735054,30.32531]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.735054,30.32531]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.736,30.3184071]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.83911,30.2339]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75997,30.2487221]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.65962,30.3311958]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.65962,30.3311958]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66,30.2842255]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66,30.2842255]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66,30.2842255]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67159,30.2839222]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66909,30.3292427]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66909,30.3292427]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77172,30.2760849]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.705,30.2359619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73442,30.2914028]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73442,30.2914028]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74579,30.27042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71045,30.33081]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71045,30.33081]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73825,30.24974]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72637,30.3042717]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76757,30.1899]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69125,30.34016]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75196,30.1819534]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75196,30.1819534]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74398,30.2175369]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74398,30.2175369]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75307,30.2045841]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68619,30.3330383]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.715416,30.3125782]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79905,30.172987]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79905,30.172987]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67878,30.35292]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71384,30.3285542]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71384,30.3285542]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74547,30.271492]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74547,30.271492]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7399,30.2723732]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78565,30.2004871]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71067,30.25744]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73673,30.2612629]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69186,30.2522144]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68597,30.285408]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68597,30.285408]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78315,30.2958584]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78315,30.2958584]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78315,30.2958584]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7367,30.2801819]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7367,30.2801819]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7351761,30.36469]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7351761,30.36469]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7432556,30.2774334]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7432556,30.2774334]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66728,30.30991]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66728,30.30991]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468948,30.2675877]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468948,30.2675877]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74747,30.2577419]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74747,30.2577419]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71494,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71494,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70652,30.22961]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72603,30.2383]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72603,30.2383]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73024,30.2864246]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73024,30.2864246]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66684,30.3096619]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73391,30.253727]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74221,30.29396]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72039,30.25645]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7754,30.2810631]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79366,30.23038]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79366,30.23038]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74351,30.274683]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.80937,30.256422]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.80937,30.256422]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.709404,30.2984428]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.709404,30.2984428]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468,30.2676983]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468,30.2676983]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.63387,30.2941246]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6717148,30.3129349]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6717148,30.3129349]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74129,30.2655258]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74338,30.26613]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66564,30.20277]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76925,30.1898441]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76925,30.1898441]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76925,30.1898441]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76925,30.1898441]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66469,30.3138142]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66469,30.3138142]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6228256,30.2816677]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6228256,30.2816677]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8004761,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8004761,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8004761,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7191544,30.3988724]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7191544,30.3988724]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69714,30.3627377]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69714,30.3627377]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67362,30.4369049]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67362,30.4369049]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67362,30.4369049]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67362,30.4369049]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70072,30.3571548]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66868,30.4182873]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66868,30.4182873]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.712,30.35006]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.712,30.35006]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71225,30.33048]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69667,30.26404]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69667,30.26404]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7670059,30.2229557]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71184,30.35017]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73695,30.2321949]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.6777344,30.3027878]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71089,30.2572746]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71089,30.2572746]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68885,30.3207722]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68885,30.3207722]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74965,30.21685]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74965,30.21685]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7538,30.2721519]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7538,30.2721519]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72058,30.2988834]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7725754,30.24765]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7725754,30.24765]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71197,30.2129726]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71197,30.2129726]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75826,30.19507]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75826,30.19507]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70649,30.3119183]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70649,30.3119183]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69911,30.3036671]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69911,30.3036671]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74012,30.3347969]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72856,30.2358246]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7222,30.26261]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7222,30.26261]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73968,30.33477]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73968,30.33477]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7373352,30.35721]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7373352,30.35721]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7309952,30.3561382]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7309952,30.3561382]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.69237,30.341095]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67894,30.3526173]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67894,30.3526173]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70646,30.3674126]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70646,30.3674126]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76985,30.2482281]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76985,30.2482281]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7546539,30.2394276]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7546539,30.2394276]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7214661,30.2218819]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7214661,30.2218819]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8006,30.22906]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8006,30.22906]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70801,30.2268867]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70801,30.2268867]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.8772659,30.2354126]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77387,30.1915226]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77387,30.1915226]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7537,30.1788731]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7537,30.1788731]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71273,30.3188477]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71273,30.3188477]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.698,30.2334881]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.698,30.2334881]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70389,30.2361279]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.70389,30.2361279]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71824,30.3362274]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.64559,30.1969128]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468643,30.420927]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7468643,30.420927]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.79778,30.4801083]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73394,30.38977]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73394,30.38977]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66903,30.398735]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66903,30.398735]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7208939,30.3936749]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7208939,30.3936749]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.71649,30.39263]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74455,30.2703934]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.74186,30.2849941]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.78974,30.16713]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.66871,30.41848]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7902145,30.1627846]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73217,30.3163719]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75209,30.24336]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.67824,30.4083042]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7057953,30.3533325]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.76624,30.22301]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.68708,30.3806133]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.781,30.1864357]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73566,30.31673]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7392654,30.3209648]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7408142,30.2806225]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.73357,30.3518753]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72045,30.3998356]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.7999344,30.2291145]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.77733,30.2468243]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.72691,30.3894119]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}},{"type":"Feature","properties":{"foo":"bar"},"geometry":{"type":"Point","coordinates":[-97.75646,30.267643]}}]} 2 | -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 28 | 29 | 30 |made using react-geojson-cluster
32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /example/main.js: -------------------------------------------------------------------------------- 1 | import React, { Component } from 'react'; 2 | import { render } from 'react-dom'; 3 | import { Map, Marker, Popup, TileLayer } from 'react-leaflet'; 4 | import { GeoJsonCluster } from'../'; 5 | import request from 'superagent'; 6 | 7 | class App extends Component { 8 | 9 | state = { 10 | buses: null 11 | }; 12 | 13 | componentWillMount() { 14 | request 15 | .get('data/vehicleposition.json') 16 | .end(function(error, response){ 17 | if (error) return console.error(error); 18 | 19 | this.setState({ 20 | buses: response.body 21 | }); 22 | 23 | }.bind(this)); 24 | } 25 | 26 | render () { 27 | const { buses } = this.state; 28 | 29 | if (!buses) { 30 | return (