├── .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 |

Capital Metro Vehicle Location

31 |

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 (
loading...
); 31 | } 32 | 33 | return ( 34 | 35 | 39 | 40 | 41 | ); 42 | } 43 | 44 | } 45 | 46 | render(, document.getElementById('map-container')); 47 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lib/GeoJsonCluster'); -------------------------------------------------------------------------------- /lib/GeoJsonCluster.js: -------------------------------------------------------------------------------- 1 | 'use strict'; 2 | 3 | exports.__esModule = true; 4 | exports.GeoJsonCluster = undefined; 5 | 6 | var _react = require('react'); 7 | 8 | var _reactLeaflet = require('react-leaflet'); 9 | 10 | var _leafletGeojsonCluster = require('leaflet-geojson-cluster'); 11 | 12 | var _leafletGeojsonCluster2 = _interopRequireDefault(_leafletGeojsonCluster); 13 | 14 | function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 15 | 16 | function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } 17 | 18 | function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 19 | 20 | function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } 21 | 22 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } 23 | 24 | var GeoJsonCluster = exports.GeoJsonCluster = (function (_BaseTileLayer) { 25 | _inherits(GeoJsonCluster, _BaseTileLayer); 26 | 27 | function GeoJsonCluster() { 28 | _classCallCheck(this, GeoJsonCluster); 29 | 30 | return _possibleConstructorReturn(this, _BaseTileLayer.apply(this, arguments)); 31 | } 32 | 33 | GeoJsonCluster.prototype.componentWillMount = function componentWillMount() { 34 | _BaseTileLayer.prototype.componentWillMount.call(this); 35 | var _props = this.props; 36 | var data = _props.data; 37 | var map = _props.map; 38 | 39 | var props = _objectWithoutProperties(_props, ['data', 'map']); 40 | 41 | this.leafletElement = (0, _leafletGeojsonCluster2.default)(data, props); 42 | }; 43 | 44 | GeoJsonCluster.prototype.componentDidUpdate = function componentDidUpdate() { 45 | var _props2 = this.props; 46 | var data = _props2.data; 47 | var map = _props2.map; 48 | 49 | var props = _objectWithoutProperties(_props2, ['data', 'map']); 50 | 51 | map.removeLayer(this.leafletElement); 52 | this.leafletElement = (0, _leafletGeojsonCluster2.default)(data, props); 53 | map.addLayer(this.leafletElement); 54 | }; 55 | 56 | return GeoJsonCluster; 57 | })(_reactLeaflet.BaseTileLayer); 58 | 59 | GeoJsonCluster.propTypes = { 60 | data: _react.PropTypes.object.isRequired 61 | }; -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "react-leaflet-geojson-cluster", 3 | "repository": "https://github.com/paulserraino/react-geojson-cluster", 4 | "version": "0.1.8", 5 | "description": "react geojson cluster component", 6 | "main": "index.js", 7 | "scripts": { 8 | "clean": "rm -Rf ./lib", 9 | "compile": "npm run clean && ./node_modules/.bin/babel src --out-dir lib", 10 | "start": "./node_modules/browserify/bin/cmd.js -t [ babelify ] example/main.js > example/bundle.js && ./node_modules/ecstatic/lib/ecstatic.js -p 8000 example", 11 | "test": "echo \"Error: no test specified\" && exit 1", 12 | "watch": "npm run clean && ./node_modules/.bin/babel --watch src --out-dir lib" 13 | }, 14 | "keywords": [ 15 | "geojson", 16 | "react", 17 | "cluster", 18 | "leaflet" 19 | ], 20 | "author": "Paul Serraino", 21 | "license": "MIT", 22 | "peerDependencies": { 23 | "leaflet": ">0.7.3", 24 | "react": "^0.14.0" 25 | }, 26 | "dependencies": { 27 | "leaflet-geojson-cluster": "0.0.4", 28 | "react-leaflet": "^0.10.2" 29 | }, 30 | "devDependencies": { 31 | "babel-loader": "^6.2.4", 32 | "babel-plugin-transform-class-properties": "^6.6.0", 33 | "babel-plugin-transform-object-rest-spread": "^6.6.5", 34 | "babel-preset-es2015": "^6.6.0", 35 | "babel-preset-es2015-loose": "^7.0.0", 36 | "babel-preset-react": "^6.1.18", 37 | "babelify": "^7.2.0", 38 | "browserify": "^11.0.0", 39 | "ecstatic": "^0.8.0", 40 | "react-dom": "^0.14.2", 41 | "superagent": "^1.2.0" 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # react-leaflet-geojson-cluster 2 | 3 | [![NPM](https://nodei.co/npm/react-leaflet-geojson-cluster.png)](https://nodei.co/npm/react-geojson-cluster/) 4 | 5 | ``` 6 | npm install react-leaflet-geojson-cluster 7 | ``` 8 | 9 | [view demo](http://paulserraino.com/react-geojson-cluster) 10 | 11 | ## example 12 | ```js 13 | import React from 'react'; 14 | import { Map, TileLayer } from 'react-leaflet'; 15 | import GeoJsonCluster from 'react-leaflet-geojson-cluster'; 16 | 17 | const map = 18 | 22 | 23 | ; 24 | 25 | React.render(map, document.getElementById('map-container')); 26 | ``` 27 | 28 | ## License 29 | MIT 30 | -------------------------------------------------------------------------------- /src/GeoJsonCluster.js: -------------------------------------------------------------------------------- 1 | import { PropTypes } from 'react'; 2 | import { BaseTileLayer } from 'react-leaflet'; 3 | import cluster from 'leaflet-geojson-cluster'; 4 | 5 | export class GeoJsonCluster extends BaseTileLayer { 6 | componentWillMount() { 7 | super.componentWillMount(); 8 | const { data, map, ...props } = this.props; 9 | this.leafletElement = cluster(data, props); 10 | } 11 | 12 | componentDidUpdate() { 13 | const { data, map, ...props } = this.props; 14 | map.removeLayer(this.leafletElement); 15 | this.leafletElement = cluster(data, props); 16 | map.addLayer(this.leafletElement); 17 | } 18 | } 19 | 20 | GeoJsonCluster.propTypes = { 21 | data: PropTypes.object.isRequired 22 | }; 23 | --------------------------------------------------------------------------------