Advertisement
Guest User

The advent of video ads on social media

a guest
May 28th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "city": "New York",
  8. "growth_10-13": "4.8%",
  9. "population": "8405837",
  10. "state": "New York"
  11. },
  12. "geometry": {
  13. "type": "Point",
  14. "coordinates": [
  15. -74.0059413,
  16. 40.7127837
  17. ]
  18. }
  19. },
  20. {
  21. "type": "Feature",
  22. "properties": {
  23. "city": "Los Angeles",
  24. "growth_10-13": "4.8%",
  25. "population": "3884307",
  26. "state": "California"
  27. },
  28. "geometry": {
  29. "type": "Point",
  30. "coordinates": [
  31. -118.2436849,
  32. 34.0522342
  33. ]
  34. }
  35. },
  36. {
  37. "type": "Feature",
  38. "properties": {
  39. "city": "Chicago",
  40. "growth_10-13": "-6.1%",
  41. "population": "2718782",
  42. "state": "Illinois"
  43. },
  44. "geometry": {
  45. "type": "Point",
  46. "coordinates": [
  47. -87.6297982,
  48. 41.8781136
  49. ]
  50. }
  51. },
  52. {
  53. "type": "Feature",
  54. "properties": {
  55. "city": "Houston",
  56. "growth_10-13": "11.0%",
  57. "population": "2195914",
  58. "state": "Texas"
  59. },
  60. "geometry": {
  61. "type": "Point",
  62. "coordinates": [
  63. -95.3698028,
  64. 29.7604267
  65. ]
  66. }
  67. },
  68. {
  69. "type": "Feature",
  70. "properties": {
  71. "city": "Philadelphia",
  72. "growth_10-13": "2.6%",
  73. "population": "1553165",
  74. "state": "Pennsylvania"
  75. },
  76. "geometry": {
  77. "type": "Point",
  78. "coordinates": [
  79. -75.1652215,
  80. 39.9525839
  81. ]
  82. }
  83. },
  84. {
  85. "type": "Feature",
  86. "properties": {
  87. "city": "Phoenix",
  88. "growth_10-13": "14.0%",
  89. "population": "1513367",
  90. "state": "Arizona"
  91. },
  92. "geometry": {
  93. "type": "Point",
  94. "coordinates": [
  95. -112.0740373,
  96. 33.4483771
  97. ]
  98. }
  99. },
  100. {
  101. "type": "Feature",
  102. "properties": {
  103. "city": "San Antonio",
  104. "growth_10-13": "21.0%",
  105. "population": "1409019",
  106. "state": "Texas"
  107. },
  108. "geometry": {
  109. "type": "Point",
  110. "coordinates": [
  111. -98.49362819999999,
  112. 29.4241219
  113. ]
  114. }
  115. },
  116. {
  117. "type": "Feature",
  118. "properties": {
  119. "city": "San Diego",
  120. "growth_10-13": "10.5%",
  121. "population": "1355896",
  122. "state": "California"
  123. },
  124. "geometry": {
  125. "type": "Point",
  126. "coordinates": [
  127. -117.1610838,
  128. 32.715738
  129. ]
  130. }
  131. },
  132. {
  133. "type": "Feature",
  134. "properties": {
  135. "city": "Dallas",
  136. "growth_10-13": "5.6%",
  137. "population": "1257676",
  138. "state": "Texas"
  139. },
  140. "geometry": {
  141. "type": "Point",
  142. "coordinates": [
  143. -96.79698789999999,
  144. 32.7766642
  145. ]
  146. }
  147. },
  148. {
  149. "type": "Feature",
  150. "properties": {
  151. "city": "San Jose",
  152. "growth_10-13": "10.5%",
  153. "population": "998537",
  154. "state": "California"
  155. },
  156. "geometry": {
  157. "type": "Point",
  158. "coordinates": [
  159. -121.8863286,
  160. 37.3382082
  161. ]
  162. }
  163. },
  164. {
  165. "type": "Feature",
  166. "properties": {
  167. "city": "Austin",
  168. "growth_10-13": "31.7%",
  169. "population": "885400",
  170. "state": "Texas"
  171. },
  172. "geometry": {
  173. "type": "Point",
  174. "coordinates": [
  175. -97.7430608,
  176. 30.267153
  177. ]
  178. }
  179. },
  180. {
  181. "type": "Feature",
  182. "properties": {
  183. "city": "Indianapolis",
  184. "growth_10-13": "7.8%",
  185. "population": "843393",
  186. "state": "Indiana"
  187. },
  188. "geometry": {
  189. "type": "Point",
  190. "coordinates": [
  191. -86.158068,
  192. 39.768403
  193. ]
  194. }
  195. },
  196. {
  197. "type": "Feature",
  198. "properties": {
  199. "city": "Jacksonville",
  200. "growth_10-13": "14.3%",
  201. "population": "842583",
  202. "state": "Florida"
  203. },
  204. "geometry": {
  205. "type": "Point",
  206. "coordinates": [
  207. -81.65565099999999,
  208. 30.3321838
  209. ]
  210. }
  211. },
  212. {
  213. "type": "Feature",
  214. "properties": {
  215. "city": "San Francisco",
  216. "growth_10-13": "7.7%",
  217. "population": "837442",
  218. "state": "California"
  219. },
  220. "geometry": {
  221. "type": "Point",
  222. "coordinates": [
  223. -122.4194155,
  224. 37.7749295
  225. ]
  226. }
  227. },
  228. {
  229. "type": "Feature",
  230. "properties": {
  231. "city": "Columbus",
  232. "growth_10-13": "14.8%",
  233. "population": "822553",
  234. "state": "Ohio"
  235. },
  236. "geometry": {
  237. "type": "Point",
  238. "coordinates": [
  239. -82.99879419999999,
  240. 39.9611755
  241. ]
  242. }
  243. },
  244. {
  245. "type": "Feature",
  246. "properties": {
  247. "city": "Charlotte",
  248. "growth_10-13": "39.1%",
  249. "population": "792862",
  250. "state": "North Carolina"
  251. },
  252. "geometry": {
  253. "type": "Point",
  254. "coordinates": [
  255. -80.8431267,
  256. 35.2270869
  257. ]
  258. }
  259. },
  260. {
  261. "type": "Feature",
  262. "properties": {
  263. "city": "Fort Worth",
  264. "growth_10-13": "45.1%",
  265. "population": "792727",
  266. "state": "Texas"
  267. },
  268. "geometry": {
  269. "type": "Point",
  270. "coordinates": [
  271. -97.3307658,
  272. 32.7554883
  273. ]
  274. }
  275. },
  276. {
  277. "type": "Feature",
  278. "properties": {
  279. "city": "Detroit",
  280. "growth_10-13": "-27.1%",
  281. "population": "688701",
  282. "state": "Michigan"
  283. },
  284. "geometry": {
  285. "type": "Point",
  286. "coordinates": [
  287. -83.0457538,
  288. 42.331427
  289. ]
  290. }
  291. },
  292. {
  293. "type": "Feature",
  294. "properties": {
  295. "city": "El Paso",
  296. "growth_10-13": "19.4%",
  297. "population": "674433",
  298. "state": "Texas"
  299. },
  300. "geometry": {
  301. "type": "Point",
  302. "coordinates": [
  303. -106.4424559,
  304. 31.7775757
  305. ]
  306. }
  307. },
  308. {
  309. "type": "Feature",
  310. "properties": {
  311. "city": "Memphis",
  312. "growth_10-13": "-5.3%",
  313. "population": "653450",
  314. "state": "Tennessee"
  315. },
  316. "geometry": {
  317. "type": "Point",
  318. "coordinates": [
  319. -90.0489801,
  320. 35.1495343
  321. ]
  322. }
  323. },
  324. {
  325. "type": "Feature",
  326. "properties": {
  327. "city": "Seattle",
  328. "growth_10-13": "15.6%",
  329. "population": "652405",
  330. "state": "Washington"
  331. },
  332. "geometry": {
  333. "type": "Point",
  334. "coordinates": [
  335. -122.3320708,
  336. 47.6062095
  337. ]
  338. }
  339. },
  340. {
  341. "type": "Feature",
  342. "properties": {
  343. "city": "Denver",
  344. "growth_10-13": "16.7%",
  345. "population": "649495",
  346. "state": "Colorado"
  347. },
  348. "geometry": {
  349. "type": "Point",
  350. "coordinates": [
  351. -104.990251,
  352. 39.7392358
  353. ]
  354. }
  355. },
  356. {
  357. "type": "Feature",
  358. "properties": {
  359. "city": "Washington",
  360. "growth_10-13": "13.0%",
  361. "population": "646449",
  362. "state": "District of Columbia"
  363. },
  364. "geometry": {
  365. "type": "Point",
  366. "coordinates": [
  367. -77.0368707,
  368. 38.9071923
  369. ]
  370. }
  371. },
  372. {
  373. "type": "Feature",
  374. "properties": {
  375. "city": "Boston",
  376. "growth_10-13": "9.4%",
  377. "population": "645966",
  378. "state": "Massachusetts"
  379. },
  380. "geometry": {
  381. "type": "Point",
  382. "coordinates": [
  383. -71.0588801,
  384. 42.3600825
  385. ]
  386. }
  387. },
  388. {
  389. "type": "Feature",
  390. "properties": {
  391. "city": "Nashville-Davidson",
  392. "growth_10-13": "16.2%",
  393. "population": "634464",
  394. "state": "Tennessee"
  395. },
  396. "geometry": {
  397. "type": "Point",
  398. "coordinates": [
  399. -86.7816016,
  400. 36.1626638
  401. ]
  402. }
  403. },
  404. {
  405. "type": "Feature",
  406. "properties": {
  407. "city": "Baltimore",
  408. "growth_10-13": "-4.0%",
  409. "population": "622104",
  410. "state": "Maryland"
  411. },
  412. "geometry": {
  413. "type": "Point",
  414. "coordinates": [
  415. -76.6121893,
  416. 39.2903848
  417. ]
  418. }
  419. },
  420. {
  421. "type": "Feature",
  422. "properties": {
  423. "city": "Oklahoma City",
  424. "growth_10-13": "20.2%",
  425. "population": "610613",
  426. "state": "Oklahoma"
  427. },
  428. "geometry": {
  429. "type": "Point",
  430. "coordinates": [
  431. -97.5164276,
  432. 35.4675602
  433. ]
  434. }
  435. },
  436. {
  437. "type": "Feature",
  438. "properties": {
  439. "city": "Louisville/Jefferson County",
  440. "growth_10-13": "10.0%",
  441. "population": "609893",
  442. "state": "Kentucky"
  443. },
  444. "geometry": {
  445. "type": "Point",
  446. "coordinates": [
  447. -85.7584557,
  448. 38.2526647
  449. ]
  450. }
  451. },
  452. {
  453. "type": "Feature",
  454. "properties": {
  455. "city": "Portland",
  456. "growth_10-13": "15.0%",
  457. "population": "609456",
  458. "state": "Oregon"
  459. },
  460. "geometry": {
  461. "type": "Point",
  462. "coordinates": [
  463. -122.6764816,
  464. 45.5230622
  465. ]
  466. }
  467. },
  468. {
  469. "type": "Feature",
  470. "properties": {
  471. "city": "Las Vegas",
  472. "growth_10-13": "24.5%",
  473. "population": "603488",
  474. "state": "Nevada"
  475. },
  476. "geometry": {
  477. "type": "Point",
  478. "coordinates": [
  479. -115.1398296,
  480. 36.1699412
  481. ]
  482. }
  483. },
  484. {
  485. "type": "Feature",
  486. "properties": {
  487. "city": "Milwaukee",
  488. "growth_10-13": "0.3%",
  489. "population": "599164",
  490. "state": "Wisconsin"
  491. },
  492. "geometry": {
  493. "type": "Point",
  494. "coordinates": [
  495. -87.9064736,
  496. 43.0389025
  497. ]
  498. }
  499. },
  500. {
  501. "type": "Feature",
  502. "properties": {
  503. "city": "Albuquerque",
  504. "growth_10-13": "23.5%",
  505. "population": "556495",
  506. "state": "New Mexico"
  507. },
  508. "geometry": {
  509. "type": "Point",
  510. "coordinates": [
  511. -106.6055534,
  512. 35.0853336
  513. ]
  514. }
  515. },
  516. {
  517. "type": "Feature",
  518. "properties": {
  519. "city": "Tucson",
  520. "growth_10-13": "7.5%",
  521. "population": "526116",
  522. "state": "Arizona"
  523. },
  524. "geometry": {
  525. "type": "Point",
  526. "coordinates": [
  527. -110.926479,
  528. 32.2217429
  529. ]
  530. }
  531. },
  532. {
  533. "type": "Feature",
  534. "properties": {
  535. "city": "Fresno",
  536. "growth_10-13": "18.3%",
  537. "population": "509924",
  538. "state": "California"
  539. },
  540. "geometry": {
  541. "type": "Point",
  542. "coordinates": [
  543. -119.7725868,
  544. 36.7468422
  545. ]
  546. }
  547. },
  548. {
  549. "type": "Feature",
  550. "properties": {
  551. "city": "Sacramento",
  552. "growth_10-13": "17.2%",
  553. "population": "479686",
  554. "state": "California"
  555. },
  556. "geometry": {
  557. "type": "Point",
  558. "coordinates": [
  559. -121.4943996,
  560. 38.5815719
  561. ]
  562. }
  563. },
  564. {
  565. "type": "Feature",
  566. "properties": {
  567. "city": "Long Beach",
  568. "growth_10-13": "1.5%",
  569. "population": "469428",
  570. "state": "California"
  571. },
  572. "geometry": {
  573. "type": "Point",
  574. "coordinates": [
  575. -118.1937395,
  576. 33.7700504
  577. ]
  578. }
  579. },
  580. {
  581. "type": "Feature",
  582. "properties": {
  583. "city": "Kansas City",
  584. "growth_10-13": "5.5%",
  585. "population": "467007",
  586. "state": "Missouri"
  587. },
  588. "geometry": {
  589. "type": "Point",
  590. "coordinates": [
  591. -94.5785667,
  592. 39.0997265
  593. ]
  594. }
  595. },
  596. {
  597. "type": "Feature",
  598. "properties": {
  599. "city": "Mesa",
  600. "growth_10-13": "13.5%",
  601. "population": "457587",
  602. "state": "Arizona"
  603. },
  604. "geometry": {
  605. "type": "Point",
  606. "coordinates": [
  607. -111.8314724,
  608. 33.4151843
  609. ]
  610. }
  611. },
  612. {
  613. "type": "Feature",
  614. "properties": {
  615. "city": "Virginia Beach",
  616. "growth_10-13": "5.1%",
  617. "population": "448479",
  618. "state": "Virginia"
  619. },
  620. "geometry": {
  621. "type": "Point",
  622. "coordinates": [
  623. -75.97798499999999,
  624. 36.8529263
  625. ]
  626. }
  627. },
  628. {
  629. "type": "Feature",
  630. "properties": {
  631. "city": "Atlanta",
  632. "growth_10-13": "6.2%",
  633. "population": "447841",
  634. "state": "Georgia"
  635. },
  636. "geometry": {
  637. "type": "Point",
  638. "coordinates": [
  639. -84.3879824,
  640. 33.7489954
  641. ]
  642. }
  643. },
  644. {
  645. "type": "Feature",
  646. "properties": {
  647. "city": "Colorado Springs",
  648. "growth_10-13": "21.4%",
  649. "population": "439886",
  650. "state": "Colorado"
  651. },
  652. "geometry": {
  653. "type": "Point",
  654. "coordinates": [
  655. -104.8213634,
  656. 38.8338816
  657. ]
  658. }
  659. },
  660. {
  661. "type": "Feature",
  662. "properties": {
  663. "city": "Omaha",
  664. "growth_10-13": "5.9%",
  665. "population": "434353",
  666. "state": "Nebraska"
  667. },
  668. "geometry": {
  669. "type": "Point",
  670. "coordinates": [
  671. -95.99798829999999,
  672. 41.2523634
  673. ]
  674. }
  675. },
  676. {
  677. "type": "Feature",
  678. "properties": {
  679. "city": "Raleigh",
  680. "growth_10-13": "48.7%",
  681. "population": "431746",
  682. "state": "North Carolina"
  683. },
  684. "geometry": {
  685. "type": "Point",
  686. "coordinates": [
  687. -78.6381787,
  688. 35.7795897
  689. ]
  690. }
  691. },
  692. {
  693. "type": "Feature",
  694. "properties": {
  695. "city": "Miami",
  696. "growth_10-13": "14.9%",
  697. "population": "417650",
  698. "state": "Florida"
  699. },
  700. "geometry": {
  701. "type": "Point",
  702. "coordinates": [
  703. -80.1917902,
  704. 25.7616798
  705. ]
  706. }
  707. },
  708. {
  709. "type": "Feature",
  710. "properties": {
  711. "city": "Oakland",
  712. "growth_10-13": "1.3%",
  713. "population": "406253",
  714. "state": "California"
  715. },
  716. "geometry": {
  717. "type": "Point",
  718. "coordinates": [
  719. -122.2711137,
  720. 37.8043637
  721. ]
  722. }
  723. },
  724. {
  725. "type": "Feature",
  726. "properties": {
  727. "city": "Minneapolis",
  728. "growth_10-13": "4.5%",
  729. "population": "400070",
  730. "state": "Minnesota"
  731. },
  732. "geometry": {
  733. "type": "Point",
  734. "coordinates": [
  735. -93.2650108,
  736. 44.977753
  737. ]
  738. }
  739. },
  740. {
  741. "type": "Feature",
  742. "properties": {
  743. "city": "Tulsa",
  744. "growth_10-13": "1.3%",
  745. "population": "398121",
  746. "state": "Oklahoma"
  747. },
  748. "geometry": {
  749. "type": "Point",
  750. "coordinates": [
  751. -95.99277500000001,
  752. 36.1539816
  753. ]
  754. }
  755. },
  756. {
  757. "type": "Feature",
  758. "properties": {
  759. "city": "Cleveland",
  760. "growth_10-13": "-18.1%",
  761. "population": "390113",
  762. "state": "Ohio"
  763. },
  764. "geometry": {
  765. "type": "Point",
  766. "coordinates": [
  767. -81.6943605,
  768. 41.49932
  769. ]
  770. }
  771. },
  772. {
  773. "type": "Feature",
  774. "properties": {
  775. "city": "Wichita",
  776. "growth_10-13": "9.7%",
  777. "population": "386552",
  778. "state": "Kansas"
  779. },
  780. "geometry": {
  781. "type": "Point",
  782. "coordinates": [
  783. -97.336111,
  784. 37.688889
  785. ]
  786. }
  787. },
  788. {
  789. "type": "Feature",
  790. "properties": {
  791. "city": "Arlington",
  792. "growth_10-13": "13.3%",
  793. "population": "379577",
  794. "state": "Texas"
  795. },
  796. "geometry": {
  797. "type": "Point",
  798. "coordinates": [
  799. -97.10806559999999,
  800. 32.735687
  801. ]
  802. }
  803. },
  804. {
  805. "type": "Feature",
  806. "properties": {
  807. "city": "New Orleans",
  808. "growth_10-13": "-21.6%",
  809. "population": "378715",
  810. "state": "Louisiana"
  811. },
  812. "geometry": {
  813. "type": "Point",
  814. "coordinates": [
  815. -90.0715323,
  816. 29.95106579999999
  817. ]
  818. }
  819. },
  820. {
  821. "type": "Feature",
  822. "properties": {
  823. "city": "Bakersfield",
  824. "growth_10-13": "48.4%",
  825. "population": "363630",
  826. "state": "California"
  827. },
  828. "geometry": {
  829. "type": "Point",
  830. "coordinates": [
  831. -119.0187125,
  832. 35.3732921
  833. ]
  834. }
  835. },
  836. {
  837. "type": "Feature",
  838. "properties": {
  839. "city": "Tampa",
  840. "growth_10-13": "16.0%",
  841. "population": "352957",
  842. "state": "Florida"
  843. },
  844. "geometry": {
  845. "type": "Point",
  846. "coordinates": [
  847. -82.4571776,
  848. 27.950575
  849. ]
  850. }
  851. },
  852. {
  853. "type": "Feature",
  854. "properties": {
  855. "city": "Honolulu",
  856. "growth_10-13": "-6.2%",
  857. "population": "347884",
  858. "state": "Hawaii"
  859. },
  860. "geometry": {
  861. "type": "Point",
  862. "coordinates": [
  863. -157.8583333,
  864. 21.3069444
  865. ]
  866. }
  867. },
  868. {
  869. "type": "Feature",
  870. "properties": {
  871. "city": "Aurora",
  872. "growth_10-13": "24.4%",
  873. "population": "345803",
  874. "state": "Colorado"
  875. },
  876. "geometry": {
  877. "type": "Point",
  878. "coordinates": [
  879. -104.8319195,
  880. 39.7294319
  881. ]
  882. }
  883. },
  884. {
  885. "type": "Feature",
  886. "properties": {
  887. "city": "Anaheim",
  888. "growth_10-13": "4.7%",
  889. "population": "345012",
  890. "state": "California"
  891. },
  892. "geometry": {
  893. "type": "Point",
  894. "coordinates": [
  895. -117.9145036,
  896. 33.8352932
  897. ]
  898. }
  899. },
  900. {
  901. "type": "Feature",
  902. "properties": {
  903. "city": "Santa Ana",
  904. "growth_10-13": "-1.2%",
  905. "population": "334227",
  906. "state": "California"
  907. },
  908. "geometry": {
  909. "type": "Point",
  910. "coordinates": [
  911. -117.8678338,
  912. 33.7455731
  913. ]
  914. }
  915. },
  916. {
  917. "type": "Feature",
  918. "properties": {
  919. "city": "St. Louis",
  920. "growth_10-13": "-8.2%",
  921. "population": "318416",
  922. "state": "Missouri"
  923. },
  924. "geometry": {
  925. "type": "Point",
  926. "coordinates": [
  927. -90.19940419999999,
  928. 38.6270025
  929. ]
  930. }
  931. },
  932. {
  933. "type": "Feature",
  934. "properties": {
  935. "city": "Riverside",
  936. "growth_10-13": "22.5%",
  937. "population": "316619",
  938. "state": "California"
  939. },
  940. "geometry": {
  941. "type": "Point",
  942. "coordinates": [
  943. -117.3961564,
  944. 33.9533487
  945. ]
  946. }
  947. },
  948. {
  949. "type": "Feature",
  950. "properties": {
  951. "city": "Corpus Christi",
  952. "growth_10-13": "14.1%",
  953. "population": "316381",
  954. "state": "Texas"
  955. },
  956. "geometry": {
  957. "type": "Point",
  958. "coordinates": [
  959. -97.39638099999999,
  960. 27.8005828
  961. ]
  962. }
  963. },
  964. {
  965. "type": "Feature",
  966. "properties": {
  967. "city": "Lexington-Fayette",
  968. "growth_10-13": "18.0%",
  969. "population": "308428",
  970. "state": "Kentucky"
  971. },
  972. "geometry": {
  973. "type": "Point",
  974. "coordinates": [
  975. -84.5037164,
  976. 38.0405837
  977. ]
  978. }
  979. },
  980. {
  981. "type": "Feature",
  982. "properties": {
  983. "city": "Pittsburgh",
  984. "growth_10-13": "-8.3%",
  985. "population": "305841",
  986. "state": "Pennsylvania"
  987. },
  988. "geometry": {
  989. "type": "Point",
  990. "coordinates": [
  991. -79.9958864,
  992. 40.44062479999999
  993. ]
  994. }
  995. },
  996. {
  997. "type": "Feature",
  998. "properties": {
  999. "city": "Anchorage",
  1000. "growth_10-13": "15.4%",
  1001. "population": "300950",
  1002. "state": "Alaska"
  1003. },
  1004. "geometry": {
  1005. "type": "Point",
  1006. "coordinates": [
  1007. -149.9002778,
  1008. 61.2180556
  1009. ]
  1010. }
  1011. },
  1012. {
  1013. "type": "Feature",
  1014. "properties": {
  1015. "city": "Stockton",
  1016. "growth_10-13": "21.8%",
  1017. "population": "298118",
  1018. "state": "California"
  1019. },
  1020. "geometry": {
  1021. "type": "Point",
  1022. "coordinates": [
  1023. -121.2907796,
  1024. 37.9577016
  1025. ]
  1026. }
  1027. },
  1028. {
  1029. "type": "Feature",
  1030. "properties": {
  1031. "city": "Cincinnati",
  1032. "growth_10-13": "-10.1%",
  1033. "population": "297517",
  1034. "state": "Ohio"
  1035. },
  1036. "geometry": {
  1037. "type": "Point",
  1038. "coordinates": [
  1039. -84.5120196,
  1040. 39.1031182
  1041. ]
  1042. }
  1043. },
  1044. {
  1045. "type": "Feature",
  1046. "properties": {
  1047. "city": "St. Paul",
  1048. "growth_10-13": "2.8%",
  1049. "population": "294873",
  1050. "state": "Minnesota"
  1051. },
  1052. "geometry": {
  1053. "type": "Point",
  1054. "coordinates": [
  1055. -93.0899578,
  1056. 44.9537029
  1057. ]
  1058. }
  1059. },
  1060. {
  1061. "type": "Feature",
  1062. "properties": {
  1063. "city": "Toledo",
  1064. "growth_10-13": "-10.0%",
  1065. "population": "282313",
  1066. "state": "Ohio"
  1067. },
  1068. "geometry": {
  1069. "type": "Point",
  1070. "coordinates": [
  1071. -83.55521200000001,
  1072. 41.6639383
  1073. ]
  1074. }
  1075. },
  1076. {
  1077. "type": "Feature",
  1078. "properties": {
  1079. "city": "Greensboro",
  1080. "growth_10-13": "22.3%",
  1081. "population": "279639",
  1082. "state": "North Carolina"
  1083. },
  1084. "geometry": {
  1085. "type": "Point",
  1086. "coordinates": [
  1087. -79.7919754,
  1088. 36.0726354
  1089. ]
  1090. }
  1091. },
  1092. {
  1093. "type": "Feature",
  1094. "properties": {
  1095. "city": "Newark",
  1096. "growth_10-13": "2.1%",
  1097. "population": "278427",
  1098. "state": "New Jersey"
  1099. },
  1100. "geometry": {
  1101. "type": "Point",
  1102. "coordinates": [
  1103. -74.1723667,
  1104. 40.735657
  1105. ]
  1106. }
  1107. },
  1108. {
  1109. "type": "Feature",
  1110. "properties": {
  1111. "city": "Plano",
  1112. "growth_10-13": "22.4%",
  1113. "population": "274409",
  1114. "state": "Texas"
  1115. },
  1116. "geometry": {
  1117. "type": "Point",
  1118. "coordinates": [
  1119. -96.6988856,
  1120. 33.0198431
  1121. ]
  1122. }
  1123. },
  1124. {
  1125. "type": "Feature",
  1126. "properties": {
  1127. "city": "Henderson",
  1128. "growth_10-13": "51.0%",
  1129. "population": "270811",
  1130. "state": "Nevada"
  1131. },
  1132. "geometry": {
  1133. "type": "Point",
  1134. "coordinates": [
  1135. -114.9817213,
  1136. 36.0395247
  1137. ]
  1138. }
  1139. },
  1140. {
  1141. "type": "Feature",
  1142. "properties": {
  1143. "city": "Lincoln",
  1144. "growth_10-13": "18.0%",
  1145. "population": "268738",
  1146. "state": "Nebraska"
  1147. },
  1148. "geometry": {
  1149. "type": "Point",
  1150. "coordinates": [
  1151. -96.6851982,
  1152. 40.8257625
  1153. ]
  1154. }
  1155. },
  1156. {
  1157. "type": "Feature",
  1158. "properties": {
  1159. "city": "Buffalo",
  1160. "growth_10-13": "-11.3%",
  1161. "population": "258959",
  1162. "state": "New York"
  1163. },
  1164. "geometry": {
  1165. "type": "Point",
  1166. "coordinates": [
  1167. -78.8783689,
  1168. 42.88644679999999
  1169. ]
  1170. }
  1171. },
  1172. {
  1173. "type": "Feature",
  1174. "properties": {
  1175. "city": "Jersey City",
  1176. "growth_10-13": "7.2%",
  1177. "population": "257342",
  1178. "state": "New Jersey"
  1179. },
  1180. "geometry": {
  1181. "type": "Point",
  1182. "coordinates": [
  1183. -74.0776417,
  1184. 40.72815749999999
  1185. ]
  1186. }
  1187. },
  1188. {
  1189. "type": "Feature",
  1190. "properties": {
  1191. "city": "Chula Vista",
  1192. "growth_10-13": "46.2%",
  1193. "population": "256780",
  1194. "state": "California"
  1195. },
  1196. "geometry": {
  1197. "type": "Point",
  1198. "coordinates": [
  1199. -117.0841955,
  1200. 32.6400541
  1201. ]
  1202. }
  1203. },
  1204. {
  1205. "type": "Feature",
  1206. "properties": {
  1207. "city": "Fort Wayne",
  1208. "growth_10-13": "1.0%",
  1209. "population": "256496",
  1210. "state": "Indiana"
  1211. },
  1212. "geometry": {
  1213. "type": "Point",
  1214. "coordinates": [
  1215. -85.1393513,
  1216. 41.079273
  1217. ]
  1218. }
  1219. },
  1220. {
  1221. "type": "Feature",
  1222. "properties": {
  1223. "city": "Orlando",
  1224. "growth_10-13": "31.2%",
  1225. "population": "255483",
  1226. "state": "Florida"
  1227. },
  1228. "geometry": {
  1229. "type": "Point",
  1230. "coordinates": [
  1231. -81.3792365,
  1232. 28.5383355
  1233. ]
  1234. }
  1235. },
  1236. {
  1237. "type": "Feature",
  1238. "properties": {
  1239. "city": "St. Petersburg",
  1240. "growth_10-13": "0.3%",
  1241. "population": "249688",
  1242. "state": "Florida"
  1243. },
  1244. "geometry": {
  1245. "type": "Point",
  1246. "coordinates": [
  1247. -82.64,
  1248. 27.773056
  1249. ]
  1250. }
  1251. },
  1252. {
  1253. "type": "Feature",
  1254. "properties": {
  1255. "city": "Chandler",
  1256. "growth_10-13": "38.7%",
  1257. "population": "249146",
  1258. "state": "Arizona"
  1259. },
  1260. "geometry": {
  1261. "type": "Point",
  1262. "coordinates": [
  1263. -111.8412502,
  1264. 33.3061605
  1265. ]
  1266. }
  1267. },
  1268. {
  1269. "type": "Feature",
  1270. "properties": {
  1271. "city": "Laredo",
  1272. "growth_10-13": "38.2%",
  1273. "population": "248142",
  1274. "state": "Texas"
  1275. },
  1276. "geometry": {
  1277. "type": "Point",
  1278. "coordinates": [
  1279. -99.48032409999999,
  1280. 27.5305671
  1281. ]
  1282. }
  1283. },
  1284. {
  1285. "type": "Feature",
  1286. "properties": {
  1287. "city": "Norfolk",
  1288. "growth_10-13": "5.0%",
  1289. "population": "246139",
  1290. "state": "Virginia"
  1291. },
  1292. "geometry": {
  1293. "type": "Point",
  1294. "coordinates": [
  1295. -76.28587259999999,
  1296. 36.8507689
  1297. ]
  1298. }
  1299. },
  1300. {
  1301. "type": "Feature",
  1302. "properties": {
  1303. "city": "Durham",
  1304. "growth_10-13": "29.9%",
  1305. "population": "245475",
  1306. "state": "North Carolina"
  1307. },
  1308. "geometry": {
  1309. "type": "Point",
  1310. "coordinates": [
  1311. -78.898619,
  1312. 35.9940329
  1313. ]
  1314. }
  1315. },
  1316. {
  1317. "type": "Feature",
  1318. "properties": {
  1319. "city": "Madison",
  1320. "growth_10-13": "15.8%",
  1321. "population": "243344",
  1322. "state": "Wisconsin"
  1323. },
  1324. "geometry": {
  1325. "type": "Point",
  1326. "coordinates": [
  1327. -89.4012302,
  1328. 43.0730517
  1329. ]
  1330. }
  1331. },
  1332. {
  1333. "type": "Feature",
  1334. "properties": {
  1335. "city": "Lubbock",
  1336. "growth_10-13": "19.6%",
  1337. "population": "239538",
  1338. "state": "Texas"
  1339. },
  1340. "geometry": {
  1341. "type": "Point",
  1342. "coordinates": [
  1343. -101.8551665,
  1344. 33.5778631
  1345. ]
  1346. }
  1347. },
  1348. {
  1349. "type": "Feature",
  1350. "properties": {
  1351. "city": "Irvine",
  1352. "growth_10-13": "61.3%",
  1353. "population": "236716",
  1354. "state": "California"
  1355. },
  1356. "geometry": {
  1357. "type": "Point",
  1358. "coordinates": [
  1359. -117.7946942,
  1360. 33.6839473
  1361. ]
  1362. }
  1363. },
  1364. {
  1365. "type": "Feature",
  1366. "properties": {
  1367. "city": "Winston-Salem",
  1368. "growth_10-13": "16.9%",
  1369. "population": "236441",
  1370. "state": "North Carolina"
  1371. },
  1372. "geometry": {
  1373. "type": "Point",
  1374. "coordinates": [
  1375. -80.244216,
  1376. 36.09985959999999
  1377. ]
  1378. }
  1379. },
  1380. {
  1381. "type": "Feature",
  1382. "properties": {
  1383. "city": "Glendale",
  1384. "growth_10-13": "5.7%",
  1385. "population": "234632",
  1386. "state": "Arizona"
  1387. },
  1388. "geometry": {
  1389. "type": "Point",
  1390. "coordinates": [
  1391. -112.1859866,
  1392. 33.5386523
  1393. ]
  1394. }
  1395. },
  1396. {
  1397. "type": "Feature",
  1398. "properties": {
  1399. "city": "Garland",
  1400. "growth_10-13": "8.5%",
  1401. "population": "234566",
  1402. "state": "Texas"
  1403. },
  1404. "geometry": {
  1405. "type": "Point",
  1406. "coordinates": [
  1407. -96.63888329999999,
  1408. 32.912624
  1409. ]
  1410. }
  1411. },
  1412. {
  1413. "type": "Feature",
  1414. "properties": {
  1415. "city": "Hialeah",
  1416. "growth_10-13": "3.2%",
  1417. "population": "233394",
  1418. "state": "Florida"
  1419. },
  1420. "geometry": {
  1421. "type": "Point",
  1422. "coordinates": [
  1423. -80.2781057,
  1424. 25.8575963
  1425. ]
  1426. }
  1427. },
  1428. {
  1429. "type": "Feature",
  1430. "properties": {
  1431. "city": "Reno",
  1432. "growth_10-13": "26.8%",
  1433. "population": "233294",
  1434. "state": "Nevada"
  1435. },
  1436. "geometry": {
  1437. "type": "Point",
  1438. "coordinates": [
  1439. -119.8138027,
  1440. 39.5296329
  1441. ]
  1442. }
  1443. },
  1444. {
  1445. "type": "Feature",
  1446. "properties": {
  1447. "city": "Chesapeake",
  1448. "growth_10-13": "15.1%",
  1449. "population": "230571",
  1450. "state": "Virginia"
  1451. },
  1452. "geometry": {
  1453. "type": "Point",
  1454. "coordinates": [
  1455. -76.2874927,
  1456. 36.7682088
  1457. ]
  1458. }
  1459. },
  1460. {
  1461. "type": "Feature",
  1462. "properties": {
  1463. "city": "Gilbert",
  1464. "growth_10-13": "96.0%",
  1465. "population": "229972",
  1466. "state": "Arizona"
  1467. },
  1468. "geometry": {
  1469. "type": "Point",
  1470. "coordinates": [
  1471. -111.789027,
  1472. 33.3528264
  1473. ]
  1474. }
  1475. },
  1476. {
  1477. "type": "Feature",
  1478. "properties": {
  1479. "city": "Baton Rouge",
  1480. "growth_10-13": "0.4%",
  1481. "population": "229426",
  1482. "state": "Louisiana"
  1483. },
  1484. "geometry": {
  1485. "type": "Point",
  1486. "coordinates": [
  1487. -91.1403196,
  1488. 30.4582829
  1489. ]
  1490. }
  1491. },
  1492. {
  1493. "type": "Feature",
  1494. "properties": {
  1495. "city": "Irving",
  1496. "growth_10-13": "19.1%",
  1497. "population": "228653",
  1498. "state": "Texas"
  1499. },
  1500. "geometry": {
  1501. "type": "Point",
  1502. "coordinates": [
  1503. -96.9488945,
  1504. 32.8140177
  1505. ]
  1506. }
  1507. },
  1508. {
  1509. "type": "Feature",
  1510. "properties": {
  1511. "city": "Scottsdale",
  1512. "growth_10-13": "11.0%",
  1513. "population": "226918",
  1514. "state": "Arizona"
  1515. },
  1516. "geometry": {
  1517. "type": "Point",
  1518. "coordinates": [
  1519. -111.9260519,
  1520. 33.4941704
  1521. ]
  1522. }
  1523. },
  1524. {
  1525. "type": "Feature",
  1526. "properties": {
  1527. "city": "North Las Vegas",
  1528. "growth_10-13": "92.2%",
  1529. "population": "226877",
  1530. "state": "Nevada"
  1531. },
  1532. "geometry": {
  1533. "type": "Point",
  1534. "coordinates": [
  1535. -115.1175013,
  1536. 36.1988592
  1537. ]
  1538. }
  1539. },
  1540. {
  1541. "type": "Feature",
  1542. "properties": {
  1543. "city": "Fremont",
  1544. "growth_10-13": "10.0%",
  1545. "population": "224922",
  1546. "state": "California"
  1547. },
  1548. "geometry": {
  1549. "type": "Point",
  1550. "coordinates": [
  1551. -121.9885719,
  1552. 37.5482697
  1553. ]
  1554. }
  1555. },
  1556. {
  1557. "type": "Feature",
  1558. "properties": {
  1559. "city": "Boise City",
  1560. "growth_10-13": "9.5%",
  1561. "population": "214237",
  1562. "state": "Idaho"
  1563. },
  1564. "geometry": {
  1565. "type": "Point",
  1566. "coordinates": [
  1567. -116.2146068,
  1568. 43.6187102
  1569. ]
  1570. }
  1571. },
  1572. {
  1573. "type": "Feature",
  1574. "properties": {
  1575. "city": "Richmond",
  1576. "growth_10-13": "8.2%",
  1577. "population": "214114",
  1578. "state": "Virginia"
  1579. },
  1580. "geometry": {
  1581. "type": "Point",
  1582. "coordinates": [
  1583. -77.4360481,
  1584. 37.5407246
  1585. ]
  1586. }
  1587. },
  1588. {
  1589. "type": "Feature",
  1590. "properties": {
  1591. "city": "San Bernardino",
  1592. "growth_10-13": "13.0%",
  1593. "population": "213708",
  1594. "state": "California"
  1595. },
  1596. "geometry": {
  1597. "type": "Point",
  1598. "coordinates": [
  1599. -117.2897652,
  1600. 34.1083449
  1601. ]
  1602. }
  1603. },
  1604. {
  1605. "type": "Feature",
  1606. "properties": {
  1607. "city": "Birmingham",
  1608. "growth_10-13": "-12.3%",
  1609. "population": "212113",
  1610. "state": "Alabama"
  1611. },
  1612. "geometry": {
  1613. "type": "Point",
  1614. "coordinates": [
  1615. -86.80248999999999,
  1616. 33.5206608
  1617. ]
  1618. }
  1619. },
  1620. {
  1621. "type": "Feature",
  1622. "properties": {
  1623. "city": "Spokane",
  1624. "growth_10-13": "7.0%",
  1625. "population": "210721",
  1626. "state": "Washington"
  1627. },
  1628. "geometry": {
  1629. "type": "Point",
  1630. "coordinates": [
  1631. -117.4260466,
  1632. 47.6587802
  1633. ]
  1634. }
  1635. },
  1636. {
  1637. "type": "Feature",
  1638. "properties": {
  1639. "city": "Rochester",
  1640. "growth_10-13": "-4.1%",
  1641. "population": "210358",
  1642. "state": "New York"
  1643. },
  1644. "geometry": {
  1645. "type": "Point",
  1646. "coordinates": [
  1647. -77.6109219,
  1648. 43.16103
  1649. ]
  1650. }
  1651. },
  1652. {
  1653. "type": "Feature",
  1654. "properties": {
  1655. "city": "Des Moines",
  1656. "growth_10-13": "3.9%",
  1657. "population": "207510",
  1658. "state": "Iowa"
  1659. },
  1660. "geometry": {
  1661. "type": "Point",
  1662. "coordinates": [
  1663. -93.6091064,
  1664. 41.6005448
  1665. ]
  1666. }
  1667. },
  1668. {
  1669. "type": "Feature",
  1670. "properties": {
  1671. "city": "Modesto",
  1672. "growth_10-13": "7.7%",
  1673. "population": "204933",
  1674. "state": "California"
  1675. },
  1676. "geometry": {
  1677. "type": "Point",
  1678. "coordinates": [
  1679. -120.9968782,
  1680. 37.63909719999999
  1681. ]
  1682. }
  1683. },
  1684. {
  1685. "type": "Feature",
  1686. "properties": {
  1687. "city": "Fayetteville",
  1688. "growth_10-13": "2.4%",
  1689. "population": "204408",
  1690. "state": "North Carolina"
  1691. },
  1692. "geometry": {
  1693. "type": "Point",
  1694. "coordinates": [
  1695. -78.87835849999999,
  1696. 35.0526641
  1697. ]
  1698. }
  1699. },
  1700. {
  1701. "type": "Feature",
  1702. "properties": {
  1703. "city": "Tacoma",
  1704. "growth_10-13": "4.9%",
  1705. "population": "203446",
  1706. "state": "Washington"
  1707. },
  1708. "geometry": {
  1709. "type": "Point",
  1710. "coordinates": [
  1711. -122.4442906,
  1712. 47.2528768
  1713. ]
  1714. }
  1715. },
  1716. {
  1717. "type": "Feature",
  1718. "properties": {
  1719. "city": "Oxnard",
  1720. "growth_10-13": "18.2%",
  1721. "population": "203007",
  1722. "state": "California"
  1723. },
  1724. "geometry": {
  1725. "type": "Point",
  1726. "coordinates": [
  1727. -119.1770516,
  1728. 34.1975048
  1729. ]
  1730. }
  1731. },
  1732. {
  1733. "type": "Feature",
  1734. "properties": {
  1735. "city": "Fontana",
  1736. "growth_10-13": "38.3%",
  1737. "population": "203003",
  1738. "state": "California"
  1739. },
  1740. "geometry": {
  1741. "type": "Point",
  1742. "coordinates": [
  1743. -117.435048,
  1744. 34.0922335
  1745. ]
  1746. }
  1747. },
  1748. {
  1749. "type": "Feature",
  1750. "properties": {
  1751. "city": "Columbus",
  1752. "growth_10-13": "8.7%",
  1753. "population": "202824",
  1754. "state": "Georgia"
  1755. },
  1756. "geometry": {
  1757. "type": "Point",
  1758. "coordinates": [
  1759. -84.9877094,
  1760. 32.4609764
  1761. ]
  1762. }
  1763. },
  1764. {
  1765. "type": "Feature",
  1766. "properties": {
  1767. "city": "Montgomery",
  1768. "growth_10-13": "-0.1%",
  1769. "population": "201332",
  1770. "state": "Alabama"
  1771. },
  1772. "geometry": {
  1773. "type": "Point",
  1774. "coordinates": [
  1775. -86.2999689,
  1776. 32.3668052
  1777. ]
  1778. }
  1779. },
  1780. {
  1781. "type": "Feature",
  1782. "properties": {
  1783. "city": "Moreno Valley",
  1784. "growth_10-13": "40.4%",
  1785. "population": "201175",
  1786. "state": "California"
  1787. },
  1788. "geometry": {
  1789. "type": "Point",
  1790. "coordinates": [
  1791. -117.2296717,
  1792. 33.9424658
  1793. ]
  1794. }
  1795. },
  1796. {
  1797. "type": "Feature",
  1798. "properties": {
  1799. "city": "Shreveport",
  1800. "growth_10-13": "-0.1%",
  1801. "population": "200327",
  1802. "state": "Louisiana"
  1803. },
  1804. "geometry": {
  1805. "type": "Point",
  1806. "coordinates": [
  1807. -93.7501789,
  1808. 32.5251516
  1809. ]
  1810. }
  1811. },
  1812. {
  1813. "type": "Feature",
  1814. "properties": {
  1815. "city": "Aurora",
  1816. "growth_10-13": "38.4%",
  1817. "population": "199963",
  1818. "state": "Illinois"
  1819. },
  1820. "geometry": {
  1821. "type": "Point",
  1822. "coordinates": [
  1823. -88.32007150000001,
  1824. 41.7605849
  1825. ]
  1826. }
  1827. },
  1828. {
  1829. "type": "Feature",
  1830. "properties": {
  1831. "city": "Yonkers",
  1832. "growth_10-13": "1.8%",
  1833. "population": "199766",
  1834. "state": "New York"
  1835. },
  1836. "geometry": {
  1837. "type": "Point",
  1838. "coordinates": [
  1839. -73.89874689999999,
  1840. 40.9312099
  1841. ]
  1842. }
  1843. },
  1844. {
  1845. "type": "Feature",
  1846. "properties": {
  1847. "city": "Akron",
  1848. "growth_10-13": "-8.6%",
  1849. "population": "198100",
  1850. "state": "Ohio"
  1851. },
  1852. "geometry": {
  1853. "type": "Point",
  1854. "coordinates": [
  1855. -81.51900529999999,
  1856. 41.0814447
  1857. ]
  1858. }
  1859. },
  1860. {
  1861. "type": "Feature",
  1862. "properties": {
  1863. "city": "Huntington Beach",
  1864. "growth_10-13": "3.9%",
  1865. "population": "197575",
  1866. "state": "California"
  1867. },
  1868. "geometry": {
  1869. "type": "Point",
  1870. "coordinates": [
  1871. -117.9992265,
  1872. 33.660297
  1873. ]
  1874. }
  1875. },
  1876. {
  1877. "type": "Feature",
  1878. "properties": {
  1879. "city": "Little Rock",
  1880. "growth_10-13": "7.6%",
  1881. "population": "197357",
  1882. "state": "Arkansas"
  1883. },
  1884. "geometry": {
  1885. "type": "Point",
  1886. "coordinates": [
  1887. -92.28959479999999,
  1888. 34.7464809
  1889. ]
  1890. }
  1891. },
  1892. {
  1893. "type": "Feature",
  1894. "properties": {
  1895. "city": "Augusta-Richmond County",
  1896. "growth_10-13": "1.1%",
  1897. "population": "197350",
  1898. "state": "Georgia"
  1899. },
  1900. "geometry": {
  1901. "type": "Point",
  1902. "coordinates": [
  1903. -82.0105148,
  1904. 33.4734978
  1905. ]
  1906. }
  1907. },
  1908. {
  1909. "type": "Feature",
  1910. "properties": {
  1911. "city": "Amarillo",
  1912. "growth_10-13": "12.8%",
  1913. "population": "196429",
  1914. "state": "Texas"
  1915. },
  1916. "geometry": {
  1917. "type": "Point",
  1918. "coordinates": [
  1919. -101.8312969,
  1920. 35.2219971
  1921. ]
  1922. }
  1923. },
  1924. {
  1925. "type": "Feature",
  1926. "properties": {
  1927. "city": "Glendale",
  1928. "growth_10-13": "0.3%",
  1929. "population": "196021",
  1930. "state": "California"
  1931. },
  1932. "geometry": {
  1933. "type": "Point",
  1934. "coordinates": [
  1935. -118.255075,
  1936. 34.1425078
  1937. ]
  1938. }
  1939. },
  1940. {
  1941. "type": "Feature",
  1942. "properties": {
  1943. "city": "Mobile",
  1944. "growth_10-13": "-1.9%",
  1945. "population": "194899",
  1946. "state": "Alabama"
  1947. },
  1948. "geometry": {
  1949. "type": "Point",
  1950. "coordinates": [
  1951. -88.0398912,
  1952. 30.6953657
  1953. ]
  1954. }
  1955. },
  1956. {
  1957. "type": "Feature",
  1958. "properties": {
  1959. "city": "Grand Rapids",
  1960. "growth_10-13": "-2.8%",
  1961. "population": "192294",
  1962. "state": "Michigan"
  1963. },
  1964. "geometry": {
  1965. "type": "Point",
  1966. "coordinates": [
  1967. -85.6680863,
  1968. 42.9633599
  1969. ]
  1970. }
  1971. },
  1972. {
  1973. "type": "Feature",
  1974. "properties": {
  1975. "city": "Salt Lake City",
  1976. "growth_10-13": "5.1%",
  1977. "population": "191180",
  1978. "state": "Utah"
  1979. },
  1980. "geometry": {
  1981. "type": "Point",
  1982. "coordinates": [
  1983. -111.8910474,
  1984. 40.7607793
  1985. ]
  1986. }
  1987. },
  1988. {
  1989. "type": "Feature",
  1990. "properties": {
  1991. "city": "Tallahassee",
  1992. "growth_10-13": "21.8%",
  1993. "population": "186411",
  1994. "state": "Florida"
  1995. },
  1996. "geometry": {
  1997. "type": "Point",
  1998. "coordinates": [
  1999. -84.28073289999999,
  2000. 30.4382559
  2001. ]
  2002. }
  2003. },
  2004. {
  2005. "type": "Feature",
  2006. "properties": {
  2007. "city": "Huntsville",
  2008. "growth_10-13": "16.3%",
  2009. "population": "186254",
  2010. "state": "Alabama"
  2011. },
  2012. "geometry": {
  2013. "type": "Point",
  2014. "coordinates": [
  2015. -86.5861037,
  2016. 34.7303688
  2017. ]
  2018. }
  2019. },
  2020. {
  2021. "type": "Feature",
  2022. "properties": {
  2023. "city": "Grand Prairie",
  2024. "growth_10-13": "43.1%",
  2025. "population": "183372",
  2026. "state": "Texas"
  2027. },
  2028. "geometry": {
  2029. "type": "Point",
  2030. "coordinates": [
  2031. -96.99778459999999,
  2032. 32.7459645
  2033. ]
  2034. }
  2035. },
  2036. {
  2037. "type": "Feature",
  2038. "properties": {
  2039. "city": "Knoxville",
  2040. "growth_10-13": "3.9%",
  2041. "population": "183270",
  2042. "state": "Tennessee"
  2043. },
  2044. "geometry": {
  2045. "type": "Point",
  2046. "coordinates": [
  2047. -83.9207392,
  2048. 35.9606384
  2049. ]
  2050. }
  2051. },
  2052. {
  2053. "type": "Feature",
  2054. "properties": {
  2055. "city": "Worcester",
  2056. "growth_10-13": "5.8%",
  2057. "population": "182544",
  2058. "state": "Massachusetts"
  2059. },
  2060. "geometry": {
  2061. "type": "Point",
  2062. "coordinates": [
  2063. -71.8022934,
  2064. 42.2625932
  2065. ]
  2066. }
  2067. },
  2068. {
  2069. "type": "Feature",
  2070. "properties": {
  2071. "city": "Newport News",
  2072. "growth_10-13": "0.9%",
  2073. "population": "182020",
  2074. "state": "Virginia"
  2075. },
  2076. "geometry": {
  2077. "type": "Point",
  2078. "coordinates": [
  2079. -76.4730122,
  2080. 37.0870821
  2081. ]
  2082. }
  2083. },
  2084. {
  2085. "type": "Feature",
  2086. "properties": {
  2087. "city": "Brownsville",
  2088. "growth_10-13": "26.8%",
  2089. "population": "181860",
  2090. "state": "Texas"
  2091. },
  2092. "geometry": {
  2093. "type": "Point",
  2094. "coordinates": [
  2095. -97.4974838,
  2096. 25.9017472
  2097. ]
  2098. }
  2099. },
  2100. {
  2101. "type": "Feature",
  2102. "properties": {
  2103. "city": "Overland Park",
  2104. "growth_10-13": "19.4%",
  2105. "population": "181260",
  2106. "state": "Kansas"
  2107. },
  2108. "geometry": {
  2109. "type": "Point",
  2110. "coordinates": [
  2111. -94.6707917,
  2112. 38.9822282
  2113. ]
  2114. }
  2115. },
  2116. {
  2117. "type": "Feature",
  2118. "properties": {
  2119. "city": "Santa Clarita",
  2120. "growth_10-13": "15.3%",
  2121. "population": "179590",
  2122. "state": "California"
  2123. },
  2124. "geometry": {
  2125. "type": "Point",
  2126. "coordinates": [
  2127. -118.542586,
  2128. 34.3916641
  2129. ]
  2130. }
  2131. },
  2132. {
  2133. "type": "Feature",
  2134. "properties": {
  2135. "city": "Providence",
  2136. "growth_10-13": "2.3%",
  2137. "population": "177994",
  2138. "state": "Rhode Island"
  2139. },
  2140. "geometry": {
  2141. "type": "Point",
  2142. "coordinates": [
  2143. -71.4128343,
  2144. 41.8239891
  2145. ]
  2146. }
  2147. },
  2148. {
  2149. "type": "Feature",
  2150. "properties": {
  2151. "city": "Garden Grove",
  2152. "growth_10-13": "5.8%",
  2153. "population": "175140",
  2154. "state": "California"
  2155. },
  2156. "geometry": {
  2157. "type": "Point",
  2158. "coordinates": [
  2159. -117.9414477,
  2160. 33.7739053
  2161. ]
  2162. }
  2163. },
  2164. {
  2165. "type": "Feature",
  2166. "properties": {
  2167. "city": "Chattanooga",
  2168. "growth_10-13": "10.5%",
  2169. "population": "173366",
  2170. "state": "Tennessee"
  2171. },
  2172. "geometry": {
  2173. "type": "Point",
  2174. "coordinates": [
  2175. -85.3096801,
  2176. 35.0456297
  2177. ]
  2178. }
  2179. },
  2180. {
  2181. "type": "Feature",
  2182. "properties": {
  2183. "city": "Oceanside",
  2184. "growth_10-13": "6.6%",
  2185. "population": "172794",
  2186. "state": "California"
  2187. },
  2188. "geometry": {
  2189. "type": "Point",
  2190. "coordinates": [
  2191. -117.3794834,
  2192. 33.1958696
  2193. ]
  2194. }
  2195. },
  2196. {
  2197. "type": "Feature",
  2198. "properties": {
  2199. "city": "Jackson",
  2200. "growth_10-13": "-6.8%",
  2201. "population": "172638",
  2202. "state": "Mississippi"
  2203. },
  2204. "geometry": {
  2205. "type": "Point",
  2206. "coordinates": [
  2207. -90.1848103,
  2208. 32.2987573
  2209. ]
  2210. }
  2211. },
  2212. {
  2213. "type": "Feature",
  2214. "properties": {
  2215. "city": "Fort Lauderdale",
  2216. "growth_10-13": "0.7%",
  2217. "population": "172389",
  2218. "state": "Florida"
  2219. },
  2220. "geometry": {
  2221. "type": "Point",
  2222. "coordinates": [
  2223. -80.13731740000001,
  2224. 26.1224386
  2225. ]
  2226. }
  2227. },
  2228. {
  2229. "type": "Feature",
  2230. "properties": {
  2231. "city": "Santa Rosa",
  2232. "growth_10-13": "15.2%",
  2233. "population": "171990",
  2234. "state": "California"
  2235. },
  2236. "geometry": {
  2237. "type": "Point",
  2238. "coordinates": [
  2239. -122.7140548,
  2240. 38.440429
  2241. ]
  2242. }
  2243. },
  2244. {
  2245. "type": "Feature",
  2246. "properties": {
  2247. "city": "Rancho Cucamonga",
  2248. "growth_10-13": "32.7%",
  2249. "population": "171386",
  2250. "state": "California"
  2251. },
  2252. "geometry": {
  2253. "type": "Point",
  2254. "coordinates": [
  2255. -117.5931084,
  2256. 34.10639889999999
  2257. ]
  2258. }
  2259. },
  2260. {
  2261. "type": "Feature",
  2262. "properties": {
  2263. "city": "Port St. Lucie",
  2264. "growth_10-13": "91.7%",
  2265. "population": "171016",
  2266. "state": "Florida"
  2267. },
  2268. "geometry": {
  2269. "type": "Point",
  2270. "coordinates": [
  2271. -80.3582261,
  2272. 27.2730492
  2273. ]
  2274. }
  2275. },
  2276. {
  2277. "type": "Feature",
  2278. "properties": {
  2279. "city": "Tempe",
  2280. "growth_10-13": "5.8%",
  2281. "population": "168228",
  2282. "state": "Arizona"
  2283. },
  2284. "geometry": {
  2285. "type": "Point",
  2286. "coordinates": [
  2287. -111.9400054,
  2288. 33.4255104
  2289. ]
  2290. }
  2291. },
  2292. {
  2293. "type": "Feature",
  2294. "properties": {
  2295. "city": "Ontario",
  2296. "growth_10-13": "5.5%",
  2297. "population": "167500",
  2298. "state": "California"
  2299. },
  2300. "geometry": {
  2301. "type": "Point",
  2302. "coordinates": [
  2303. -117.6508876,
  2304. 34.0633443
  2305. ]
  2306. }
  2307. },
  2308. {
  2309. "type": "Feature",
  2310. "properties": {
  2311. "city": "Vancouver",
  2312. "growth_10-13": "14.2%",
  2313. "population": "167405",
  2314. "state": "Washington"
  2315. },
  2316. "geometry": {
  2317. "type": "Point",
  2318. "coordinates": [
  2319. -122.6614861,
  2320. 45.6387281
  2321. ]
  2322. }
  2323. },
  2324. {
  2325. "type": "Feature",
  2326. "properties": {
  2327. "city": "Cape Coral",
  2328. "growth_10-13": "60.4%",
  2329. "population": "165831",
  2330. "state": "Florida"
  2331. },
  2332. "geometry": {
  2333. "type": "Point",
  2334. "coordinates": [
  2335. -81.9495331,
  2336. 26.5628537
  2337. ]
  2338. }
  2339. },
  2340. {
  2341. "type": "Feature",
  2342. "properties": {
  2343. "city": "Sioux Falls",
  2344. "growth_10-13": "31.1%",
  2345. "population": "164676",
  2346. "state": "South Dakota"
  2347. },
  2348. "geometry": {
  2349. "type": "Point",
  2350. "coordinates": [
  2351. -96.73110340000001,
  2352. 43.5445959
  2353. ]
  2354. }
  2355. },
  2356. {
  2357. "type": "Feature",
  2358. "properties": {
  2359. "city": "Springfield",
  2360. "growth_10-13": "7.8%",
  2361. "population": "164122",
  2362. "state": "Missouri"
  2363. },
  2364. "geometry": {
  2365. "type": "Point",
  2366. "coordinates": [
  2367. -93.29229889999999,
  2368. 37.2089572
  2369. ]
  2370. }
  2371. },
  2372. {
  2373. "type": "Feature",
  2374. "properties": {
  2375. "city": "Peoria",
  2376. "growth_10-13": "46.5%",
  2377. "population": "162592",
  2378. "state": "Arizona"
  2379. },
  2380. "geometry": {
  2381. "type": "Point",
  2382. "coordinates": [
  2383. -112.2373779,
  2384. 33.5805955
  2385. ]
  2386. }
  2387. },
  2388. {
  2389. "type": "Feature",
  2390. "properties": {
  2391. "city": "Pembroke Pines",
  2392. "growth_10-13": "17.4%",
  2393. "population": "162329",
  2394. "state": "Florida"
  2395. },
  2396. "geometry": {
  2397. "type": "Point",
  2398. "coordinates": [
  2399. -80.2962555,
  2400. 26.007765
  2401. ]
  2402. }
  2403. },
  2404. {
  2405. "type": "Feature",
  2406. "properties": {
  2407. "city": "Elk Grove",
  2408. "growth_10-13": "97.1%",
  2409. "population": "161007",
  2410. "state": "California"
  2411. },
  2412. "geometry": {
  2413. "type": "Point",
  2414. "coordinates": [
  2415. -121.3716178,
  2416. 38.4087993
  2417. ]
  2418. }
  2419. },
  2420. {
  2421. "type": "Feature",
  2422. "properties": {
  2423. "city": "Salem",
  2424. "growth_10-13": "16.4%",
  2425. "population": "160614",
  2426. "state": "Oregon"
  2427. },
  2428. "geometry": {
  2429. "type": "Point",
  2430. "coordinates": [
  2431. -123.0350963,
  2432. 44.9428975
  2433. ]
  2434. }
  2435. },
  2436. {
  2437. "type": "Feature",
  2438. "properties": {
  2439. "city": "Lancaster",
  2440. "growth_10-13": "33.8%",
  2441. "population": "159523",
  2442. "state": "California"
  2443. },
  2444. "geometry": {
  2445. "type": "Point",
  2446. "coordinates": [
  2447. -118.1541632,
  2448. 34.6867846
  2449. ]
  2450. }
  2451. },
  2452. {
  2453. "type": "Feature",
  2454. "properties": {
  2455. "city": "Corona",
  2456. "growth_10-13": "23.6%",
  2457. "population": "159503",
  2458. "state": "California"
  2459. },
  2460. "geometry": {
  2461. "type": "Point",
  2462. "coordinates": [
  2463. -117.5664384,
  2464. 33.8752935
  2465. ]
  2466. }
  2467. },
  2468. {
  2469. "type": "Feature",
  2470. "properties": {
  2471. "city": "Eugene",
  2472. "growth_10-13": "14.4%",
  2473. "population": "159190",
  2474. "state": "Oregon"
  2475. },
  2476. "geometry": {
  2477. "type": "Point",
  2478. "coordinates": [
  2479. -123.0867536,
  2480. 44.0520691
  2481. ]
  2482. }
  2483. },
  2484. {
  2485. "type": "Feature",
  2486. "properties": {
  2487. "city": "Palmdale",
  2488. "growth_10-13": "33.7%",
  2489. "population": "157161",
  2490. "state": "California"
  2491. },
  2492. "geometry": {
  2493. "type": "Point",
  2494. "coordinates": [
  2495. -118.1164613,
  2496. 34.5794343
  2497. ]
  2498. }
  2499. },
  2500. {
  2501. "type": "Feature",
  2502. "properties": {
  2503. "city": "Salinas",
  2504. "growth_10-13": "8.4%",
  2505. "population": "155662",
  2506. "state": "California"
  2507. },
  2508. "geometry": {
  2509. "type": "Point",
  2510. "coordinates": [
  2511. -121.6555013,
  2512. 36.6777372
  2513. ]
  2514. }
  2515. },
  2516. {
  2517. "type": "Feature",
  2518. "properties": {
  2519. "city": "Springfield",
  2520. "growth_10-13": "1.1%",
  2521. "population": "153703",
  2522. "state": "Massachusetts"
  2523. },
  2524. "geometry": {
  2525. "type": "Point",
  2526. "coordinates": [
  2527. -72.589811,
  2528. 42.1014831
  2529. ]
  2530. }
  2531. },
  2532. {
  2533. "type": "Feature",
  2534. "properties": {
  2535. "city": "Pasadena",
  2536. "growth_10-13": "7.5%",
  2537. "population": "152735",
  2538. "state": "Texas"
  2539. },
  2540. "geometry": {
  2541. "type": "Point",
  2542. "coordinates": [
  2543. -95.2091006,
  2544. 29.6910625
  2545. ]
  2546. }
  2547. },
  2548. {
  2549. "type": "Feature",
  2550. "properties": {
  2551. "city": "Fort Collins",
  2552. "growth_10-13": "26.6%",
  2553. "population": "152061",
  2554. "state": "Colorado"
  2555. },
  2556. "geometry": {
  2557. "type": "Point",
  2558. "coordinates": [
  2559. -105.084423,
  2560. 40.5852602
  2561. ]
  2562. }
  2563. },
  2564. {
  2565. "type": "Feature",
  2566. "properties": {
  2567. "city": "Hayward",
  2568. "growth_10-13": "7.5%",
  2569. "population": "151574",
  2570. "state": "California"
  2571. },
  2572. "geometry": {
  2573. "type": "Point",
  2574. "coordinates": [
  2575. -122.0807964,
  2576. 37.6688205
  2577. ]
  2578. }
  2579. },
  2580. {
  2581. "type": "Feature",
  2582. "properties": {
  2583. "city": "Pomona",
  2584. "growth_10-13": "2.1%",
  2585. "population": "151348",
  2586. "state": "California"
  2587. },
  2588. "geometry": {
  2589. "type": "Point",
  2590. "coordinates": [
  2591. -117.7499909,
  2592. 34.055103
  2593. ]
  2594. }
  2595. },
  2596. {
  2597. "type": "Feature",
  2598. "properties": {
  2599. "city": "Cary",
  2600. "growth_10-13": "55.1%",
  2601. "population": "151088",
  2602. "state": "North Carolina"
  2603. },
  2604. "geometry": {
  2605. "type": "Point",
  2606. "coordinates": [
  2607. -78.7811169,
  2608. 35.79154
  2609. ]
  2610. }
  2611. },
  2612. {
  2613. "type": "Feature",
  2614. "properties": {
  2615. "city": "Rockford",
  2616. "growth_10-13": "-1.0%",
  2617. "population": "150251",
  2618. "state": "Illinois"
  2619. },
  2620. "geometry": {
  2621. "type": "Point",
  2622. "coordinates": [
  2623. -89.0939952,
  2624. 42.2711311
  2625. ]
  2626. }
  2627. },
  2628. {
  2629. "type": "Feature",
  2630. "properties": {
  2631. "city": "Alexandria",
  2632. "growth_10-13": "15.0%",
  2633. "population": "148892",
  2634. "state": "Virginia"
  2635. },
  2636. "geometry": {
  2637. "type": "Point",
  2638. "coordinates": [
  2639. -77.0469214,
  2640. 38.8048355
  2641. ]
  2642. }
  2643. },
  2644. {
  2645. "type": "Feature",
  2646. "properties": {
  2647. "city": "Escondido",
  2648. "growth_10-13": "10.7%",
  2649. "population": "148738",
  2650. "state": "California"
  2651. },
  2652. "geometry": {
  2653. "type": "Point",
  2654. "coordinates": [
  2655. -117.086421,
  2656. 33.1192068
  2657. ]
  2658. }
  2659. },
  2660. {
  2661. "type": "Feature",
  2662. "properties": {
  2663. "city": "McKinney",
  2664. "growth_10-13": "165.3%",
  2665. "population": "148559",
  2666. "state": "Texas"
  2667. },
  2668. "geometry": {
  2669. "type": "Point",
  2670. "coordinates": [
  2671. -96.6397822,
  2672. 33.1972465
  2673. ]
  2674. }
  2675. },
  2676. {
  2677. "type": "Feature",
  2678. "properties": {
  2679. "city": "Kansas City",
  2680. "growth_10-13": "1.1%",
  2681. "population": "148483",
  2682. "state": "Kansas"
  2683. },
  2684. "geometry": {
  2685. "type": "Point",
  2686. "coordinates": [
  2687. -94.6274636,
  2688. 39.114053
  2689. ]
  2690. }
  2691. },
  2692. {
  2693. "type": "Feature",
  2694. "properties": {
  2695. "city": "Joliet",
  2696. "growth_10-13": "36.5%",
  2697. "population": "147806",
  2698. "state": "Illinois"
  2699. },
  2700. "geometry": {
  2701. "type": "Point",
  2702. "coordinates": [
  2703. -88.0817251,
  2704. 41.525031
  2705. ]
  2706. }
  2707. },
  2708. {
  2709. "type": "Feature",
  2710. "properties": {
  2711. "city": "Sunnyvale",
  2712. "growth_10-13": "11.9%",
  2713. "population": "147559",
  2714. "state": "California"
  2715. },
  2716. "geometry": {
  2717. "type": "Point",
  2718. "coordinates": [
  2719. -122.0363496,
  2720. 37.36883
  2721. ]
  2722. }
  2723. },
  2724. {
  2725. "type": "Feature",
  2726. "properties": {
  2727. "city": "Torrance",
  2728. "growth_10-13": "6.6%",
  2729. "population": "147478",
  2730. "state": "California"
  2731. },
  2732. "geometry": {
  2733. "type": "Point",
  2734. "coordinates": [
  2735. -118.3406288,
  2736. 33.8358492
  2737. ]
  2738. }
  2739. },
  2740. {
  2741. "type": "Feature",
  2742. "properties": {
  2743. "city": "Bridgeport",
  2744. "growth_10-13": "5.4%",
  2745. "population": "147216",
  2746. "state": "Connecticut"
  2747. },
  2748. "geometry": {
  2749. "type": "Point",
  2750. "coordinates": [
  2751. -73.19517669999999,
  2752. 41.1865478
  2753. ]
  2754. }
  2755. },
  2756. {
  2757. "type": "Feature",
  2758. "properties": {
  2759. "city": "Lakewood",
  2760. "growth_10-13": "1.9%",
  2761. "population": "147214",
  2762. "state": "Colorado"
  2763. },
  2764. "geometry": {
  2765. "type": "Point",
  2766. "coordinates": [
  2767. -105.0813734,
  2768. 39.7047095
  2769. ]
  2770. }
  2771. },
  2772. {
  2773. "type": "Feature",
  2774. "properties": {
  2775. "city": "Hollywood",
  2776. "growth_10-13": "4.8%",
  2777. "population": "146526",
  2778. "state": "Florida"
  2779. },
  2780. "geometry": {
  2781. "type": "Point",
  2782. "coordinates": [
  2783. -80.1494901,
  2784. 26.0112014
  2785. ]
  2786. }
  2787. },
  2788. {
  2789. "type": "Feature",
  2790. "properties": {
  2791. "city": "Paterson",
  2792. "growth_10-13": "-2.2%",
  2793. "population": "145948",
  2794. "state": "New Jersey"
  2795. },
  2796. "geometry": {
  2797. "type": "Point",
  2798. "coordinates": [
  2799. -74.17181099999999,
  2800. 40.9167654
  2801. ]
  2802. }
  2803. },
  2804. {
  2805. "type": "Feature",
  2806. "properties": {
  2807. "city": "Naperville",
  2808. "growth_10-13": "12.0%",
  2809. "population": "144864",
  2810. "state": "Illinois"
  2811. },
  2812. "geometry": {
  2813. "type": "Point",
  2814. "coordinates": [
  2815. -88.1535352,
  2816. 41.7508391
  2817. ]
  2818. }
  2819. },
  2820. {
  2821. "type": "Feature",
  2822. "properties": {
  2823. "city": "Syracuse",
  2824. "growth_10-13": "-0.9%",
  2825. "population": "144669",
  2826. "state": "New York"
  2827. },
  2828. "geometry": {
  2829. "type": "Point",
  2830. "coordinates": [
  2831. -76.14742439999999,
  2832. 43.0481221
  2833. ]
  2834. }
  2835. },
  2836. {
  2837. "type": "Feature",
  2838. "properties": {
  2839. "city": "Mesquite",
  2840. "growth_10-13": "14.7%",
  2841. "population": "143484",
  2842. "state": "Texas"
  2843. },
  2844. "geometry": {
  2845. "type": "Point",
  2846. "coordinates": [
  2847. -96.5991593,
  2848. 32.76679550000001
  2849. ]
  2850. }
  2851. },
  2852. {
  2853. "type": "Feature",
  2854. "properties": {
  2855. "city": "Dayton",
  2856. "growth_10-13": "-13.5%",
  2857. "population": "143355",
  2858. "state": "Ohio"
  2859. },
  2860. "geometry": {
  2861. "type": "Point",
  2862. "coordinates": [
  2863. -84.1916069,
  2864. 39.7589478
  2865. ]
  2866. }
  2867. },
  2868. {
  2869. "type": "Feature",
  2870. "properties": {
  2871. "city": "Savannah",
  2872. "growth_10-13": "7.5%",
  2873. "population": "142772",
  2874. "state": "Georgia"
  2875. },
  2876. "geometry": {
  2877. "type": "Point",
  2878. "coordinates": [
  2879. -81.09983419999999,
  2880. 32.0835407
  2881. ]
  2882. }
  2883. },
  2884. {
  2885. "type": "Feature",
  2886. "properties": {
  2887. "city": "Clarksville",
  2888. "growth_10-13": "36.9%",
  2889. "population": "142357",
  2890. "state": "Tennessee"
  2891. },
  2892. "geometry": {
  2893. "type": "Point",
  2894. "coordinates": [
  2895. -87.3594528,
  2896. 36.5297706
  2897. ]
  2898. }
  2899. },
  2900. {
  2901. "type": "Feature",
  2902. "properties": {
  2903. "city": "Orange",
  2904. "growth_10-13": "7.7%",
  2905. "population": "139969",
  2906. "state": "California"
  2907. },
  2908. "geometry": {
  2909. "type": "Point",
  2910. "coordinates": [
  2911. -117.8531119,
  2912. 33.7877944
  2913. ]
  2914. }
  2915. },
  2916. {
  2917. "type": "Feature",
  2918. "properties": {
  2919. "city": "Pasadena",
  2920. "growth_10-13": "3.8%",
  2921. "population": "139731",
  2922. "state": "California"
  2923. },
  2924. "geometry": {
  2925. "type": "Point",
  2926. "coordinates": [
  2927. -118.1445155,
  2928. 34.1477849
  2929. ]
  2930. }
  2931. },
  2932. {
  2933. "type": "Feature",
  2934. "properties": {
  2935. "city": "Fullerton",
  2936. "growth_10-13": "9.8%",
  2937. "population": "138981",
  2938. "state": "California"
  2939. },
  2940. "geometry": {
  2941. "type": "Point",
  2942. "coordinates": [
  2943. -117.9242966,
  2944. 33.8703596
  2945. ]
  2946. }
  2947. },
  2948. {
  2949. "type": "Feature",
  2950. "properties": {
  2951. "city": "Killeen",
  2952. "growth_10-13": "52.1%",
  2953. "population": "137147",
  2954. "state": "Texas"
  2955. },
  2956. "geometry": {
  2957. "type": "Point",
  2958. "coordinates": [
  2959. -97.72779589999999,
  2960. 31.1171194
  2961. ]
  2962. }
  2963. },
  2964. {
  2965. "type": "Feature",
  2966. "properties": {
  2967. "city": "Frisco",
  2968. "growth_10-13": "287.7%",
  2969. "population": "136791",
  2970. "state": "Texas"
  2971. },
  2972. "geometry": {
  2973. "type": "Point",
  2974. "coordinates": [
  2975. -96.82361159999999,
  2976. 33.1506744
  2977. ]
  2978. }
  2979. },
  2980. {
  2981. "type": "Feature",
  2982. "properties": {
  2983. "city": "Hampton",
  2984. "growth_10-13": "-6.6%",
  2985. "population": "136699",
  2986. "state": "Virginia"
  2987. },
  2988. "geometry": {
  2989. "type": "Point",
  2990. "coordinates": [
  2991. -76.34522179999999,
  2992. 37.0298687
  2993. ]
  2994. }
  2995. },
  2996. {
  2997. "type": "Feature",
  2998. "properties": {
  2999. "city": "McAllen",
  3000. "growth_10-13": "27.6%",
  3001. "population": "136639",
  3002. "state": "Texas"
  3003. },
  3004. "geometry": {
  3005. "type": "Point",
  3006. "coordinates": [
  3007. -98.23001239999999,
  3008. 26.2034071
  3009. ]
  3010. }
  3011. },
  3012. {
  3013. "type": "Feature",
  3014. "properties": {
  3015. "city": "Warren",
  3016. "growth_10-13": "-2.3%",
  3017. "population": "134873",
  3018. "state": "Michigan"
  3019. },
  3020. "geometry": {
  3021. "type": "Point",
  3022. "coordinates": [
  3023. -83.01465259999999,
  3024. 42.5144566
  3025. ]
  3026. }
  3027. },
  3028. {
  3029. "type": "Feature",
  3030. "properties": {
  3031. "city": "Bellevue",
  3032. "growth_10-13": "19.1%",
  3033. "population": "133992",
  3034. "state": "Washington"
  3035. },
  3036. "geometry": {
  3037. "type": "Point",
  3038. "coordinates": [
  3039. -122.2006786,
  3040. 47.610377
  3041. ]
  3042. }
  3043. },
  3044. {
  3045. "type": "Feature",
  3046. "properties": {
  3047. "city": "West Valley City",
  3048. "growth_10-13": "22.2%",
  3049. "population": "133579",
  3050. "state": "Utah"
  3051. },
  3052. "geometry": {
  3053. "type": "Point",
  3054. "coordinates": [
  3055. -112.0010501,
  3056. 40.6916132
  3057. ]
  3058. }
  3059. },
  3060. {
  3061. "type": "Feature",
  3062. "properties": {
  3063. "city": "Columbia",
  3064. "growth_10-13": "11.7%",
  3065. "population": "133358",
  3066. "state": "South Carolina"
  3067. },
  3068. "geometry": {
  3069. "type": "Point",
  3070. "coordinates": [
  3071. -81.0348144,
  3072. 34.0007104
  3073. ]
  3074. }
  3075. },
  3076. {
  3077. "type": "Feature",
  3078. "properties": {
  3079. "city": "Olathe",
  3080. "growth_10-13": "40.4%",
  3081. "population": "131885",
  3082. "state": "Kansas"
  3083. },
  3084. "geometry": {
  3085. "type": "Point",
  3086. "coordinates": [
  3087. -94.81912849999999,
  3088. 38.8813958
  3089. ]
  3090. }
  3091. },
  3092. {
  3093. "type": "Feature",
  3094. "properties": {
  3095. "city": "Sterling Heights",
  3096. "growth_10-13": "5.2%",
  3097. "population": "131224",
  3098. "state": "Michigan"
  3099. },
  3100. "geometry": {
  3101. "type": "Point",
  3102. "coordinates": [
  3103. -83.0302033,
  3104. 42.5803122
  3105. ]
  3106. }
  3107. },
  3108. {
  3109. "type": "Feature",
  3110. "properties": {
  3111. "city": "New Haven",
  3112. "growth_10-13": "5.5%",
  3113. "population": "130660",
  3114. "state": "Connecticut"
  3115. },
  3116. "geometry": {
  3117. "type": "Point",
  3118. "coordinates": [
  3119. -72.9278835,
  3120. 41.308274
  3121. ]
  3122. }
  3123. },
  3124. {
  3125. "type": "Feature",
  3126. "properties": {
  3127. "city": "Miramar",
  3128. "growth_10-13": "74.7%",
  3129. "population": "130288",
  3130. "state": "Florida"
  3131. },
  3132. "geometry": {
  3133. "type": "Point",
  3134. "coordinates": [
  3135. -80.30356019999999,
  3136. 25.9860762
  3137. ]
  3138. }
  3139. },
  3140. {
  3141. "type": "Feature",
  3142. "properties": {
  3143. "city": "Waco",
  3144. "growth_10-13": "12.5%",
  3145. "population": "129030",
  3146. "state": "Texas"
  3147. },
  3148. "geometry": {
  3149. "type": "Point",
  3150. "coordinates": [
  3151. -97.1466695,
  3152. 31.549333
  3153. ]
  3154. }
  3155. },
  3156. {
  3157. "type": "Feature",
  3158. "properties": {
  3159. "city": "Thousand Oaks",
  3160. "growth_10-13": "9.5%",
  3161. "population": "128731",
  3162. "state": "California"
  3163. },
  3164. "geometry": {
  3165. "type": "Point",
  3166. "coordinates": [
  3167. -118.8375937,
  3168. 34.1705609
  3169. ]
  3170. }
  3171. },
  3172. {
  3173. "type": "Feature",
  3174. "properties": {
  3175. "city": "Cedar Rapids",
  3176. "growth_10-13": "5.4%",
  3177. "population": "128429",
  3178. "state": "Iowa"
  3179. },
  3180. "geometry": {
  3181. "type": "Point",
  3182. "coordinates": [
  3183. -91.6656232,
  3184. 41.9778795
  3185. ]
  3186. }
  3187. },
  3188. {
  3189. "type": "Feature",
  3190. "properties": {
  3191. "city": "Charleston",
  3192. "growth_10-13": "29.2%",
  3193. "population": "127999",
  3194. "state": "South Carolina"
  3195. },
  3196. "geometry": {
  3197. "type": "Point",
  3198. "coordinates": [
  3199. -79.93105120000001,
  3200. 32.7764749
  3201. ]
  3202. }
  3203. },
  3204. {
  3205. "type": "Feature",
  3206. "properties": {
  3207. "city": "Visalia",
  3208. "growth_10-13": "33.6%",
  3209. "population": "127763",
  3210. "state": "California"
  3211. },
  3212. "geometry": {
  3213. "type": "Point",
  3214. "coordinates": [
  3215. -119.2920585,
  3216. 36.3302284
  3217. ]
  3218. }
  3219. },
  3220. {
  3221. "type": "Feature",
  3222. "properties": {
  3223. "city": "Topeka",
  3224. "growth_10-13": "3.4%",
  3225. "population": "127679",
  3226. "state": "Kansas"
  3227. },
  3228. "geometry": {
  3229. "type": "Point",
  3230. "coordinates": [
  3231. -95.68901849999999,
  3232. 39.0558235
  3233. ]
  3234. }
  3235. },
  3236. {
  3237. "type": "Feature",
  3238. "properties": {
  3239. "city": "Elizabeth",
  3240. "growth_10-13": "5.5%",
  3241. "population": "127558",
  3242. "state": "New Jersey"
  3243. },
  3244. "geometry": {
  3245. "type": "Point",
  3246. "coordinates": [
  3247. -74.2107006,
  3248. 40.6639916
  3249. ]
  3250. }
  3251. },
  3252. {
  3253. "type": "Feature",
  3254. "properties": {
  3255. "city": "Gainesville",
  3256. "growth_10-13": "12.8%",
  3257. "population": "127488",
  3258. "state": "Florida"
  3259. },
  3260. "geometry": {
  3261. "type": "Point",
  3262. "coordinates": [
  3263. -82.32482619999999,
  3264. 29.6516344
  3265. ]
  3266. }
  3267. },
  3268. {
  3269. "type": "Feature",
  3270. "properties": {
  3271. "city": "Thornton",
  3272. "growth_10-13": "52.9%",
  3273. "population": "127359",
  3274. "state": "Colorado"
  3275. },
  3276. "geometry": {
  3277. "type": "Point",
  3278. "coordinates": [
  3279. -104.9719243,
  3280. 39.8680412
  3281. ]
  3282. }
  3283. },
  3284. {
  3285. "type": "Feature",
  3286. "properties": {
  3287. "city": "Roseville",
  3288. "growth_10-13": "56.2%",
  3289. "population": "127035",
  3290. "state": "California"
  3291. },
  3292. "geometry": {
  3293. "type": "Point",
  3294. "coordinates": [
  3295. -121.2880059,
  3296. 38.7521235
  3297. ]
  3298. }
  3299. },
  3300. {
  3301. "type": "Feature",
  3302. "properties": {
  3303. "city": "Carrollton",
  3304. "growth_10-13": "14.9%",
  3305. "population": "126700",
  3306. "state": "Texas"
  3307. },
  3308. "geometry": {
  3309. "type": "Point",
  3310. "coordinates": [
  3311. -96.8899636,
  3312. 32.9756415
  3313. ]
  3314. }
  3315. },
  3316. {
  3317. "type": "Feature",
  3318. "properties": {
  3319. "city": "Coral Springs",
  3320. "growth_10-13": "5.7%",
  3321. "population": "126604",
  3322. "state": "Florida"
  3323. },
  3324. "geometry": {
  3325. "type": "Point",
  3326. "coordinates": [
  3327. -80.2706044,
  3328. 26.271192
  3329. ]
  3330. }
  3331. },
  3332. {
  3333. "type": "Feature",
  3334. "properties": {
  3335. "city": "Stamford",
  3336. "growth_10-13": "7.6%",
  3337. "population": "126456",
  3338. "state": "Connecticut"
  3339. },
  3340. "geometry": {
  3341. "type": "Point",
  3342. "coordinates": [
  3343. -73.5387341,
  3344. 41.0534302
  3345. ]
  3346. }
  3347. },
  3348. {
  3349. "type": "Feature",
  3350. "properties": {
  3351. "city": "Simi Valley",
  3352. "growth_10-13": "12.6%",
  3353. "population": "126181",
  3354. "state": "California"
  3355. },
  3356. "geometry": {
  3357. "type": "Point",
  3358. "coordinates": [
  3359. -118.781482,
  3360. 34.2694474
  3361. ]
  3362. }
  3363. },
  3364. {
  3365. "type": "Feature",
  3366. "properties": {
  3367. "city": "Concord",
  3368. "growth_10-13": "2.9%",
  3369. "population": "125880",
  3370. "state": "California"
  3371. },
  3372. "geometry": {
  3373. "type": "Point",
  3374. "coordinates": [
  3375. -122.0310733,
  3376. 37.9779776
  3377. ]
  3378. }
  3379. },
  3380. {
  3381. "type": "Feature",
  3382. "properties": {
  3383. "city": "Hartford",
  3384. "growth_10-13": "0.6%",
  3385. "population": "125017",
  3386. "state": "Connecticut"
  3387. },
  3388. "geometry": {
  3389. "type": "Point",
  3390. "coordinates": [
  3391. -72.6850932,
  3392. 41.76371109999999
  3393. ]
  3394. }
  3395. },
  3396. {
  3397. "type": "Feature",
  3398. "properties": {
  3399. "city": "Kent",
  3400. "growth_10-13": "54.3%",
  3401. "population": "124435",
  3402. "state": "Washington"
  3403. },
  3404. "geometry": {
  3405. "type": "Point",
  3406. "coordinates": [
  3407. -122.2348431,
  3408. 47.3809335
  3409. ]
  3410. }
  3411. },
  3412. {
  3413. "type": "Feature",
  3414. "properties": {
  3415. "city": "Lafayette",
  3416. "growth_10-13": "11.0%",
  3417. "population": "124276",
  3418. "state": "Louisiana"
  3419. },
  3420. "geometry": {
  3421. "type": "Point",
  3422. "coordinates": [
  3423. -92.0198427,
  3424. 30.2240897
  3425. ]
  3426. }
  3427. },
  3428. {
  3429. "type": "Feature",
  3430. "properties": {
  3431. "city": "Midland",
  3432. "growth_10-13": "30.4%",
  3433. "population": "123933",
  3434. "state": "Texas"
  3435. },
  3436. "geometry": {
  3437. "type": "Point",
  3438. "coordinates": [
  3439. -102.0779146,
  3440. 31.9973456
  3441. ]
  3442. }
  3443. },
  3444. {
  3445. "type": "Feature",
  3446. "properties": {
  3447. "city": "Surprise",
  3448. "growth_10-13": "281.9%",
  3449. "population": "123546",
  3450. "state": "Arizona"
  3451. },
  3452. "geometry": {
  3453. "type": "Point",
  3454. "coordinates": [
  3455. -112.3679279,
  3456. 33.6292337
  3457. ]
  3458. }
  3459. },
  3460. {
  3461. "type": "Feature",
  3462. "properties": {
  3463. "city": "Denton",
  3464. "growth_10-13": "47.1%",
  3465. "population": "123099",
  3466. "state": "Texas"
  3467. },
  3468. "geometry": {
  3469. "type": "Point",
  3470. "coordinates": [
  3471. -97.13306829999999,
  3472. 33.2148412
  3473. ]
  3474. }
  3475. },
  3476. {
  3477. "type": "Feature",
  3478. "properties": {
  3479. "city": "Victorville",
  3480. "growth_10-13": "87.6%",
  3481. "population": "121096",
  3482. "state": "California"
  3483. },
  3484. "geometry": {
  3485. "type": "Point",
  3486. "coordinates": [
  3487. -117.2927641,
  3488. 34.5362184
  3489. ]
  3490. }
  3491. },
  3492. {
  3493. "type": "Feature",
  3494. "properties": {
  3495. "city": "Evansville",
  3496. "growth_10-13": "-0.8%",
  3497. "population": "120310",
  3498. "state": "Indiana"
  3499. },
  3500. "geometry": {
  3501. "type": "Point",
  3502. "coordinates": [
  3503. -87.5710898,
  3504. 37.9715592
  3505. ]
  3506. }
  3507. },
  3508. {
  3509. "type": "Feature",
  3510. "properties": {
  3511. "city": "Santa Clara",
  3512. "growth_10-13": "17.4%",
  3513. "population": "120245",
  3514. "state": "California"
  3515. },
  3516. "geometry": {
  3517. "type": "Point",
  3518. "coordinates": [
  3519. -121.9552356,
  3520. 37.3541079
  3521. ]
  3522. }
  3523. },
  3524. {
  3525. "type": "Feature",
  3526. "properties": {
  3527. "city": "Abilene",
  3528. "growth_10-13": "3.6%",
  3529. "population": "120099",
  3530. "state": "Texas"
  3531. },
  3532. "geometry": {
  3533. "type": "Point",
  3534. "coordinates": [
  3535. -99.73314390000002,
  3536. 32.4487364
  3537. ]
  3538. }
  3539. },
  3540. {
  3541. "type": "Feature",
  3542. "properties": {
  3543. "city": "Athens-Clarke County",
  3544. "growth_10-13": "19.0%",
  3545. "population": "119980",
  3546. "state": "Georgia"
  3547. },
  3548. "geometry": {
  3549. "type": "Point",
  3550. "coordinates": [
  3551. -83.357567,
  3552. 33.9519347
  3553. ]
  3554. }
  3555. },
  3556. {
  3557. "type": "Feature",
  3558. "properties": {
  3559. "city": "Vallejo",
  3560. "growth_10-13": "1.2%",
  3561. "population": "118837",
  3562. "state": "California"
  3563. },
  3564. "geometry": {
  3565. "type": "Point",
  3566. "coordinates": [
  3567. -122.2566367,
  3568. 38.1040864
  3569. ]
  3570. }
  3571. },
  3572. {
  3573. "type": "Feature",
  3574. "properties": {
  3575. "city": "Allentown",
  3576. "growth_10-13": "11.2%",
  3577. "population": "118577",
  3578. "state": "Pennsylvania"
  3579. },
  3580. "geometry": {
  3581. "type": "Point",
  3582. "coordinates": [
  3583. -75.4901833,
  3584. 40.6084305
  3585. ]
  3586. }
  3587. },
  3588. {
  3589. "type": "Feature",
  3590. "properties": {
  3591. "city": "Norman",
  3592. "growth_10-13": "22.0%",
  3593. "population": "118197",
  3594. "state": "Oklahoma"
  3595. },
  3596. "geometry": {
  3597. "type": "Point",
  3598. "coordinates": [
  3599. -97.4394777,
  3600. 35.2225668
  3601. ]
  3602. }
  3603. },
  3604. {
  3605. "type": "Feature",
  3606. "properties": {
  3607. "city": "Beaumont",
  3608. "growth_10-13": "3.7%",
  3609. "population": "117796",
  3610. "state": "Texas"
  3611. },
  3612. "geometry": {
  3613. "type": "Point",
  3614. "coordinates": [
  3615. -94.1265562,
  3616. 30.080174
  3617. ]
  3618. }
  3619. },
  3620. {
  3621. "type": "Feature",
  3622. "properties": {
  3623. "city": "Independence",
  3624. "growth_10-13": "3.2%",
  3625. "population": "117240",
  3626. "state": "Missouri"
  3627. },
  3628. "geometry": {
  3629. "type": "Point",
  3630. "coordinates": [
  3631. -94.41550679999999,
  3632. 39.0911161
  3633. ]
  3634. }
  3635. },
  3636. {
  3637. "type": "Feature",
  3638. "properties": {
  3639. "city": "Murfreesboro",
  3640. "growth_10-13": "65.1%",
  3641. "population": "117044",
  3642. "state": "Tennessee"
  3643. },
  3644. "geometry": {
  3645. "type": "Point",
  3646. "coordinates": [
  3647. -86.39027,
  3648. 35.8456213
  3649. ]
  3650. }
  3651. },
  3652. {
  3653. "type": "Feature",
  3654. "properties": {
  3655. "city": "Ann Arbor",
  3656. "growth_10-13": "2.0%",
  3657. "population": "117025",
  3658. "state": "Michigan"
  3659. },
  3660. "geometry": {
  3661. "type": "Point",
  3662. "coordinates": [
  3663. -83.7430378,
  3664. 42.2808256
  3665. ]
  3666. }
  3667. },
  3668. {
  3669. "type": "Feature",
  3670. "properties": {
  3671. "city": "Springfield",
  3672. "growth_10-13": "4.2%",
  3673. "population": "117006",
  3674. "state": "Illinois"
  3675. },
  3676. "geometry": {
  3677. "type": "Point",
  3678. "coordinates": [
  3679. -89.6501481,
  3680. 39.78172130000001
  3681. ]
  3682. }
  3683. },
  3684. {
  3685. "type": "Feature",
  3686. "properties": {
  3687. "city": "Berkeley",
  3688. "growth_10-13": "13.3%",
  3689. "population": "116768",
  3690. "state": "California"
  3691. },
  3692. "geometry": {
  3693. "type": "Point",
  3694. "coordinates": [
  3695. -122.272747,
  3696. 37.8715926
  3697. ]
  3698. }
  3699. },
  3700. {
  3701. "type": "Feature",
  3702. "properties": {
  3703. "city": "Peoria",
  3704. "growth_10-13": "3.0%",
  3705. "population": "116513",
  3706. "state": "Illinois"
  3707. },
  3708. "geometry": {
  3709. "type": "Point",
  3710. "coordinates": [
  3711. -89.5889864,
  3712. 40.6936488
  3713. ]
  3714. }
  3715. },
  3716. {
  3717. "type": "Feature",
  3718. "properties": {
  3719. "city": "Provo",
  3720. "growth_10-13": "10.0%",
  3721. "population": "116288",
  3722. "state": "Utah"
  3723. },
  3724. "geometry": {
  3725. "type": "Point",
  3726. "coordinates": [
  3727. -111.6585337,
  3728. 40.2338438
  3729. ]
  3730. }
  3731. },
  3732. {
  3733. "type": "Feature",
  3734. "properties": {
  3735. "city": "El Monte",
  3736. "growth_10-13": "-0.4%",
  3737. "population": "115708",
  3738. "state": "California"
  3739. },
  3740. "geometry": {
  3741. "type": "Point",
  3742. "coordinates": [
  3743. -118.0275667,
  3744. 34.0686206
  3745. ]
  3746. }
  3747. },
  3748. {
  3749. "type": "Feature",
  3750. "properties": {
  3751. "city": "Columbia",
  3752. "growth_10-13": "34.0%",
  3753. "population": "115276",
  3754. "state": "Missouri"
  3755. },
  3756. "geometry": {
  3757. "type": "Point",
  3758. "coordinates": [
  3759. -92.3340724,
  3760. 38.9517053
  3761. ]
  3762. }
  3763. },
  3764. {
  3765. "type": "Feature",
  3766. "properties": {
  3767. "city": "Lansing",
  3768. "growth_10-13": "-4.4%",
  3769. "population": "113972",
  3770. "state": "Michigan"
  3771. },
  3772. "geometry": {
  3773. "type": "Point",
  3774. "coordinates": [
  3775. -84.5555347,
  3776. 42.732535
  3777. ]
  3778. }
  3779. },
  3780. {
  3781. "type": "Feature",
  3782. "properties": {
  3783. "city": "Fargo",
  3784. "growth_10-13": "24.9%",
  3785. "population": "113658",
  3786. "state": "North Dakota"
  3787. },
  3788. "geometry": {
  3789. "type": "Point",
  3790. "coordinates": [
  3791. -96.7898034,
  3792. 46.8771863
  3793. ]
  3794. }
  3795. },
  3796. {
  3797. "type": "Feature",
  3798. "properties": {
  3799. "city": "Downey",
  3800. "growth_10-13": "5.3%",
  3801. "population": "113242",
  3802. "state": "California"
  3803. },
  3804. "geometry": {
  3805. "type": "Point",
  3806. "coordinates": [
  3807. -118.1331593,
  3808. 33.9401088
  3809. ]
  3810. }
  3811. },
  3812. {
  3813. "type": "Feature",
  3814. "properties": {
  3815. "city": "Costa Mesa",
  3816. "growth_10-13": "2.4%",
  3817. "population": "112174",
  3818. "state": "California"
  3819. },
  3820. "geometry": {
  3821. "type": "Point",
  3822. "coordinates": [
  3823. -117.9186689,
  3824. 33.6411316
  3825. ]
  3826. }
  3827. },
  3828. {
  3829. "type": "Feature",
  3830. "properties": {
  3831. "city": "Wilmington",
  3832. "growth_10-13": "24.8%",
  3833. "population": "112067",
  3834. "state": "North Carolina"
  3835. },
  3836. "geometry": {
  3837. "type": "Point",
  3838. "coordinates": [
  3839. -77.9447102,
  3840. 34.2257255
  3841. ]
  3842. }
  3843. },
  3844. {
  3845. "type": "Feature",
  3846. "properties": {
  3847. "city": "Arvada",
  3848. "growth_10-13": "9.2%",
  3849. "population": "111707",
  3850. "state": "Colorado"
  3851. },
  3852. "geometry": {
  3853. "type": "Point",
  3854. "coordinates": [
  3855. -105.0874842,
  3856. 39.8027644
  3857. ]
  3858. }
  3859. },
  3860. {
  3861. "type": "Feature",
  3862. "properties": {
  3863. "city": "Inglewood",
  3864. "growth_10-13": "-1.0%",
  3865. "population": "111542",
  3866. "state": "California"
  3867. },
  3868. "geometry": {
  3869. "type": "Point",
  3870. "coordinates": [
  3871. -118.3531311,
  3872. 33.9616801
  3873. ]
  3874. }
  3875. },
  3876. {
  3877. "type": "Feature",
  3878. "properties": {
  3879. "city": "Miami Gardens",
  3880. "growth_10-13": "10.5%",
  3881. "population": "111378",
  3882. "state": "Florida"
  3883. },
  3884. "geometry": {
  3885. "type": "Point",
  3886. "coordinates": [
  3887. -80.2456045,
  3888. 25.9420377
  3889. ]
  3890. }
  3891. },
  3892. {
  3893. "type": "Feature",
  3894. "properties": {
  3895. "city": "Carlsbad",
  3896. "growth_10-13": "39.7%",
  3897. "population": "110972",
  3898. "state": "California"
  3899. },
  3900. "geometry": {
  3901. "type": "Point",
  3902. "coordinates": [
  3903. -117.3505939,
  3904. 33.1580933
  3905. ]
  3906. }
  3907. },
  3908. {
  3909. "type": "Feature",
  3910. "properties": {
  3911. "city": "Westminster",
  3912. "growth_10-13": "9.4%",
  3913. "population": "110945",
  3914. "state": "Colorado"
  3915. },
  3916. "geometry": {
  3917. "type": "Point",
  3918. "coordinates": [
  3919. -105.0372046,
  3920. 39.8366528
  3921. ]
  3922. }
  3923. },
  3924. {
  3925. "type": "Feature",
  3926. "properties": {
  3927. "city": "Rochester",
  3928. "growth_10-13": "23.9%",
  3929. "population": "110742",
  3930. "state": "Minnesota"
  3931. },
  3932. "geometry": {
  3933. "type": "Point",
  3934. "coordinates": [
  3935. -92.4801989,
  3936. 44.0121221
  3937. ]
  3938. }
  3939. },
  3940. {
  3941. "type": "Feature",
  3942. "properties": {
  3943. "city": "Odessa",
  3944. "growth_10-13": "22.3%",
  3945. "population": "110720",
  3946. "state": "Texas"
  3947. },
  3948. "geometry": {
  3949. "type": "Point",
  3950. "coordinates": [
  3951. -102.3676431,
  3952. 31.8456816
  3953. ]
  3954. }
  3955. },
  3956. {
  3957. "type": "Feature",
  3958. "properties": {
  3959. "city": "Manchester",
  3960. "growth_10-13": "2.9%",
  3961. "population": "110378",
  3962. "state": "New Hampshire"
  3963. },
  3964. "geometry": {
  3965. "type": "Point",
  3966. "coordinates": [
  3967. -71.4547891,
  3968. 42.9956397
  3969. ]
  3970. }
  3971. },
  3972. {
  3973. "type": "Feature",
  3974. "properties": {
  3975. "city": "Elgin",
  3976. "growth_10-13": "16.0%",
  3977. "population": "110145",
  3978. "state": "Illinois"
  3979. },
  3980. "geometry": {
  3981. "type": "Point",
  3982. "coordinates": [
  3983. -88.2825668,
  3984. 42.0354084
  3985. ]
  3986. }
  3987. },
  3988. {
  3989. "type": "Feature",
  3990. "properties": {
  3991. "city": "West Jordan",
  3992. "growth_10-13": "38.4%",
  3993. "population": "110077",
  3994. "state": "Utah"
  3995. },
  3996. "geometry": {
  3997. "type": "Point",
  3998. "coordinates": [
  3999. -111.9391031,
  4000. 40.6096698
  4001. ]
  4002. }
  4003. },
  4004. {
  4005. "type": "Feature",
  4006. "properties": {
  4007. "city": "Round Rock",
  4008. "growth_10-13": "81.0%",
  4009. "population": "109821",
  4010. "state": "Texas"
  4011. },
  4012. "geometry": {
  4013. "type": "Point",
  4014. "coordinates": [
  4015. -97.678896,
  4016. 30.5082551
  4017. ]
  4018. }
  4019. },
  4020. {
  4021. "type": "Feature",
  4022. "properties": {
  4023. "city": "Clearwater",
  4024. "growth_10-13": "0.1%",
  4025. "population": "109703",
  4026. "state": "Florida"
  4027. },
  4028. "geometry": {
  4029. "type": "Point",
  4030. "coordinates": [
  4031. -82.8001026,
  4032. 27.9658533
  4033. ]
  4034. }
  4035. },
  4036. {
  4037. "type": "Feature",
  4038. "properties": {
  4039. "city": "Waterbury",
  4040. "growth_10-13": "2.2%",
  4041. "population": "109676",
  4042. "state": "Connecticut"
  4043. },
  4044. "geometry": {
  4045. "type": "Point",
  4046. "coordinates": [
  4047. -73.0514965,
  4048. 41.5581525
  4049. ]
  4050. }
  4051. },
  4052. {
  4053. "type": "Feature",
  4054. "properties": {
  4055. "city": "Gresham",
  4056. "growth_10-13": "20.7%",
  4057. "population": "109397",
  4058. "state": "Oregon"
  4059. },
  4060. "geometry": {
  4061. "type": "Point",
  4062. "coordinates": [
  4063. -122.4302013,
  4064. 45.5001357
  4065. ]
  4066. }
  4067. },
  4068. {
  4069. "type": "Feature",
  4070. "properties": {
  4071. "city": "Fairfield",
  4072. "growth_10-13": "12.8%",
  4073. "population": "109320",
  4074. "state": "California"
  4075. },
  4076. "geometry": {
  4077. "type": "Point",
  4078. "coordinates": [
  4079. -122.0399663,
  4080. 38.24935809999999
  4081. ]
  4082. }
  4083. },
  4084. {
  4085. "type": "Feature",
  4086. "properties": {
  4087. "city": "Billings",
  4088. "growth_10-13": "18.6%",
  4089. "population": "109059",
  4090. "state": "Montana"
  4091. },
  4092. "geometry": {
  4093. "type": "Point",
  4094. "coordinates": [
  4095. -108.5006904,
  4096. 45.7832856
  4097. ]
  4098. }
  4099. },
  4100. {
  4101. "type": "Feature",
  4102. "properties": {
  4103. "city": "Lowell",
  4104. "growth_10-13": "3.4%",
  4105. "population": "108861",
  4106. "state": "Massachusetts"
  4107. },
  4108. "geometry": {
  4109. "type": "Point",
  4110. "coordinates": [
  4111. -71.31617179999999,
  4112. 42.6334247
  4113. ]
  4114. }
  4115. },
  4116. {
  4117. "type": "Feature",
  4118. "properties": {
  4119. "city": "San Buenaventura (Ventura)",
  4120. "growth_10-13": "7.4%",
  4121. "population": "108817",
  4122. "state": "California"
  4123. },
  4124. "geometry": {
  4125. "type": "Point",
  4126. "coordinates": [
  4127. -119.2290316,
  4128. 34.274646
  4129. ]
  4130. }
  4131. },
  4132. {
  4133. "type": "Feature",
  4134. "properties": {
  4135. "city": "Pueblo",
  4136. "growth_10-13": "5.9%",
  4137. "population": "108249",
  4138. "state": "Colorado"
  4139. },
  4140. "geometry": {
  4141. "type": "Point",
  4142. "coordinates": [
  4143. -104.6091409,
  4144. 38.2544472
  4145. ]
  4146. }
  4147. },
  4148. {
  4149. "type": "Feature",
  4150. "properties": {
  4151. "city": "High Point",
  4152. "growth_10-13": "24.3%",
  4153. "population": "107741",
  4154. "state": "North Carolina"
  4155. },
  4156. "geometry": {
  4157. "type": "Point",
  4158. "coordinates": [
  4159. -80.0053176,
  4160. 35.9556923
  4161. ]
  4162. }
  4163. },
  4164. {
  4165. "type": "Feature",
  4166. "properties": {
  4167. "city": "West Covina",
  4168. "growth_10-13": "2.3%",
  4169. "population": "107740",
  4170. "state": "California"
  4171. },
  4172. "geometry": {
  4173. "type": "Point",
  4174. "coordinates": [
  4175. -117.9389526,
  4176. 34.0686208
  4177. ]
  4178. }
  4179. },
  4180. {
  4181. "type": "Feature",
  4182. "properties": {
  4183. "city": "Richmond",
  4184. "growth_10-13": "7.9%",
  4185. "population": "107571",
  4186. "state": "California"
  4187. },
  4188. "geometry": {
  4189. "type": "Point",
  4190. "coordinates": [
  4191. -122.3477486,
  4192. 37.9357576
  4193. ]
  4194. }
  4195. },
  4196. {
  4197. "type": "Feature",
  4198. "properties": {
  4199. "city": "Murrieta",
  4200. "growth_10-13": "107.4%",
  4201. "population": "107479",
  4202. "state": "California"
  4203. },
  4204. "geometry": {
  4205. "type": "Point",
  4206. "coordinates": [
  4207. -117.2139232,
  4208. 33.5539143
  4209. ]
  4210. }
  4211. },
  4212. {
  4213. "type": "Feature",
  4214. "properties": {
  4215. "city": "Cambridge",
  4216. "growth_10-13": "5.5%",
  4217. "population": "107289",
  4218. "state": "Massachusetts"
  4219. },
  4220. "geometry": {
  4221. "type": "Point",
  4222. "coordinates": [
  4223. -71.10973349999999,
  4224. 42.3736158
  4225. ]
  4226. }
  4227. },
  4228. {
  4229. "type": "Feature",
  4230. "properties": {
  4231. "city": "Antioch",
  4232. "growth_10-13": "16.9%",
  4233. "population": "107100",
  4234. "state": "California"
  4235. },
  4236. "geometry": {
  4237. "type": "Point",
  4238. "coordinates": [
  4239. -121.805789,
  4240. 38.0049214
  4241. ]
  4242. }
  4243. },
  4244. {
  4245. "type": "Feature",
  4246. "properties": {
  4247. "city": "Temecula",
  4248. "growth_10-13": "55.4%",
  4249. "population": "106780",
  4250. "state": "California"
  4251. },
  4252. "geometry": {
  4253. "type": "Point",
  4254. "coordinates": [
  4255. -117.1483648,
  4256. 33.4936391
  4257. ]
  4258. }
  4259. },
  4260. {
  4261. "type": "Feature",
  4262. "properties": {
  4263. "city": "Norwalk",
  4264. "growth_10-13": "1.9%",
  4265. "population": "106589",
  4266. "state": "California"
  4267. },
  4268. "geometry": {
  4269. "type": "Point",
  4270. "coordinates": [
  4271. -118.081733,
  4272. 33.9022367
  4273. ]
  4274. }
  4275. },
  4276. {
  4277. "type": "Feature",
  4278. "properties": {
  4279. "city": "Centennial",
  4280. "growth_10-13": "3.5%",
  4281. "population": "106114",
  4282. "state": "Colorado"
  4283. },
  4284. "geometry": {
  4285. "type": "Point",
  4286. "coordinates": [
  4287. -104.8771726,
  4288. 39.5807452
  4289. ]
  4290. }
  4291. },
  4292. {
  4293. "type": "Feature",
  4294. "properties": {
  4295. "city": "Everett",
  4296. "growth_10-13": "9.4%",
  4297. "population": "105370",
  4298. "state": "Washington"
  4299. },
  4300. "geometry": {
  4301. "type": "Point",
  4302. "coordinates": [
  4303. -122.2020794,
  4304. 47.9789848
  4305. ]
  4306. }
  4307. },
  4308. {
  4309. "type": "Feature",
  4310. "properties": {
  4311. "city": "Palm Bay",
  4312. "growth_10-13": "31.7%",
  4313. "population": "104898",
  4314. "state": "Florida"
  4315. },
  4316. "geometry": {
  4317. "type": "Point",
  4318. "coordinates": [
  4319. -80.5886646,
  4320. 28.0344621
  4321. ]
  4322. }
  4323. },
  4324. {
  4325. "type": "Feature",
  4326. "properties": {
  4327. "city": "Wichita Falls",
  4328. "growth_10-13": "0.7%",
  4329. "population": "104898",
  4330. "state": "Texas"
  4331. },
  4332. "geometry": {
  4333. "type": "Point",
  4334. "coordinates": [
  4335. -98.4933873,
  4336. 33.9137085
  4337. ]
  4338. }
  4339. },
  4340. {
  4341. "type": "Feature",
  4342. "properties": {
  4343. "city": "Green Bay",
  4344. "growth_10-13": "1.9%",
  4345. "population": "104779",
  4346. "state": "Wisconsin"
  4347. },
  4348. "geometry": {
  4349. "type": "Point",
  4350. "coordinates": [
  4351. -88.019826,
  4352. 44.51915899999999
  4353. ]
  4354. }
  4355. },
  4356. {
  4357. "type": "Feature",
  4358. "properties": {
  4359. "city": "Daly City",
  4360. "growth_10-13": "1.0%",
  4361. "population": "104739",
  4362. "state": "California"
  4363. },
  4364. "geometry": {
  4365. "type": "Point",
  4366. "coordinates": [
  4367. -122.4702079,
  4368. 37.6879241
  4369. ]
  4370. }
  4371. },
  4372. {
  4373. "type": "Feature",
  4374. "properties": {
  4375. "city": "Burbank",
  4376. "growth_10-13": "4.2%",
  4377. "population": "104709",
  4378. "state": "California"
  4379. },
  4380. "geometry": {
  4381. "type": "Point",
  4382. "coordinates": [
  4383. -118.3089661,
  4384. 34.1808392
  4385. ]
  4386. }
  4387. },
  4388. {
  4389. "type": "Feature",
  4390. "properties": {
  4391. "city": "Richardson",
  4392. "growth_10-13": "13.2%",
  4393. "population": "104475",
  4394. "state": "Texas"
  4395. },
  4396. "geometry": {
  4397. "type": "Point",
  4398. "coordinates": [
  4399. -96.7298519,
  4400. 32.9483335
  4401. ]
  4402. }
  4403. },
  4404. {
  4405. "type": "Feature",
  4406. "properties": {
  4407. "city": "Pompano Beach",
  4408. "growth_10-13": "4.0%",
  4409. "population": "104410",
  4410. "state": "Florida"
  4411. },
  4412. "geometry": {
  4413. "type": "Point",
  4414. "coordinates": [
  4415. -80.1247667,
  4416. 26.2378597
  4417. ]
  4418. }
  4419. },
  4420. {
  4421. "type": "Feature",
  4422. "properties": {
  4423. "city": "North Charleston",
  4424. "growth_10-13": "27.4%",
  4425. "population": "104054",
  4426. "state": "South Carolina"
  4427. },
  4428. "geometry": {
  4429. "type": "Point",
  4430. "coordinates": [
  4431. -79.9748103,
  4432. 32.8546197
  4433. ]
  4434. }
  4435. },
  4436. {
  4437. "type": "Feature",
  4438. "properties": {
  4439. "city": "Broken Arrow",
  4440. "growth_10-13": "28.2%",
  4441. "population": "103500",
  4442. "state": "Oklahoma"
  4443. },
  4444. "geometry": {
  4445. "type": "Point",
  4446. "coordinates": [
  4447. -95.7974526,
  4448. 36.060949
  4449. ]
  4450. }
  4451. },
  4452. {
  4453. "type": "Feature",
  4454. "properties": {
  4455. "city": "Boulder",
  4456. "growth_10-13": "9.0%",
  4457. "population": "103166",
  4458. "state": "Colorado"
  4459. },
  4460. "geometry": {
  4461. "type": "Point",
  4462. "coordinates": [
  4463. -105.2705456,
  4464. 40.0149856
  4465. ]
  4466. }
  4467. },
  4468. {
  4469. "type": "Feature",
  4470. "properties": {
  4471. "city": "West Palm Beach",
  4472. "growth_10-13": "23.5%",
  4473. "population": "102436",
  4474. "state": "Florida"
  4475. },
  4476. "geometry": {
  4477. "type": "Point",
  4478. "coordinates": [
  4479. -80.0533746,
  4480. 26.7153424
  4481. ]
  4482. }
  4483. },
  4484. {
  4485. "type": "Feature",
  4486. "properties": {
  4487. "city": "Santa Maria",
  4488. "growth_10-13": "30.9%",
  4489. "population": "102216",
  4490. "state": "California"
  4491. },
  4492. "geometry": {
  4493. "type": "Point",
  4494. "coordinates": [
  4495. -120.4357191,
  4496. 34.9530337
  4497. ]
  4498. }
  4499. },
  4500. {
  4501. "type": "Feature",
  4502. "properties": {
  4503. "city": "El Cajon",
  4504. "growth_10-13": "7.4%",
  4505. "population": "102211",
  4506. "state": "California"
  4507. },
  4508. "geometry": {
  4509. "type": "Point",
  4510. "coordinates": [
  4511. -116.9625269,
  4512. 32.7947731
  4513. ]
  4514. }
  4515. },
  4516. {
  4517. "type": "Feature",
  4518. "properties": {
  4519. "city": "Davenport",
  4520. "growth_10-13": "3.9%",
  4521. "population": "102157",
  4522. "state": "Iowa"
  4523. },
  4524. "geometry": {
  4525. "type": "Point",
  4526. "coordinates": [
  4527. -90.5776367,
  4528. 41.5236437
  4529. ]
  4530. }
  4531. },
  4532. {
  4533. "type": "Feature",
  4534. "properties": {
  4535. "city": "Rialto",
  4536. "growth_10-13": "9.8%",
  4537. "population": "101910",
  4538. "state": "California"
  4539. },
  4540. "geometry": {
  4541. "type": "Point",
  4542. "coordinates": [
  4543. -117.3703235,
  4544. 34.1064001
  4545. ]
  4546. }
  4547. },
  4548. {
  4549. "type": "Feature",
  4550. "properties": {
  4551. "city": "Las Cruces",
  4552. "growth_10-13": "37.6%",
  4553. "population": "101324",
  4554. "state": "New Mexico"
  4555. },
  4556. "geometry": {
  4557. "type": "Point",
  4558. "coordinates": [
  4559. -106.7636538,
  4560. 32.3199396
  4561. ]
  4562. }
  4563. },
  4564. {
  4565. "type": "Feature",
  4566. "properties": {
  4567. "city": "San Mateo",
  4568. "growth_10-13": "9.0%",
  4569. "population": "101128",
  4570. "state": "California"
  4571. },
  4572. "geometry": {
  4573. "type": "Point",
  4574. "coordinates": [
  4575. -122.3255254,
  4576. 37.5629917
  4577. ]
  4578. }
  4579. },
  4580. {
  4581. "type": "Feature",
  4582. "properties": {
  4583. "city": "Lewisville",
  4584. "growth_10-13": "28.9%",
  4585. "population": "101074",
  4586. "state": "Texas"
  4587. },
  4588. "geometry": {
  4589. "type": "Point",
  4590. "coordinates": [
  4591. -96.994174,
  4592. 33.046233
  4593. ]
  4594. }
  4595. },
  4596. {
  4597. "type": "Feature",
  4598. "properties": {
  4599. "city": "South Bend",
  4600. "growth_10-13": "-6.8%",
  4601. "population": "100886",
  4602. "state": "Indiana"
  4603. },
  4604. "geometry": {
  4605. "type": "Point",
  4606. "coordinates": [
  4607. -86.25198979999999,
  4608. 41.6763545
  4609. ]
  4610. }
  4611. },
  4612. {
  4613. "type": "Feature",
  4614. "properties": {
  4615. "city": "Lakeland",
  4616. "growth_10-13": "18.3%",
  4617. "population": "100710",
  4618. "state": "Florida"
  4619. },
  4620. "geometry": {
  4621. "type": "Point",
  4622. "coordinates": [
  4623. -81.9498042,
  4624. 28.0394654
  4625. ]
  4626. }
  4627. },
  4628. {
  4629. "type": "Feature",
  4630. "properties": {
  4631. "city": "Erie",
  4632. "growth_10-13": "-2.8%",
  4633. "population": "100671",
  4634. "state": "Pennsylvania"
  4635. },
  4636. "geometry": {
  4637. "type": "Point",
  4638. "coordinates": [
  4639. -80.085059,
  4640. 42.12922409999999
  4641. ]
  4642. }
  4643. },
  4644. {
  4645. "type": "Feature",
  4646. "properties": {
  4647. "city": "Tyler",
  4648. "growth_10-13": "18.6%",
  4649. "population": "100223",
  4650. "state": "Texas"
  4651. },
  4652. "geometry": {
  4653. "type": "Point",
  4654. "coordinates": [
  4655. -95.30106239999999,
  4656. 32.3512601
  4657. ]
  4658. }
  4659. },
  4660. {
  4661. "type": "Feature",
  4662. "properties": {
  4663. "city": "Pearland",
  4664. "growth_10-13": "117.2%",
  4665. "population": "100065",
  4666. "state": "Texas"
  4667. },
  4668. "geometry": {
  4669. "type": "Point",
  4670. "coordinates": [
  4671. -95.2860474,
  4672. 29.5635666
  4673. ]
  4674. }
  4675. },
  4676. {
  4677. "type": "Feature",
  4678. "properties": {
  4679. "city": "College Station",
  4680. "growth_10-13": "45.2%",
  4681. "population": "100050",
  4682. "state": "Texas"
  4683. },
  4684. "geometry": {
  4685. "type": "Point",
  4686. "coordinates": [
  4687. -96.3344068,
  4688. 30.627977
  4689. ]
  4690. }
  4691. },
  4692. {
  4693. "type": "Feature",
  4694. "properties": {
  4695. "city": "Kenosha",
  4696. "growth_10-13": "9.5%",
  4697. "population": "99889",
  4698. "state": "Wisconsin"
  4699. },
  4700. "geometry": {
  4701. "type": "Point",
  4702. "coordinates": [
  4703. -87.82118539999999,
  4704. 42.5847425
  4705. ]
  4706. }
  4707. },
  4708. {
  4709. "type": "Feature",
  4710. "properties": {
  4711. "city": "Sandy Springs",
  4712. "growth_10-13": "17.4%",
  4713. "population": "99770",
  4714. "state": "Georgia"
  4715. },
  4716. "geometry": {
  4717. "type": "Point",
  4718. "coordinates": [
  4719. -84.3733147,
  4720. 33.9304352
  4721. ]
  4722. }
  4723. },
  4724. {
  4725. "type": "Feature",
  4726. "properties": {
  4727. "city": "Clovis",
  4728. "growth_10-13": "42.6%",
  4729. "population": "99769",
  4730. "state": "California"
  4731. },
  4732. "geometry": {
  4733. "type": "Point",
  4734. "coordinates": [
  4735. -119.7029194,
  4736. 36.8252277
  4737. ]
  4738. }
  4739. },
  4740. {
  4741. "type": "Feature",
  4742. "properties": {
  4743. "city": "Flint",
  4744. "growth_10-13": "-20.0%",
  4745. "population": "99763",
  4746. "state": "Michigan"
  4747. },
  4748. "geometry": {
  4749. "type": "Point",
  4750. "coordinates": [
  4751. -83.6874562,
  4752. 43.0125274
  4753. ]
  4754. }
  4755. },
  4756. {
  4757. "type": "Feature",
  4758. "properties": {
  4759. "city": "Roanoke",
  4760. "growth_10-13": "3.8%",
  4761. "population": "98465",
  4762. "state": "Virginia"
  4763. },
  4764. "geometry": {
  4765. "type": "Point",
  4766. "coordinates": [
  4767. -79.9414266,
  4768. 37.2709704
  4769. ]
  4770. }
  4771. },
  4772. {
  4773. "type": "Feature",
  4774. "properties": {
  4775. "city": "Albany",
  4776. "growth_10-13": "4.1%",
  4777. "population": "98424",
  4778. "state": "New York"
  4779. },
  4780. "geometry": {
  4781. "type": "Point",
  4782. "coordinates": [
  4783. -73.7562317,
  4784. 42.6525793
  4785. ]
  4786. }
  4787. },
  4788. {
  4789. "type": "Feature",
  4790. "properties": {
  4791. "city": "Jurupa Valley",
  4792. "growth_10-13": "",
  4793. "population": "98030",
  4794. "state": "California"
  4795. },
  4796. "geometry": {
  4797. "type": "Point",
  4798. "coordinates": [
  4799. -117.4854802,
  4800. 33.9971974
  4801. ]
  4802. }
  4803. },
  4804. {
  4805. "type": "Feature",
  4806. "properties": {
  4807. "city": "Compton",
  4808. "growth_10-13": "4.5%",
  4809. "population": "97877",
  4810. "state": "California"
  4811. },
  4812. "geometry": {
  4813. "type": "Point",
  4814. "coordinates": [
  4815. -118.2200712,
  4816. 33.8958492
  4817. ]
  4818. }
  4819. },
  4820. {
  4821. "type": "Feature",
  4822. "properties": {
  4823. "city": "San Angelo",
  4824. "growth_10-13": "10.2%",
  4825. "population": "97492",
  4826. "state": "Texas"
  4827. },
  4828. "geometry": {
  4829. "type": "Point",
  4830. "coordinates": [
  4831. -100.4370375,
  4832. 31.4637723
  4833. ]
  4834. }
  4835. },
  4836. {
  4837. "type": "Feature",
  4838. "properties": {
  4839. "city": "Hillsboro",
  4840. "growth_10-13": "36.4%",
  4841. "population": "97368",
  4842. "state": "Oregon"
  4843. },
  4844. "geometry": {
  4845. "type": "Point",
  4846. "coordinates": [
  4847. -122.989827,
  4848. 45.5228939
  4849. ]
  4850. }
  4851. },
  4852. {
  4853. "type": "Feature",
  4854. "properties": {
  4855. "city": "Lawton",
  4856. "growth_10-13": "4.9%",
  4857. "population": "97151",
  4858. "state": "Oklahoma"
  4859. },
  4860. "geometry": {
  4861. "type": "Point",
  4862. "coordinates": [
  4863. -98.39592909999999,
  4864. 34.6035669
  4865. ]
  4866. }
  4867. },
  4868. {
  4869. "type": "Feature",
  4870. "properties": {
  4871. "city": "Renton",
  4872. "growth_10-13": "88.4%",
  4873. "population": "97003",
  4874. "state": "Washington"
  4875. },
  4876. "geometry": {
  4877. "type": "Point",
  4878. "coordinates": [
  4879. -122.2170661,
  4880. 47.48287759999999
  4881. ]
  4882. }
  4883. },
  4884. {
  4885. "type": "Feature",
  4886. "properties": {
  4887. "city": "Vista",
  4888. "growth_10-13": "7.7%",
  4889. "population": "96929",
  4890. "state": "California"
  4891. },
  4892. "geometry": {
  4893. "type": "Point",
  4894. "coordinates": [
  4895. -117.2425355,
  4896. 33.2000368
  4897. ]
  4898. }
  4899. },
  4900. {
  4901. "type": "Feature",
  4902. "properties": {
  4903. "city": "Davie",
  4904. "growth_10-13": "17.7%",
  4905. "population": "96830",
  4906. "state": "Florida"
  4907. },
  4908. "geometry": {
  4909. "type": "Point",
  4910. "coordinates": [
  4911. -80.25211569999999,
  4912. 26.0764783
  4913. ]
  4914. }
  4915. },
  4916. {
  4917. "type": "Feature",
  4918. "properties": {
  4919. "city": "Greeley",
  4920. "growth_10-13": "23.1%",
  4921. "population": "96539",
  4922. "state": "Colorado"
  4923. },
  4924. "geometry": {
  4925. "type": "Point",
  4926. "coordinates": [
  4927. -104.7091322,
  4928. 40.4233142
  4929. ]
  4930. }
  4931. },
  4932. {
  4933. "type": "Feature",
  4934. "properties": {
  4935. "city": "Mission Viejo",
  4936. "growth_10-13": "2.9%",
  4937. "population": "96346",
  4938. "state": "California"
  4939. },
  4940. "geometry": {
  4941. "type": "Point",
  4942. "coordinates": [
  4943. -117.6719953,
  4944. 33.6000232
  4945. ]
  4946. }
  4947. },
  4948. {
  4949. "type": "Feature",
  4950. "properties": {
  4951. "city": "Portsmouth",
  4952. "growth_10-13": "-4.2%",
  4953. "population": "96205",
  4954. "state": "Virginia"
  4955. },
  4956. "geometry": {
  4957. "type": "Point",
  4958. "coordinates": [
  4959. -76.2982742,
  4960. 36.8354258
  4961. ]
  4962. }
  4963. },
  4964. {
  4965. "type": "Feature",
  4966. "properties": {
  4967. "city": "Dearborn",
  4968. "growth_10-13": "-2.0%",
  4969. "population": "95884",
  4970. "state": "Michigan"
  4971. },
  4972. "geometry": {
  4973. "type": "Point",
  4974. "coordinates": [
  4975. -83.17631449999999,
  4976. 42.3222599
  4977. ]
  4978. }
  4979. },
  4980. {
  4981. "type": "Feature",
  4982. "properties": {
  4983. "city": "South Gate",
  4984. "growth_10-13": "-0.8%",
  4985. "population": "95677",
  4986. "state": "California"
  4987. },
  4988. "geometry": {
  4989. "type": "Point",
  4990. "coordinates": [
  4991. -118.2120161,
  4992. 33.954737
  4993. ]
  4994. }
  4995. },
  4996. {
  4997. "type": "Feature",
  4998. "properties": {
  4999. "city": "Tuscaloosa",
  5000. "growth_10-13": "21.1%",
  5001. "population": "95334",
  5002. "state": "Alabama"
  5003. },
  5004. "geometry": {
  5005. "type": "Point",
  5006. "coordinates": [
  5007. -87.56917349999999,
  5008. 33.2098407
  5009. ]
  5010. }
  5011. },
  5012. {
  5013. "type": "Feature",
  5014. "properties": {
  5015. "city": "Livonia",
  5016. "growth_10-13": "-5.4%",
  5017. "population": "95208",
  5018. "state": "Michigan"
  5019. },
  5020. "geometry": {
  5021. "type": "Point",
  5022. "coordinates": [
  5023. -83.35270969999999,
  5024. 42.36837
  5025. ]
  5026. }
  5027. },
  5028. {
  5029. "type": "Feature",
  5030. "properties": {
  5031. "city": "New Bedford",
  5032. "growth_10-13": "1.2%",
  5033. "population": "95078",
  5034. "state": "Massachusetts"
  5035. },
  5036. "geometry": {
  5037. "type": "Point",
  5038. "coordinates": [
  5039. -70.93420499999999,
  5040. 41.6362152
  5041. ]
  5042. }
  5043. },
  5044. {
  5045. "type": "Feature",
  5046. "properties": {
  5047. "city": "Vacaville",
  5048. "growth_10-13": "5.4%",
  5049. "population": "94275",
  5050. "state": "California"
  5051. },
  5052. "geometry": {
  5053. "type": "Point",
  5054. "coordinates": [
  5055. -121.9877444,
  5056. 38.3565773
  5057. ]
  5058. }
  5059. },
  5060. {
  5061. "type": "Feature",
  5062. "properties": {
  5063. "city": "Brockton",
  5064. "growth_10-13": "-0.3%",
  5065. "population": "94089",
  5066. "state": "Massachusetts"
  5067. },
  5068. "geometry": {
  5069. "type": "Point",
  5070. "coordinates": [
  5071. -71.0183787,
  5072. 42.0834335
  5073. ]
  5074. }
  5075. },
  5076. {
  5077. "type": "Feature",
  5078. "properties": {
  5079. "city": "Roswell",
  5080. "growth_10-13": "15.2%",
  5081. "population": "94034",
  5082. "state": "Georgia"
  5083. },
  5084. "geometry": {
  5085. "type": "Point",
  5086. "coordinates": [
  5087. -84.3615555,
  5088. 34.0232431
  5089. ]
  5090. }
  5091. },
  5092. {
  5093. "type": "Feature",
  5094. "properties": {
  5095. "city": "Beaverton",
  5096. "growth_10-13": "17.0%",
  5097. "population": "93542",
  5098. "state": "Oregon"
  5099. },
  5100. "geometry": {
  5101. "type": "Point",
  5102. "coordinates": [
  5103. -122.8037102,
  5104. 45.48706199999999
  5105. ]
  5106. }
  5107. },
  5108. {
  5109. "type": "Feature",
  5110. "properties": {
  5111. "city": "Quincy",
  5112. "growth_10-13": "5.8%",
  5113. "population": "93494",
  5114. "state": "Massachusetts"
  5115. },
  5116. "geometry": {
  5117. "type": "Point",
  5118. "coordinates": [
  5119. -71.0022705,
  5120. 42.2528772
  5121. ]
  5122. }
  5123. },
  5124. {
  5125. "type": "Feature",
  5126. "properties": {
  5127. "city": "Sparks",
  5128. "growth_10-13": "39.4%",
  5129. "population": "93282",
  5130. "state": "Nevada"
  5131. },
  5132. "geometry": {
  5133. "type": "Point",
  5134. "coordinates": [
  5135. -119.7526886,
  5136. 39.5349112
  5137. ]
  5138. }
  5139. },
  5140. {
  5141. "type": "Feature",
  5142. "properties": {
  5143. "city": "Yakima",
  5144. "growth_10-13": "11.7%",
  5145. "population": "93257",
  5146. "state": "Washington"
  5147. },
  5148. "geometry": {
  5149. "type": "Point",
  5150. "coordinates": [
  5151. -120.5058987,
  5152. 46.6020711
  5153. ]
  5154. }
  5155. },
  5156. {
  5157. "type": "Feature",
  5158. "properties": {
  5159. "city": "Lee's Summit",
  5160. "growth_10-13": "31.2%",
  5161. "population": "93184",
  5162. "state": "Missouri"
  5163. },
  5164. "geometry": {
  5165. "type": "Point",
  5166. "coordinates": [
  5167. -94.3821724,
  5168. 38.9108408
  5169. ]
  5170. }
  5171. },
  5172. {
  5173. "type": "Feature",
  5174. "properties": {
  5175. "city": "Federal Way",
  5176. "growth_10-13": "8.8%",
  5177. "population": "92734",
  5178. "state": "Washington"
  5179. },
  5180. "geometry": {
  5181. "type": "Point",
  5182. "coordinates": [
  5183. -122.3126222,
  5184. 47.3223221
  5185. ]
  5186. }
  5187. },
  5188. {
  5189. "type": "Feature",
  5190. "properties": {
  5191. "city": "Carson",
  5192. "growth_10-13": "2.9%",
  5193. "population": "92599",
  5194. "state": "California"
  5195. },
  5196. "geometry": {
  5197. "type": "Point",
  5198. "coordinates": [
  5199. -118.281693,
  5200. 33.8316745
  5201. ]
  5202. }
  5203. },
  5204. {
  5205. "type": "Feature",
  5206. "properties": {
  5207. "city": "Santa Monica",
  5208. "growth_10-13": "9.6%",
  5209. "population": "92472",
  5210. "state": "California"
  5211. },
  5212. "geometry": {
  5213. "type": "Point",
  5214. "coordinates": [
  5215. -118.4911912,
  5216. 34.0194543
  5217. ]
  5218. }
  5219. },
  5220. {
  5221. "type": "Feature",
  5222. "properties": {
  5223. "city": "Hesperia",
  5224. "growth_10-13": "46.1%",
  5225. "population": "92147",
  5226. "state": "California"
  5227. },
  5228. "geometry": {
  5229. "type": "Point",
  5230. "coordinates": [
  5231. -117.3008784,
  5232. 34.4263886
  5233. ]
  5234. }
  5235. },
  5236. {
  5237. "type": "Feature",
  5238. "properties": {
  5239. "city": "Allen",
  5240. "growth_10-13": "104.0%",
  5241. "population": "92020",
  5242. "state": "Texas"
  5243. },
  5244. "geometry": {
  5245. "type": "Point",
  5246. "coordinates": [
  5247. -96.67055030000002,
  5248. 33.1031744
  5249. ]
  5250. }
  5251. },
  5252. {
  5253. "type": "Feature",
  5254. "properties": {
  5255. "city": "Rio Rancho",
  5256. "growth_10-13": "74.4%",
  5257. "population": "91956",
  5258. "state": "New Mexico"
  5259. },
  5260. "geometry": {
  5261. "type": "Point",
  5262. "coordinates": [
  5263. -106.6630437,
  5264. 35.2327544
  5265. ]
  5266. }
  5267. },
  5268. {
  5269. "type": "Feature",
  5270. "properties": {
  5271. "city": "Yuma",
  5272. "growth_10-13": "16.2%",
  5273. "population": "91923",
  5274. "state": "Arizona"
  5275. },
  5276. "geometry": {
  5277. "type": "Point",
  5278. "coordinates": [
  5279. -114.6276916,
  5280. 32.6926512
  5281. ]
  5282. }
  5283. },
  5284. {
  5285. "type": "Feature",
  5286. "properties": {
  5287. "city": "Westminster",
  5288. "growth_10-13": "3.9%",
  5289. "population": "91739",
  5290. "state": "California"
  5291. },
  5292. "geometry": {
  5293. "type": "Point",
  5294. "coordinates": [
  5295. -117.9939921,
  5296. 33.7513419
  5297. ]
  5298. }
  5299. },
  5300. {
  5301. "type": "Feature",
  5302. "properties": {
  5303. "city": "Orem",
  5304. "growth_10-13": "8.5%",
  5305. "population": "91648",
  5306. "state": "Utah"
  5307. },
  5308. "geometry": {
  5309. "type": "Point",
  5310. "coordinates": [
  5311. -111.6946475,
  5312. 40.2968979
  5313. ]
  5314. }
  5315. },
  5316. {
  5317. "type": "Feature",
  5318. "properties": {
  5319. "city": "Lynn",
  5320. "growth_10-13": "2.6%",
  5321. "population": "91589",
  5322. "state": "Massachusetts"
  5323. },
  5324. "geometry": {
  5325. "type": "Point",
  5326. "coordinates": [
  5327. -70.9494938,
  5328. 42.46676300000001
  5329. ]
  5330. }
  5331. },
  5332. {
  5333. "type": "Feature",
  5334. "properties": {
  5335. "city": "Redding",
  5336. "growth_10-13": "11.9%",
  5337. "population": "91119",
  5338. "state": "California"
  5339. },
  5340. "geometry": {
  5341. "type": "Point",
  5342. "coordinates": [
  5343. -122.3916754,
  5344. 40.5865396
  5345. ]
  5346. }
  5347. },
  5348. {
  5349. "type": "Feature",
  5350. "properties": {
  5351. "city": "Spokane Valley",
  5352. "growth_10-13": "12.6%",
  5353. "population": "91113",
  5354. "state": "Washington"
  5355. },
  5356. "geometry": {
  5357. "type": "Point",
  5358. "coordinates": [
  5359. -117.2393748,
  5360. 47.6732281
  5361. ]
  5362. }
  5363. },
  5364. {
  5365. "type": "Feature",
  5366. "properties": {
  5367. "city": "Miami Beach",
  5368. "growth_10-13": "3.3%",
  5369. "population": "91026",
  5370. "state": "Florida"
  5371. },
  5372. "geometry": {
  5373. "type": "Point",
  5374. "coordinates": [
  5375. -80.1300455,
  5376. 25.790654
  5377. ]
  5378. }
  5379. },
  5380. {
  5381. "type": "Feature",
  5382. "properties": {
  5383. "city": "League City",
  5384. "growth_10-13": "98.3%",
  5385. "population": "90983",
  5386. "state": "Texas"
  5387. },
  5388. "geometry": {
  5389. "type": "Point",
  5390. "coordinates": [
  5391. -95.0949303,
  5392. 29.5074538
  5393. ]
  5394. }
  5395. },
  5396. {
  5397. "type": "Feature",
  5398. "properties": {
  5399. "city": "Lawrence",
  5400. "growth_10-13": "12.7%",
  5401. "population": "90811",
  5402. "state": "Kansas"
  5403. },
  5404. "geometry": {
  5405. "type": "Point",
  5406. "coordinates": [
  5407. -95.2352501,
  5408. 38.9716689
  5409. ]
  5410. }
  5411. },
  5412. {
  5413. "type": "Feature",
  5414. "properties": {
  5415. "city": "Santa Barbara",
  5416. "growth_10-13": "0.9%",
  5417. "population": "90412",
  5418. "state": "California"
  5419. },
  5420. "geometry": {
  5421. "type": "Point",
  5422. "coordinates": [
  5423. -119.6981901,
  5424. 34.4208305
  5425. ]
  5426. }
  5427. },
  5428. {
  5429. "type": "Feature",
  5430. "properties": {
  5431. "city": "Plantation",
  5432. "growth_10-13": "8.6%",
  5433. "population": "90268",
  5434. "state": "Florida"
  5435. },
  5436. "geometry": {
  5437. "type": "Point",
  5438. "coordinates": [
  5439. -80.23310359999999,
  5440. 26.1275862
  5441. ]
  5442. }
  5443. },
  5444. {
  5445. "type": "Feature",
  5446. "properties": {
  5447. "city": "Sandy",
  5448. "growth_10-13": "1.3%",
  5449. "population": "90231",
  5450. "state": "Utah"
  5451. },
  5452. "geometry": {
  5453. "type": "Point",
  5454. "coordinates": [
  5455. -111.8389726,
  5456. 40.5649781
  5457. ]
  5458. }
  5459. },
  5460. {
  5461. "type": "Feature",
  5462. "properties": {
  5463. "city": "Sunrise",
  5464. "growth_10-13": "4.6%",
  5465. "population": "90116",
  5466. "state": "Florida"
  5467. },
  5468. "geometry": {
  5469. "type": "Point",
  5470. "coordinates": [
  5471. -80.25659499999999,
  5472. 26.1669711
  5473. ]
  5474. }
  5475. },
  5476. {
  5477. "type": "Feature",
  5478. "properties": {
  5479. "city": "Macon",
  5480. "growth_10-13": "-7.3%",
  5481. "population": "89981",
  5482. "state": "Georgia"
  5483. },
  5484. "geometry": {
  5485. "type": "Point",
  5486. "coordinates": [
  5487. -83.6324022,
  5488. 32.8406946
  5489. ]
  5490. }
  5491. },
  5492. {
  5493. "type": "Feature",
  5494. "properties": {
  5495. "city": "Longmont",
  5496. "growth_10-13": "24.4%",
  5497. "population": "89919",
  5498. "state": "Colorado"
  5499. },
  5500. "geometry": {
  5501. "type": "Point",
  5502. "coordinates": [
  5503. -105.1019275,
  5504. 40.1672068
  5505. ]
  5506. }
  5507. },
  5508. {
  5509. "type": "Feature",
  5510. "properties": {
  5511. "city": "Boca Raton",
  5512. "growth_10-13": "7.5%",
  5513. "population": "89407",
  5514. "state": "Florida"
  5515. },
  5516. "geometry": {
  5517. "type": "Point",
  5518. "coordinates": [
  5519. -80.1289321,
  5520. 26.3683064
  5521. ]
  5522. }
  5523. },
  5524. {
  5525. "type": "Feature",
  5526. "properties": {
  5527. "city": "San Marcos",
  5528. "growth_10-13": "60.0%",
  5529. "population": "89387",
  5530. "state": "California"
  5531. },
  5532. "geometry": {
  5533. "type": "Point",
  5534. "coordinates": [
  5535. -117.1661449,
  5536. 33.1433723
  5537. ]
  5538. }
  5539. },
  5540. {
  5541. "type": "Feature",
  5542. "properties": {
  5543. "city": "Greenville",
  5544. "growth_10-13": "41.9%",
  5545. "population": "89130",
  5546. "state": "North Carolina"
  5547. },
  5548. "geometry": {
  5549. "type": "Point",
  5550. "coordinates": [
  5551. -77.3663538,
  5552. 35.612661
  5553. ]
  5554. }
  5555. },
  5556. {
  5557. "type": "Feature",
  5558. "properties": {
  5559. "city": "Waukegan",
  5560. "growth_10-13": "0.5%",
  5561. "population": "88826",
  5562. "state": "Illinois"
  5563. },
  5564. "geometry": {
  5565. "type": "Point",
  5566. "coordinates": [
  5567. -87.84479379999999,
  5568. 42.3636331
  5569. ]
  5570. }
  5571. },
  5572. {
  5573. "type": "Feature",
  5574. "properties": {
  5575. "city": "Fall River",
  5576. "growth_10-13": "-3.7%",
  5577. "population": "88697",
  5578. "state": "Massachusetts"
  5579. },
  5580. "geometry": {
  5581. "type": "Point",
  5582. "coordinates": [
  5583. -71.1550451,
  5584. 41.7014912
  5585. ]
  5586. }
  5587. },
  5588. {
  5589. "type": "Feature",
  5590. "properties": {
  5591. "city": "Chico",
  5592. "growth_10-13": "14.2%",
  5593. "population": "88077",
  5594. "state": "California"
  5595. },
  5596. "geometry": {
  5597. "type": "Point",
  5598. "coordinates": [
  5599. -121.8374777,
  5600. 39.7284944
  5601. ]
  5602. }
  5603. },
  5604. {
  5605. "type": "Feature",
  5606. "properties": {
  5607. "city": "Newton",
  5608. "growth_10-13": "4.9%",
  5609. "population": "87971",
  5610. "state": "Massachusetts"
  5611. },
  5612. "geometry": {
  5613. "type": "Point",
  5614. "coordinates": [
  5615. -71.20922139999999,
  5616. 42.3370413
  5617. ]
  5618. }
  5619. },
  5620. {
  5621. "type": "Feature",
  5622. "properties": {
  5623. "city": "San Leandro",
  5624. "growth_10-13": "10.3%",
  5625. "population": "87965",
  5626. "state": "California"
  5627. },
  5628. "geometry": {
  5629. "type": "Point",
  5630. "coordinates": [
  5631. -122.1560768,
  5632. 37.7249296
  5633. ]
  5634. }
  5635. },
  5636. {
  5637. "type": "Feature",
  5638. "properties": {
  5639. "city": "Reading",
  5640. "growth_10-13": "8.0%",
  5641. "population": "87893",
  5642. "state": "Pennsylvania"
  5643. },
  5644. "geometry": {
  5645. "type": "Point",
  5646. "coordinates": [
  5647. -75.9268747,
  5648. 40.3356483
  5649. ]
  5650. }
  5651. },
  5652. {
  5653. "type": "Feature",
  5654. "properties": {
  5655. "city": "Norwalk",
  5656. "growth_10-13": "5.6%",
  5657. "population": "87776",
  5658. "state": "Connecticut"
  5659. },
  5660. "geometry": {
  5661. "type": "Point",
  5662. "coordinates": [
  5663. -73.4081575,
  5664. 41.11774399999999
  5665. ]
  5666. }
  5667. },
  5668. {
  5669. "type": "Feature",
  5670. "properties": {
  5671. "city": "Fort Smith",
  5672. "growth_10-13": "8.6%",
  5673. "population": "87650",
  5674. "state": "Arkansas"
  5675. },
  5676. "geometry": {
  5677. "type": "Point",
  5678. "coordinates": [
  5679. -94.39854749999999,
  5680. 35.3859242
  5681. ]
  5682. }
  5683. },
  5684. {
  5685. "type": "Feature",
  5686. "properties": {
  5687. "city": "Newport Beach",
  5688. "growth_10-13": "10.4%",
  5689. "population": "87273",
  5690. "state": "California"
  5691. },
  5692. "geometry": {
  5693. "type": "Point",
  5694. "coordinates": [
  5695. -117.9289469,
  5696. 33.6189101
  5697. ]
  5698. }
  5699. },
  5700. {
  5701. "type": "Feature",
  5702. "properties": {
  5703. "city": "Asheville",
  5704. "growth_10-13": "19.6%",
  5705. "population": "87236",
  5706. "state": "North Carolina"
  5707. },
  5708. "geometry": {
  5709. "type": "Point",
  5710. "coordinates": [
  5711. -82.5514869,
  5712. 35.5950581
  5713. ]
  5714. }
  5715. },
  5716. {
  5717. "type": "Feature",
  5718. "properties": {
  5719. "city": "Nashua",
  5720. "growth_10-13": "0.4%",
  5721. "population": "87137",
  5722. "state": "New Hampshire"
  5723. },
  5724. "geometry": {
  5725. "type": "Point",
  5726. "coordinates": [
  5727. -71.46756599999999,
  5728. 42.7653662
  5729. ]
  5730. }
  5731. },
  5732. {
  5733. "type": "Feature",
  5734. "properties": {
  5735. "city": "Edmond",
  5736. "growth_10-13": "26.9%",
  5737. "population": "87004",
  5738. "state": "Oklahoma"
  5739. },
  5740. "geometry": {
  5741. "type": "Point",
  5742. "coordinates": [
  5743. -97.47809540000002,
  5744. 35.6528323
  5745. ]
  5746. }
  5747. },
  5748. {
  5749. "type": "Feature",
  5750. "properties": {
  5751. "city": "Whittier",
  5752. "growth_10-13": "3.3%",
  5753. "population": "86635",
  5754. "state": "California"
  5755. },
  5756. "geometry": {
  5757. "type": "Point",
  5758. "coordinates": [
  5759. -118.032844,
  5760. 33.9791793
  5761. ]
  5762. }
  5763. },
  5764. {
  5765. "type": "Feature",
  5766. "properties": {
  5767. "city": "Nampa",
  5768. "growth_10-13": "57.9%",
  5769. "population": "86518",
  5770. "state": "Idaho"
  5771. },
  5772. "geometry": {
  5773. "type": "Point",
  5774. "coordinates": [
  5775. -116.5634624,
  5776. 43.5407172
  5777. ]
  5778. }
  5779. },
  5780. {
  5781. "type": "Feature",
  5782. "properties": {
  5783. "city": "Bloomington",
  5784. "growth_10-13": "1.3%",
  5785. "population": "86319",
  5786. "state": "Minnesota"
  5787. },
  5788. "geometry": {
  5789. "type": "Point",
  5790. "coordinates": [
  5791. -93.2982799,
  5792. 44.840798
  5793. ]
  5794. }
  5795. },
  5796. {
  5797. "type": "Feature",
  5798. "properties": {
  5799. "city": "Deltona",
  5800. "growth_10-13": "23.1%",
  5801. "population": "86290",
  5802. "state": "Florida"
  5803. },
  5804. "geometry": {
  5805. "type": "Point",
  5806. "coordinates": [
  5807. -81.26367379999999,
  5808. 28.9005446
  5809. ]
  5810. }
  5811. },
  5812. {
  5813. "type": "Feature",
  5814. "properties": {
  5815. "city": "Hawthorne",
  5816. "growth_10-13": "2.3%",
  5817. "population": "86199",
  5818. "state": "California"
  5819. },
  5820. "geometry": {
  5821. "type": "Point",
  5822. "coordinates": [
  5823. -118.3525748,
  5824. 33.9164032
  5825. ]
  5826. }
  5827. },
  5828. {
  5829. "type": "Feature",
  5830. "properties": {
  5831. "city": "Duluth",
  5832. "growth_10-13": "-0.1%",
  5833. "population": "86128",
  5834. "state": "Minnesota"
  5835. },
  5836. "geometry": {
  5837. "type": "Point",
  5838. "coordinates": [
  5839. -92.1004852,
  5840. 46.78667189999999
  5841. ]
  5842. }
  5843. },
  5844. {
  5845. "type": "Feature",
  5846. "properties": {
  5847. "city": "Carmel",
  5848. "growth_10-13": "60.4%",
  5849. "population": "85927",
  5850. "state": "Indiana"
  5851. },
  5852. "geometry": {
  5853. "type": "Point",
  5854. "coordinates": [
  5855. -86.1180435,
  5856. 39.978371
  5857. ]
  5858. }
  5859. },
  5860. {
  5861. "type": "Feature",
  5862. "properties": {
  5863. "city": "Suffolk",
  5864. "growth_10-13": "33.5%",
  5865. "population": "85728",
  5866. "state": "Virginia"
  5867. },
  5868. "geometry": {
  5869. "type": "Point",
  5870. "coordinates": [
  5871. -76.5835621,
  5872. 36.7282054
  5873. ]
  5874. }
  5875. },
  5876. {
  5877. "type": "Feature",
  5878. "properties": {
  5879. "city": "Clifton",
  5880. "growth_10-13": "7.9%",
  5881. "population": "85390",
  5882. "state": "New Jersey"
  5883. },
  5884. "geometry": {
  5885. "type": "Point",
  5886. "coordinates": [
  5887. -74.16375529999999,
  5888. 40.8584328
  5889. ]
  5890. }
  5891. },
  5892. {
  5893. "type": "Feature",
  5894. "properties": {
  5895. "city": "Citrus Heights",
  5896. "growth_10-13": "-0.1%",
  5897. "population": "85285",
  5898. "state": "California"
  5899. },
  5900. "geometry": {
  5901. "type": "Point",
  5902. "coordinates": [
  5903. -121.2810611,
  5904. 38.7071247
  5905. ]
  5906. }
  5907. },
  5908. {
  5909. "type": "Feature",
  5910. "properties": {
  5911. "city": "Livermore",
  5912. "growth_10-13": "15.1%",
  5913. "population": "85156",
  5914. "state": "California"
  5915. },
  5916. "geometry": {
  5917. "type": "Point",
  5918. "coordinates": [
  5919. -121.7680088,
  5920. 37.6818745
  5921. ]
  5922. }
  5923. },
  5924. {
  5925. "type": "Feature",
  5926. "properties": {
  5927. "city": "Tracy",
  5928. "growth_10-13": "45.9%",
  5929. "population": "84691",
  5930. "state": "California"
  5931. },
  5932. "geometry": {
  5933. "type": "Point",
  5934. "coordinates": [
  5935. -121.4252227,
  5936. 37.7396513
  5937. ]
  5938. }
  5939. },
  5940. {
  5941. "type": "Feature",
  5942. "properties": {
  5943. "city": "Alhambra",
  5944. "growth_10-13": "-0.7%",
  5945. "population": "84577",
  5946. "state": "California"
  5947. },
  5948. "geometry": {
  5949. "type": "Point",
  5950. "coordinates": [
  5951. -118.1270146,
  5952. 34.095287
  5953. ]
  5954. }
  5955. },
  5956. {
  5957. "type": "Feature",
  5958. "properties": {
  5959. "city": "Kirkland",
  5960. "growth_10-13": "87.5%",
  5961. "population": "84430",
  5962. "state": "Washington"
  5963. },
  5964. "geometry": {
  5965. "type": "Point",
  5966. "coordinates": [
  5967. -122.2087353,
  5968. 47.6814875
  5969. ]
  5970. }
  5971. },
  5972. {
  5973. "type": "Feature",
  5974. "properties": {
  5975. "city": "Trenton",
  5976. "growth_10-13": "-1.2%",
  5977. "population": "84349",
  5978. "state": "New Jersey"
  5979. },
  5980. "geometry": {
  5981. "type": "Point",
  5982. "coordinates": [
  5983. -74.7429384,
  5984. 40.2170534
  5985. ]
  5986. }
  5987. },
  5988. {
  5989. "type": "Feature",
  5990. "properties": {
  5991. "city": "Ogden",
  5992. "growth_10-13": "8.6%",
  5993. "population": "84249",
  5994. "state": "Utah"
  5995. },
  5996. "geometry": {
  5997. "type": "Point",
  5998. "coordinates": [
  5999. -111.9738304,
  6000. 41.223
  6001. ]
  6002. }
  6003. },
  6004. {
  6005. "type": "Feature",
  6006. "properties": {
  6007. "city": "Hoover",
  6008. "growth_10-13": "32.7%",
  6009. "population": "84126",
  6010. "state": "Alabama"
  6011. },
  6012. "geometry": {
  6013. "type": "Point",
  6014. "coordinates": [
  6015. -86.8113781,
  6016. 33.4053867
  6017. ]
  6018. }
  6019. },
  6020. {
  6021. "type": "Feature",
  6022. "properties": {
  6023. "city": "Cicero",
  6024. "growth_10-13": "-1.6%",
  6025. "population": "84103",
  6026. "state": "Illinois"
  6027. },
  6028. "geometry": {
  6029. "type": "Point",
  6030. "coordinates": [
  6031. -87.7539448,
  6032. 41.8455877
  6033. ]
  6034. }
  6035. },
  6036. {
  6037. "type": "Feature",
  6038. "properties": {
  6039. "city": "Fishers",
  6040. "growth_10-13": "114.8%",
  6041. "population": "83891",
  6042. "state": "Indiana"
  6043. },
  6044. "geometry": {
  6045. "type": "Point",
  6046. "coordinates": [
  6047. -86.01335,
  6048. 39.9567548
  6049. ]
  6050. }
  6051. },
  6052. {
  6053. "type": "Feature",
  6054. "properties": {
  6055. "city": "Sugar Land",
  6056. "growth_10-13": "29.1%",
  6057. "population": "83860",
  6058. "state": "Texas"
  6059. },
  6060. "geometry": {
  6061. "type": "Point",
  6062. "coordinates": [
  6063. -95.6349463,
  6064. 29.6196787
  6065. ]
  6066. }
  6067. },
  6068. {
  6069. "type": "Feature",
  6070. "properties": {
  6071. "city": "Danbury",
  6072. "growth_10-13": "11.4%",
  6073. "population": "83684",
  6074. "state": "Connecticut"
  6075. },
  6076. "geometry": {
  6077. "type": "Point",
  6078. "coordinates": [
  6079. -73.4540111,
  6080. 41.394817
  6081. ]
  6082. }
  6083. },
  6084. {
  6085. "type": "Feature",
  6086. "properties": {
  6087. "city": "Meridian",
  6088. "growth_10-13": "127.6%",
  6089. "population": "83596",
  6090. "state": "Idaho"
  6091. },
  6092. "geometry": {
  6093. "type": "Point",
  6094. "coordinates": [
  6095. -116.3915131,
  6096. 43.6121087
  6097. ]
  6098. }
  6099. },
  6100. {
  6101. "type": "Feature",
  6102. "properties": {
  6103. "city": "Indio",
  6104. "growth_10-13": "66.0%",
  6105. "population": "83539",
  6106. "state": "California"
  6107. },
  6108. "geometry": {
  6109. "type": "Point",
  6110. "coordinates": [
  6111. -116.2155619,
  6112. 33.7205771
  6113. ]
  6114. }
  6115. },
  6116. {
  6117. "type": "Feature",
  6118. "properties": {
  6119. "city": "Concord",
  6120. "growth_10-13": "47.4%",
  6121. "population": "83506",
  6122. "state": "North Carolina"
  6123. },
  6124. "geometry": {
  6125. "type": "Point",
  6126. "coordinates": [
  6127. -80.579511,
  6128. 35.4087517
  6129. ]
  6130. }
  6131. },
  6132. {
  6133. "type": "Feature",
  6134. "properties": {
  6135. "city": "Menifee",
  6136. "growth_10-13": "95.0%",
  6137. "population": "83447",
  6138. "state": "California"
  6139. },
  6140. "geometry": {
  6141. "type": "Point",
  6142. "coordinates": [
  6143. -117.185294,
  6144. 33.6971468
  6145. ]
  6146. }
  6147. },
  6148. {
  6149. "type": "Feature",
  6150. "properties": {
  6151. "city": "Champaign",
  6152. "growth_10-13": "18.3%",
  6153. "population": "83424",
  6154. "state": "Illinois"
  6155. },
  6156. "geometry": {
  6157. "type": "Point",
  6158. "coordinates": [
  6159. -88.2433829,
  6160. 40.1164204
  6161. ]
  6162. }
  6163. },
  6164. {
  6165. "type": "Feature",
  6166. "properties": {
  6167. "city": "Buena Park",
  6168. "growth_10-13": "6.1%",
  6169. "population": "82882",
  6170. "state": "California"
  6171. },
  6172. "geometry": {
  6173. "type": "Point",
  6174. "coordinates": [
  6175. -117.9981181,
  6176. 33.8675143
  6177. ]
  6178. }
  6179. },
  6180. {
  6181. "type": "Feature",
  6182. "properties": {
  6183. "city": "Troy",
  6184. "growth_10-13": "2.2%",
  6185. "population": "82821",
  6186. "state": "Michigan"
  6187. },
  6188. "geometry": {
  6189. "type": "Point",
  6190. "coordinates": [
  6191. -83.1497751,
  6192. 42.6064095
  6193. ]
  6194. }
  6195. },
  6196. {
  6197. "type": "Feature",
  6198. "properties": {
  6199. "city": "O'Fallon",
  6200. "growth_10-13": "62.6%",
  6201. "population": "82809",
  6202. "state": "Missouri"
  6203. },
  6204. "geometry": {
  6205. "type": "Point",
  6206. "coordinates": [
  6207. -90.69984769999999,
  6208. 38.8106075
  6209. ]
  6210. }
  6211. },
  6212. {
  6213. "type": "Feature",
  6214. "properties": {
  6215. "city": "Johns Creek",
  6216. "growth_10-13": "36.5%",
  6217. "population": "82788",
  6218. "state": "Georgia"
  6219. },
  6220. "geometry": {
  6221. "type": "Point",
  6222. "coordinates": [
  6223. -84.198579,
  6224. 34.0289259
  6225. ]
  6226. }
  6227. },
  6228. {
  6229. "type": "Feature",
  6230. "properties": {
  6231. "city": "Bellingham",
  6232. "growth_10-13": "21.8%",
  6233. "population": "82631",
  6234. "state": "Washington"
  6235. },
  6236. "geometry": {
  6237. "type": "Point",
  6238. "coordinates": [
  6239. -122.4781473,
  6240. 48.74908
  6241. ]
  6242. }
  6243. },
  6244. {
  6245. "type": "Feature",
  6246. "properties": {
  6247. "city": "Westland",
  6248. "growth_10-13": "-4.7%",
  6249. "population": "82578",
  6250. "state": "Michigan"
  6251. },
  6252. "geometry": {
  6253. "type": "Point",
  6254. "coordinates": [
  6255. -83.400211,
  6256. 42.32420399999999
  6257. ]
  6258. }
  6259. },
  6260. {
  6261. "type": "Feature",
  6262. "properties": {
  6263. "city": "Bloomington",
  6264. "growth_10-13": "16.1%",
  6265. "population": "82575",
  6266. "state": "Indiana"
  6267. },
  6268. "geometry": {
  6269. "type": "Point",
  6270. "coordinates": [
  6271. -86.52638569999999,
  6272. 39.165325
  6273. ]
  6274. }
  6275. },
  6276. {
  6277. "type": "Feature",
  6278. "properties": {
  6279. "city": "Sioux City",
  6280. "growth_10-13": "-2.9%",
  6281. "population": "82459",
  6282. "state": "Iowa"
  6283. },
  6284. "geometry": {
  6285. "type": "Point",
  6286. "coordinates": [
  6287. -96.40030689999999,
  6288. 42.4999942
  6289. ]
  6290. }
  6291. },
  6292. {
  6293. "type": "Feature",
  6294. "properties": {
  6295. "city": "Warwick",
  6296. "growth_10-13": "-4.6%",
  6297. "population": "81971",
  6298. "state": "Rhode Island"
  6299. },
  6300. "geometry": {
  6301. "type": "Point",
  6302. "coordinates": [
  6303. -71.4161671,
  6304. 41.7001009
  6305. ]
  6306. }
  6307. },
  6308. {
  6309. "type": "Feature",
  6310. "properties": {
  6311. "city": "Hemet",
  6312. "growth_10-13": "37.6%",
  6313. "population": "81750",
  6314. "state": "California"
  6315. },
  6316. "geometry": {
  6317. "type": "Point",
  6318. "coordinates": [
  6319. -116.9719684,
  6320. 33.7475203
  6321. ]
  6322. }
  6323. },
  6324. {
  6325. "type": "Feature",
  6326. "properties": {
  6327. "city": "Longview",
  6328. "growth_10-13": "11.6%",
  6329. "population": "81443",
  6330. "state": "Texas"
  6331. },
  6332. "geometry": {
  6333. "type": "Point",
  6334. "coordinates": [
  6335. -94.74048909999999,
  6336. 32.5007037
  6337. ]
  6338. }
  6339. },
  6340. {
  6341. "type": "Feature",
  6342. "properties": {
  6343. "city": "Farmington Hills",
  6344. "growth_10-13": "-0.9%",
  6345. "population": "81295",
  6346. "state": "Michigan"
  6347. },
  6348. "geometry": {
  6349. "type": "Point",
  6350. "coordinates": [
  6351. -83.3677168,
  6352. 42.4989936
  6353. ]
  6354. }
  6355. },
  6356. {
  6357. "type": "Feature",
  6358. "properties": {
  6359. "city": "Bend",
  6360. "growth_10-13": "54.3%",
  6361. "population": "81236",
  6362. "state": "Oregon"
  6363. },
  6364. "geometry": {
  6365. "type": "Point",
  6366. "coordinates": [
  6367. -121.3153096,
  6368. 44.0581728
  6369. ]
  6370. }
  6371. },
  6372. {
  6373. "type": "Feature",
  6374. "properties": {
  6375. "city": "Lakewood",
  6376. "growth_10-13": "2.1%",
  6377. "population": "81121",
  6378. "state": "California"
  6379. },
  6380. "geometry": {
  6381. "type": "Point",
  6382. "coordinates": [
  6383. -118.1339563,
  6384. 33.8536269
  6385. ]
  6386. }
  6387. },
  6388. {
  6389. "type": "Feature",
  6390. "properties": {
  6391. "city": "Merced",
  6392. "growth_10-13": "25.4%",
  6393. "population": "81102",
  6394. "state": "California"
  6395. },
  6396. "geometry": {
  6397. "type": "Point",
  6398. "coordinates": [
  6399. -120.4829677,
  6400. 37.3021632
  6401. ]
  6402. }
  6403. },
  6404. {
  6405. "type": "Feature",
  6406. "properties": {
  6407. "city": "Mission",
  6408. "growth_10-13": "74.5%",
  6409. "population": "81050",
  6410. "state": "Texas"
  6411. },
  6412. "geometry": {
  6413. "type": "Point",
  6414. "coordinates": [
  6415. -98.32529319999999,
  6416. 26.2159066
  6417. ]
  6418. }
  6419. },
  6420. {
  6421. "type": "Feature",
  6422. "properties": {
  6423. "city": "Chino",
  6424. "growth_10-13": "15.6%",
  6425. "population": "80988",
  6426. "state": "California"
  6427. },
  6428. "geometry": {
  6429. "type": "Point",
  6430. "coordinates": [
  6431. -117.688944,
  6432. 34.0122346
  6433. ]
  6434. }
  6435. },
  6436. {
  6437. "type": "Feature",
  6438. "properties": {
  6439. "city": "Redwood City",
  6440. "growth_10-13": "7.1%",
  6441. "population": "80872",
  6442. "state": "California"
  6443. },
  6444. "geometry": {
  6445. "type": "Point",
  6446. "coordinates": [
  6447. -122.2363548,
  6448. 37.48521520000001
  6449. ]
  6450. }
  6451. },
  6452. {
  6453. "type": "Feature",
  6454. "properties": {
  6455. "city": "Edinburg",
  6456. "growth_10-13": "65.1%",
  6457. "population": "80836",
  6458. "state": "Texas"
  6459. },
  6460. "geometry": {
  6461. "type": "Point",
  6462. "coordinates": [
  6463. -98.1633432,
  6464. 26.3017374
  6465. ]
  6466. }
  6467. },
  6468. {
  6469. "type": "Feature",
  6470. "properties": {
  6471. "city": "Cranston",
  6472. "growth_10-13": "1.4%",
  6473. "population": "80566",
  6474. "state": "Rhode Island"
  6475. },
  6476. "geometry": {
  6477. "type": "Point",
  6478. "coordinates": [
  6479. -71.4372796,
  6480. 41.7798226
  6481. ]
  6482. }
  6483. },
  6484. {
  6485. "type": "Feature",
  6486. "properties": {
  6487. "city": "Parma",
  6488. "growth_10-13": "-5.9%",
  6489. "population": "80429",
  6490. "state": "Ohio"
  6491. },
  6492. "geometry": {
  6493. "type": "Point",
  6494. "coordinates": [
  6495. -81.7229086,
  6496. 41.4047742
  6497. ]
  6498. }
  6499. },
  6500. {
  6501. "type": "Feature",
  6502. "properties": {
  6503. "city": "New Rochelle",
  6504. "growth_10-13": "9.9%",
  6505. "population": "79446",
  6506. "state": "New York"
  6507. },
  6508. "geometry": {
  6509. "type": "Point",
  6510. "coordinates": [
  6511. -73.7823549,
  6512. 40.9114882
  6513. ]
  6514. }
  6515. },
  6516. {
  6517. "type": "Feature",
  6518. "properties": {
  6519. "city": "Lake Forest",
  6520. "growth_10-13": "4.2%",
  6521. "population": "79312",
  6522. "state": "California"
  6523. },
  6524. "geometry": {
  6525. "type": "Point",
  6526. "coordinates": [
  6527. -117.689218,
  6528. 33.6469661
  6529. ]
  6530. }
  6531. },
  6532. {
  6533. "type": "Feature",
  6534. "properties": {
  6535. "city": "Napa",
  6536. "growth_10-13": "8.4%",
  6537. "population": "79068",
  6538. "state": "California"
  6539. },
  6540. "geometry": {
  6541. "type": "Point",
  6542. "coordinates": [
  6543. -122.286865,
  6544. 38.2975381
  6545. ]
  6546. }
  6547. },
  6548. {
  6549. "type": "Feature",
  6550. "properties": {
  6551. "city": "Hammond",
  6552. "growth_10-13": "-4.6%",
  6553. "population": "78967",
  6554. "state": "Indiana"
  6555. },
  6556. "geometry": {
  6557. "type": "Point",
  6558. "coordinates": [
  6559. -87.5000412,
  6560. 41.5833688
  6561. ]
  6562. }
  6563. },
  6564. {
  6565. "type": "Feature",
  6566. "properties": {
  6567. "city": "Fayetteville",
  6568. "growth_10-13": "32.9%",
  6569. "population": "78960",
  6570. "state": "Arkansas"
  6571. },
  6572. "geometry": {
  6573. "type": "Point",
  6574. "coordinates": [
  6575. -94.1574263,
  6576. 36.0625795
  6577. ]
  6578. }
  6579. },
  6580. {
  6581. "type": "Feature",
  6582. "properties": {
  6583. "city": "Bloomington",
  6584. "growth_10-13": "20.1%",
  6585. "population": "78902",
  6586. "state": "Illinois"
  6587. },
  6588. "geometry": {
  6589. "type": "Point",
  6590. "coordinates": [
  6591. -88.99368729999999,
  6592. 40.4842027
  6593. ]
  6594. }
  6595. },
  6596. {
  6597. "type": "Feature",
  6598. "properties": {
  6599. "city": "Avondale",
  6600. "growth_10-13": "111.5%",
  6601. "population": "78822",
  6602. "state": "Arizona"
  6603. },
  6604. "geometry": {
  6605. "type": "Point",
  6606. "coordinates": [
  6607. -112.3496021,
  6608. 33.4355977
  6609. ]
  6610. }
  6611. },
  6612. {
  6613. "type": "Feature",
  6614. "properties": {
  6615. "city": "Somerville",
  6616. "growth_10-13": "1.6%",
  6617. "population": "78804",
  6618. "state": "Massachusetts"
  6619. },
  6620. "geometry": {
  6621. "type": "Point",
  6622. "coordinates": [
  6623. -71.0994968,
  6624. 42.3875968
  6625. ]
  6626. }
  6627. },
  6628. {
  6629. "type": "Feature",
  6630. "properties": {
  6631. "city": "Palm Coast",
  6632. "growth_10-13": "137.2%",
  6633. "population": "78740",
  6634. "state": "Florida"
  6635. },
  6636. "geometry": {
  6637. "type": "Point",
  6638. "coordinates": [
  6639. -81.20786989999999,
  6640. 29.5844524
  6641. ]
  6642. }
  6643. },
  6644. {
  6645. "type": "Feature",
  6646. "properties": {
  6647. "city": "Bryan",
  6648. "growth_10-13": "19.3%",
  6649. "population": "78709",
  6650. "state": "Texas"
  6651. },
  6652. "geometry": {
  6653. "type": "Point",
  6654. "coordinates": [
  6655. -96.3699632,
  6656. 30.6743643
  6657. ]
  6658. }
  6659. },
  6660. {
  6661. "type": "Feature",
  6662. "properties": {
  6663. "city": "Gary",
  6664. "growth_10-13": "-23.4%",
  6665. "population": "78450",
  6666. "state": "Indiana"
  6667. },
  6668. "geometry": {
  6669. "type": "Point",
  6670. "coordinates": [
  6671. -87.3464271,
  6672. 41.5933696
  6673. ]
  6674. }
  6675. },
  6676. {
  6677. "type": "Feature",
  6678. "properties": {
  6679. "city": "Largo",
  6680. "growth_10-13": "5.1%",
  6681. "population": "78409",
  6682. "state": "Florida"
  6683. },
  6684. "geometry": {
  6685. "type": "Point",
  6686. "coordinates": [
  6687. -82.7873244,
  6688. 27.9094665
  6689. ]
  6690. }
  6691. },
  6692. {
  6693. "type": "Feature",
  6694. "properties": {
  6695. "city": "Brooklyn Park",
  6696. "growth_10-13": "16.0%",
  6697. "population": "78373",
  6698. "state": "Minnesota"
  6699. },
  6700. "geometry": {
  6701. "type": "Point",
  6702. "coordinates": [
  6703. -93.3563405,
  6704. 45.0941315
  6705. ]
  6706. }
  6707. },
  6708. {
  6709. "type": "Feature",
  6710. "properties": {
  6711. "city": "Tustin",
  6712. "growth_10-13": "15.6%",
  6713. "population": "78327",
  6714. "state": "California"
  6715. },
  6716. "geometry": {
  6717. "type": "Point",
  6718. "coordinates": [
  6719. -117.826166,
  6720. 33.7458511
  6721. ]
  6722. }
  6723. },
  6724. {
  6725. "type": "Feature",
  6726. "properties": {
  6727. "city": "Racine",
  6728. "growth_10-13": "-4.4%",
  6729. "population": "78199",
  6730. "state": "Wisconsin"
  6731. },
  6732. "geometry": {
  6733. "type": "Point",
  6734. "coordinates": [
  6735. -87.78285230000002,
  6736. 42.7261309
  6737. ]
  6738. }
  6739. },
  6740. {
  6741. "type": "Feature",
  6742. "properties": {
  6743. "city": "Deerfield Beach",
  6744. "growth_10-13": "4.8%",
  6745. "population": "78041",
  6746. "state": "Florida"
  6747. },
  6748. "geometry": {
  6749. "type": "Point",
  6750. "coordinates": [
  6751. -80.09976569999999,
  6752. 26.3184123
  6753. ]
  6754. }
  6755. },
  6756. {
  6757. "type": "Feature",
  6758. "properties": {
  6759. "city": "Lynchburg",
  6760. "growth_10-13": "19.5%",
  6761. "population": "78014",
  6762. "state": "Virginia"
  6763. },
  6764. "geometry": {
  6765. "type": "Point",
  6766. "coordinates": [
  6767. -79.14224639999999,
  6768. 37.4137536
  6769. ]
  6770. }
  6771. },
  6772. {
  6773. "type": "Feature",
  6774. "properties": {
  6775. "city": "Mountain View",
  6776. "growth_10-13": "10.1%",
  6777. "population": "77846",
  6778. "state": "California"
  6779. },
  6780. "geometry": {
  6781. "type": "Point",
  6782. "coordinates": [
  6783. -122.0838511,
  6784. 37.3860517
  6785. ]
  6786. }
  6787. },
  6788. {
  6789. "type": "Feature",
  6790. "properties": {
  6791. "city": "Medford",
  6792. "growth_10-13": "17.1%",
  6793. "population": "77677",
  6794. "state": "Oregon"
  6795. },
  6796. "geometry": {
  6797. "type": "Point",
  6798. "coordinates": [
  6799. -122.8755949,
  6800. 42.3265152
  6801. ]
  6802. }
  6803. },
  6804. {
  6805. "type": "Feature",
  6806. "properties": {
  6807. "city": "Lawrence",
  6808. "growth_10-13": "7.5%",
  6809. "population": "77657",
  6810. "state": "Massachusetts"
  6811. },
  6812. "geometry": {
  6813. "type": "Point",
  6814. "coordinates": [
  6815. -71.1631137,
  6816. 42.7070354
  6817. ]
  6818. }
  6819. },
  6820. {
  6821. "type": "Feature",
  6822. "properties": {
  6823. "city": "Bellflower",
  6824. "growth_10-13": "6.3%",
  6825. "population": "77593",
  6826. "state": "California"
  6827. },
  6828. "geometry": {
  6829. "type": "Point",
  6830. "coordinates": [
  6831. -118.1170117,
  6832. 33.8816818
  6833. ]
  6834. }
  6835. },
  6836. {
  6837. "type": "Feature",
  6838. "properties": {
  6839. "city": "Melbourne",
  6840. "growth_10-13": "5.9%",
  6841. "population": "77508",
  6842. "state": "Florida"
  6843. },
  6844. "geometry": {
  6845. "type": "Point",
  6846. "coordinates": [
  6847. -80.60810889999999,
  6848. 28.0836269
  6849. ]
  6850. }
  6851. },
  6852. {
  6853. "type": "Feature",
  6854. "properties": {
  6855. "city": "St. Joseph",
  6856. "growth_10-13": "4.1%",
  6857. "population": "77147",
  6858. "state": "Missouri"
  6859. },
  6860. "geometry": {
  6861. "type": "Point",
  6862. "coordinates": [
  6863. -94.84668099999999,
  6864. 39.7674578
  6865. ]
  6866. }
  6867. },
  6868. {
  6869. "type": "Feature",
  6870. "properties": {
  6871. "city": "Camden",
  6872. "growth_10-13": "-3.6%",
  6873. "population": "76903",
  6874. "state": "New Jersey"
  6875. },
  6876. "geometry": {
  6877. "type": "Point",
  6878. "coordinates": [
  6879. -75.1196199,
  6880. 39.9259463
  6881. ]
  6882. }
  6883. },
  6884. {
  6885. "type": "Feature",
  6886. "properties": {
  6887. "city": "St. George",
  6888. "growth_10-13": "53.1%",
  6889. "population": "76817",
  6890. "state": "Utah"
  6891. },
  6892. "geometry": {
  6893. "type": "Point",
  6894. "coordinates": [
  6895. -113.5684164,
  6896. 37.0965278
  6897. ]
  6898. }
  6899. },
  6900. {
  6901. "type": "Feature",
  6902. "properties": {
  6903. "city": "Kennewick",
  6904. "growth_10-13": "29.1%",
  6905. "population": "76762",
  6906. "state": "Washington"
  6907. },
  6908. "geometry": {
  6909. "type": "Point",
  6910. "coordinates": [
  6911. -119.1372338,
  6912. 46.2112458
  6913. ]
  6914. }
  6915. },
  6916. {
  6917. "type": "Feature",
  6918. "properties": {
  6919. "city": "Baldwin Park",
  6920. "growth_10-13": "0.8%",
  6921. "population": "76635",
  6922. "state": "California"
  6923. },
  6924. "geometry": {
  6925. "type": "Point",
  6926. "coordinates": [
  6927. -117.9608978,
  6928. 34.0852868
  6929. ]
  6930. }
  6931. },
  6932. {
  6933. "type": "Feature",
  6934. "properties": {
  6935. "city": "Chino Hills",
  6936. "growth_10-13": "13.6%",
  6937. "population": "76572",
  6938. "state": "California"
  6939. },
  6940. "geometry": {
  6941. "type": "Point",
  6942. "coordinates": [
  6943. -117.7325848,
  6944. 33.9898188
  6945. ]
  6946. }
  6947. },
  6948. {
  6949. "type": "Feature",
  6950. "properties": {
  6951. "city": "Alameda",
  6952. "growth_10-13": "5.4%",
  6953. "population": "76419",
  6954. "state": "California"
  6955. },
  6956. "geometry": {
  6957. "type": "Point",
  6958. "coordinates": [
  6959. -122.2416355,
  6960. 37.7652065
  6961. ]
  6962. }
  6963. },
  6964. {
  6965. "type": "Feature",
  6966. "properties": {
  6967. "city": "Albany",
  6968. "growth_10-13": "-0.6%",
  6969. "population": "76185",
  6970. "state": "Georgia"
  6971. },
  6972. "geometry": {
  6973. "type": "Point",
  6974. "coordinates": [
  6975. -84.15574099999999,
  6976. 31.5785074
  6977. ]
  6978. }
  6979. },
  6980. {
  6981. "type": "Feature",
  6982. "properties": {
  6983. "city": "Arlington Heights",
  6984. "growth_10-13": "-0.6%",
  6985. "population": "75994",
  6986. "state": "Illinois"
  6987. },
  6988. "geometry": {
  6989. "type": "Point",
  6990. "coordinates": [
  6991. -87.98062650000001,
  6992. 42.0883603
  6993. ]
  6994. }
  6995. },
  6996. {
  6997. "type": "Feature",
  6998. "properties": {
  6999. "city": "Scranton",
  7000. "growth_10-13": "0.0%",
  7001. "population": "75806",
  7002. "state": "Pennsylvania"
  7003. },
  7004. "geometry": {
  7005. "type": "Point",
  7006. "coordinates": [
  7007. -75.66241219999999,
  7008. 41.408969
  7009. ]
  7010. }
  7011. },
  7012. {
  7013. "type": "Feature",
  7014. "properties": {
  7015. "city": "Evanston",
  7016. "growth_10-13": "1.9%",
  7017. "population": "75570",
  7018. "state": "Illinois"
  7019. },
  7020. "geometry": {
  7021. "type": "Point",
  7022. "coordinates": [
  7023. -87.68769689999999,
  7024. 42.0450722
  7025. ]
  7026. }
  7027. },
  7028. {
  7029. "type": "Feature",
  7030. "properties": {
  7031. "city": "Kalamazoo",
  7032. "growth_10-13": "-1.9%",
  7033. "population": "75548",
  7034. "state": "Michigan"
  7035. },
  7036. "geometry": {
  7037. "type": "Point",
  7038. "coordinates": [
  7039. -85.5872286,
  7040. 42.2917069
  7041. ]
  7042. }
  7043. },
  7044. {
  7045. "type": "Feature",
  7046. "properties": {
  7047. "city": "Baytown",
  7048. "growth_10-13": "13.1%",
  7049. "population": "75418",
  7050. "state": "Texas"
  7051. },
  7052. "geometry": {
  7053. "type": "Point",
  7054. "coordinates": [
  7055. -94.97742740000001,
  7056. 29.7355047
  7057. ]
  7058. }
  7059. },
  7060. {
  7061. "type": "Feature",
  7062. "properties": {
  7063. "city": "Upland",
  7064. "growth_10-13": "9.5%",
  7065. "population": "75413",
  7066. "state": "California"
  7067. },
  7068. "geometry": {
  7069. "type": "Point",
  7070. "coordinates": [
  7071. -117.6483876,
  7072. 34.09751
  7073. ]
  7074. }
  7075. },
  7076. {
  7077. "type": "Feature",
  7078. "properties": {
  7079. "city": "Springdale",
  7080. "growth_10-13": "57.1%",
  7081. "population": "75229",
  7082. "state": "Arkansas"
  7083. },
  7084. "geometry": {
  7085. "type": "Point",
  7086. "coordinates": [
  7087. -94.1288141,
  7088. 36.18674420000001
  7089. ]
  7090. }
  7091. },
  7092. {
  7093. "type": "Feature",
  7094. "properties": {
  7095. "city": "Bethlehem",
  7096. "growth_10-13": "5.2%",
  7097. "population": "75018",
  7098. "state": "Pennsylvania"
  7099. },
  7100. "geometry": {
  7101. "type": "Point",
  7102. "coordinates": [
  7103. -75.37045789999999,
  7104. 40.6259316
  7105. ]
  7106. }
  7107. },
  7108. {
  7109. "type": "Feature",
  7110. "properties": {
  7111. "city": "Schaumburg",
  7112. "growth_10-13": "-0.5%",
  7113. "population": "74907",
  7114. "state": "Illinois"
  7115. },
  7116. "geometry": {
  7117. "type": "Point",
  7118. "coordinates": [
  7119. -88.0834059,
  7120. 42.0333607
  7121. ]
  7122. }
  7123. },
  7124. {
  7125. "type": "Feature",
  7126. "properties": {
  7127. "city": "Mount Pleasant",
  7128. "growth_10-13": "53.2%",
  7129. "population": "74885",
  7130. "state": "South Carolina"
  7131. },
  7132. "geometry": {
  7133. "type": "Point",
  7134. "coordinates": [
  7135. -79.82842579999999,
  7136. 32.8323225
  7137. ]
  7138. }
  7139. },
  7140. {
  7141. "type": "Feature",
  7142. "properties": {
  7143. "city": "Auburn",
  7144. "growth_10-13": "34.9%",
  7145. "population": "74860",
  7146. "state": "Washington"
  7147. },
  7148. "geometry": {
  7149. "type": "Point",
  7150. "coordinates": [
  7151. -122.2284532,
  7152. 47.30732279999999
  7153. ]
  7154. }
  7155. },
  7156. {
  7157. "type": "Feature",
  7158. "properties": {
  7159. "city": "Decatur",
  7160. "growth_10-13": "-8.7%",
  7161. "population": "74710",
  7162. "state": "Illinois"
  7163. },
  7164. "geometry": {
  7165. "type": "Point",
  7166. "coordinates": [
  7167. -88.9548001,
  7168. 39.8403147
  7169. ]
  7170. }
  7171. },
  7172. {
  7173. "type": "Feature",
  7174. "properties": {
  7175. "city": "San Ramon",
  7176. "growth_10-13": "65.8%",
  7177. "population": "74513",
  7178. "state": "California"
  7179. },
  7180. "geometry": {
  7181. "type": "Point",
  7182. "coordinates": [
  7183. -121.9780153,
  7184. 37.7799273
  7185. ]
  7186. }
  7187. },
  7188. {
  7189. "type": "Feature",
  7190. "properties": {
  7191. "city": "Pleasanton",
  7192. "growth_10-13": "15.2%",
  7193. "population": "74110",
  7194. "state": "California"
  7195. },
  7196. "geometry": {
  7197. "type": "Point",
  7198. "coordinates": [
  7199. -121.8746789,
  7200. 37.6624312
  7201. ]
  7202. }
  7203. },
  7204. {
  7205. "type": "Feature",
  7206. "properties": {
  7207. "city": "Wyoming",
  7208. "growth_10-13": "6.5%",
  7209. "population": "74100",
  7210. "state": "Michigan"
  7211. },
  7212. "geometry": {
  7213. "type": "Point",
  7214. "coordinates": [
  7215. -85.7053085,
  7216. 42.9133602
  7217. ]
  7218. }
  7219. },
  7220. {
  7221. "type": "Feature",
  7222. "properties": {
  7223. "city": "Lake Charles",
  7224. "growth_10-13": "3.0%",
  7225. "population": "74024",
  7226. "state": "Louisiana"
  7227. },
  7228. "geometry": {
  7229. "type": "Point",
  7230. "coordinates": [
  7231. -93.2173758,
  7232. 30.2265949
  7233. ]
  7234. }
  7235. },
  7236. {
  7237. "type": "Feature",
  7238. "properties": {
  7239. "city": "Plymouth",
  7240. "growth_10-13": "12.0%",
  7241. "population": "73987",
  7242. "state": "Minnesota"
  7243. },
  7244. "geometry": {
  7245. "type": "Point",
  7246. "coordinates": [
  7247. -93.4555093,
  7248. 45.0105194
  7249. ]
  7250. }
  7251. },
  7252. {
  7253. "type": "Feature",
  7254. "properties": {
  7255. "city": "Bolingbrook",
  7256. "growth_10-13": "29.7%",
  7257. "population": "73936",
  7258. "state": "Illinois"
  7259. },
  7260. "geometry": {
  7261. "type": "Point",
  7262. "coordinates": [
  7263. -88.0683955,
  7264. 41.69864159999999
  7265. ]
  7266. }
  7267. },
  7268. {
  7269. "type": "Feature",
  7270. "properties": {
  7271. "city": "Pharr",
  7272. "growth_10-13": "55.7%",
  7273. "population": "73790",
  7274. "state": "Texas"
  7275. },
  7276. "geometry": {
  7277. "type": "Point",
  7278. "coordinates": [
  7279. -98.1836216,
  7280. 26.1947962
  7281. ]
  7282. }
  7283. },
  7284. {
  7285. "type": "Feature",
  7286. "properties": {
  7287. "city": "Appleton",
  7288. "growth_10-13": "4.5%",
  7289. "population": "73596",
  7290. "state": "Wisconsin"
  7291. },
  7292. "geometry": {
  7293. "type": "Point",
  7294. "coordinates": [
  7295. -88.41538469999999,
  7296. 44.2619309
  7297. ]
  7298. }
  7299. },
  7300. {
  7301. "type": "Feature",
  7302. "properties": {
  7303. "city": "Gastonia",
  7304. "growth_10-13": "8.2%",
  7305. "population": "73209",
  7306. "state": "North Carolina"
  7307. },
  7308. "geometry": {
  7309. "type": "Point",
  7310. "coordinates": [
  7311. -81.18730049999999,
  7312. 35.262082
  7313. ]
  7314. }
  7315. },
  7316. {
  7317. "type": "Feature",
  7318. "properties": {
  7319. "city": "Folsom",
  7320. "growth_10-13": "38.6%",
  7321. "population": "73098",
  7322. "state": "California"
  7323. },
  7324. "geometry": {
  7325. "type": "Point",
  7326. "coordinates": [
  7327. -121.1760583,
  7328. 38.6779591
  7329. ]
  7330. }
  7331. },
  7332. {
  7333. "type": "Feature",
  7334. "properties": {
  7335. "city": "Southfield",
  7336. "growth_10-13": "-6.7%",
  7337. "population": "73006",
  7338. "state": "Michigan"
  7339. },
  7340. "geometry": {
  7341. "type": "Point",
  7342. "coordinates": [
  7343. -83.2218731,
  7344. 42.4733688
  7345. ]
  7346. }
  7347. },
  7348. {
  7349. "type": "Feature",
  7350. "properties": {
  7351. "city": "Rochester Hills",
  7352. "growth_10-13": "5.7%",
  7353. "population": "72952",
  7354. "state": "Michigan"
  7355. },
  7356. "geometry": {
  7357. "type": "Point",
  7358. "coordinates": [
  7359. -83.1499322,
  7360. 42.65836609999999
  7361. ]
  7362. }
  7363. },
  7364. {
  7365. "type": "Feature",
  7366. "properties": {
  7367. "city": "New Britain",
  7368. "growth_10-13": "1.9%",
  7369. "population": "72939",
  7370. "state": "Connecticut"
  7371. },
  7372. "geometry": {
  7373. "type": "Point",
  7374. "coordinates": [
  7375. -72.7795419,
  7376. 41.6612104
  7377. ]
  7378. }
  7379. },
  7380. {
  7381. "type": "Feature",
  7382. "properties": {
  7383. "city": "Goodyear",
  7384. "growth_10-13": "271.0%",
  7385. "population": "72864",
  7386. "state": "Arizona"
  7387. },
  7388. "geometry": {
  7389. "type": "Point",
  7390. "coordinates": [
  7391. -112.3576567,
  7392. 33.4353394
  7393. ]
  7394. }
  7395. },
  7396. {
  7397. "type": "Feature",
  7398. "properties": {
  7399. "city": "Canton",
  7400. "growth_10-13": "-10.3%",
  7401. "population": "72535",
  7402. "state": "Ohio"
  7403. },
  7404. "geometry": {
  7405. "type": "Point",
  7406. "coordinates": [
  7407. -81.378447,
  7408. 40.79894729999999
  7409. ]
  7410. }
  7411. },
  7412. {
  7413. "type": "Feature",
  7414. "properties": {
  7415. "city": "Warner Robins",
  7416. "growth_10-13": "45.7%",
  7417. "population": "72531",
  7418. "state": "Georgia"
  7419. },
  7420. "geometry": {
  7421. "type": "Point",
  7422. "coordinates": [
  7423. -83.624201,
  7424. 32.6130007
  7425. ]
  7426. }
  7427. },
  7428. {
  7429. "type": "Feature",
  7430. "properties": {
  7431. "city": "Union City",
  7432. "growth_10-13": "7.4%",
  7433. "population": "72528",
  7434. "state": "California"
  7435. },
  7436. "geometry": {
  7437. "type": "Point",
  7438. "coordinates": [
  7439. -122.0438298,
  7440. 37.5933918
  7441. ]
  7442. }
  7443. },
  7444. {
  7445. "type": "Feature",
  7446. "properties": {
  7447. "city": "Perris",
  7448. "growth_10-13": "98.7%",
  7449. "population": "72326",
  7450. "state": "California"
  7451. },
  7452. "geometry": {
  7453. "type": "Point",
  7454. "coordinates": [
  7455. -117.2286478,
  7456. 33.7825194
  7457. ]
  7458. }
  7459. },
  7460. {
  7461. "type": "Feature",
  7462. "properties": {
  7463. "city": "Manteca",
  7464. "growth_10-13": "42.7%",
  7465. "population": "71948",
  7466. "state": "California"
  7467. },
  7468. "geometry": {
  7469. "type": "Point",
  7470. "coordinates": [
  7471. -121.2160526,
  7472. 37.7974273
  7473. ]
  7474. }
  7475. },
  7476. {
  7477. "type": "Feature",
  7478. "properties": {
  7479. "city": "Iowa City",
  7480. "growth_10-13": "13.8%",
  7481. "population": "71591",
  7482. "state": "Iowa"
  7483. },
  7484. "geometry": {
  7485. "type": "Point",
  7486. "coordinates": [
  7487. -91.5301683,
  7488. 41.6611277
  7489. ]
  7490. }
  7491. },
  7492. {
  7493. "type": "Feature",
  7494. "properties": {
  7495. "city": "Jonesboro",
  7496. "growth_10-13": "28.3%",
  7497. "population": "71551",
  7498. "state": "Arkansas"
  7499. },
  7500. "geometry": {
  7501. "type": "Point",
  7502. "coordinates": [
  7503. -90.704279,
  7504. 35.84229670000001
  7505. ]
  7506. }
  7507. },
  7508. {
  7509. "type": "Feature",
  7510. "properties": {
  7511. "city": "Wilmington",
  7512. "growth_10-13": "-1.6%",
  7513. "population": "71525",
  7514. "state": "Delaware"
  7515. },
  7516. "geometry": {
  7517. "type": "Point",
  7518. "coordinates": [
  7519. -75.5397878,
  7520. 39.7390721
  7521. ]
  7522. }
  7523. },
  7524. {
  7525. "type": "Feature",
  7526. "properties": {
  7527. "city": "Lynwood",
  7528. "growth_10-13": "2.0%",
  7529. "population": "71371",
  7530. "state": "California"
  7531. },
  7532. "geometry": {
  7533. "type": "Point",
  7534. "coordinates": [
  7535. -118.2114603,
  7536. 33.930293
  7537. ]
  7538. }
  7539. },
  7540. {
  7541. "type": "Feature",
  7542. "properties": {
  7543. "city": "Loveland",
  7544. "growth_10-13": "37.4%",
  7545. "population": "71334",
  7546. "state": "Colorado"
  7547. },
  7548. "geometry": {
  7549. "type": "Point",
  7550. "coordinates": [
  7551. -105.0749801,
  7552. 40.3977612
  7553. ]
  7554. }
  7555. },
  7556. {
  7557. "type": "Feature",
  7558. "properties": {
  7559. "city": "Pawtucket",
  7560. "growth_10-13": "-2.5%",
  7561. "population": "71172",
  7562. "state": "Rhode Island"
  7563. },
  7564. "geometry": {
  7565. "type": "Point",
  7566. "coordinates": [
  7567. -71.38255579999999,
  7568. 41.878711
  7569. ]
  7570. }
  7571. },
  7572. {
  7573. "type": "Feature",
  7574. "properties": {
  7575. "city": "Boynton Beach",
  7576. "growth_10-13": "17.3%",
  7577. "population": "71097",
  7578. "state": "Florida"
  7579. },
  7580. "geometry": {
  7581. "type": "Point",
  7582. "coordinates": [
  7583. -80.0905465,
  7584. 26.5317866
  7585. ]
  7586. }
  7587. },
  7588. {
  7589. "type": "Feature",
  7590. "properties": {
  7591. "city": "Waukesha",
  7592. "growth_10-13": "8.0%",
  7593. "population": "71016",
  7594. "state": "Wisconsin"
  7595. },
  7596. "geometry": {
  7597. "type": "Point",
  7598. "coordinates": [
  7599. -88.2314813,
  7600. 43.0116784
  7601. ]
  7602. }
  7603. },
  7604. {
  7605. "type": "Feature",
  7606. "properties": {
  7607. "city": "Gulfport",
  7608. "growth_10-13": "-0.6%",
  7609. "population": "71012",
  7610. "state": "Mississippi"
  7611. },
  7612. "geometry": {
  7613. "type": "Point",
  7614. "coordinates": [
  7615. -89.0928155,
  7616. 30.3674198
  7617. ]
  7618. }
  7619. },
  7620. {
  7621. "type": "Feature",
  7622. "properties": {
  7623. "city": "Apple Valley",
  7624. "growth_10-13": "29.9%",
  7625. "population": "70924",
  7626. "state": "California"
  7627. },
  7628. "geometry": {
  7629. "type": "Point",
  7630. "coordinates": [
  7631. -117.1858759,
  7632. 34.5008311
  7633. ]
  7634. }
  7635. },
  7636. {
  7637. "type": "Feature",
  7638. "properties": {
  7639. "city": "Passaic",
  7640. "growth_10-13": "4.3%",
  7641. "population": "70868",
  7642. "state": "New Jersey"
  7643. },
  7644. "geometry": {
  7645. "type": "Point",
  7646. "coordinates": [
  7647. -74.1284764,
  7648. 40.8567662
  7649. ]
  7650. }
  7651. },
  7652. {
  7653. "type": "Feature",
  7654. "properties": {
  7655. "city": "Rapid City",
  7656. "growth_10-13": "17.9%",
  7657. "population": "70812",
  7658. "state": "South Dakota"
  7659. },
  7660. "geometry": {
  7661. "type": "Point",
  7662. "coordinates": [
  7663. -103.2310149,
  7664. 44.0805434
  7665. ]
  7666. }
  7667. },
  7668. {
  7669. "type": "Feature",
  7670. "properties": {
  7671. "city": "Layton",
  7672. "growth_10-13": "20.2%",
  7673. "population": "70790",
  7674. "state": "Utah"
  7675. },
  7676. "geometry": {
  7677. "type": "Point",
  7678. "coordinates": [
  7679. -111.9710529,
  7680. 41.0602216
  7681. ]
  7682. }
  7683. },
  7684. {
  7685. "type": "Feature",
  7686. "properties": {
  7687. "city": "Lafayette",
  7688. "growth_10-13": "14.5%",
  7689. "population": "70373",
  7690. "state": "Indiana"
  7691. },
  7692. "geometry": {
  7693. "type": "Point",
  7694. "coordinates": [
  7695. -86.87528689999999,
  7696. 40.4167022
  7697. ]
  7698. }
  7699. },
  7700. {
  7701. "type": "Feature",
  7702. "properties": {
  7703. "city": "Turlock",
  7704. "growth_10-13": "23.5%",
  7705. "population": "70365",
  7706. "state": "California"
  7707. },
  7708. "geometry": {
  7709. "type": "Point",
  7710. "coordinates": [
  7711. -120.8465941,
  7712. 37.4946568
  7713. ]
  7714. }
  7715. },
  7716. {
  7717. "type": "Feature",
  7718. "properties": {
  7719. "city": "Muncie",
  7720. "growth_10-13": "-0.7%",
  7721. "population": "70316",
  7722. "state": "Indiana"
  7723. },
  7724. "geometry": {
  7725. "type": "Point",
  7726. "coordinates": [
  7727. -85.3863599,
  7728. 40.1933767
  7729. ]
  7730. }
  7731. },
  7732. {
  7733. "type": "Feature",
  7734. "properties": {
  7735. "city": "Temple",
  7736. "growth_10-13": "27.1%",
  7737. "population": "70190",
  7738. "state": "Texas"
  7739. },
  7740. "geometry": {
  7741. "type": "Point",
  7742. "coordinates": [
  7743. -97.342782,
  7744. 31.0982344
  7745. ]
  7746. }
  7747. },
  7748. {
  7749. "type": "Feature",
  7750. "properties": {
  7751. "city": "Missouri City",
  7752. "growth_10-13": "31.1%",
  7753. "population": "70185",
  7754. "state": "Texas"
  7755. },
  7756. "geometry": {
  7757. "type": "Point",
  7758. "coordinates": [
  7759. -95.5377215,
  7760. 29.6185669
  7761. ]
  7762. }
  7763. },
  7764. {
  7765. "type": "Feature",
  7766. "properties": {
  7767. "city": "Redlands",
  7768. "growth_10-13": "9.4%",
  7769. "population": "69999",
  7770. "state": "California"
  7771. },
  7772. "geometry": {
  7773. "type": "Point",
  7774. "coordinates": [
  7775. -117.1825381,
  7776. 34.0555693
  7777. ]
  7778. }
  7779. },
  7780. {
  7781. "type": "Feature",
  7782. "properties": {
  7783. "city": "Santa Fe",
  7784. "growth_10-13": "10.5%",
  7785. "population": "69976",
  7786. "state": "New Mexico"
  7787. },
  7788. "geometry": {
  7789. "type": "Point",
  7790. "coordinates": [
  7791. -105.937799,
  7792. 35.6869752
  7793. ]
  7794. }
  7795. },
  7796. {
  7797. "type": "Feature",
  7798. "properties": {
  7799. "city": "Lauderhill",
  7800. "growth_10-13": "4.2%",
  7801. "population": "69813",
  7802. "state": "Florida"
  7803. },
  7804. "geometry": {
  7805. "type": "Point",
  7806. "coordinates": [
  7807. -80.2133808,
  7808. 26.1403635
  7809. ]
  7810. }
  7811. },
  7812. {
  7813. "type": "Feature",
  7814. "properties": {
  7815. "city": "Milpitas",
  7816. "growth_10-13": "11.0%",
  7817. "population": "69783",
  7818. "state": "California"
  7819. },
  7820. "geometry": {
  7821. "type": "Point",
  7822. "coordinates": [
  7823. -121.8995741,
  7824. 37.4323341
  7825. ]
  7826. }
  7827. },
  7828. {
  7829. "type": "Feature",
  7830. "properties": {
  7831. "city": "Palatine",
  7832. "growth_10-13": "4.5%",
  7833. "population": "69350",
  7834. "state": "Illinois"
  7835. },
  7836. "geometry": {
  7837. "type": "Point",
  7838. "coordinates": [
  7839. -88.03424000000001,
  7840. 42.1103041
  7841. ]
  7842. }
  7843. },
  7844. {
  7845. "type": "Feature",
  7846. "properties": {
  7847. "city": "Missoula",
  7848. "growth_10-13": "19.7%",
  7849. "population": "69122",
  7850. "state": "Montana"
  7851. },
  7852. "geometry": {
  7853. "type": "Point",
  7854. "coordinates": [
  7855. -113.996586,
  7856. 46.87871759999999
  7857. ]
  7858. }
  7859. },
  7860. {
  7861. "type": "Feature",
  7862. "properties": {
  7863. "city": "Rock Hill",
  7864. "growth_10-13": "36.0%",
  7865. "population": "69103",
  7866. "state": "South Carolina"
  7867. },
  7868. "geometry": {
  7869. "type": "Point",
  7870. "coordinates": [
  7871. -81.02507840000001,
  7872. 34.9248667
  7873. ]
  7874. }
  7875. },
  7876. {
  7877. "type": "Feature",
  7878. "properties": {
  7879. "city": "Jacksonville",
  7880. "growth_10-13": "5.0%",
  7881. "population": "69079",
  7882. "state": "North Carolina"
  7883. },
  7884. "geometry": {
  7885. "type": "Point",
  7886. "coordinates": [
  7887. -77.4302414,
  7888. 34.7540524
  7889. ]
  7890. }
  7891. },
  7892. {
  7893. "type": "Feature",
  7894. "properties": {
  7895. "city": "Franklin",
  7896. "growth_10-13": "48.5%",
  7897. "population": "68886",
  7898. "state": "Tennessee"
  7899. },
  7900. "geometry": {
  7901. "type": "Point",
  7902. "coordinates": [
  7903. -86.8688899,
  7904. 35.9250637
  7905. ]
  7906. }
  7907. },
  7908. {
  7909. "type": "Feature",
  7910. "properties": {
  7911. "city": "Flagstaff",
  7912. "growth_10-13": "29.3%",
  7913. "population": "68667",
  7914. "state": "Arizona"
  7915. },
  7916. "geometry": {
  7917. "type": "Point",
  7918. "coordinates": [
  7919. -111.651302,
  7920. 35.1982836
  7921. ]
  7922. }
  7923. },
  7924. {
  7925. "type": "Feature",
  7926. "properties": {
  7927. "city": "Flower Mound",
  7928. "growth_10-13": "32.5%",
  7929. "population": "68609",
  7930. "state": "Texas"
  7931. },
  7932. "geometry": {
  7933. "type": "Point",
  7934. "coordinates": [
  7935. -97.0969552,
  7936. 33.0145673
  7937. ]
  7938. }
  7939. },
  7940. {
  7941. "type": "Feature",
  7942. "properties": {
  7943. "city": "Weston",
  7944. "growth_10-13": "34.5%",
  7945. "population": "68388",
  7946. "state": "Florida"
  7947. },
  7948. "geometry": {
  7949. "type": "Point",
  7950. "coordinates": [
  7951. -80.3997748,
  7952. 26.1003654
  7953. ]
  7954. }
  7955. },
  7956. {
  7957. "type": "Feature",
  7958. "properties": {
  7959. "city": "Waterloo",
  7960. "growth_10-13": "-0.5%",
  7961. "population": "68366",
  7962. "state": "Iowa"
  7963. },
  7964. "geometry": {
  7965. "type": "Point",
  7966. "coordinates": [
  7967. -92.34257749999999,
  7968. 42.492786
  7969. ]
  7970. }
  7971. },
  7972. {
  7973. "type": "Feature",
  7974. "properties": {
  7975. "city": "Union City",
  7976. "growth_10-13": "1.7%",
  7977. "population": "68247",
  7978. "state": "New Jersey"
  7979. },
  7980. "geometry": {
  7981. "type": "Point",
  7982. "coordinates": [
  7983. -74.26316349999999,
  7984. 40.6975898
  7985. ]
  7986. }
  7987. },
  7988. {
  7989. "type": "Feature",
  7990. "properties": {
  7991. "city": "Mount Vernon",
  7992. "growth_10-13": "-0.2%",
  7993. "population": "68224",
  7994. "state": "New York"
  7995. },
  7996. "geometry": {
  7997. "type": "Point",
  7998. "coordinates": [
  7999. -73.8370786,
  8000. 40.9125992
  8001. ]
  8002. }
  8003. },
  8004. {
  8005. "type": "Feature",
  8006. "properties": {
  8007. "city": "Fort Myers",
  8008. "growth_10-13": "31.2%",
  8009. "population": "68190",
  8010. "state": "Florida"
  8011. },
  8012. "geometry": {
  8013. "type": "Point",
  8014. "coordinates": [
  8015. -81.8723084,
  8016. 26.640628
  8017. ]
  8018. }
  8019. },
  8020. {
  8021. "type": "Feature",
  8022. "properties": {
  8023. "city": "Dothan",
  8024. "growth_10-13": "16.6%",
  8025. "population": "68001",
  8026. "state": "Alabama"
  8027. },
  8028. "geometry": {
  8029. "type": "Point",
  8030. "coordinates": [
  8031. -85.3904888,
  8032. 31.2232313
  8033. ]
  8034. }
  8035. },
  8036. {
  8037. "type": "Feature",
  8038. "properties": {
  8039. "city": "Rancho Cordova",
  8040. "growth_10-13": "26.4%",
  8041. "population": "67911",
  8042. "state": "California"
  8043. },
  8044. "geometry": {
  8045. "type": "Point",
  8046. "coordinates": [
  8047. -121.302728,
  8048. 38.5890723
  8049. ]
  8050. }
  8051. },
  8052. {
  8053. "type": "Feature",
  8054. "properties": {
  8055. "city": "Redondo Beach",
  8056. "growth_10-13": "6.7%",
  8057. "population": "67815",
  8058. "state": "California"
  8059. },
  8060. "geometry": {
  8061. "type": "Point",
  8062. "coordinates": [
  8063. -118.3884078,
  8064. 33.8491816
  8065. ]
  8066. }
  8067. },
  8068. {
  8069. "type": "Feature",
  8070. "properties": {
  8071. "city": "Jackson",
  8072. "growth_10-13": "12.9%",
  8073. "population": "67685",
  8074. "state": "Tennessee"
  8075. },
  8076. "geometry": {
  8077. "type": "Point",
  8078. "coordinates": [
  8079. -88.81394689999999,
  8080. 35.6145169
  8081. ]
  8082. }
  8083. },
  8084. {
  8085. "type": "Feature",
  8086. "properties": {
  8087. "city": "Pasco",
  8088. "growth_10-13": "98.5%",
  8089. "population": "67599",
  8090. "state": "Washington"
  8091. },
  8092. "geometry": {
  8093. "type": "Point",
  8094. "coordinates": [
  8095. -119.1005657,
  8096. 46.2395793
  8097. ]
  8098. }
  8099. },
  8100. {
  8101. "type": "Feature",
  8102. "properties": {
  8103. "city": "St. Charles",
  8104. "growth_10-13": "11.3%",
  8105. "population": "67569",
  8106. "state": "Missouri"
  8107. },
  8108. "geometry": {
  8109. "type": "Point",
  8110. "coordinates": [
  8111. -90.4974359,
  8112. 38.7881062
  8113. ]
  8114. }
  8115. },
  8116. {
  8117. "type": "Feature",
  8118. "properties": {
  8119. "city": "Eau Claire",
  8120. "growth_10-13": "8.7%",
  8121. "population": "67545",
  8122. "state": "Wisconsin"
  8123. },
  8124. "geometry": {
  8125. "type": "Point",
  8126. "coordinates": [
  8127. -91.4984941,
  8128. 44.811349
  8129. ]
  8130. }
  8131. },
  8132. {
  8133. "type": "Feature",
  8134. "properties": {
  8135. "city": "North Richland Hills",
  8136. "growth_10-13": "20.2%",
  8137. "population": "67317",
  8138. "state": "Texas"
  8139. },
  8140. "geometry": {
  8141. "type": "Point",
  8142. "coordinates": [
  8143. -97.2289029,
  8144. 32.8342952
  8145. ]
  8146. }
  8147. },
  8148. {
  8149. "type": "Feature",
  8150. "properties": {
  8151. "city": "Bismarck",
  8152. "growth_10-13": "20.1%",
  8153. "population": "67034",
  8154. "state": "North Dakota"
  8155. },
  8156. "geometry": {
  8157. "type": "Point",
  8158. "coordinates": [
  8159. -100.7837392,
  8160. 46.8083268
  8161. ]
  8162. }
  8163. },
  8164. {
  8165. "type": "Feature",
  8166. "properties": {
  8167. "city": "Yorba Linda",
  8168. "growth_10-13": "13.4%",
  8169. "population": "67032",
  8170. "state": "California"
  8171. },
  8172. "geometry": {
  8173. "type": "Point",
  8174. "coordinates": [
  8175. -117.8131125,
  8176. 33.8886259
  8177. ]
  8178. }
  8179. },
  8180. {
  8181. "type": "Feature",
  8182. "properties": {
  8183. "city": "Kenner",
  8184. "growth_10-13": "-4.8%",
  8185. "population": "66975",
  8186. "state": "Louisiana"
  8187. },
  8188. "geometry": {
  8189. "type": "Point",
  8190. "coordinates": [
  8191. -90.2417434,
  8192. 29.9940924
  8193. ]
  8194. }
  8195. },
  8196. {
  8197. "type": "Feature",
  8198. "properties": {
  8199. "city": "Walnut Creek",
  8200. "growth_10-13": "3.5%",
  8201. "population": "66900",
  8202. "state": "California"
  8203. },
  8204. "geometry": {
  8205. "type": "Point",
  8206. "coordinates": [
  8207. -122.0651819,
  8208. 37.9100783
  8209. ]
  8210. }
  8211. },
  8212. {
  8213. "type": "Feature",
  8214. "properties": {
  8215. "city": "Frederick",
  8216. "growth_10-13": "25.9%",
  8217. "population": "66893",
  8218. "state": "Maryland"
  8219. },
  8220. "geometry": {
  8221. "type": "Point",
  8222. "coordinates": [
  8223. -77.4105409,
  8224. 39.41426879999999
  8225. ]
  8226. }
  8227. },
  8228. {
  8229. "type": "Feature",
  8230. "properties": {
  8231. "city": "Oshkosh",
  8232. "growth_10-13": "5.3%",
  8233. "population": "66778",
  8234. "state": "Wisconsin"
  8235. },
  8236. "geometry": {
  8237. "type": "Point",
  8238. "coordinates": [
  8239. -88.5426136,
  8240. 44.0247062
  8241. ]
  8242. }
  8243. },
  8244. {
  8245. "type": "Feature",
  8246. "properties": {
  8247. "city": "Pittsburg",
  8248. "growth_10-13": "16.6%",
  8249. "population": "66695",
  8250. "state": "California"
  8251. },
  8252. "geometry": {
  8253. "type": "Point",
  8254. "coordinates": [
  8255. -121.8846806,
  8256. 38.0279762
  8257. ]
  8258. }
  8259. },
  8260. {
  8261. "type": "Feature",
  8262. "properties": {
  8263. "city": "Palo Alto",
  8264. "growth_10-13": "13.7%",
  8265. "population": "66642",
  8266. "state": "California"
  8267. },
  8268. "geometry": {
  8269. "type": "Point",
  8270. "coordinates": [
  8271. -122.1430195,
  8272. 37.4418834
  8273. ]
  8274. }
  8275. },
  8276. {
  8277. "type": "Feature",
  8278. "properties": {
  8279. "city": "Bossier City",
  8280. "growth_10-13": "17.4%",
  8281. "population": "66333",
  8282. "state": "Louisiana"
  8283. },
  8284. "geometry": {
  8285. "type": "Point",
  8286. "coordinates": [
  8287. -93.7321228,
  8288. 32.5159852
  8289. ]
  8290. }
  8291. },
  8292. {
  8293. "type": "Feature",
  8294. "properties": {
  8295. "city": "Portland",
  8296. "growth_10-13": "3.2%",
  8297. "population": "66318",
  8298. "state": "Maine"
  8299. },
  8300. "geometry": {
  8301. "type": "Point",
  8302. "coordinates": [
  8303. -70.2553259,
  8304. 43.66147100000001
  8305. ]
  8306. }
  8307. },
  8308. {
  8309. "type": "Feature",
  8310. "properties": {
  8311. "city": "St. Cloud",
  8312. "growth_10-13": "10.9%",
  8313. "population": "66297",
  8314. "state": "Minnesota"
  8315. },
  8316. "geometry": {
  8317. "type": "Point",
  8318. "coordinates": [
  8319. -94.16324039999999,
  8320. 45.5579451
  8321. ]
  8322. }
  8323. },
  8324. {
  8325. "type": "Feature",
  8326. "properties": {
  8327. "city": "Davis",
  8328. "growth_10-13": "11.9%",
  8329. "population": "66205",
  8330. "state": "California"
  8331. },
  8332. "geometry": {
  8333. "type": "Point",
  8334. "coordinates": [
  8335. -121.7405167,
  8336. 38.5449065
  8337. ]
  8338. }
  8339. },
  8340. {
  8341. "type": "Feature",
  8342. "properties": {
  8343. "city": "South San Francisco",
  8344. "growth_10-13": "9.1%",
  8345. "population": "66174",
  8346. "state": "California"
  8347. },
  8348. "geometry": {
  8349. "type": "Point",
  8350. "coordinates": [
  8351. -122.4077498,
  8352. 37.654656
  8353. ]
  8354. }
  8355. },
  8356. {
  8357. "type": "Feature",
  8358. "properties": {
  8359. "city": "Camarillo",
  8360. "growth_10-13": "14.9%",
  8361. "population": "66086",
  8362. "state": "California"
  8363. },
  8364. "geometry": {
  8365. "type": "Point",
  8366. "coordinates": [
  8367. -119.0376023,
  8368. 34.2163937
  8369. ]
  8370. }
  8371. },
  8372. {
  8373. "type": "Feature",
  8374. "properties": {
  8375. "city": "North Little Rock",
  8376. "growth_10-13": "9.0%",
  8377. "population": "66075",
  8378. "state": "Arkansas"
  8379. },
  8380. "geometry": {
  8381. "type": "Point",
  8382. "coordinates": [
  8383. -92.2670941,
  8384. 34.769536
  8385. ]
  8386. }
  8387. },
  8388. {
  8389. "type": "Feature",
  8390. "properties": {
  8391. "city": "Schenectady",
  8392. "growth_10-13": "6.7%",
  8393. "population": "65902",
  8394. "state": "New York"
  8395. },
  8396. "geometry": {
  8397. "type": "Point",
  8398. "coordinates": [
  8399. -73.9395687,
  8400. 42.8142432
  8401. ]
  8402. }
  8403. },
  8404. {
  8405. "type": "Feature",
  8406. "properties": {
  8407. "city": "Gaithersburg",
  8408. "growth_10-13": "24.2%",
  8409. "population": "65690",
  8410. "state": "Maryland"
  8411. },
  8412. "geometry": {
  8413. "type": "Point",
  8414. "coordinates": [
  8415. -77.2013705,
  8416. 39.1434406
  8417. ]
  8418. }
  8419. },
  8420. {
  8421. "type": "Feature",
  8422. "properties": {
  8423. "city": "Harlingen",
  8424. "growth_10-13": "11.6%",
  8425. "population": "65665",
  8426. "state": "Texas"
  8427. },
  8428. "geometry": {
  8429. "type": "Point",
  8430. "coordinates": [
  8431. -97.69610259999999,
  8432. 26.1906306
  8433. ]
  8434. }
  8435. },
  8436. {
  8437. "type": "Feature",
  8438. "properties": {
  8439. "city": "Woodbury",
  8440. "growth_10-13": "39.8%",
  8441. "population": "65656",
  8442. "state": "Minnesota"
  8443. },
  8444. "geometry": {
  8445. "type": "Point",
  8446. "coordinates": [
  8447. -92.9593797,
  8448. 44.9238552
  8449. ]
  8450. }
  8451. },
  8452. {
  8453. "type": "Feature",
  8454. "properties": {
  8455. "city": "Eagan",
  8456. "growth_10-13": "2.6%",
  8457. "population": "65453",
  8458. "state": "Minnesota"
  8459. },
  8460. "geometry": {
  8461. "type": "Point",
  8462. "coordinates": [
  8463. -93.1668858,
  8464. 44.8041322
  8465. ]
  8466. }
  8467. },
  8468. {
  8469. "type": "Feature",
  8470. "properties": {
  8471. "city": "Yuba City",
  8472. "growth_10-13": "27.9%",
  8473. "population": "65416",
  8474. "state": "California"
  8475. },
  8476. "geometry": {
  8477. "type": "Point",
  8478. "coordinates": [
  8479. -121.6169108,
  8480. 39.1404477
  8481. ]
  8482. }
  8483. },
  8484. {
  8485. "type": "Feature",
  8486. "properties": {
  8487. "city": "Maple Grove",
  8488. "growth_10-13": "27.3%",
  8489. "population": "65415",
  8490. "state": "Minnesota"
  8491. },
  8492. "geometry": {
  8493. "type": "Point",
  8494. "coordinates": [
  8495. -93.4557877,
  8496. 45.0724642
  8497. ]
  8498. }
  8499. },
  8500. {
  8501. "type": "Feature",
  8502. "properties": {
  8503. "city": "Youngstown",
  8504. "growth_10-13": "-20.2%",
  8505. "population": "65184",
  8506. "state": "Ohio"
  8507. },
  8508. "geometry": {
  8509. "type": "Point",
  8510. "coordinates": [
  8511. -80.6495194,
  8512. 41.0997803
  8513. ]
  8514. }
  8515. },
  8516. {
  8517. "type": "Feature",
  8518. "properties": {
  8519. "city": "Skokie",
  8520. "growth_10-13": "2.8%",
  8521. "population": "65176",
  8522. "state": "Illinois"
  8523. },
  8524. "geometry": {
  8525. "type": "Point",
  8526. "coordinates": [
  8527. -87.7416246,
  8528. 42.0324025
  8529. ]
  8530. }
  8531. },
  8532. {
  8533. "type": "Feature",
  8534. "properties": {
  8535. "city": "Kissimmee",
  8536. "growth_10-13": "32.6%",
  8537. "population": "65173",
  8538. "state": "Florida"
  8539. },
  8540. "geometry": {
  8541. "type": "Point",
  8542. "coordinates": [
  8543. -81.40757099999999,
  8544. 28.2919557
  8545. ]
  8546. }
  8547. },
  8548. {
  8549. "type": "Feature",
  8550. "properties": {
  8551. "city": "Johnson City",
  8552. "growth_10-13": "16.2%",
  8553. "population": "65123",
  8554. "state": "Tennessee"
  8555. },
  8556. "geometry": {
  8557. "type": "Point",
  8558. "coordinates": [
  8559. -82.3534727,
  8560. 36.3134397
  8561. ]
  8562. }
  8563. },
  8564. {
  8565. "type": "Feature",
  8566. "properties": {
  8567. "city": "Victoria",
  8568. "growth_10-13": "7.5%",
  8569. "population": "65098",
  8570. "state": "Texas"
  8571. },
  8572. "geometry": {
  8573. "type": "Point",
  8574. "coordinates": [
  8575. -97.0035982,
  8576. 28.8052674
  8577. ]
  8578. }
  8579. },
  8580. {
  8581. "type": "Feature",
  8582. "properties": {
  8583. "city": "San Clemente",
  8584. "growth_10-13": "28.6%",
  8585. "population": "65040",
  8586. "state": "California"
  8587. },
  8588. "geometry": {
  8589. "type": "Point",
  8590. "coordinates": [
  8591. -117.6119925,
  8592. 33.4269728
  8593. ]
  8594. }
  8595. },
  8596. {
  8597. "type": "Feature",
  8598. "properties": {
  8599. "city": "Bayonne",
  8600. "growth_10-13": "5.1%",
  8601. "population": "65028",
  8602. "state": "New Jersey"
  8603. },
  8604. "geometry": {
  8605. "type": "Point",
  8606. "coordinates": [
  8607. -74.1143091,
  8608. 40.6687141
  8609. ]
  8610. }
  8611. },
  8612. {
  8613. "type": "Feature",
  8614. "properties": {
  8615. "city": "Laguna Niguel",
  8616. "growth_10-13": "2.8%",
  8617. "population": "64652",
  8618. "state": "California"
  8619. },
  8620. "geometry": {
  8621. "type": "Point",
  8622. "coordinates": [
  8623. -117.7075526,
  8624. 33.5225261
  8625. ]
  8626. }
  8627. },
  8628. {
  8629. "type": "Feature",
  8630. "properties": {
  8631. "city": "East Orange",
  8632. "growth_10-13": "-7.4%",
  8633. "population": "64544",
  8634. "state": "New Jersey"
  8635. },
  8636. "geometry": {
  8637. "type": "Point",
  8638. "coordinates": [
  8639. -74.2048677,
  8640. 40.767323
  8641. ]
  8642. }
  8643. },
  8644. {
  8645. "type": "Feature",
  8646. "properties": {
  8647. "city": "Shawnee",
  8648. "growth_10-13": "32.2%",
  8649. "population": "64323",
  8650. "state": "Kansas"
  8651. },
  8652. "geometry": {
  8653. "type": "Point",
  8654. "coordinates": [
  8655. -94.7151865,
  8656. 39.02284849999999
  8657. ]
  8658. }
  8659. },
  8660. {
  8661. "type": "Feature",
  8662. "properties": {
  8663. "city": "Homestead",
  8664. "growth_10-13": "100.7%",
  8665. "population": "64079",
  8666. "state": "Florida"
  8667. },
  8668. "geometry": {
  8669. "type": "Point",
  8670. "coordinates": [
  8671. -80.4775569,
  8672. 25.4687224
  8673. ]
  8674. }
  8675. },
  8676. {
  8677. "type": "Feature",
  8678. "properties": {
  8679. "city": "Rockville",
  8680. "growth_10-13": "34.0%",
  8681. "population": "64072",
  8682. "state": "Maryland"
  8683. },
  8684. "geometry": {
  8685. "type": "Point",
  8686. "coordinates": [
  8687. -77.1527578,
  8688. 39.0839973
  8689. ]
  8690. }
  8691. },
  8692. {
  8693. "type": "Feature",
  8694. "properties": {
  8695. "city": "Delray Beach",
  8696. "growth_10-13": "6.1%",
  8697. "population": "64072",
  8698. "state": "Florida"
  8699. },
  8700. "geometry": {
  8701. "type": "Point",
  8702. "coordinates": [
  8703. -80.0728201,
  8704. 26.4614625
  8705. ]
  8706. }
  8707. },
  8708. {
  8709. "type": "Feature",
  8710. "properties": {
  8711. "city": "Janesville",
  8712. "growth_10-13": "5.6%",
  8713. "population": "63820",
  8714. "state": "Wisconsin"
  8715. },
  8716. "geometry": {
  8717. "type": "Point",
  8718. "coordinates": [
  8719. -89.0187222,
  8720. 42.6827885
  8721. ]
  8722. }
  8723. },
  8724. {
  8725. "type": "Feature",
  8726. "properties": {
  8727. "city": "Conway",
  8728. "growth_10-13": "46.1%",
  8729. "population": "63816",
  8730. "state": "Arkansas"
  8731. },
  8732. "geometry": {
  8733. "type": "Point",
  8734. "coordinates": [
  8735. -92.4421011,
  8736. 35.0886963
  8737. ]
  8738. }
  8739. },
  8740. {
  8741. "type": "Feature",
  8742. "properties": {
  8743. "city": "Pico Rivera",
  8744. "growth_10-13": "0.4%",
  8745. "population": "63771",
  8746. "state": "California"
  8747. },
  8748. "geometry": {
  8749. "type": "Point",
  8750. "coordinates": [
  8751. -118.096735,
  8752. 33.9830688
  8753. ]
  8754. }
  8755. },
  8756. {
  8757. "type": "Feature",
  8758. "properties": {
  8759. "city": "Lorain",
  8760. "growth_10-13": "-7.2%",
  8761. "population": "63710",
  8762. "state": "Ohio"
  8763. },
  8764. "geometry": {
  8765. "type": "Point",
  8766. "coordinates": [
  8767. -82.1823746,
  8768. 41.452819
  8769. ]
  8770. }
  8771. },
  8772. {
  8773. "type": "Feature",
  8774. "properties": {
  8775. "city": "Montebello",
  8776. "growth_10-13": "2.0%",
  8777. "population": "63495",
  8778. "state": "California"
  8779. },
  8780. "geometry": {
  8781. "type": "Point",
  8782. "coordinates": [
  8783. -118.1137535,
  8784. 34.0165053
  8785. ]
  8786. }
  8787. },
  8788. {
  8789. "type": "Feature",
  8790. "properties": {
  8791. "city": "Lodi",
  8792. "growth_10-13": "10.1%",
  8793. "population": "63338",
  8794. "state": "California"
  8795. },
  8796. "geometry": {
  8797. "type": "Point",
  8798. "coordinates": [
  8799. -121.2722194,
  8800. 38.1341477
  8801. ]
  8802. }
  8803. },
  8804. {
  8805. "type": "Feature",
  8806. "properties": {
  8807. "city": "New Braunfels",
  8808. "growth_10-13": "64.0%",
  8809. "population": "63279",
  8810. "state": "Texas"
  8811. },
  8812. "geometry": {
  8813. "type": "Point",
  8814. "coordinates": [
  8815. -98.1244531,
  8816. 29.7030024
  8817. ]
  8818. }
  8819. },
  8820. {
  8821. "type": "Feature",
  8822. "properties": {
  8823. "city": "Marysville",
  8824. "growth_10-13": "115.7%",
  8825. "population": "63269",
  8826. "state": "Washington"
  8827. },
  8828. "geometry": {
  8829. "type": "Point",
  8830. "coordinates": [
  8831. -122.1770818,
  8832. 48.0517637
  8833. ]
  8834. }
  8835. },
  8836. {
  8837. "type": "Feature",
  8838. "properties": {
  8839. "city": "Tamarac",
  8840. "growth_10-13": "12.9%",
  8841. "population": "63155",
  8842. "state": "Florida"
  8843. },
  8844. "geometry": {
  8845. "type": "Point",
  8846. "coordinates": [
  8847. -80.2497707,
  8848. 26.2128609
  8849. ]
  8850. }
  8851. },
  8852. {
  8853. "type": "Feature",
  8854. "properties": {
  8855. "city": "Madera",
  8856. "growth_10-13": "44.4%",
  8857. "population": "63105",
  8858. "state": "California"
  8859. },
  8860. "geometry": {
  8861. "type": "Point",
  8862. "coordinates": [
  8863. -120.0607176,
  8864. 36.9613356
  8865. ]
  8866. }
  8867. },
  8868. {
  8869. "type": "Feature",
  8870. "properties": {
  8871. "city": "Conroe",
  8872. "growth_10-13": "61.9%",
  8873. "population": "63032",
  8874. "state": "Texas"
  8875. },
  8876. "geometry": {
  8877. "type": "Point",
  8878. "coordinates": [
  8879. -95.45605119999999,
  8880. 30.3118769
  8881. ]
  8882. }
  8883. },
  8884. {
  8885. "type": "Feature",
  8886. "properties": {
  8887. "city": "Santa Cruz",
  8888. "growth_10-13": "12.5%",
  8889. "population": "62864",
  8890. "state": "California"
  8891. },
  8892. "geometry": {
  8893. "type": "Point",
  8894. "coordinates": [
  8895. -122.0307963,
  8896. 36.9741171
  8897. ]
  8898. }
  8899. },
  8900. {
  8901. "type": "Feature",
  8902. "properties": {
  8903. "city": "Eden Prairie",
  8904. "growth_10-13": "13.3%",
  8905. "population": "62603",
  8906. "state": "Minnesota"
  8907. },
  8908. "geometry": {
  8909. "type": "Point",
  8910. "coordinates": [
  8911. -93.47078599999999,
  8912. 44.8546856
  8913. ]
  8914. }
  8915. },
  8916. {
  8917. "type": "Feature",
  8918. "properties": {
  8919. "city": "Cheyenne",
  8920. "growth_10-13": "16.9%",
  8921. "population": "62448",
  8922. "state": "Wyoming"
  8923. },
  8924. "geometry": {
  8925. "type": "Point",
  8926. "coordinates": [
  8927. -104.8202462,
  8928. 41.1399814
  8929. ]
  8930. }
  8931. },
  8932. {
  8933. "type": "Feature",
  8934. "properties": {
  8935. "city": "Daytona Beach",
  8936. "growth_10-13": "-2.3%",
  8937. "population": "62316",
  8938. "state": "Florida"
  8939. },
  8940. "geometry": {
  8941. "type": "Point",
  8942. "coordinates": [
  8943. -81.0228331,
  8944. 29.2108147
  8945. ]
  8946. }
  8947. },
  8948. {
  8949. "type": "Feature",
  8950. "properties": {
  8951. "city": "Alpharetta",
  8952. "growth_10-13": "33.6%",
  8953. "population": "62298",
  8954. "state": "Georgia"
  8955. },
  8956. "geometry": {
  8957. "type": "Point",
  8958. "coordinates": [
  8959. -84.2940899,
  8960. 34.0753762
  8961. ]
  8962. }
  8963. },
  8964. {
  8965. "type": "Feature",
  8966. "properties": {
  8967. "city": "Hamilton",
  8968. "growth_10-13": "2.7%",
  8969. "population": "62258",
  8970. "state": "Ohio"
  8971. },
  8972. "geometry": {
  8973. "type": "Point",
  8974. "coordinates": [
  8975. -84.5613355,
  8976. 39.3995008
  8977. ]
  8978. }
  8979. },
  8980. {
  8981. "type": "Feature",
  8982. "properties": {
  8983. "city": "Waltham",
  8984. "growth_10-13": "5.0%",
  8985. "population": "62227",
  8986. "state": "Massachusetts"
  8987. },
  8988. "geometry": {
  8989. "type": "Point",
  8990. "coordinates": [
  8991. -71.2356113,
  8992. 42.3764852
  8993. ]
  8994. }
  8995. },
  8996. {
  8997. "type": "Feature",
  8998. "properties": {
  8999. "city": "Coon Rapids",
  9000. "growth_10-13": "0.6%",
  9001. "population": "62103",
  9002. "state": "Minnesota"
  9003. },
  9004. "geometry": {
  9005. "type": "Point",
  9006. "coordinates": [
  9007. -93.30300629999999,
  9008. 45.1732394
  9009. ]
  9010. }
  9011. },
  9012. {
  9013. "type": "Feature",
  9014. "properties": {
  9015. "city": "Haverhill",
  9016. "growth_10-13": "5.0%",
  9017. "population": "62088",
  9018. "state": "Massachusetts"
  9019. },
  9020. "geometry": {
  9021. "type": "Point",
  9022. "coordinates": [
  9023. -71.0772796,
  9024. 42.7762015
  9025. ]
  9026. }
  9027. },
  9028. {
  9029. "type": "Feature",
  9030. "properties": {
  9031. "city": "Council Bluffs",
  9032. "growth_10-13": "6.2%",
  9033. "population": "61969",
  9034. "state": "Iowa"
  9035. },
  9036. "geometry": {
  9037. "type": "Point",
  9038. "coordinates": [
  9039. -95.8608333,
  9040. 41.2619444
  9041. ]
  9042. }
  9043. },
  9044. {
  9045. "type": "Feature",
  9046. "properties": {
  9047. "city": "Taylor",
  9048. "growth_10-13": "-6.3%",
  9049. "population": "61817",
  9050. "state": "Michigan"
  9051. },
  9052. "geometry": {
  9053. "type": "Point",
  9054. "coordinates": [
  9055. -83.2696509,
  9056. 42.240872
  9057. ]
  9058. }
  9059. },
  9060. {
  9061. "type": "Feature",
  9062. "properties": {
  9063. "city": "Utica",
  9064. "growth_10-13": "2.2%",
  9065. "population": "61808",
  9066. "state": "New York"
  9067. },
  9068. "geometry": {
  9069. "type": "Point",
  9070. "coordinates": [
  9071. -75.232664,
  9072. 43.100903
  9073. ]
  9074. }
  9075. },
  9076. {
  9077. "type": "Feature",
  9078. "properties": {
  9079. "city": "Ames",
  9080. "growth_10-13": "21.3%",
  9081. "population": "61792",
  9082. "state": "Iowa"
  9083. },
  9084. "geometry": {
  9085. "type": "Point",
  9086. "coordinates": [
  9087. -93.61999999999999,
  9088. 42.034722
  9089. ]
  9090. }
  9091. },
  9092. {
  9093. "type": "Feature",
  9094. "properties": {
  9095. "city": "La Habra",
  9096. "growth_10-13": "3.6%",
  9097. "population": "61653",
  9098. "state": "California"
  9099. },
  9100. "geometry": {
  9101. "type": "Point",
  9102. "coordinates": [
  9103. -117.9461734,
  9104. 33.9319578
  9105. ]
  9106. }
  9107. },
  9108. {
  9109. "type": "Feature",
  9110. "properties": {
  9111. "city": "Encinitas",
  9112. "growth_10-13": "5.8%",
  9113. "population": "61588",
  9114. "state": "California"
  9115. },
  9116. "geometry": {
  9117. "type": "Point",
  9118. "coordinates": [
  9119. -117.2919818,
  9120. 33.0369867
  9121. ]
  9122. }
  9123. },
  9124. {
  9125. "type": "Feature",
  9126. "properties": {
  9127. "city": "Bowling Green",
  9128. "growth_10-13": "24.1%",
  9129. "population": "61488",
  9130. "state": "Kentucky"
  9131. },
  9132. "geometry": {
  9133. "type": "Point",
  9134. "coordinates": [
  9135. -86.4808043,
  9136. 36.9685219
  9137. ]
  9138. }
  9139. },
  9140. {
  9141. "type": "Feature",
  9142. "properties": {
  9143. "city": "Burnsville",
  9144. "growth_10-13": "1.9%",
  9145. "population": "61434",
  9146. "state": "Minnesota"
  9147. },
  9148. "geometry": {
  9149. "type": "Point",
  9150. "coordinates": [
  9151. -93.27772259999999,
  9152. 44.7677424
  9153. ]
  9154. }
  9155. },
  9156. {
  9157. "type": "Feature",
  9158. "properties": {
  9159. "city": "Greenville",
  9160. "growth_10-13": "8.2%",
  9161. "population": "61397",
  9162. "state": "South Carolina"
  9163. },
  9164. "geometry": {
  9165. "type": "Point",
  9166. "coordinates": [
  9167. -82.3940104,
  9168. 34.85261759999999
  9169. ]
  9170. }
  9171. },
  9172. {
  9173. "type": "Feature",
  9174. "properties": {
  9175. "city": "West Des Moines",
  9176. "growth_10-13": "29.8%",
  9177. "population": "61255",
  9178. "state": "Iowa"
  9179. },
  9180. "geometry": {
  9181. "type": "Point",
  9182. "coordinates": [
  9183. -93.711332,
  9184. 41.5772115
  9185. ]
  9186. }
  9187. },
  9188. {
  9189. "type": "Feature",
  9190. "properties": {
  9191. "city": "Cedar Park",
  9192. "growth_10-13": "134.3%",
  9193. "population": "61238",
  9194. "state": "Texas"
  9195. },
  9196. "geometry": {
  9197. "type": "Point",
  9198. "coordinates": [
  9199. -97.8202888,
  9200. 30.505198
  9201. ]
  9202. }
  9203. },
  9204. {
  9205. "type": "Feature",
  9206. "properties": {
  9207. "city": "Tulare",
  9208. "growth_10-13": "33.3%",
  9209. "population": "61170",
  9210. "state": "California"
  9211. },
  9212. "geometry": {
  9213. "type": "Point",
  9214. "coordinates": [
  9215. -119.3473379,
  9216. 36.2077288
  9217. ]
  9218. }
  9219. },
  9220. {
  9221. "type": "Feature",
  9222. "properties": {
  9223. "city": "Monterey Park",
  9224. "growth_10-13": "1.5%",
  9225. "population": "61085",
  9226. "state": "California"
  9227. },
  9228. "geometry": {
  9229. "type": "Point",
  9230. "coordinates": [
  9231. -118.1228476,
  9232. 34.0625106
  9233. ]
  9234. }
  9235. },
  9236. {
  9237. "type": "Feature",
  9238. "properties": {
  9239. "city": "Vineland",
  9240. "growth_10-13": "9.3%",
  9241. "population": "61050",
  9242. "state": "New Jersey"
  9243. },
  9244. "geometry": {
  9245. "type": "Point",
  9246. "coordinates": [
  9247. -75.02596369999999,
  9248. 39.4863773
  9249. ]
  9250. }
  9251. },
  9252. {
  9253. "type": "Feature",
  9254. "properties": {
  9255. "city": "Terre Haute",
  9256. "growth_10-13": "2.5%",
  9257. "population": "61025",
  9258. "state": "Indiana"
  9259. },
  9260. "geometry": {
  9261. "type": "Point",
  9262. "coordinates": [
  9263. -87.41390919999999,
  9264. 39.4667034
  9265. ]
  9266. }
  9267. },
  9268. {
  9269. "type": "Feature",
  9270. "properties": {
  9271. "city": "North Miami",
  9272. "growth_10-13": "2.0%",
  9273. "population": "61007",
  9274. "state": "Florida"
  9275. },
  9276. "geometry": {
  9277. "type": "Point",
  9278. "coordinates": [
  9279. -80.1867138,
  9280. 25.8900949
  9281. ]
  9282. }
  9283. },
  9284. {
  9285. "type": "Feature",
  9286. "properties": {
  9287. "city": "Mansfield",
  9288. "growth_10-13": "114.2%",
  9289. "population": "60872",
  9290. "state": "Texas"
  9291. },
  9292. "geometry": {
  9293. "type": "Point",
  9294. "coordinates": [
  9295. -97.1416768,
  9296. 32.5631924
  9297. ]
  9298. }
  9299. },
  9300. {
  9301. "type": "Feature",
  9302. "properties": {
  9303. "city": "West Allis",
  9304. "growth_10-13": "-0.6%",
  9305. "population": "60697",
  9306. "state": "Wisconsin"
  9307. },
  9308. "geometry": {
  9309. "type": "Point",
  9310. "coordinates": [
  9311. -88.0070315,
  9312. 43.0166806
  9313. ]
  9314. }
  9315. },
  9316. {
  9317. "type": "Feature",
  9318. "properties": {
  9319. "city": "Bristol",
  9320. "growth_10-13": "0.4%",
  9321. "population": "60568",
  9322. "state": "Connecticut"
  9323. },
  9324. "geometry": {
  9325. "type": "Point",
  9326. "coordinates": [
  9327. -72.9492703,
  9328. 41.67176480000001
  9329. ]
  9330. }
  9331. },
  9332. {
  9333. "type": "Feature",
  9334. "properties": {
  9335. "city": "Taylorsville",
  9336. "growth_10-13": "2.9%",
  9337. "population": "60519",
  9338. "state": "Utah"
  9339. },
  9340. "geometry": {
  9341. "type": "Point",
  9342. "coordinates": [
  9343. -111.9388258,
  9344. 40.66772479999999
  9345. ]
  9346. }
  9347. },
  9348. {
  9349. "type": "Feature",
  9350. "properties": {
  9351. "city": "Malden",
  9352. "growth_10-13": "7.4%",
  9353. "population": "60509",
  9354. "state": "Massachusetts"
  9355. },
  9356. "geometry": {
  9357. "type": "Point",
  9358. "coordinates": [
  9359. -71.066163,
  9360. 42.4250964
  9361. ]
  9362. }
  9363. },
  9364. {
  9365. "type": "Feature",
  9366. "properties": {
  9367. "city": "Meriden",
  9368. "growth_10-13": "3.7%",
  9369. "population": "60456",
  9370. "state": "Connecticut"
  9371. },
  9372. "geometry": {
  9373. "type": "Point",
  9374. "coordinates": [
  9375. -72.80704349999999,
  9376. 41.5381535
  9377. ]
  9378. }
  9379. },
  9380. {
  9381. "type": "Feature",
  9382. "properties": {
  9383. "city": "Blaine",
  9384. "growth_10-13": "32.8%",
  9385. "population": "60407",
  9386. "state": "Minnesota"
  9387. },
  9388. "geometry": {
  9389. "type": "Point",
  9390. "coordinates": [
  9391. -93.23494889999999,
  9392. 45.1607987
  9393. ]
  9394. }
  9395. },
  9396. {
  9397. "type": "Feature",
  9398. "properties": {
  9399. "city": "Wellington",
  9400. "growth_10-13": "55.0%",
  9401. "population": "60202",
  9402. "state": "Florida"
  9403. },
  9404. "geometry": {
  9405. "type": "Point",
  9406. "coordinates": [
  9407. -80.2683571,
  9408. 26.6617635
  9409. ]
  9410. }
  9411. },
  9412. {
  9413. "type": "Feature",
  9414. "properties": {
  9415. "city": "Cupertino",
  9416. "growth_10-13": "14.3%",
  9417. "population": "60189",
  9418. "state": "California"
  9419. },
  9420. "geometry": {
  9421. "type": "Point",
  9422. "coordinates": [
  9423. -122.0321823,
  9424. 37.3229978
  9425. ]
  9426. }
  9427. },
  9428. {
  9429. "type": "Feature",
  9430. "properties": {
  9431. "city": "Springfield",
  9432. "growth_10-13": "12.4%",
  9433. "population": "60177",
  9434. "state": "Oregon"
  9435. },
  9436. "geometry": {
  9437. "type": "Point",
  9438. "coordinates": [
  9439. -123.0220289,
  9440. 44.0462362
  9441. ]
  9442. }
  9443. },
  9444. {
  9445. "type": "Feature",
  9446. "properties": {
  9447. "city": "Rogers",
  9448. "growth_10-13": "50.6%",
  9449. "population": "60112",
  9450. "state": "Arkansas"
  9451. },
  9452. "geometry": {
  9453. "type": "Point",
  9454. "coordinates": [
  9455. -94.1185366,
  9456. 36.3320196
  9457. ]
  9458. }
  9459. },
  9460. {
  9461. "type": "Feature",
  9462. "properties": {
  9463. "city": "St. Clair Shores",
  9464. "growth_10-13": "-4.6%",
  9465. "population": "60070",
  9466. "state": "Michigan"
  9467. },
  9468. "geometry": {
  9469. "type": "Point",
  9470. "coordinates": [
  9471. -82.89636039999999,
  9472. 42.4974085
  9473. ]
  9474. }
  9475. },
  9476. {
  9477. "type": "Feature",
  9478. "properties": {
  9479. "city": "Gardena",
  9480. "growth_10-13": "3.4%",
  9481. "population": "59957",
  9482. "state": "California"
  9483. },
  9484. "geometry": {
  9485. "type": "Point",
  9486. "coordinates": [
  9487. -118.3089624,
  9488. 33.8883487
  9489. ]
  9490. }
  9491. },
  9492. {
  9493. "type": "Feature",
  9494. "properties": {
  9495. "city": "Pontiac",
  9496. "growth_10-13": "-11.4%",
  9497. "population": "59887",
  9498. "state": "Michigan"
  9499. },
  9500. "geometry": {
  9501. "type": "Point",
  9502. "coordinates": [
  9503. -83.29104679999999,
  9504. 42.6389216
  9505. ]
  9506. }
  9507. },
  9508. {
  9509. "type": "Feature",
  9510. "properties": {
  9511. "city": "National City",
  9512. "growth_10-13": "10.1%",
  9513. "population": "59834",
  9514. "state": "California"
  9515. },
  9516. "geometry": {
  9517. "type": "Point",
  9518. "coordinates": [
  9519. -117.0991967,
  9520. 32.6781085
  9521. ]
  9522. }
  9523. },
  9524. {
  9525. "type": "Feature",
  9526. "properties": {
  9527. "city": "Grand Junction",
  9528. "growth_10-13": "30.9%",
  9529. "population": "59778",
  9530. "state": "Colorado"
  9531. },
  9532. "geometry": {
  9533. "type": "Point",
  9534. "coordinates": [
  9535. -108.5506486,
  9536. 39.0638705
  9537. ]
  9538. }
  9539. },
  9540. {
  9541. "type": "Feature",
  9542. "properties": {
  9543. "city": "Rocklin",
  9544. "growth_10-13": "60.3%",
  9545. "population": "59738",
  9546. "state": "California"
  9547. },
  9548. "geometry": {
  9549. "type": "Point",
  9550. "coordinates": [
  9551. -121.2357828,
  9552. 38.7907339
  9553. ]
  9554. }
  9555. },
  9556. {
  9557. "type": "Feature",
  9558. "properties": {
  9559. "city": "Chapel Hill",
  9560. "growth_10-13": "24.1%",
  9561. "population": "59635",
  9562. "state": "North Carolina"
  9563. },
  9564. "geometry": {
  9565. "type": "Point",
  9566. "coordinates": [
  9567. -79.0558445,
  9568. 35.9131996
  9569. ]
  9570. }
  9571. },
  9572. {
  9573. "type": "Feature",
  9574. "properties": {
  9575. "city": "Casper",
  9576. "growth_10-13": "19.9%",
  9577. "population": "59628",
  9578. "state": "Wyoming"
  9579. },
  9580. "geometry": {
  9581. "type": "Point",
  9582. "coordinates": [
  9583. -106.313081,
  9584. 42.866632
  9585. ]
  9586. }
  9587. },
  9588. {
  9589. "type": "Feature",
  9590. "properties": {
  9591. "city": "Broomfield",
  9592. "growth_10-13": "50.3%",
  9593. "population": "59471",
  9594. "state": "Colorado"
  9595. },
  9596. "geometry": {
  9597. "type": "Point",
  9598. "coordinates": [
  9599. -105.0866504,
  9600. 39.9205411
  9601. ]
  9602. }
  9603. },
  9604. {
  9605. "type": "Feature",
  9606. "properties": {
  9607. "city": "Petaluma",
  9608. "growth_10-13": "8.4%",
  9609. "population": "59440",
  9610. "state": "California"
  9611. },
  9612. "geometry": {
  9613. "type": "Point",
  9614. "coordinates": [
  9615. -122.6366524,
  9616. 38.232417
  9617. ]
  9618. }
  9619. },
  9620. {
  9621. "type": "Feature",
  9622. "properties": {
  9623. "city": "South Jordan",
  9624. "growth_10-13": "100.1%",
  9625. "population": "59366",
  9626. "state": "Utah"
  9627. },
  9628. "geometry": {
  9629. "type": "Point",
  9630. "coordinates": [
  9631. -111.929658,
  9632. 40.5621704
  9633. ]
  9634. }
  9635. },
  9636. {
  9637. "type": "Feature",
  9638. "properties": {
  9639. "city": "Springfield",
  9640. "growth_10-13": "-9.8%",
  9641. "population": "59357",
  9642. "state": "Ohio"
  9643. },
  9644. "geometry": {
  9645. "type": "Point",
  9646. "coordinates": [
  9647. -83.8088171,
  9648. 39.9242266
  9649. ]
  9650. }
  9651. },
  9652. {
  9653. "type": "Feature",
  9654. "properties": {
  9655. "city": "Great Falls",
  9656. "growth_10-13": "3.9%",
  9657. "population": "59351",
  9658. "state": "Montana"
  9659. },
  9660. "geometry": {
  9661. "type": "Point",
  9662. "coordinates": [
  9663. -111.2833449,
  9664. 47.4941836
  9665. ]
  9666. }
  9667. },
  9668. {
  9669. "type": "Feature",
  9670. "properties": {
  9671. "city": "Lancaster",
  9672. "growth_10-13": "4.5%",
  9673. "population": "59325",
  9674. "state": "Pennsylvania"
  9675. },
  9676. "geometry": {
  9677. "type": "Point",
  9678. "coordinates": [
  9679. -76.3055144,
  9680. 40.0378755
  9681. ]
  9682. }
  9683. },
  9684. {
  9685. "type": "Feature",
  9686. "properties": {
  9687. "city": "North Port",
  9688. "growth_10-13": "154.6%",
  9689. "population": "59212",
  9690. "state": "Florida"
  9691. },
  9692. "geometry": {
  9693. "type": "Point",
  9694. "coordinates": [
  9695. -82.2359254,
  9696. 27.044224
  9697. ]
  9698. }
  9699. },
  9700. {
  9701. "type": "Feature",
  9702. "properties": {
  9703. "city": "Lakewood",
  9704. "growth_10-13": "1.1%",
  9705. "population": "59097",
  9706. "state": "Washington"
  9707. },
  9708. "geometry": {
  9709. "type": "Point",
  9710. "coordinates": [
  9711. -122.518458,
  9712. 47.1717649
  9713. ]
  9714. }
  9715. },
  9716. {
  9717. "type": "Feature",
  9718. "properties": {
  9719. "city": "Marietta",
  9720. "growth_10-13": "-3.8%",
  9721. "population": "59089",
  9722. "state": "Georgia"
  9723. },
  9724. "geometry": {
  9725. "type": "Point",
  9726. "coordinates": [
  9727. -84.5499327,
  9728. 33.95260200000001
  9729. ]
  9730. }
  9731. },
  9732. {
  9733. "type": "Feature",
  9734. "properties": {
  9735. "city": "San Rafael",
  9736. "growth_10-13": "5.0%",
  9737. "population": "58994",
  9738. "state": "California"
  9739. },
  9740. "geometry": {
  9741. "type": "Point",
  9742. "coordinates": [
  9743. -122.5310874,
  9744. 37.9735346
  9745. ]
  9746. }
  9747. },
  9748. {
  9749. "type": "Feature",
  9750. "properties": {
  9751. "city": "Royal Oak",
  9752. "growth_10-13": "-1.7%",
  9753. "population": "58946",
  9754. "state": "Michigan"
  9755. },
  9756. "geometry": {
  9757. "type": "Point",
  9758. "coordinates": [
  9759. -83.1446485,
  9760. 42.4894801
  9761. ]
  9762. }
  9763. },
  9764. {
  9765. "type": "Feature",
  9766. "properties": {
  9767. "city": "Des Plaines",
  9768. "growth_10-13": "3.2%",
  9769. "population": "58918",
  9770. "state": "Illinois"
  9771. },
  9772. "geometry": {
  9773. "type": "Point",
  9774. "coordinates": [
  9775. -87.88339909999999,
  9776. 42.0333623
  9777. ]
  9778. }
  9779. },
  9780. {
  9781. "type": "Feature",
  9782. "properties": {
  9783. "city": "Huntington Park",
  9784. "growth_10-13": "-4.1%",
  9785. "population": "58879",
  9786. "state": "California"
  9787. },
  9788. "geometry": {
  9789. "type": "Point",
  9790. "coordinates": [
  9791. -118.2250725,
  9792. 33.9816812
  9793. ]
  9794. }
  9795. },
  9796. {
  9797. "type": "Feature",
  9798. "properties": {
  9799. "city": "La Mesa",
  9800. "growth_10-13": "6.9%",
  9801. "population": "58642",
  9802. "state": "California"
  9803. },
  9804. "geometry": {
  9805. "type": "Point",
  9806. "coordinates": [
  9807. -117.0230839,
  9808. 32.7678287
  9809. ]
  9810. }
  9811. },
  9812. {
  9813. "type": "Feature",
  9814. "properties": {
  9815. "city": "Orland Park",
  9816. "growth_10-13": "13.9%",
  9817. "population": "58590",
  9818. "state": "Illinois"
  9819. },
  9820. "geometry": {
  9821. "type": "Point",
  9822. "coordinates": [
  9823. -87.85394250000002,
  9824. 41.6303103
  9825. ]
  9826. }
  9827. },
  9828. {
  9829. "type": "Feature",
  9830. "properties": {
  9831. "city": "Auburn",
  9832. "growth_10-13": "26.4%",
  9833. "population": "58582",
  9834. "state": "Alabama"
  9835. },
  9836. "geometry": {
  9837. "type": "Point",
  9838. "coordinates": [
  9839. -85.48078249999999,
  9840. 32.6098566
  9841. ]
  9842. }
  9843. },
  9844. {
  9845. "type": "Feature",
  9846. "properties": {
  9847. "city": "Lakeville",
  9848. "growth_10-13": "34.3%",
  9849. "population": "58562",
  9850. "state": "Minnesota"
  9851. },
  9852. "geometry": {
  9853. "type": "Point",
  9854. "coordinates": [
  9855. -93.24271999999999,
  9856. 44.6496868
  9857. ]
  9858. }
  9859. },
  9860. {
  9861. "type": "Feature",
  9862. "properties": {
  9863. "city": "Owensboro",
  9864. "growth_10-13": "7.7%",
  9865. "population": "58416",
  9866. "state": "Kentucky"
  9867. },
  9868. "geometry": {
  9869. "type": "Point",
  9870. "coordinates": [
  9871. -87.1111676,
  9872. 37.7719074
  9873. ]
  9874. }
  9875. },
  9876. {
  9877. "type": "Feature",
  9878. "properties": {
  9879. "city": "Moore",
  9880. "growth_10-13": "41.5%",
  9881. "population": "58414",
  9882. "state": "Oklahoma"
  9883. },
  9884. "geometry": {
  9885. "type": "Point",
  9886. "coordinates": [
  9887. -97.48670279999999,
  9888. 35.3395079
  9889. ]
  9890. }
  9891. },
  9892. {
  9893. "type": "Feature",
  9894. "properties": {
  9895. "city": "Jupiter",
  9896. "growth_10-13": "46.2%",
  9897. "population": "58298",
  9898. "state": "Florida"
  9899. },
  9900. "geometry": {
  9901. "type": "Point",
  9902. "coordinates": [
  9903. -80.0942087,
  9904. 26.9342246
  9905. ]
  9906. }
  9907. },
  9908. {
  9909. "type": "Feature",
  9910. "properties": {
  9911. "city": "Idaho Falls",
  9912. "growth_10-13": "14.0%",
  9913. "population": "58292",
  9914. "state": "Idaho"
  9915. },
  9916. "geometry": {
  9917. "type": "Point",
  9918. "coordinates": [
  9919. -112.0339645,
  9920. 43.49165139999999
  9921. ]
  9922. }
  9923. },
  9924. {
  9925. "type": "Feature",
  9926. "properties": {
  9927. "city": "Dubuque",
  9928. "growth_10-13": "0.9%",
  9929. "population": "58253",
  9930. "state": "Iowa"
  9931. },
  9932. "geometry": {
  9933. "type": "Point",
  9934. "coordinates": [
  9935. -90.66457179999999,
  9936. 42.5005583
  9937. ]
  9938. }
  9939. },
  9940. {
  9941. "type": "Feature",
  9942. "properties": {
  9943. "city": "Bartlett",
  9944. "growth_10-13": "31.7%",
  9945. "population": "58226",
  9946. "state": "Tennessee"
  9947. },
  9948. "geometry": {
  9949. "type": "Point",
  9950. "coordinates": [
  9951. -89.8739753,
  9952. 35.2045328
  9953. ]
  9954. }
  9955. },
  9956. {
  9957. "type": "Feature",
  9958. "properties": {
  9959. "city": "Rowlett",
  9960. "growth_10-13": "28.6%",
  9961. "population": "58043",
  9962. "state": "Texas"
  9963. },
  9964. "geometry": {
  9965. "type": "Point",
  9966. "coordinates": [
  9967. -96.56388,
  9968. 32.9029017
  9969. ]
  9970. }
  9971. },
  9972. {
  9973. "type": "Feature",
  9974. "properties": {
  9975. "city": "Novi",
  9976. "growth_10-13": "22.0%",
  9977. "population": "57960",
  9978. "state": "Michigan"
  9979. },
  9980. "geometry": {
  9981. "type": "Point",
  9982. "coordinates": [
  9983. -83.4754913,
  9984. 42.48059
  9985. ]
  9986. }
  9987. },
  9988. {
  9989. "type": "Feature",
  9990. "properties": {
  9991. "city": "White Plains",
  9992. "growth_10-13": "8.5%",
  9993. "population": "57866",
  9994. "state": "New York"
  9995. },
  9996. "geometry": {
  9997. "type": "Point",
  9998. "coordinates": [
  9999. -73.7629097,
  10000. 41.03398620000001
  10001. ]
  10002. }
  10003. },
  10004. {
  10005. "type": "Feature",
  10006. "properties": {
  10007. "city": "Arcadia",
  10008. "growth_10-13": "8.3%",
  10009. "population": "57639",
  10010. "state": "California"
  10011. },
  10012. "geometry": {
  10013. "type": "Point",
  10014. "coordinates": [
  10015. -118.0353449,
  10016. 34.1397292
  10017. ]
  10018. }
  10019. },
  10020. {
  10021. "type": "Feature",
  10022. "properties": {
  10023. "city": "Redmond",
  10024. "growth_10-13": "26.0%",
  10025. "population": "57530",
  10026. "state": "Washington"
  10027. },
  10028. "geometry": {
  10029. "type": "Point",
  10030. "coordinates": [
  10031. -122.121512,
  10032. 47.6739881
  10033. ]
  10034. }
  10035. },
  10036. {
  10037. "type": "Feature",
  10038. "properties": {
  10039. "city": "Lake Elsinore",
  10040. "growth_10-13": "96.5%",
  10041. "population": "57525",
  10042. "state": "California"
  10043. },
  10044. "geometry": {
  10045. "type": "Point",
  10046. "coordinates": [
  10047. -117.3272615,
  10048. 33.6680772
  10049. ]
  10050. }
  10051. },
  10052. {
  10053. "type": "Feature",
  10054. "properties": {
  10055. "city": "Ocala",
  10056. "growth_10-13": "20.8%",
  10057. "population": "57468",
  10058. "state": "Florida"
  10059. },
  10060. "geometry": {
  10061. "type": "Point",
  10062. "coordinates": [
  10063. -82.14009229999999,
  10064. 29.1871986
  10065. ]
  10066. }
  10067. },
  10068. {
  10069. "type": "Feature",
  10070. "properties": {
  10071. "city": "Tinley Park",
  10072. "growth_10-13": "16.3%",
  10073. "population": "57282",
  10074. "state": "Illinois"
  10075. },
  10076. "geometry": {
  10077. "type": "Point",
  10078. "coordinates": [
  10079. -87.7932939,
  10080. 41.5731442
  10081. ]
  10082. }
  10083. },
  10084. {
  10085. "type": "Feature",
  10086. "properties": {
  10087. "city": "Port Orange",
  10088. "growth_10-13": "22.8%",
  10089. "population": "57203",
  10090. "state": "Florida"
  10091. },
  10092. "geometry": {
  10093. "type": "Point",
  10094. "coordinates": [
  10095. -80.9956105,
  10096. 29.1383165
  10097. ]
  10098. }
  10099. },
  10100. {
  10101. "type": "Feature",
  10102. "properties": {
  10103. "city": "Medford",
  10104. "growth_10-13": "2.7%",
  10105. "population": "57170",
  10106. "state": "Massachusetts"
  10107. },
  10108. "geometry": {
  10109. "type": "Point",
  10110. "coordinates": [
  10111. -71.1061639,
  10112. 42.4184296
  10113. ]
  10114. }
  10115. },
  10116. {
  10117. "type": "Feature",
  10118. "properties": {
  10119. "city": "Oak Lawn",
  10120. "growth_10-13": "3.3%",
  10121. "population": "57073",
  10122. "state": "Illinois"
  10123. },
  10124. "geometry": {
  10125. "type": "Point",
  10126. "coordinates": [
  10127. -87.7479528,
  10128. 41.719978
  10129. ]
  10130. }
  10131. },
  10132. {
  10133. "type": "Feature",
  10134. "properties": {
  10135. "city": "Rocky Mount",
  10136. "growth_10-13": "-3.1%",
  10137. "population": "56954",
  10138. "state": "North Carolina"
  10139. },
  10140. "geometry": {
  10141. "type": "Point",
  10142. "coordinates": [
  10143. -77.7905339,
  10144. 35.9382103
  10145. ]
  10146. }
  10147. },
  10148. {
  10149. "type": "Feature",
  10150. "properties": {
  10151. "city": "Kokomo",
  10152. "growth_10-13": "21.3%",
  10153. "population": "56895",
  10154. "state": "Indiana"
  10155. },
  10156. "geometry": {
  10157. "type": "Point",
  10158. "coordinates": [
  10159. -86.13360329999999,
  10160. 40.486427
  10161. ]
  10162. }
  10163. },
  10164. {
  10165. "type": "Feature",
  10166. "properties": {
  10167. "city": "Coconut Creek",
  10168. "growth_10-13": "28.4%",
  10169. "population": "56792",
  10170. "state": "Florida"
  10171. },
  10172. "geometry": {
  10173. "type": "Point",
  10174. "coordinates": [
  10175. -80.17893509999999,
  10176. 26.2517482
  10177. ]
  10178. }
  10179. },
  10180. {
  10181. "type": "Feature",
  10182. "properties": {
  10183. "city": "Bowie",
  10184. "growth_10-13": "8.6%",
  10185. "population": "56759",
  10186. "state": "Maryland"
  10187. },
  10188. "geometry": {
  10189. "type": "Point",
  10190. "coordinates": [
  10191. -76.77913649999999,
  10192. 39.0067768
  10193. ]
  10194. }
  10195. },
  10196. {
  10197. "type": "Feature",
  10198. "properties": {
  10199. "city": "Berwyn",
  10200. "growth_10-13": "5.1%",
  10201. "population": "56758",
  10202. "state": "Illinois"
  10203. },
  10204. "geometry": {
  10205. "type": "Point",
  10206. "coordinates": [
  10207. -87.7936685,
  10208. 41.85058739999999
  10209. ]
  10210. }
  10211. },
  10212. {
  10213. "type": "Feature",
  10214. "properties": {
  10215. "city": "Midwest City",
  10216. "growth_10-13": "4.5%",
  10217. "population": "56756",
  10218. "state": "Oklahoma"
  10219. },
  10220. "geometry": {
  10221. "type": "Point",
  10222. "coordinates": [
  10223. -97.3967019,
  10224. 35.4495065
  10225. ]
  10226. }
  10227. },
  10228. {
  10229. "type": "Feature",
  10230. "properties": {
  10231. "city": "Fountain Valley",
  10232. "growth_10-13": "3.0%",
  10233. "population": "56707",
  10234. "state": "California"
  10235. },
  10236. "geometry": {
  10237. "type": "Point",
  10238. "coordinates": [
  10239. -117.9536697,
  10240. 33.7091847
  10241. ]
  10242. }
  10243. },
  10244. {
  10245. "type": "Feature",
  10246. "properties": {
  10247. "city": "Buckeye",
  10248. "growth_10-13": "480.9%",
  10249. "population": "56683",
  10250. "state": "Arizona"
  10251. },
  10252. "geometry": {
  10253. "type": "Point",
  10254. "coordinates": [
  10255. -112.5837766,
  10256. 33.3703197
  10257. ]
  10258. }
  10259. },
  10260. {
  10261. "type": "Feature",
  10262. "properties": {
  10263. "city": "Dearborn Heights",
  10264. "growth_10-13": "-3.0%",
  10265. "population": "56620",
  10266. "state": "Michigan"
  10267. },
  10268. "geometry": {
  10269. "type": "Point",
  10270. "coordinates": [
  10271. -83.27326269999999,
  10272. 42.3369816
  10273. ]
  10274. }
  10275. },
  10276. {
  10277. "type": "Feature",
  10278. "properties": {
  10279. "city": "Woodland",
  10280. "growth_10-13": "13.8%",
  10281. "population": "56590",
  10282. "state": "California"
  10283. },
  10284. "geometry": {
  10285. "type": "Point",
  10286. "coordinates": [
  10287. -121.7732971,
  10288. 38.67851570000001
  10289. ]
  10290. }
  10291. },
  10292. {
  10293. "type": "Feature",
  10294. "properties": {
  10295. "city": "Noblesville",
  10296. "growth_10-13": "88.1%",
  10297. "population": "56540",
  10298. "state": "Indiana"
  10299. },
  10300. "geometry": {
  10301. "type": "Point",
  10302. "coordinates": [
  10303. -86.0085955,
  10304. 40.0455917
  10305. ]
  10306. }
  10307. },
  10308. {
  10309. "type": "Feature",
  10310. "properties": {
  10311. "city": "Valdosta",
  10312. "growth_10-13": "22.3%",
  10313. "population": "56481",
  10314. "state": "Georgia"
  10315. },
  10316. "geometry": {
  10317. "type": "Point",
  10318. "coordinates": [
  10319. -83.2784851,
  10320. 30.8327022
  10321. ]
  10322. }
  10323. },
  10324. {
  10325. "type": "Feature",
  10326. "properties": {
  10327. "city": "Diamond Bar",
  10328. "growth_10-13": "0.1%",
  10329. "population": "56449",
  10330. "state": "California"
  10331. },
  10332. "geometry": {
  10333. "type": "Point",
  10334. "coordinates": [
  10335. -117.8103367,
  10336. 34.0286226
  10337. ]
  10338. }
  10339. },
  10340. {
  10341. "type": "Feature",
  10342. "properties": {
  10343. "city": "Manhattan",
  10344. "growth_10-13": "22.8%",
  10345. "population": "56143",
  10346. "state": "Kansas"
  10347. },
  10348. "geometry": {
  10349. "type": "Point",
  10350. "coordinates": [
  10351. -96.57166939999999,
  10352. 39.18360819999999
  10353. ]
  10354. }
  10355. },
  10356. {
  10357. "type": "Feature",
  10358. "properties": {
  10359. "city": "Santee",
  10360. "growth_10-13": "5.7%",
  10361. "population": "56105",
  10362. "state": "California"
  10363. },
  10364. "geometry": {
  10365. "type": "Point",
  10366. "coordinates": [
  10367. -116.9739167,
  10368. 32.8383828
  10369. ]
  10370. }
  10371. },
  10372. {
  10373. "type": "Feature",
  10374. "properties": {
  10375. "city": "Taunton",
  10376. "growth_10-13": "0.0%",
  10377. "population": "56069",
  10378. "state": "Massachusetts"
  10379. },
  10380. "geometry": {
  10381. "type": "Point",
  10382. "coordinates": [
  10383. -71.0897674,
  10384. 41.900101
  10385. ]
  10386. }
  10387. },
  10388. {
  10389. "type": "Feature",
  10390. "properties": {
  10391. "city": "Sanford",
  10392. "growth_10-13": "42.8%",
  10393. "population": "56002",
  10394. "state": "Florida"
  10395. },
  10396. "geometry": {
  10397. "type": "Point",
  10398. "coordinates": [
  10399. -81.269453,
  10400. 28.8028612
  10401. ]
  10402. }
  10403. },
  10404. {
  10405. "type": "Feature",
  10406. "properties": {
  10407. "city": "Kettering",
  10408. "growth_10-13": "-3.1%",
  10409. "population": "55870",
  10410. "state": "Ohio"
  10411. },
  10412. "geometry": {
  10413. "type": "Point",
  10414. "coordinates": [
  10415. -84.1688274,
  10416. 39.68950359999999
  10417. ]
  10418. }
  10419. },
  10420. {
  10421. "type": "Feature",
  10422. "properties": {
  10423. "city": "New Brunswick",
  10424. "growth_10-13": "15.5%",
  10425. "population": "55831",
  10426. "state": "New Jersey"
  10427. },
  10428. "geometry": {
  10429. "type": "Point",
  10430. "coordinates": [
  10431. -74.4518188,
  10432. 40.4862157
  10433. ]
  10434. }
  10435. },
  10436. {
  10437. "type": "Feature",
  10438. "properties": {
  10439. "city": "Decatur",
  10440. "growth_10-13": "3.1%",
  10441. "population": "55816",
  10442. "state": "Alabama"
  10443. },
  10444. "geometry": {
  10445. "type": "Point",
  10446. "coordinates": [
  10447. -86.9833417,
  10448. 34.6059253
  10449. ]
  10450. }
  10451. },
  10452. {
  10453. "type": "Feature",
  10454. "properties": {
  10455. "city": "Chicopee",
  10456. "growth_10-13": "1.7%",
  10457. "population": "55717",
  10458. "state": "Massachusetts"
  10459. },
  10460. "geometry": {
  10461. "type": "Point",
  10462. "coordinates": [
  10463. -72.6078672,
  10464. 42.1487043
  10465. ]
  10466. }
  10467. },
  10468. {
  10469. "type": "Feature",
  10470. "properties": {
  10471. "city": "Anderson",
  10472. "growth_10-13": "-6.6%",
  10473. "population": "55670",
  10474. "state": "Indiana"
  10475. },
  10476. "geometry": {
  10477. "type": "Point",
  10478. "coordinates": [
  10479. -85.6802541,
  10480. 40.1053196
  10481. ]
  10482. }
  10483. },
  10484. {
  10485. "type": "Feature",
  10486. "properties": {
  10487. "city": "Margate",
  10488. "growth_10-13": "2.7%",
  10489. "population": "55456",
  10490. "state": "Florida"
  10491. },
  10492. "geometry": {
  10493. "type": "Point",
  10494. "coordinates": [
  10495. -80.206436,
  10496. 26.2445263
  10497. ]
  10498. }
  10499. },
  10500. {
  10501. "type": "Feature",
  10502. "properties": {
  10503. "city": "Weymouth Town",
  10504. "growth_10-13": "",
  10505. "population": "55419",
  10506. "state": "Massachusetts"
  10507. },
  10508. "geometry": {
  10509. "type": "Point",
  10510. "coordinates": [
  10511. -70.94103559999999,
  10512. 42.2180724
  10513. ]
  10514. }
  10515. },
  10516. {
  10517. "type": "Feature",
  10518. "properties": {
  10519. "city": "Hempstead",
  10520. "growth_10-13": "4.0%",
  10521. "population": "55361",
  10522. "state": "New York"
  10523. },
  10524. "geometry": {
  10525. "type": "Point",
  10526. "coordinates": [
  10527. -73.6187397,
  10528. 40.7062128
  10529. ]
  10530. }
  10531. },
  10532. {
  10533. "type": "Feature",
  10534. "properties": {
  10535. "city": "Corvallis",
  10536. "growth_10-13": "11.8%",
  10537. "population": "55298",
  10538. "state": "Oregon"
  10539. },
  10540. "geometry": {
  10541. "type": "Point",
  10542. "coordinates": [
  10543. -123.2620435,
  10544. 44.5645659
  10545. ]
  10546. }
  10547. },
  10548. {
  10549. "type": "Feature",
  10550. "properties": {
  10551. "city": "Eastvale",
  10552. "growth_10-13": "",
  10553. "population": "55191",
  10554. "state": "California"
  10555. },
  10556. "geometry": {
  10557. "type": "Point",
  10558. "coordinates": [
  10559. -117.5848025,
  10560. 33.952463
  10561. ]
  10562. }
  10563. },
  10564. {
  10565. "type": "Feature",
  10566. "properties": {
  10567. "city": "Porterville",
  10568. "growth_10-13": "20.1%",
  10569. "population": "55174",
  10570. "state": "California"
  10571. },
  10572. "geometry": {
  10573. "type": "Point",
  10574. "coordinates": [
  10575. -119.0167679,
  10576. 36.06523
  10577. ]
  10578. }
  10579. },
  10580. {
  10581. "type": "Feature",
  10582. "properties": {
  10583. "city": "West Haven",
  10584. "growth_10-13": "5.1%",
  10585. "population": "55046",
  10586. "state": "Connecticut"
  10587. },
  10588. "geometry": {
  10589. "type": "Point",
  10590. "coordinates": [
  10591. -72.9469711,
  10592. 41.2705484
  10593. ]
  10594. }
  10595. },
  10596. {
  10597. "type": "Feature",
  10598. "properties": {
  10599. "city": "Brentwood",
  10600. "growth_10-13": "122.3%",
  10601. "population": "55000",
  10602. "state": "California"
  10603. },
  10604. "geometry": {
  10605. "type": "Point",
  10606. "coordinates": [
  10607. -121.6957863,
  10608. 37.931868
  10609. ]
  10610. }
  10611. },
  10612. {
  10613. "type": "Feature",
  10614. "properties": {
  10615. "city": "Paramount",
  10616. "growth_10-13": "-0.7%",
  10617. "population": "54980",
  10618. "state": "California"
  10619. },
  10620. "geometry": {
  10621. "type": "Point",
  10622. "coordinates": [
  10623. -118.1597911,
  10624. 33.8894598
  10625. ]
  10626. }
  10627. },
  10628. {
  10629. "type": "Feature",
  10630. "properties": {
  10631. "city": "Grand Forks",
  10632. "growth_10-13": "11.5%",
  10633. "population": "54932",
  10634. "state": "North Dakota"
  10635. },
  10636. "geometry": {
  10637. "type": "Point",
  10638. "coordinates": [
  10639. -97.0328547,
  10640. 47.9252568
  10641. ]
  10642. }
  10643. },
  10644. {
  10645. "type": "Feature",
  10646. "properties": {
  10647. "city": "Georgetown",
  10648. "growth_10-13": "91.9%",
  10649. "population": "54898",
  10650. "state": "Texas"
  10651. },
  10652. "geometry": {
  10653. "type": "Point",
  10654. "coordinates": [
  10655. -97.6779842,
  10656. 30.6332618
  10657. ]
  10658. }
  10659. },
  10660. {
  10661. "type": "Feature",
  10662. "properties": {
  10663. "city": "St. Peters",
  10664. "growth_10-13": "6.5%",
  10665. "population": "54842",
  10666. "state": "Missouri"
  10667. },
  10668. "geometry": {
  10669. "type": "Point",
  10670. "coordinates": [
  10671. -90.6298922,
  10672. 38.7874699
  10673. ]
  10674. }
  10675. },
  10676. {
  10677. "type": "Feature",
  10678. "properties": {
  10679. "city": "Shoreline",
  10680. "growth_10-13": "2.9%",
  10681. "population": "54790",
  10682. "state": "Washington"
  10683. },
  10684. "geometry": {
  10685. "type": "Point",
  10686. "coordinates": [
  10687. -122.3415178,
  10688. 47.7556531
  10689. ]
  10690. }
  10691. },
  10692. {
  10693. "type": "Feature",
  10694. "properties": {
  10695. "city": "Mount Prospect",
  10696. "growth_10-13": "-2.5%",
  10697. "population": "54771",
  10698. "state": "Illinois"
  10699. },
  10700. "geometry": {
  10701. "type": "Point",
  10702. "coordinates": [
  10703. -87.9372908,
  10704. 42.0664167
  10705. ]
  10706. }
  10707. },
  10708. {
  10709. "type": "Feature",
  10710. "properties": {
  10711. "city": "Hanford",
  10712. "growth_10-13": "30.3%",
  10713. "population": "54686",
  10714. "state": "California"
  10715. },
  10716. "geometry": {
  10717. "type": "Point",
  10718. "coordinates": [
  10719. -119.6456844,
  10720. 36.3274502
  10721. ]
  10722. }
  10723. },
  10724. {
  10725. "type": "Feature",
  10726. "properties": {
  10727. "city": "Normal",
  10728. "growth_10-13": "19.7%",
  10729. "population": "54664",
  10730. "state": "Illinois"
  10731. },
  10732. "geometry": {
  10733. "type": "Point",
  10734. "coordinates": [
  10735. -88.9906312,
  10736. 40.5142026
  10737. ]
  10738. }
  10739. },
  10740. {
  10741. "type": "Feature",
  10742. "properties": {
  10743. "city": "Rosemead",
  10744. "growth_10-13": "1.7%",
  10745. "population": "54561",
  10746. "state": "California"
  10747. },
  10748. "geometry": {
  10749. "type": "Point",
  10750. "coordinates": [
  10751. -118.072846,
  10752. 34.0805651
  10753. ]
  10754. }
  10755. },
  10756. {
  10757. "type": "Feature",
  10758. "properties": {
  10759. "city": "Lehi",
  10760. "growth_10-13": "176.3%",
  10761. "population": "54382",
  10762. "state": "Utah"
  10763. },
  10764. "geometry": {
  10765. "type": "Point",
  10766. "coordinates": [
  10767. -111.8507662,
  10768. 40.3916172
  10769. ]
  10770. }
  10771. },
  10772. {
  10773. "type": "Feature",
  10774. "properties": {
  10775. "city": "Pocatello",
  10776. "growth_10-13": "5.4%",
  10777. "population": "54350",
  10778. "state": "Idaho"
  10779. },
  10780. "geometry": {
  10781. "type": "Point",
  10782. "coordinates": [
  10783. -112.4455344,
  10784. 42.8713032
  10785. ]
  10786. }
  10787. },
  10788. {
  10789. "type": "Feature",
  10790. "properties": {
  10791. "city": "Highland",
  10792. "growth_10-13": "21.0%",
  10793. "population": "54291",
  10794. "state": "California"
  10795. },
  10796. "geometry": {
  10797. "type": "Point",
  10798. "coordinates": [
  10799. -117.2086513,
  10800. 34.1283442
  10801. ]
  10802. }
  10803. },
  10804. {
  10805. "type": "Feature",
  10806. "properties": {
  10807. "city": "Novato",
  10808. "growth_10-13": "13.3%",
  10809. "population": "54194",
  10810. "state": "California"
  10811. },
  10812. "geometry": {
  10813. "type": "Point",
  10814. "coordinates": [
  10815. -122.5697032,
  10816. 38.1074198
  10817. ]
  10818. }
  10819. },
  10820. {
  10821. "type": "Feature",
  10822. "properties": {
  10823. "city": "Port Arthur",
  10824. "growth_10-13": "-6.0%",
  10825. "population": "54135",
  10826. "state": "Texas"
  10827. },
  10828. "geometry": {
  10829. "type": "Point",
  10830. "coordinates": [
  10831. -93.93994699999999,
  10832. 29.8849504
  10833. ]
  10834. }
  10835. },
  10836. {
  10837. "type": "Feature",
  10838. "properties": {
  10839. "city": "Carson City",
  10840. "growth_10-13": "2.9%",
  10841. "population": "54080",
  10842. "state": "Nevada"
  10843. },
  10844. "geometry": {
  10845. "type": "Point",
  10846. "coordinates": [
  10847. -119.7674034,
  10848. 39.1637984
  10849. ]
  10850. }
  10851. },
  10852. {
  10853. "type": "Feature",
  10854. "properties": {
  10855. "city": "San Marcos",
  10856. "growth_10-13": "48.5%",
  10857. "population": "54076",
  10858. "state": "Texas"
  10859. },
  10860. "geometry": {
  10861. "type": "Point",
  10862. "coordinates": [
  10863. -97.9413941,
  10864. 29.8832749
  10865. ]
  10866. }
  10867. },
  10868. {
  10869. "type": "Feature",
  10870. "properties": {
  10871. "city": "Hendersonville",
  10872. "growth_10-13": "31.7%",
  10873. "population": "54068",
  10874. "state": "Tennessee"
  10875. },
  10876. "geometry": {
  10877. "type": "Point",
  10878. "coordinates": [
  10879. -86.6199957,
  10880. 36.3047735
  10881. ]
  10882. }
  10883. },
  10884. {
  10885. "type": "Feature",
  10886. "properties": {
  10887. "city": "Elyria",
  10888. "growth_10-13": "-3.7%",
  10889. "population": "53956",
  10890. "state": "Ohio"
  10891. },
  10892. "geometry": {
  10893. "type": "Point",
  10894. "coordinates": [
  10895. -82.10764859999999,
  10896. 41.3683798
  10897. ]
  10898. }
  10899. },
  10900. {
  10901. "type": "Feature",
  10902. "properties": {
  10903. "city": "Revere",
  10904. "growth_10-13": "13.4%",
  10905. "population": "53756",
  10906. "state": "Massachusetts"
  10907. },
  10908. "geometry": {
  10909. "type": "Point",
  10910. "coordinates": [
  10911. -71.0119948,
  10912. 42.4084302
  10913. ]
  10914. }
  10915. },
  10916. {
  10917. "type": "Feature",
  10918. "properties": {
  10919. "city": "Pflugerville",
  10920. "growth_10-13": "123.4%",
  10921. "population": "53752",
  10922. "state": "Texas"
  10923. },
  10924. "geometry": {
  10925. "type": "Point",
  10926. "coordinates": [
  10927. -97.62000429999999,
  10928. 30.4393696
  10929. ]
  10930. }
  10931. },
  10932. {
  10933. "type": "Feature",
  10934. "properties": {
  10935. "city": "Greenwood",
  10936. "growth_10-13": "46.0%",
  10937. "population": "53665",
  10938. "state": "Indiana"
  10939. },
  10940. "geometry": {
  10941. "type": "Point",
  10942. "coordinates": [
  10943. -86.10665259999999,
  10944. 39.6136578
  10945. ]
  10946. }
  10947. },
  10948. {
  10949. "type": "Feature",
  10950. "properties": {
  10951. "city": "Bellevue",
  10952. "growth_10-13": "20.5%",
  10953. "population": "53663",
  10954. "state": "Nebraska"
  10955. },
  10956. "geometry": {
  10957. "type": "Point",
  10958. "coordinates": [
  10959. -95.9145568,
  10960. 41.1543623
  10961. ]
  10962. }
  10963. },
  10964. {
  10965. "type": "Feature",
  10966. "properties": {
  10967. "city": "Wheaton",
  10968. "growth_10-13": "-3.4%",
  10969. "population": "53648",
  10970. "state": "Illinois"
  10971. },
  10972. "geometry": {
  10973. "type": "Point",
  10974. "coordinates": [
  10975. -88.1070127,
  10976. 41.8661403
  10977. ]
  10978. }
  10979. },
  10980. {
  10981. "type": "Feature",
  10982. "properties": {
  10983. "city": "Smyrna",
  10984. "growth_10-13": "20.0%",
  10985. "population": "53438",
  10986. "state": "Georgia"
  10987. },
  10988. "geometry": {
  10989. "type": "Point",
  10990. "coordinates": [
  10991. -84.51437609999999,
  10992. 33.8839926
  10993. ]
  10994. }
  10995. },
  10996. {
  10997. "type": "Feature",
  10998. "properties": {
  10999. "city": "Sarasota",
  11000. "growth_10-13": "1.4%",
  11001. "population": "53326",
  11002. "state": "Florida"
  11003. },
  11004. "geometry": {
  11005. "type": "Point",
  11006. "coordinates": [
  11007. -82.53065269999999,
  11008. 27.3364347
  11009. ]
  11010. }
  11011. },
  11012. {
  11013. "type": "Feature",
  11014. "properties": {
  11015. "city": "Blue Springs",
  11016. "growth_10-13": "9.9%",
  11017. "population": "53294",
  11018. "state": "Missouri"
  11019. },
  11020. "geometry": {
  11021. "type": "Point",
  11022. "coordinates": [
  11023. -94.2816148,
  11024. 39.0169509
  11025. ]
  11026. }
  11027. },
  11028. {
  11029. "type": "Feature",
  11030. "properties": {
  11031. "city": "Colton",
  11032. "growth_10-13": "10.8%",
  11033. "population": "53243",
  11034. "state": "California"
  11035. },
  11036. "geometry": {
  11037. "type": "Point",
  11038. "coordinates": [
  11039. -117.3136547,
  11040. 34.0739016
  11041. ]
  11042. }
  11043. },
  11044. {
  11045. "type": "Feature",
  11046. "properties": {
  11047. "city": "Euless",
  11048. "growth_10-13": "15.1%",
  11049. "population": "53224",
  11050. "state": "Texas"
  11051. },
  11052. "geometry": {
  11053. "type": "Point",
  11054. "coordinates": [
  11055. -97.08195409999999,
  11056. 32.8370727
  11057. ]
  11058. }
  11059. },
  11060. {
  11061. "type": "Feature",
  11062. "properties": {
  11063. "city": "Castle Rock",
  11064. "growth_10-13": "153.5%",
  11065. "population": "53063",
  11066. "state": "Colorado"
  11067. },
  11068. "geometry": {
  11069. "type": "Point",
  11070. "coordinates": [
  11071. -104.8560902,
  11072. 39.3722121
  11073. ]
  11074. }
  11075. },
  11076. {
  11077. "type": "Feature",
  11078. "properties": {
  11079. "city": "Cathedral City",
  11080. "growth_10-13": "23.2%",
  11081. "population": "52977",
  11082. "state": "California"
  11083. },
  11084. "geometry": {
  11085. "type": "Point",
  11086. "coordinates": [
  11087. -116.4668036,
  11088. 33.7805388
  11089. ]
  11090. }
  11091. },
  11092. {
  11093. "type": "Feature",
  11094. "properties": {
  11095. "city": "Kingsport",
  11096. "growth_10-13": "16.7%",
  11097. "population": "52962",
  11098. "state": "Tennessee"
  11099. },
  11100. "geometry": {
  11101. "type": "Point",
  11102. "coordinates": [
  11103. -82.5618186,
  11104. 36.548434
  11105. ]
  11106. }
  11107. },
  11108. {
  11109. "type": "Feature",
  11110. "properties": {
  11111. "city": "Lake Havasu City",
  11112. "growth_10-13": "24.6%",
  11113. "population": "52844",
  11114. "state": "Arizona"
  11115. },
  11116. "geometry": {
  11117. "type": "Point",
  11118. "coordinates": [
  11119. -114.3224548,
  11120. 34.483901
  11121. ]
  11122. }
  11123. },
  11124. {
  11125. "type": "Feature",
  11126. "properties": {
  11127. "city": "Pensacola",
  11128. "growth_10-13": "-6.0%",
  11129. "population": "52703",
  11130. "state": "Florida"
  11131. },
  11132. "geometry": {
  11133. "type": "Point",
  11134. "coordinates": [
  11135. -87.2169149,
  11136. 30.42130899999999
  11137. ]
  11138. }
  11139. },
  11140. {
  11141. "type": "Feature",
  11142. "properties": {
  11143. "city": "Hoboken",
  11144. "growth_10-13": "35.8%",
  11145. "population": "52575",
  11146. "state": "New Jersey"
  11147. },
  11148. "geometry": {
  11149. "type": "Point",
  11150. "coordinates": [
  11151. -74.0323626,
  11152. 40.7439905
  11153. ]
  11154. }
  11155. },
  11156. {
  11157. "type": "Feature",
  11158. "properties": {
  11159. "city": "Yucaipa",
  11160. "growth_10-13": "26.8%",
  11161. "population": "52536",
  11162. "state": "California"
  11163. },
  11164. "geometry": {
  11165. "type": "Point",
  11166. "coordinates": [
  11167. -117.0430865,
  11168. 34.033625
  11169. ]
  11170. }
  11171. },
  11172. {
  11173. "type": "Feature",
  11174. "properties": {
  11175. "city": "Watsonville",
  11176. "growth_10-13": "12.7%",
  11177. "population": "52477",
  11178. "state": "California"
  11179. },
  11180. "geometry": {
  11181. "type": "Point",
  11182. "coordinates": [
  11183. -121.7568946,
  11184. 36.910231
  11185. ]
  11186. }
  11187. },
  11188. {
  11189. "type": "Feature",
  11190. "properties": {
  11191. "city": "Richland",
  11192. "growth_10-13": "34.6%",
  11193. "population": "52413",
  11194. "state": "Washington"
  11195. },
  11196. "geometry": {
  11197. "type": "Point",
  11198. "coordinates": [
  11199. -119.2844621,
  11200. 46.2856907
  11201. ]
  11202. }
  11203. },
  11204. {
  11205. "type": "Feature",
  11206. "properties": {
  11207. "city": "Delano",
  11208. "growth_10-13": "31.8%",
  11209. "population": "52403",
  11210. "state": "California"
  11211. },
  11212. "geometry": {
  11213. "type": "Point",
  11214. "coordinates": [
  11215. -119.2470536,
  11216. 35.7688425
  11217. ]
  11218. }
  11219. },
  11220. {
  11221. "type": "Feature",
  11222. "properties": {
  11223. "city": "Hoffman Estates",
  11224. "growth_10-13": "5.4%",
  11225. "population": "52398",
  11226. "state": "Illinois"
  11227. },
  11228. "geometry": {
  11229. "type": "Point",
  11230. "coordinates": [
  11231. -88.12271989999999,
  11232. 42.0629915
  11233. ]
  11234. }
  11235. },
  11236. {
  11237. "type": "Feature",
  11238. "properties": {
  11239. "city": "Florissant",
  11240. "growth_10-13": "-2.8%",
  11241. "population": "52363",
  11242. "state": "Missouri"
  11243. },
  11244. "geometry": {
  11245. "type": "Point",
  11246. "coordinates": [
  11247. -90.322614,
  11248. 38.789217
  11249. ]
  11250. }
  11251. },
  11252. {
  11253. "type": "Feature",
  11254. "properties": {
  11255. "city": "Placentia",
  11256. "growth_10-13": "11.8%",
  11257. "population": "52206",
  11258. "state": "California"
  11259. },
  11260. "geometry": {
  11261. "type": "Point",
  11262. "coordinates": [
  11263. -117.8703363,
  11264. 33.8722371
  11265. ]
  11266. }
  11267. },
  11268. {
  11269. "type": "Feature",
  11270. "properties": {
  11271. "city": "West New York",
  11272. "growth_10-13": "13.3%",
  11273. "population": "52122",
  11274. "state": "New Jersey"
  11275. },
  11276. "geometry": {
  11277. "type": "Point",
  11278. "coordinates": [
  11279. -74.0143064,
  11280. 40.7878788
  11281. ]
  11282. }
  11283. },
  11284. {
  11285. "type": "Feature",
  11286. "properties": {
  11287. "city": "Dublin",
  11288. "growth_10-13": "70.0%",
  11289. "population": "52105",
  11290. "state": "California"
  11291. },
  11292. "geometry": {
  11293. "type": "Point",
  11294. "coordinates": [
  11295. -121.9357918,
  11296. 37.7021521
  11297. ]
  11298. }
  11299. },
  11300. {
  11301. "type": "Feature",
  11302. "properties": {
  11303. "city": "Oak Park",
  11304. "growth_10-13": "-0.8%",
  11305. "population": "52066",
  11306. "state": "Illinois"
  11307. },
  11308. "geometry": {
  11309. "type": "Point",
  11310. "coordinates": [
  11311. -87.7845025,
  11312. 41.8850317
  11313. ]
  11314. }
  11315. },
  11316. {
  11317. "type": "Feature",
  11318. "properties": {
  11319. "city": "Peabody",
  11320. "growth_10-13": "7.5%",
  11321. "population": "52044",
  11322. "state": "Massachusetts"
  11323. },
  11324. "geometry": {
  11325. "type": "Point",
  11326. "coordinates": [
  11327. -70.9286609,
  11328. 42.5278731
  11329. ]
  11330. }
  11331. },
  11332. {
  11333. "type": "Feature",
  11334. "properties": {
  11335. "city": "Perth Amboy",
  11336. "growth_10-13": "9.7%",
  11337. "population": "51982",
  11338. "state": "New Jersey"
  11339. },
  11340. "geometry": {
  11341. "type": "Point",
  11342. "coordinates": [
  11343. -74.2654234,
  11344. 40.5067723
  11345. ]
  11346. }
  11347. },
  11348. {
  11349. "type": "Feature",
  11350. "properties": {
  11351. "city": "Battle Creek",
  11352. "growth_10-13": "-2.8%",
  11353. "population": "51848",
  11354. "state": "Michigan"
  11355. },
  11356. "geometry": {
  11357. "type": "Point",
  11358. "coordinates": [
  11359. -85.17971419999999,
  11360. 42.3211522
  11361. ]
  11362. }
  11363. },
  11364. {
  11365. "type": "Feature",
  11366. "properties": {
  11367. "city": "Bradenton",
  11368. "growth_10-13": "3.4%",
  11369. "population": "51763",
  11370. "state": "Florida"
  11371. },
  11372. "geometry": {
  11373. "type": "Point",
  11374. "coordinates": [
  11375. -82.5748194,
  11376. 27.4989278
  11377. ]
  11378. }
  11379. },
  11380. {
  11381. "type": "Feature",
  11382. "properties": {
  11383. "city": "Gilroy",
  11384. "growth_10-13": "23.9%",
  11385. "population": "51701",
  11386. "state": "California"
  11387. },
  11388. "geometry": {
  11389. "type": "Point",
  11390. "coordinates": [
  11391. -121.5682751,
  11392. 37.0057816
  11393. ]
  11394. }
  11395. },
  11396. {
  11397. "type": "Feature",
  11398. "properties": {
  11399. "city": "Milford",
  11400. "growth_10-13": "1.8%",
  11401. "population": "51644",
  11402. "state": "Connecticut"
  11403. },
  11404. "geometry": {
  11405. "type": "Point",
  11406. "coordinates": [
  11407. -73.064036,
  11408. 41.2306979
  11409. ]
  11410. }
  11411. },
  11412. {
  11413. "type": "Feature",
  11414. "properties": {
  11415. "city": "Albany",
  11416. "growth_10-13": "25.5%",
  11417. "population": "51583",
  11418. "state": "Oregon"
  11419. },
  11420. "geometry": {
  11421. "type": "Point",
  11422. "coordinates": [
  11423. -123.1059282,
  11424. 44.6365107
  11425. ]
  11426. }
  11427. },
  11428. {
  11429. "type": "Feature",
  11430. "properties": {
  11431. "city": "Ankeny",
  11432. "growth_10-13": "86.9%",
  11433. "population": "51567",
  11434. "state": "Iowa"
  11435. },
  11436. "geometry": {
  11437. "type": "Point",
  11438. "coordinates": [
  11439. -93.6001278,
  11440. 41.7317884
  11441. ]
  11442. }
  11443. },
  11444. {
  11445. "type": "Feature",
  11446. "properties": {
  11447. "city": "La Crosse",
  11448. "growth_10-13": "-0.8%",
  11449. "population": "51522",
  11450. "state": "Wisconsin"
  11451. },
  11452. "geometry": {
  11453. "type": "Point",
  11454. "coordinates": [
  11455. -91.23958069999999,
  11456. 43.8013556
  11457. ]
  11458. }
  11459. },
  11460. {
  11461. "type": "Feature",
  11462. "properties": {
  11463. "city": "Burlington",
  11464. "growth_10-13": "12.1%",
  11465. "population": "51510",
  11466. "state": "North Carolina"
  11467. },
  11468. "geometry": {
  11469. "type": "Point",
  11470. "coordinates": [
  11471. -79.43779909999999,
  11472. 36.0956918
  11473. ]
  11474. }
  11475. },
  11476. {
  11477. "type": "Feature",
  11478. "properties": {
  11479. "city": "DeSoto",
  11480. "growth_10-13": "36.0%",
  11481. "population": "51483",
  11482. "state": "Texas"
  11483. },
  11484. "geometry": {
  11485. "type": "Point",
  11486. "coordinates": [
  11487. -96.8570738,
  11488. 32.5896998
  11489. ]
  11490. }
  11491. },
  11492. {
  11493. "type": "Feature",
  11494. "properties": {
  11495. "city": "Harrisonburg",
  11496. "growth_10-13": "27.1%",
  11497. "population": "51395",
  11498. "state": "Virginia"
  11499. },
  11500. "geometry": {
  11501. "type": "Point",
  11502. "coordinates": [
  11503. -78.8689155,
  11504. 38.4495688
  11505. ]
  11506. }
  11507. },
  11508. {
  11509. "type": "Feature",
  11510. "properties": {
  11511. "city": "Minnetonka",
  11512. "growth_10-13": "0.4%",
  11513. "population": "51368",
  11514. "state": "Minnesota"
  11515. },
  11516. "geometry": {
  11517. "type": "Point",
  11518. "coordinates": [
  11519. -93.4687489,
  11520. 44.9211836
  11521. ]
  11522. }
  11523. },
  11524. {
  11525. "type": "Feature",
  11526. "properties": {
  11527. "city": "Elkhart",
  11528. "growth_10-13": "-2.5%",
  11529. "population": "51265",
  11530. "state": "Indiana"
  11531. },
  11532. "geometry": {
  11533. "type": "Point",
  11534. "coordinates": [
  11535. -85.9766671,
  11536. 41.6819935
  11537. ]
  11538. }
  11539. },
  11540. {
  11541. "type": "Feature",
  11542. "properties": {
  11543. "city": "Lakewood",
  11544. "growth_10-13": "-9.4%",
  11545. "population": "51143",
  11546. "state": "Ohio"
  11547. },
  11548. "geometry": {
  11549. "type": "Point",
  11550. "coordinates": [
  11551. -81.7981908,
  11552. 41.4819932
  11553. ]
  11554. }
  11555. },
  11556. {
  11557. "type": "Feature",
  11558. "properties": {
  11559. "city": "Glendora",
  11560. "growth_10-13": "3.1%",
  11561. "population": "51074",
  11562. "state": "California"
  11563. },
  11564. "geometry": {
  11565. "type": "Point",
  11566. "coordinates": [
  11567. -117.865339,
  11568. 34.1361187
  11569. ]
  11570. }
  11571. },
  11572. {
  11573. "type": "Feature",
  11574. "properties": {
  11575. "city": "Southaven",
  11576. "growth_10-13": "72.8%",
  11577. "population": "50997",
  11578. "state": "Mississippi"
  11579. },
  11580. "geometry": {
  11581. "type": "Point",
  11582. "coordinates": [
  11583. -90.0125913,
  11584. 34.9889818
  11585. ]
  11586. }
  11587. },
  11588. {
  11589. "type": "Feature",
  11590. "properties": {
  11591. "city": "Charleston",
  11592. "growth_10-13": "-4.7%",
  11593. "population": "50821",
  11594. "state": "West Virginia"
  11595. },
  11596. "geometry": {
  11597. "type": "Point",
  11598. "coordinates": [
  11599. -81.6326234,
  11600. 38.3498195
  11601. ]
  11602. }
  11603. },
  11604. {
  11605. "type": "Feature",
  11606. "properties": {
  11607. "city": "Joplin",
  11608. "growth_10-13": "11.2%",
  11609. "population": "50789",
  11610. "state": "Missouri"
  11611. },
  11612. "geometry": {
  11613. "type": "Point",
  11614. "coordinates": [
  11615. -94.51328099999999,
  11616. 37.08422710000001
  11617. ]
  11618. }
  11619. },
  11620. {
  11621. "type": "Feature",
  11622. "properties": {
  11623. "city": "Enid",
  11624. "growth_10-13": "8.1%",
  11625. "population": "50725",
  11626. "state": "Oklahoma"
  11627. },
  11628. "geometry": {
  11629. "type": "Point",
  11630. "coordinates": [
  11631. -97.8783911,
  11632. 36.3955891
  11633. ]
  11634. }
  11635. },
  11636. {
  11637. "type": "Feature",
  11638. "properties": {
  11639. "city": "Palm Beach Gardens",
  11640. "growth_10-13": "39.6%",
  11641. "population": "50699",
  11642. "state": "Florida"
  11643. },
  11644. "geometry": {
  11645. "type": "Point",
  11646. "coordinates": [
  11647. -80.13865469999999,
  11648. 26.8233946
  11649. ]
  11650. }
  11651. },
  11652. {
  11653. "type": "Feature",
  11654. "properties": {
  11655. "city": "Brookhaven",
  11656. "growth_10-13": "",
  11657. "population": "50603",
  11658. "state": "Georgia"
  11659. },
  11660. "geometry": {
  11661. "type": "Point",
  11662. "coordinates": [
  11663. -84.3365917,
  11664. 33.8651033
  11665. ]
  11666. }
  11667. },
  11668. {
  11669. "type": "Feature",
  11670. "properties": {
  11671. "city": "Plainfield",
  11672. "growth_10-13": "5.7%",
  11673. "population": "50588",
  11674. "state": "New Jersey"
  11675. },
  11676. "geometry": {
  11677. "type": "Point",
  11678. "coordinates": [
  11679. -74.4073736,
  11680. 40.6337136
  11681. ]
  11682. }
  11683. },
  11684. {
  11685. "type": "Feature",
  11686. "properties": {
  11687. "city": "Grand Island",
  11688. "growth_10-13": "16.0%",
  11689. "population": "50550",
  11690. "state": "Nebraska"
  11691. },
  11692. "geometry": {
  11693. "type": "Point",
  11694. "coordinates": [
  11695. -98.3420118,
  11696. 40.9263957
  11697. ]
  11698. }
  11699. },
  11700. {
  11701. "type": "Feature",
  11702. "properties": {
  11703. "city": "Palm Desert",
  11704. "growth_10-13": "13.2%",
  11705. "population": "50508",
  11706. "state": "California"
  11707. },
  11708. "geometry": {
  11709. "type": "Point",
  11710. "coordinates": [
  11711. -116.3744556,
  11712. 33.7222445
  11713. ]
  11714. }
  11715. },
  11716. {
  11717. "type": "Feature",
  11718. "properties": {
  11719. "city": "Huntersville",
  11720. "growth_10-13": "92.9%",
  11721. "population": "50458",
  11722. "state": "North Carolina"
  11723. },
  11724. "geometry": {
  11725. "type": "Point",
  11726. "coordinates": [
  11727. -80.84285040000002,
  11728. 35.410694
  11729. ]
  11730. }
  11731. },
  11732. {
  11733. "type": "Feature",
  11734. "properties": {
  11735. "city": "Tigard",
  11736. "growth_10-13": "17.8%",
  11737. "population": "50444",
  11738. "state": "Oregon"
  11739. },
  11740. "geometry": {
  11741. "type": "Point",
  11742. "coordinates": [
  11743. -122.7714861,
  11744. 45.4312294
  11745. ]
  11746. }
  11747. },
  11748. {
  11749. "type": "Feature",
  11750. "properties": {
  11751. "city": "Lenexa",
  11752. "growth_10-13": "24.6%",
  11753. "population": "50344",
  11754. "state": "Kansas"
  11755. },
  11756. "geometry": {
  11757. "type": "Point",
  11758. "coordinates": [
  11759. -94.73357089999999,
  11760. 38.9536174
  11761. ]
  11762. }
  11763. },
  11764. {
  11765. "type": "Feature",
  11766. "properties": {
  11767. "city": "Saginaw",
  11768. "growth_10-13": "-18.2%",
  11769. "population": "50303",
  11770. "state": "Michigan"
  11771. },
  11772. "geometry": {
  11773. "type": "Point",
  11774. "coordinates": [
  11775. -83.9508068,
  11776. 43.4194699
  11777. ]
  11778. }
  11779. },
  11780. {
  11781. "type": "Feature",
  11782. "properties": {
  11783. "city": "Kentwood",
  11784. "growth_10-13": "10.5%",
  11785. "population": "50233",
  11786. "state": "Michigan"
  11787. },
  11788. "geometry": {
  11789. "type": "Point",
  11790. "coordinates": [
  11791. -85.64474919999999,
  11792. 42.8694731
  11793. ]
  11794. }
  11795. },
  11796. {
  11797. "type": "Feature",
  11798. "properties": {
  11799. "city": "Doral",
  11800. "growth_10-13": "137.6%",
  11801. "population": "50213",
  11802. "state": "Florida"
  11803. },
  11804. "geometry": {
  11805. "type": "Point",
  11806. "coordinates": [
  11807. -80.3553302,
  11808. 25.8195424
  11809. ]
  11810. }
  11811. },
  11812. {
  11813. "type": "Feature",
  11814. "properties": {
  11815. "city": "Apple Valley",
  11816. "growth_10-13": "9.2%",
  11817. "population": "50201",
  11818. "state": "Minnesota"
  11819. },
  11820. "geometry": {
  11821. "type": "Point",
  11822. "coordinates": [
  11823. -93.21772000000001,
  11824. 44.7319094
  11825. ]
  11826. }
  11827. },
  11828. {
  11829. "type": "Feature",
  11830. "properties": {
  11831. "city": "Grapevine",
  11832. "growth_10-13": "17.6%",
  11833. "population": "50195",
  11834. "state": "Texas"
  11835. },
  11836. "geometry": {
  11837. "type": "Point",
  11838. "coordinates": [
  11839. -97.0780654,
  11840. 32.9342919
  11841. ]
  11842. }
  11843. },
  11844. {
  11845. "type": "Feature",
  11846. "properties": {
  11847. "city": "Aliso Viejo",
  11848. "growth_10-13": "25.4%",
  11849. "population": "50175",
  11850. "state": "California"
  11851. },
  11852. "geometry": {
  11853. "type": "Point",
  11854. "coordinates": [
  11855. -117.7256083,
  11856. 33.5676842
  11857. ]
  11858. }
  11859. },
  11860. {
  11861. "type": "Feature",
  11862. "properties": {
  11863. "city": "Sammamish",
  11864. "growth_10-13": "44.1%",
  11865. "population": "50169",
  11866. "state": "Washington"
  11867. },
  11868. "geometry": {
  11869. "type": "Point",
  11870. "coordinates": [
  11871. -122.0355736,
  11872. 47.61626829999999
  11873. ]
  11874. }
  11875. },
  11876. {
  11877. "type": "Feature",
  11878. "properties": {
  11879. "city": "Casa Grande",
  11880. "growth_10-13": "86.0%",
  11881. "population": "50111",
  11882. "state": "Arizona"
  11883. },
  11884. "geometry": {
  11885. "type": "Point",
  11886. "coordinates": [
  11887. -111.7573521,
  11888. 32.8795022
  11889. ]
  11890. }
  11891. },
  11892. {
  11893. "type": "Feature",
  11894. "properties": {
  11895. "city": "Pinellas Park",
  11896. "growth_10-13": "5.9%",
  11897. "population": "49998",
  11898. "state": "Florida"
  11899. },
  11900. "geometry": {
  11901. "type": "Point",
  11902. "coordinates": [
  11903. -82.6995443,
  11904. 27.8428025
  11905. ]
  11906. }
  11907. },
  11908. {
  11909. "type": "Feature",
  11910. "properties": {
  11911. "city": "Troy",
  11912. "growth_10-13": "1.5%",
  11913. "population": "49974",
  11914. "state": "New York"
  11915. },
  11916. "geometry": {
  11917. "type": "Point",
  11918. "coordinates": [
  11919. -73.69178509999999,
  11920. 42.7284117
  11921. ]
  11922. }
  11923. },
  11924. {
  11925. "type": "Feature",
  11926. "properties": {
  11927. "city": "West Sacramento",
  11928. "growth_10-13": "55.6%",
  11929. "population": "49891",
  11930. "state": "California"
  11931. },
  11932. "geometry": {
  11933. "type": "Point",
  11934. "coordinates": [
  11935. -121.530234,
  11936. 38.5804609
  11937. ]
  11938. }
  11939. },
  11940. {
  11941. "type": "Feature",
  11942. "properties": {
  11943. "city": "Burien",
  11944. "growth_10-13": "56.7%",
  11945. "population": "49858",
  11946. "state": "Washington"
  11947. },
  11948. "geometry": {
  11949. "type": "Point",
  11950. "coordinates": [
  11951. -122.3467918,
  11952. 47.4703767
  11953. ]
  11954. }
  11955. },
  11956. {
  11957. "type": "Feature",
  11958. "properties": {
  11959. "city": "Commerce City",
  11960. "growth_10-13": "135.4%",
  11961. "population": "49799",
  11962. "state": "Colorado"
  11963. },
  11964. "geometry": {
  11965. "type": "Point",
  11966. "coordinates": [
  11967. -104.9338675,
  11968. 39.8083196
  11969. ]
  11970. }
  11971. },
  11972. {
  11973. "type": "Feature",
  11974. "properties": {
  11975. "city": "Monroe",
  11976. "growth_10-13": "-6.1%",
  11977. "population": "49761",
  11978. "state": "Louisiana"
  11979. },
  11980. "geometry": {
  11981. "type": "Point",
  11982. "coordinates": [
  11983. -92.1193012,
  11984. 32.5093109
  11985. ]
  11986. }
  11987. },
  11988. {
  11989. "type": "Feature",
  11990. "properties": {
  11991. "city": "Cerritos",
  11992. "growth_10-13": "-3.6%",
  11993. "population": "49707",
  11994. "state": "California"
  11995. },
  11996. "geometry": {
  11997. "type": "Point",
  11998. "coordinates": [
  11999. -118.0647871,
  12000. 33.8583483
  12001. ]
  12002. }
  12003. },
  12004. {
  12005. "type": "Feature",
  12006. "properties": {
  12007. "city": "Downers Grove",
  12008. "growth_10-13": "0.0%",
  12009. "population": "49670",
  12010. "state": "Illinois"
  12011. },
  12012. "geometry": {
  12013. "type": "Point",
  12014. "coordinates": [
  12015. -88.01117459999999,
  12016. 41.8089191
  12017. ]
  12018. }
  12019. },
  12020. {
  12021. "type": "Feature",
  12022. "properties": {
  12023. "city": "Coral Gables",
  12024. "growth_10-13": "16.1%",
  12025. "population": "49631",
  12026. "state": "Florida"
  12027. },
  12028. "geometry": {
  12029. "type": "Point",
  12030. "coordinates": [
  12031. -80.2683838,
  12032. 25.72149
  12033. ]
  12034. }
  12035. },
  12036. {
  12037. "type": "Feature",
  12038. "properties": {
  12039. "city": "Wilson",
  12040. "growth_10-13": "10.1%",
  12041. "population": "49628",
  12042. "state": "North Carolina"
  12043. },
  12044. "geometry": {
  12045. "type": "Point",
  12046. "coordinates": [
  12047. -77.9155395,
  12048. 35.7212689
  12049. ]
  12050. }
  12051. },
  12052. {
  12053. "type": "Feature",
  12054. "properties": {
  12055. "city": "Niagara Falls",
  12056. "growth_10-13": "-10.8%",
  12057. "population": "49468",
  12058. "state": "New York"
  12059. },
  12060. "geometry": {
  12061. "type": "Point",
  12062. "coordinates": [
  12063. -79.0377388,
  12064. 43.0962143
  12065. ]
  12066. }
  12067. },
  12068. {
  12069. "type": "Feature",
  12070. "properties": {
  12071. "city": "Poway",
  12072. "growth_10-13": "2.4%",
  12073. "population": "49417",
  12074. "state": "California"
  12075. },
  12076. "geometry": {
  12077. "type": "Point",
  12078. "coordinates": [
  12079. -117.0358646,
  12080. 32.9628232
  12081. ]
  12082. }
  12083. },
  12084. {
  12085. "type": "Feature",
  12086. "properties": {
  12087. "city": "Edina",
  12088. "growth_10-13": "4.1%",
  12089. "population": "49376",
  12090. "state": "Minnesota"
  12091. },
  12092. "geometry": {
  12093. "type": "Point",
  12094. "coordinates": [
  12095. -93.3499489,
  12096. 44.8896866
  12097. ]
  12098. }
  12099. },
  12100. {
  12101. "type": "Feature",
  12102. "properties": {
  12103. "city": "Cuyahoga Falls",
  12104. "growth_10-13": "-0.2%",
  12105. "population": "49267",
  12106. "state": "Ohio"
  12107. },
  12108. "geometry": {
  12109. "type": "Point",
  12110. "coordinates": [
  12111. -81.48455849999999,
  12112. 41.1339449
  12113. ]
  12114. }
  12115. },
  12116. {
  12117. "type": "Feature",
  12118. "properties": {
  12119. "city": "Rancho Santa Margarita",
  12120. "growth_10-13": "4.6%",
  12121. "population": "49228",
  12122. "state": "California"
  12123. },
  12124. "geometry": {
  12125. "type": "Point",
  12126. "coordinates": [
  12127. -117.603104,
  12128. 33.640855
  12129. ]
  12130. }
  12131. },
  12132. {
  12133. "type": "Feature",
  12134. "properties": {
  12135. "city": "Harrisburg",
  12136. "growth_10-13": "0.6%",
  12137. "population": "49188",
  12138. "state": "Pennsylvania"
  12139. },
  12140. "geometry": {
  12141. "type": "Point",
  12142. "coordinates": [
  12143. -76.8867008,
  12144. 40.2731911
  12145. ]
  12146. }
  12147. },
  12148. {
  12149. "type": "Feature",
  12150. "properties": {
  12151. "city": "Huntington",
  12152. "growth_10-13": "-5.0%",
  12153. "population": "49177",
  12154. "state": "West Virginia"
  12155. },
  12156. "geometry": {
  12157. "type": "Point",
  12158. "coordinates": [
  12159. -82.44515400000002,
  12160. 38.4192496
  12161. ]
  12162. }
  12163. },
  12164. {
  12165. "type": "Feature",
  12166. "properties": {
  12167. "city": "La Mirada",
  12168. "growth_10-13": "4.6%",
  12169. "population": "49133",
  12170. "state": "California"
  12171. },
  12172. "geometry": {
  12173. "type": "Point",
  12174. "coordinates": [
  12175. -118.0120086,
  12176. 33.9172357
  12177. ]
  12178. }
  12179. },
  12180. {
  12181. "type": "Feature",
  12182. "properties": {
  12183. "city": "Cypress",
  12184. "growth_10-13": "5.3%",
  12185. "population": "49087",
  12186. "state": "California"
  12187. },
  12188. "geometry": {
  12189. "type": "Point",
  12190. "coordinates": [
  12191. -118.0372852,
  12192. 33.8169599
  12193. ]
  12194. }
  12195. },
  12196. {
  12197. "type": "Feature",
  12198. "properties": {
  12199. "city": "Caldwell",
  12200. "growth_10-13": "77.1%",
  12201. "population": "48957",
  12202. "state": "Idaho"
  12203. },
  12204. "geometry": {
  12205. "type": "Point",
  12206. "coordinates": [
  12207. -116.6873596,
  12208. 43.66293839999999
  12209. ]
  12210. }
  12211. },
  12212. {
  12213. "type": "Feature",
  12214. "properties": {
  12215. "city": "Logan",
  12216. "growth_10-13": "14.5%",
  12217. "population": "48913",
  12218. "state": "Utah"
  12219. },
  12220. "geometry": {
  12221. "type": "Point",
  12222. "coordinates": [
  12223. -111.8338359,
  12224. 41.7369803
  12225. ]
  12226. }
  12227. },
  12228. {
  12229. "type": "Feature",
  12230. "properties": {
  12231. "city": "Galveston",
  12232. "growth_10-13": "-15.2%",
  12233. "population": "48733",
  12234. "state": "Texas"
  12235. },
  12236. "geometry": {
  12237. "type": "Point",
  12238. "coordinates": [
  12239. -94.7976958,
  12240. 29.3013479
  12241. ]
  12242. }
  12243. },
  12244. {
  12245. "type": "Feature",
  12246. "properties": {
  12247. "city": "Sheboygan",
  12248. "growth_10-13": "-3.9%",
  12249. "population": "48725",
  12250. "state": "Wisconsin"
  12251. },
  12252. "geometry": {
  12253. "type": "Point",
  12254. "coordinates": [
  12255. -87.71453,
  12256. 43.7508284
  12257. ]
  12258. }
  12259. },
  12260. {
  12261. "type": "Feature",
  12262. "properties": {
  12263. "city": "Middletown",
  12264. "growth_10-13": "-5.7%",
  12265. "population": "48630",
  12266. "state": "Ohio"
  12267. },
  12268. "geometry": {
  12269. "type": "Point",
  12270. "coordinates": [
  12271. -84.39827629999999,
  12272. 39.5150576
  12273. ]
  12274. }
  12275. },
  12276. {
  12277. "type": "Feature",
  12278. "properties": {
  12279. "city": "Murray",
  12280. "growth_10-13": "6.6%",
  12281. "population": "48612",
  12282. "state": "Utah"
  12283. },
  12284. "geometry": {
  12285. "type": "Point",
  12286. "coordinates": [
  12287. -111.8879909,
  12288. 40.6668916
  12289. ]
  12290. }
  12291. },
  12292. {
  12293. "type": "Feature",
  12294. "properties": {
  12295. "city": "Roswell",
  12296. "growth_10-13": "7.5%",
  12297. "population": "48611",
  12298. "state": "New Mexico"
  12299. },
  12300. "geometry": {
  12301. "type": "Point",
  12302. "coordinates": [
  12303. -104.5230242,
  12304. 33.3942655
  12305. ]
  12306. }
  12307. },
  12308. {
  12309. "type": "Feature",
  12310. "properties": {
  12311. "city": "Parker",
  12312. "growth_10-13": "96.4%",
  12313. "population": "48608",
  12314. "state": "Colorado"
  12315. },
  12316. "geometry": {
  12317. "type": "Point",
  12318. "coordinates": [
  12319. -104.7613633,
  12320. 39.5186002
  12321. ]
  12322. }
  12323. },
  12324. {
  12325. "type": "Feature",
  12326. "properties": {
  12327. "city": "Bedford",
  12328. "growth_10-13": "2.9%",
  12329. "population": "48592",
  12330. "state": "Texas"
  12331. },
  12332. "geometry": {
  12333. "type": "Point",
  12334. "coordinates": [
  12335. -97.1430671,
  12336. 32.844017
  12337. ]
  12338. }
  12339. },
  12340. {
  12341. "type": "Feature",
  12342. "properties": {
  12343. "city": "East Lansing",
  12344. "growth_10-13": "4.2%",
  12345. "population": "48554",
  12346. "state": "Michigan"
  12347. },
  12348. "geometry": {
  12349. "type": "Point",
  12350. "coordinates": [
  12351. -84.48386540000001,
  12352. 42.7369792
  12353. ]
  12354. }
  12355. },
  12356. {
  12357. "type": "Feature",
  12358. "properties": {
  12359. "city": "Methuen",
  12360. "growth_10-13": "10.3%",
  12361. "population": "48514",
  12362. "state": "Massachusetts"
  12363. },
  12364. "geometry": {
  12365. "type": "Point",
  12366. "coordinates": [
  12367. -71.1908924,
  12368. 42.7262016
  12369. ]
  12370. }
  12371. },
  12372. {
  12373. "type": "Feature",
  12374. "properties": {
  12375. "city": "Covina",
  12376. "growth_10-13": "3.3%",
  12377. "population": "48508",
  12378. "state": "California"
  12379. },
  12380. "geometry": {
  12381. "type": "Point",
  12382. "coordinates": [
  12383. -117.8903397,
  12384. 34.0900091
  12385. ]
  12386. }
  12387. },
  12388. {
  12389. "type": "Feature",
  12390. "properties": {
  12391. "city": "Alexandria",
  12392. "growth_10-13": "4.1%",
  12393. "population": "48426",
  12394. "state": "Louisiana"
  12395. },
  12396. "geometry": {
  12397. "type": "Point",
  12398. "coordinates": [
  12399. -92.4451371,
  12400. 31.3112936
  12401. ]
  12402. }
  12403. },
  12404. {
  12405. "type": "Feature",
  12406. "properties": {
  12407. "city": "Olympia",
  12408. "growth_10-13": "12.1%",
  12409. "population": "48338",
  12410. "state": "Washington"
  12411. },
  12412. "geometry": {
  12413. "type": "Point",
  12414. "coordinates": [
  12415. -122.9006951,
  12416. 47.0378741
  12417. ]
  12418. }
  12419. },
  12420. {
  12421. "type": "Feature",
  12422. "properties": {
  12423. "city": "Euclid",
  12424. "growth_10-13": "-8.4%",
  12425. "population": "48139",
  12426. "state": "Ohio"
  12427. },
  12428. "geometry": {
  12429. "type": "Point",
  12430. "coordinates": [
  12431. -81.5267873,
  12432. 41.5931049
  12433. ]
  12434. }
  12435. },
  12436. {
  12437. "type": "Feature",
  12438. "properties": {
  12439. "city": "Mishawaka",
  12440. "growth_10-13": "2.0%",
  12441. "population": "47989",
  12442. "state": "Indiana"
  12443. },
  12444. "geometry": {
  12445. "type": "Point",
  12446. "coordinates": [
  12447. -86.15861559999999,
  12448. 41.6619927
  12449. ]
  12450. }
  12451. },
  12452. {
  12453. "type": "Feature",
  12454. "properties": {
  12455. "city": "Salina",
  12456. "growth_10-13": "4.5%",
  12457. "population": "47846",
  12458. "state": "Kansas"
  12459. },
  12460. "geometry": {
  12461. "type": "Point",
  12462. "coordinates": [
  12463. -97.61142369999999,
  12464. 38.8402805
  12465. ]
  12466. }
  12467. },
  12468. {
  12469. "type": "Feature",
  12470. "properties": {
  12471. "city": "Azusa",
  12472. "growth_10-13": "6.7%",
  12473. "population": "47842",
  12474. "state": "California"
  12475. },
  12476. "geometry": {
  12477. "type": "Point",
  12478. "coordinates": [
  12479. -117.9075627,
  12480. 34.1336186
  12481. ]
  12482. }
  12483. },
  12484. {
  12485. "type": "Feature",
  12486. "properties": {
  12487. "city": "Newark",
  12488. "growth_10-13": "3.1%",
  12489. "population": "47777",
  12490. "state": "Ohio"
  12491. },
  12492. "geometry": {
  12493. "type": "Point",
  12494. "coordinates": [
  12495. -82.4012642,
  12496. 40.0581205
  12497. ]
  12498. }
  12499. },
  12500. {
  12501. "type": "Feature",
  12502. "properties": {
  12503. "city": "Chesterfield",
  12504. "growth_10-13": "1.9%",
  12505. "population": "47749",
  12506. "state": "Missouri"
  12507. },
  12508. "geometry": {
  12509. "type": "Point",
  12510. "coordinates": [
  12511. -90.5770675,
  12512. 38.6631083
  12513. ]
  12514. }
  12515. },
  12516. {
  12517. "type": "Feature",
  12518. "properties": {
  12519. "city": "Leesburg",
  12520. "growth_10-13": "66.0%",
  12521. "population": "47673",
  12522. "state": "Virginia"
  12523. },
  12524. "geometry": {
  12525. "type": "Point",
  12526. "coordinates": [
  12527. -77.56360149999999,
  12528. 39.1156615
  12529. ]
  12530. }
  12531. },
  12532. {
  12533. "type": "Feature",
  12534. "properties": {
  12535. "city": "Dunwoody",
  12536. "growth_10-13": "",
  12537. "population": "47591",
  12538. "state": "Georgia"
  12539. },
  12540. "geometry": {
  12541. "type": "Point",
  12542. "coordinates": [
  12543. -84.3346473,
  12544. 33.9462125
  12545. ]
  12546. }
  12547. },
  12548. {
  12549. "type": "Feature",
  12550. "properties": {
  12551. "city": "Hattiesburg",
  12552. "growth_10-13": "3.1%",
  12553. "population": "47556",
  12554. "state": "Mississippi"
  12555. },
  12556. "geometry": {
  12557. "type": "Point",
  12558. "coordinates": [
  12559. -89.29033919999999,
  12560. 31.3271189
  12561. ]
  12562. }
  12563. },
  12564. {
  12565. "type": "Feature",
  12566. "properties": {
  12567. "city": "Roseville",
  12568. "growth_10-13": "-1.0%",
  12569. "population": "47555",
  12570. "state": "Michigan"
  12571. },
  12572. "geometry": {
  12573. "type": "Point",
  12574. "coordinates": [
  12575. -82.9371409,
  12576. 42.4972583
  12577. ]
  12578. }
  12579. },
  12580. {
  12581. "type": "Feature",
  12582. "properties": {
  12583. "city": "Bonita Springs",
  12584. "growth_10-13": "43.8%",
  12585. "population": "47547",
  12586. "state": "Florida"
  12587. },
  12588. "geometry": {
  12589. "type": "Point",
  12590. "coordinates": [
  12591. -81.7786972,
  12592. 26.339806
  12593. ]
  12594. }
  12595. },
  12596. {
  12597. "type": "Feature",
  12598. "properties": {
  12599. "city": "Portage",
  12600. "growth_10-13": "5.7%",
  12601. "population": "47523",
  12602. "state": "Michigan"
  12603. },
  12604. "geometry": {
  12605. "type": "Point",
  12606. "coordinates": [
  12607. -85.5800022,
  12608. 42.2011538
  12609. ]
  12610. }
  12611. },
  12612. {
  12613. "type": "Feature",
  12614. "properties": {
  12615. "city": "St. Louis Park",
  12616. "growth_10-13": "7.3%",
  12617. "population": "47411",
  12618. "state": "Minnesota"
  12619. },
  12620. "geometry": {
  12621. "type": "Point",
  12622. "coordinates": [
  12623. -93.3702186,
  12624. 44.9597376
  12625. ]
  12626. }
  12627. },
  12628. {
  12629. "type": "Feature",
  12630. "properties": {
  12631. "city": "Collierville",
  12632. "growth_10-13": "43.4%",
  12633. "population": "47333",
  12634. "state": "Tennessee"
  12635. },
  12636. "geometry": {
  12637. "type": "Point",
  12638. "coordinates": [
  12639. -89.6645266,
  12640. 35.042036
  12641. ]
  12642. }
  12643. },
  12644. {
  12645. "type": "Feature",
  12646. "properties": {
  12647. "city": "Middletown",
  12648. "growth_10-13": "3.6%",
  12649. "population": "47333",
  12650. "state": "Connecticut"
  12651. },
  12652. "geometry": {
  12653. "type": "Point",
  12654. "coordinates": [
  12655. -72.6506488,
  12656. 41.5623209
  12657. ]
  12658. }
  12659. },
  12660. {
  12661. "type": "Feature",
  12662. "properties": {
  12663. "city": "Stillwater",
  12664. "growth_10-13": "20.1%",
  12665. "population": "47186",
  12666. "state": "Oklahoma"
  12667. },
  12668. "geometry": {
  12669. "type": "Point",
  12670. "coordinates": [
  12671. -97.0583681,
  12672. 36.1156071
  12673. ]
  12674. }
  12675. },
  12676. {
  12677. "type": "Feature",
  12678. "properties": {
  12679. "city": "East Providence",
  12680. "growth_10-13": "-3.3%",
  12681. "population": "47149",
  12682. "state": "Rhode Island"
  12683. },
  12684. "geometry": {
  12685. "type": "Point",
  12686. "coordinates": [
  12687. -71.3700545,
  12688. 41.8137116
  12689. ]
  12690. }
  12691. },
  12692. {
  12693. "type": "Feature",
  12694. "properties": {
  12695. "city": "Lawrence",
  12696. "growth_10-13": "20.5%",
  12697. "population": "47135",
  12698. "state": "Indiana"
  12699. },
  12700. "geometry": {
  12701. "type": "Point",
  12702. "coordinates": [
  12703. -86.0252612,
  12704. 39.8386516
  12705. ]
  12706. }
  12707. },
  12708. {
  12709. "type": "Feature",
  12710. "properties": {
  12711. "city": "Wauwatosa",
  12712. "growth_10-13": "0.0%",
  12713. "population": "47134",
  12714. "state": "Wisconsin"
  12715. },
  12716. "geometry": {
  12717. "type": "Point",
  12718. "coordinates": [
  12719. -88.0075875,
  12720. 43.0494572
  12721. ]
  12722. }
  12723. },
  12724. {
  12725. "type": "Feature",
  12726. "properties": {
  12727. "city": "Mentor",
  12728. "growth_10-13": "-6.6%",
  12729. "population": "46979",
  12730. "state": "Ohio"
  12731. },
  12732. "geometry": {
  12733. "type": "Point",
  12734. "coordinates": [
  12735. -81.339552,
  12736. 41.6661573
  12737. ]
  12738. }
  12739. },
  12740. {
  12741. "type": "Feature",
  12742. "properties": {
  12743. "city": "Ceres",
  12744. "growth_10-13": "34.0%",
  12745. "population": "46714",
  12746. "state": "California"
  12747. },
  12748. "geometry": {
  12749. "type": "Point",
  12750. "coordinates": [
  12751. -120.9577098,
  12752. 37.5949316
  12753. ]
  12754. }
  12755. },
  12756. {
  12757. "type": "Feature",
  12758. "properties": {
  12759. "city": "Cedar Hill",
  12760. "growth_10-13": "42.4%",
  12761. "population": "46663",
  12762. "state": "Texas"
  12763. },
  12764. "geometry": {
  12765. "type": "Point",
  12766. "coordinates": [
  12767. -96.9561152,
  12768. 32.5884689
  12769. ]
  12770. }
  12771. },
  12772. {
  12773. "type": "Feature",
  12774. "properties": {
  12775. "city": "Mansfield",
  12776. "growth_10-13": "-10.1%",
  12777. "population": "46454",
  12778. "state": "Ohio"
  12779. },
  12780. "geometry": {
  12781. "type": "Point",
  12782. "coordinates": [
  12783. -82.5154471,
  12784. 40.75839
  12785. ]
  12786. }
  12787. },
  12788. {
  12789. "type": "Feature",
  12790. "properties": {
  12791. "city": "Binghamton",
  12792. "growth_10-13": "-1.7%",
  12793. "population": "46444",
  12794. "state": "New York"
  12795. },
  12796. "geometry": {
  12797. "type": "Point",
  12798. "coordinates": [
  12799. -75.91797380000001,
  12800. 42.09868669999999
  12801. ]
  12802. }
  12803. },
  12804. {
  12805. "type": "Feature",
  12806. "properties": {
  12807. "city": "Coeur d'Alene",
  12808. "growth_10-13": "32.8%",
  12809. "population": "46402",
  12810. "state": "Idaho"
  12811. },
  12812. "geometry": {
  12813. "type": "Point",
  12814. "coordinates": [
  12815. -116.7804664,
  12816. 47.6776832
  12817. ]
  12818. }
  12819. },
  12820. {
  12821. "type": "Feature",
  12822. "properties": {
  12823. "city": "San Luis Obispo",
  12824. "growth_10-13": "4.4%",
  12825. "population": "46377",
  12826. "state": "California"
  12827. },
  12828. "geometry": {
  12829. "type": "Point",
  12830. "coordinates": [
  12831. -120.6596156,
  12832. 35.2827524
  12833. ]
  12834. }
  12835. },
  12836. {
  12837. "type": "Feature",
  12838. "properties": {
  12839. "city": "Minot",
  12840. "growth_10-13": "26.6%",
  12841. "population": "46321",
  12842. "state": "North Dakota"
  12843. },
  12844. "geometry": {
  12845. "type": "Point",
  12846. "coordinates": [
  12847. -101.2922906,
  12848. 48.2329668
  12849. ]
  12850. }
  12851. },
  12852. {
  12853. "type": "Feature",
  12854. "properties": {
  12855. "city": "Palm Springs",
  12856. "growth_10-13": "7.7%",
  12857. "population": "46281",
  12858. "state": "California"
  12859. },
  12860. "geometry": {
  12861. "type": "Point",
  12862. "coordinates": [
  12863. -116.5452921,
  12864. 33.8302961
  12865. ]
  12866. }
  12867. },
  12868. {
  12869. "type": "Feature",
  12870. "properties": {
  12871. "city": "Pine Bluff",
  12872. "growth_10-13": "-16.2%",
  12873. "population": "46094",
  12874. "state": "Arkansas"
  12875. },
  12876. "geometry": {
  12877. "type": "Point",
  12878. "coordinates": [
  12879. -92.00319549999999,
  12880. 34.2284312
  12881. ]
  12882. }
  12883. },
  12884. {
  12885. "type": "Feature",
  12886. "properties": {
  12887. "city": "Texas City",
  12888. "growth_10-13": "10.3%",
  12889. "population": "46081",
  12890. "state": "Texas"
  12891. },
  12892. "geometry": {
  12893. "type": "Point",
  12894. "coordinates": [
  12895. -94.9027002,
  12896. 29.383845
  12897. ]
  12898. }
  12899. },
  12900. {
  12901. "type": "Feature",
  12902. "properties": {
  12903. "city": "Summerville",
  12904. "growth_10-13": "62.9%",
  12905. "population": "46074",
  12906. "state": "South Carolina"
  12907. },
  12908. "geometry": {
  12909. "type": "Point",
  12910. "coordinates": [
  12911. -80.17564809999999,
  12912. 33.0185039
  12913. ]
  12914. }
  12915. },
  12916. {
  12917. "type": "Feature",
  12918. "properties": {
  12919. "city": "Twin Falls",
  12920. "growth_10-13": "31.5%",
  12921. "population": "45981",
  12922. "state": "Idaho"
  12923. },
  12924. "geometry": {
  12925. "type": "Point",
  12926. "coordinates": [
  12927. -114.4608711,
  12928. 42.5629668
  12929. ]
  12930. }
  12931. },
  12932. {
  12933. "type": "Feature",
  12934. "properties": {
  12935. "city": "Jeffersonville",
  12936. "growth_10-13": "53.3%",
  12937. "population": "45929",
  12938. "state": "Indiana"
  12939. },
  12940. "geometry": {
  12941. "type": "Point",
  12942. "coordinates": [
  12943. -85.7371847,
  12944. 38.2775702
  12945. ]
  12946. }
  12947. },
  12948. {
  12949. "type": "Feature",
  12950. "properties": {
  12951. "city": "San Jacinto",
  12952. "growth_10-13": "91.8%",
  12953. "population": "45851",
  12954. "state": "California"
  12955. },
  12956. "geometry": {
  12957. "type": "Point",
  12958. "coordinates": [
  12959. -116.958635,
  12960. 33.7839084
  12961. ]
  12962. }
  12963. },
  12964. {
  12965. "type": "Feature",
  12966. "properties": {
  12967. "city": "Madison",
  12968. "growth_10-13": "53.7%",
  12969. "population": "45799",
  12970. "state": "Alabama"
  12971. },
  12972. "geometry": {
  12973. "type": "Point",
  12974. "coordinates": [
  12975. -86.74833180000002,
  12976. 34.6992579
  12977. ]
  12978. }
  12979. },
  12980. {
  12981. "type": "Feature",
  12982. "properties": {
  12983. "city": "Altoona",
  12984. "growth_10-13": "-7.3%",
  12985. "population": "45796",
  12986. "state": "Pennsylvania"
  12987. },
  12988. "geometry": {
  12989. "type": "Point",
  12990. "coordinates": [
  12991. -78.3947359,
  12992. 40.5186809
  12993. ]
  12994. }
  12995. },
  12996. {
  12997. "type": "Feature",
  12998. "properties": {
  12999. "city": "Columbus",
  13000. "growth_10-13": "16.4%",
  13001. "population": "45775",
  13002. "state": "Indiana"
  13003. },
  13004. "geometry": {
  13005. "type": "Point",
  13006. "coordinates": [
  13007. -85.9213796,
  13008. 39.2014404
  13009. ]
  13010. }
  13011. },
  13012. {
  13013. "type": "Feature",
  13014. "properties": {
  13015. "city": "Beavercreek",
  13016. "growth_10-13": "19.0%",
  13017. "population": "45712",
  13018. "state": "Ohio"
  13019. },
  13020. "geometry": {
  13021. "type": "Point",
  13022. "coordinates": [
  13023. -84.06326849999999,
  13024. 39.7092262
  13025. ]
  13026. }
  13027. },
  13028. {
  13029. "type": "Feature",
  13030. "properties": {
  13031. "city": "Apopka",
  13032. "growth_10-13": "63.9%",
  13033. "population": "45587",
  13034. "state": "Florida"
  13035. },
  13036. "geometry": {
  13037. "type": "Point",
  13038. "coordinates": [
  13039. -81.5322149,
  13040. 28.6934076
  13041. ]
  13042. }
  13043. },
  13044. {
  13045. "type": "Feature",
  13046. "properties": {
  13047. "city": "Elmhurst",
  13048. "growth_10-13": "5.7%",
  13049. "population": "45556",
  13050. "state": "Illinois"
  13051. },
  13052. "geometry": {
  13053. "type": "Point",
  13054. "coordinates": [
  13055. -87.9403418,
  13056. 41.8994744
  13057. ]
  13058. }
  13059. },
  13060. {
  13061. "type": "Feature",
  13062. "properties": {
  13063. "city": "Maricopa",
  13064. "growth_10-13": "2503.4%",
  13065. "population": "45508",
  13066. "state": "Arizona"
  13067. },
  13068. "geometry": {
  13069. "type": "Point",
  13070. "coordinates": [
  13071. -112.0476423,
  13072. 33.0581063
  13073. ]
  13074. }
  13075. },
  13076. {
  13077. "type": "Feature",
  13078. "properties": {
  13079. "city": "Farmington",
  13080. "growth_10-13": "18.1%",
  13081. "population": "45426",
  13082. "state": "New Mexico"
  13083. },
  13084. "geometry": {
  13085. "type": "Point",
  13086. "coordinates": [
  13087. -108.2186856,
  13088. 36.72805830000001
  13089. ]
  13090. }
  13091. },
  13092. {
  13093. "type": "Feature",
  13094. "properties": {
  13095. "city": "Glenview",
  13096. "growth_10-13": "5.2%",
  13097. "population": "45417",
  13098. "state": "Illinois"
  13099. },
  13100. "geometry": {
  13101. "type": "Point",
  13102. "coordinates": [
  13103. -87.7878408,
  13104. 42.0697509
  13105. ]
  13106. }
  13107. },
  13108. {
  13109. "type": "Feature",
  13110. "properties": {
  13111. "city": "Cleveland Heights",
  13112. "growth_10-13": "-10.3%",
  13113. "population": "45394",
  13114. "state": "Ohio"
  13115. },
  13116. "geometry": {
  13117. "type": "Point",
  13118. "coordinates": [
  13119. -81.556235,
  13120. 41.5200518
  13121. ]
  13122. }
  13123. },
  13124. {
  13125. "type": "Feature",
  13126. "properties": {
  13127. "city": "Draper",
  13128. "growth_10-13": "77.4%",
  13129. "population": "45285",
  13130. "state": "Utah"
  13131. },
  13132. "geometry": {
  13133. "type": "Point",
  13134. "coordinates": [
  13135. -111.8638226,
  13136. 40.5246711
  13137. ]
  13138. }
  13139. },
  13140. {
  13141. "type": "Feature",
  13142. "properties": {
  13143. "city": "Lincoln",
  13144. "growth_10-13": "285.2%",
  13145. "population": "45237",
  13146. "state": "California"
  13147. },
  13148. "geometry": {
  13149. "type": "Point",
  13150. "coordinates": [
  13151. -121.2930079,
  13152. 38.891565
  13153. ]
  13154. }
  13155. },
  13156. {
  13157. "type": "Feature",
  13158. "properties": {
  13159. "city": "Sierra Vista",
  13160. "growth_10-13": "19.3%",
  13161. "population": "45129",
  13162. "state": "Arizona"
  13163. },
  13164. "geometry": {
  13165. "type": "Point",
  13166. "coordinates": [
  13167. -110.2772856,
  13168. 31.5455001
  13169. ]
  13170. }
  13171. },
  13172. {
  13173. "type": "Feature",
  13174. "properties": {
  13175. "city": "Lacey",
  13176. "growth_10-13": "41.7%",
  13177. "population": "44919",
  13178. "state": "Washington"
  13179. },
  13180. "geometry": {
  13181. "type": "Point",
  13182. "coordinates": [
  13183. -122.8231915,
  13184. 47.03426289999999
  13185. ]
  13186. }
  13187. },
  13188. {
  13189. "type": "Feature",
  13190. "properties": {
  13191. "city": "Biloxi",
  13192. "growth_10-13": "-11.5%",
  13193. "population": "44820",
  13194. "state": "Mississippi"
  13195. },
  13196. "geometry": {
  13197. "type": "Point",
  13198. "coordinates": [
  13199. -88.88530779999999,
  13200. 30.3960318
  13201. ]
  13202. }
  13203. },
  13204. {
  13205. "type": "Feature",
  13206. "properties": {
  13207. "city": "Strongsville",
  13208. "growth_10-13": "1.9%",
  13209. "population": "44730",
  13210. "state": "Ohio"
  13211. },
  13212. "geometry": {
  13213. "type": "Point",
  13214. "coordinates": [
  13215. -81.83569,
  13216. 41.3144966
  13217. ]
  13218. }
  13219. },
  13220. {
  13221. "type": "Feature",
  13222. "properties": {
  13223. "city": "Barnstable Town",
  13224. "growth_10-13": "-7.1%",
  13225. "population": "44641",
  13226. "state": "Massachusetts"
  13227. },
  13228. "geometry": {
  13229. "type": "Point",
  13230. "coordinates": [
  13231. -70.3002024,
  13232. 41.7003208
  13233. ]
  13234. }
  13235. },
  13236. {
  13237. "type": "Feature",
  13238. "properties": {
  13239. "city": "Wylie",
  13240. "growth_10-13": "185.2%",
  13241. "population": "44575",
  13242. "state": "Texas"
  13243. },
  13244. "geometry": {
  13245. "type": "Point",
  13246. "coordinates": [
  13247. -96.5388789,
  13248. 33.0151201
  13249. ]
  13250. }
  13251. },
  13252. {
  13253. "type": "Feature",
  13254. "properties": {
  13255. "city": "Sayreville",
  13256. "growth_10-13": "9.6%",
  13257. "population": "44412",
  13258. "state": "New Jersey"
  13259. },
  13260. "geometry": {
  13261. "type": "Point",
  13262. "coordinates": [
  13263. -74.360846,
  13264. 40.45940210000001
  13265. ]
  13266. }
  13267. },
  13268. {
  13269. "type": "Feature",
  13270. "properties": {
  13271. "city": "Kannapolis",
  13272. "growth_10-13": "18.6%",
  13273. "population": "44359",
  13274. "state": "North Carolina"
  13275. },
  13276. "geometry": {
  13277. "type": "Point",
  13278. "coordinates": [
  13279. -80.6217341,
  13280. 35.4873613
  13281. ]
  13282. }
  13283. },
  13284. {
  13285. "type": "Feature",
  13286. "properties": {
  13287. "city": "Charlottesville",
  13288. "growth_10-13": "10.5%",
  13289. "population": "44349",
  13290. "state": "Virginia"
  13291. },
  13292. "geometry": {
  13293. "type": "Point",
  13294. "coordinates": [
  13295. -78.47667810000002,
  13296. 38.0293059
  13297. ]
  13298. }
  13299. },
  13300. {
  13301. "type": "Feature",
  13302. "properties": {
  13303. "city": "Littleton",
  13304. "growth_10-13": "9.4%",
  13305. "population": "44275",
  13306. "state": "Colorado"
  13307. },
  13308. "geometry": {
  13309. "type": "Point",
  13310. "coordinates": [
  13311. -105.0166498,
  13312. 39.613321
  13313. ]
  13314. }
  13315. },
  13316. {
  13317. "type": "Feature",
  13318. "properties": {
  13319. "city": "Titusville",
  13320. "growth_10-13": "7.8%",
  13321. "population": "44206",
  13322. "state": "Florida"
  13323. },
  13324. "geometry": {
  13325. "type": "Point",
  13326. "coordinates": [
  13327. -80.8075537,
  13328. 28.6122187
  13329. ]
  13330. }
  13331. },
  13332. {
  13333. "type": "Feature",
  13334. "properties": {
  13335. "city": "Hackensack",
  13336. "growth_10-13": "2.9%",
  13337. "population": "44113",
  13338. "state": "New Jersey"
  13339. },
  13340. "geometry": {
  13341. "type": "Point",
  13342. "coordinates": [
  13343. -74.0434736,
  13344. 40.8859325
  13345. ]
  13346. }
  13347. },
  13348. {
  13349. "type": "Feature",
  13350. "properties": {
  13351. "city": "Newark",
  13352. "growth_10-13": "3.3%",
  13353. "population": "44096",
  13354. "state": "California"
  13355. },
  13356. "geometry": {
  13357. "type": "Point",
  13358. "coordinates": [
  13359. -122.0402399,
  13360. 37.5296593
  13361. ]
  13362. }
  13363. },
  13364. {
  13365. "type": "Feature",
  13366. "properties": {
  13367. "city": "Pittsfield",
  13368. "growth_10-13": "-3.6%",
  13369. "population": "44057",
  13370. "state": "Massachusetts"
  13371. },
  13372. "geometry": {
  13373. "type": "Point",
  13374. "coordinates": [
  13375. -73.2453824,
  13376. 42.4500845
  13377. ]
  13378. }
  13379. },
  13380. {
  13381. "type": "Feature",
  13382. "properties": {
  13383. "city": "York",
  13384. "growth_10-13": "6.4%",
  13385. "population": "43935",
  13386. "state": "Pennsylvania"
  13387. },
  13388. "geometry": {
  13389. "type": "Point",
  13390. "coordinates": [
  13391. -76.727745,
  13392. 39.9625984
  13393. ]
  13394. }
  13395. },
  13396. {
  13397. "type": "Feature",
  13398. "properties": {
  13399. "city": "Lombard",
  13400. "growth_10-13": "2.9%",
  13401. "population": "43907",
  13402. "state": "Illinois"
  13403. },
  13404. "geometry": {
  13405. "type": "Point",
  13406. "coordinates": [
  13407. -88.00784349999999,
  13408. 41.8800296
  13409. ]
  13410. }
  13411. },
  13412. {
  13413. "type": "Feature",
  13414. "properties": {
  13415. "city": "Attleboro",
  13416. "growth_10-13": "4.6%",
  13417. "population": "43886",
  13418. "state": "Massachusetts"
  13419. },
  13420. "geometry": {
  13421. "type": "Point",
  13422. "coordinates": [
  13423. -71.2856082,
  13424. 41.94454409999999
  13425. ]
  13426. }
  13427. },
  13428. {
  13429. "type": "Feature",
  13430. "properties": {
  13431. "city": "DeKalb",
  13432. "growth_10-13": "11.8%",
  13433. "population": "43849",
  13434. "state": "Illinois"
  13435. },
  13436. "geometry": {
  13437. "type": "Point",
  13438. "coordinates": [
  13439. -88.75036469999999,
  13440. 41.9294736
  13441. ]
  13442. }
  13443. },
  13444. {
  13445. "type": "Feature",
  13446. "properties": {
  13447. "city": "Blacksburg",
  13448. "growth_10-13": "9.4%",
  13449. "population": "43609",
  13450. "state": "Virginia"
  13451. },
  13452. "geometry": {
  13453. "type": "Point",
  13454. "coordinates": [
  13455. -80.4139393,
  13456. 37.2295733
  13457. ]
  13458. }
  13459. },
  13460. {
  13461. "type": "Feature",
  13462. "properties": {
  13463. "city": "Dublin",
  13464. "growth_10-13": "37.6%",
  13465. "population": "43607",
  13466. "state": "Ohio"
  13467. },
  13468. "geometry": {
  13469. "type": "Point",
  13470. "coordinates": [
  13471. -83.1140771,
  13472. 40.0992294
  13473. ]
  13474. }
  13475. },
  13476. {
  13477. "type": "Feature",
  13478. "properties": {
  13479. "city": "Haltom City",
  13480. "growth_10-13": "11.4%",
  13481. "population": "43580",
  13482. "state": "Texas"
  13483. },
  13484. "geometry": {
  13485. "type": "Point",
  13486. "coordinates": [
  13487. -97.26918169999999,
  13488. 32.7995738
  13489. ]
  13490. }
  13491. },
  13492. {
  13493. "type": "Feature",
  13494. "properties": {
  13495. "city": "Lompoc",
  13496. "growth_10-13": "5.5%",
  13497. "population": "43509",
  13498. "state": "California"
  13499. },
  13500. "geometry": {
  13501. "type": "Point",
  13502. "coordinates": [
  13503. -120.4579409,
  13504. 34.6391501
  13505. ]
  13506. }
  13507. },
  13508. {
  13509. "type": "Feature",
  13510. "properties": {
  13511. "city": "El Centro",
  13512. "growth_10-13": "13.7%",
  13513. "population": "43363",
  13514. "state": "California"
  13515. },
  13516. "geometry": {
  13517. "type": "Point",
  13518. "coordinates": [
  13519. -115.5630514,
  13520. 32.792
  13521. ]
  13522. }
  13523. },
  13524. {
  13525. "type": "Feature",
  13526. "properties": {
  13527. "city": "Danville",
  13528. "growth_10-13": "3.7%",
  13529. "population": "43341",
  13530. "state": "California"
  13531. },
  13532. "geometry": {
  13533. "type": "Point",
  13534. "coordinates": [
  13535. -121.9999606,
  13536. 37.8215929
  13537. ]
  13538. }
  13539. },
  13540. {
  13541. "type": "Feature",
  13542. "properties": {
  13543. "city": "Jefferson City",
  13544. "growth_10-13": "6.7%",
  13545. "population": "43330",
  13546. "state": "Missouri"
  13547. },
  13548. "geometry": {
  13549. "type": "Point",
  13550. "coordinates": [
  13551. -92.1735164,
  13552. 38.57670170000001
  13553. ]
  13554. }
  13555. },
  13556. {
  13557. "type": "Feature",
  13558. "properties": {
  13559. "city": "Cutler Bay",
  13560. "growth_10-13": "42.9%",
  13561. "population": "43328",
  13562. "state": "Florida"
  13563. },
  13564. "geometry": {
  13565. "type": "Point",
  13566. "coordinates": [
  13567. -80.34685929999999,
  13568. 25.5808323
  13569. ]
  13570. }
  13571. },
  13572. {
  13573. "type": "Feature",
  13574. "properties": {
  13575. "city": "Oakland Park",
  13576. "growth_10-13": "2.7%",
  13577. "population": "43286",
  13578. "state": "Florida"
  13579. },
  13580. "geometry": {
  13581. "type": "Point",
  13582. "coordinates": [
  13583. -80.1319893,
  13584. 26.1723065
  13585. ]
  13586. }
  13587. },
  13588. {
  13589. "type": "Feature",
  13590. "properties": {
  13591. "city": "North Miami Beach",
  13592. "growth_10-13": "3.6%",
  13593. "population": "43250",
  13594. "state": "Florida"
  13595. },
  13596. "geometry": {
  13597. "type": "Point",
  13598. "coordinates": [
  13599. -80.1625463,
  13600. 25.9331488
  13601. ]
  13602. }
  13603. },
  13604. {
  13605. "type": "Feature",
  13606. "properties": {
  13607. "city": "Freeport",
  13608. "growth_10-13": "-1.4%",
  13609. "population": "43167",
  13610. "state": "New York"
  13611. },
  13612. "geometry": {
  13613. "type": "Point",
  13614. "coordinates": [
  13615. -73.58318349999999,
  13616. 40.6576022
  13617. ]
  13618. }
  13619. },
  13620. {
  13621. "type": "Feature",
  13622. "properties": {
  13623. "city": "Moline",
  13624. "growth_10-13": "-1.9%",
  13625. "population": "43116",
  13626. "state": "Illinois"
  13627. },
  13628. "geometry": {
  13629. "type": "Point",
  13630. "coordinates": [
  13631. -90.51513419999999,
  13632. 41.5067003
  13633. ]
  13634. }
  13635. },
  13636. {
  13637. "type": "Feature",
  13638. "properties": {
  13639. "city": "Coachella",
  13640. "growth_10-13": "88.4%",
  13641. "population": "43092",
  13642. "state": "California"
  13643. },
  13644. "geometry": {
  13645. "type": "Point",
  13646. "coordinates": [
  13647. -116.173894,
  13648. 33.6803003
  13649. ]
  13650. }
  13651. },
  13652. {
  13653. "type": "Feature",
  13654. "properties": {
  13655. "city": "Fort Pierce",
  13656. "growth_10-13": "6.9%",
  13657. "population": "43074",
  13658. "state": "Florida"
  13659. },
  13660. "geometry": {
  13661. "type": "Point",
  13662. "coordinates": [
  13663. -80.3256056,
  13664. 27.4467056
  13665. ]
  13666. }
  13667. },
  13668. {
  13669. "type": "Feature",
  13670. "properties": {
  13671. "city": "Smyrna",
  13672. "growth_10-13": "54.9%",
  13673. "population": "43060",
  13674. "state": "Tennessee"
  13675. },
  13676. "geometry": {
  13677. "type": "Point",
  13678. "coordinates": [
  13679. -86.5186045,
  13680. 35.9828412
  13681. ]
  13682. }
  13683. },
  13684. {
  13685. "type": "Feature",
  13686. "properties": {
  13687. "city": "Bountiful",
  13688. "growth_10-13": "3.9%",
  13689. "population": "43023",
  13690. "state": "Utah"
  13691. },
  13692. "geometry": {
  13693. "type": "Point",
  13694. "coordinates": [
  13695. -111.880771,
  13696. 40.8893895
  13697. ]
  13698. }
  13699. },
  13700. {
  13701. "type": "Feature",
  13702. "properties": {
  13703. "city": "Fond du Lac",
  13704. "growth_10-13": "1.7%",
  13705. "population": "42970",
  13706. "state": "Wisconsin"
  13707. },
  13708. "geometry": {
  13709. "type": "Point",
  13710. "coordinates": [
  13711. -88.4470508,
  13712. 43.7730448
  13713. ]
  13714. }
  13715. },
  13716. {
  13717. "type": "Feature",
  13718. "properties": {
  13719. "city": "Everett",
  13720. "growth_10-13": "12.1%",
  13721. "population": "42935",
  13722. "state": "Massachusetts"
  13723. },
  13724. "geometry": {
  13725. "type": "Point",
  13726. "coordinates": [
  13727. -71.0536625,
  13728. 42.40843
  13729. ]
  13730. }
  13731. },
  13732. {
  13733. "type": "Feature",
  13734. "properties": {
  13735. "city": "Danville",
  13736. "growth_10-13": "-11.0%",
  13737. "population": "42907",
  13738. "state": "Virginia"
  13739. },
  13740. "geometry": {
  13741. "type": "Point",
  13742. "coordinates": [
  13743. -79.39502279999999,
  13744. 36.5859718
  13745. ]
  13746. }
  13747. },
  13748. {
  13749. "type": "Feature",
  13750. "properties": {
  13751. "city": "Keller",
  13752. "growth_10-13": "53.3%",
  13753. "population": "42907",
  13754. "state": "Texas"
  13755. },
  13756. "geometry": {
  13757. "type": "Point",
  13758. "coordinates": [
  13759. -97.229298,
  13760. 32.9341893
  13761. ]
  13762. }
  13763. },
  13764. {
  13765. "type": "Feature",
  13766. "properties": {
  13767. "city": "Belleville",
  13768. "growth_10-13": "1.2%",
  13769. "population": "42895",
  13770. "state": "Illinois"
  13771. },
  13772. "geometry": {
  13773. "type": "Point",
  13774. "coordinates": [
  13775. -89.9839935,
  13776. 38.5200504
  13777. ]
  13778. }
  13779. },
  13780. {
  13781. "type": "Feature",
  13782. "properties": {
  13783. "city": "Bell Gardens",
  13784. "growth_10-13": "-2.7%",
  13785. "population": "42889",
  13786. "state": "California"
  13787. },
  13788. "geometry": {
  13789. "type": "Point",
  13790. "coordinates": [
  13791. -118.1514588,
  13792. 33.9652918
  13793. ]
  13794. }
  13795. },
  13796. {
  13797. "type": "Feature",
  13798. "properties": {
  13799. "city": "Cleveland",
  13800. "growth_10-13": "14.1%",
  13801. "population": "42774",
  13802. "state": "Tennessee"
  13803. },
  13804. "geometry": {
  13805. "type": "Point",
  13806. "coordinates": [
  13807. -84.8766115,
  13808. 35.1595182
  13809. ]
  13810. }
  13811. },
  13812. {
  13813. "type": "Feature",
  13814. "properties": {
  13815. "city": "North Lauderdale",
  13816. "growth_10-13": "10.8%",
  13817. "population": "42757",
  13818. "state": "Florida"
  13819. },
  13820. "geometry": {
  13821. "type": "Point",
  13822. "coordinates": [
  13823. -80.2258811,
  13824. 26.217305
  13825. ]
  13826. }
  13827. },
  13828. {
  13829. "type": "Feature",
  13830. "properties": {
  13831. "city": "Fairfield",
  13832. "growth_10-13": "1.2%",
  13833. "population": "42635",
  13834. "state": "Ohio"
  13835. },
  13836. "geometry": {
  13837. "type": "Point",
  13838. "coordinates": [
  13839. -84.5603187,
  13840. 39.3454673
  13841. ]
  13842. }
  13843. },
  13844. {
  13845. "type": "Feature",
  13846. "properties": {
  13847. "city": "Salem",
  13848. "growth_10-13": "5.1%",
  13849. "population": "42544",
  13850. "state": "Massachusetts"
  13851. },
  13852. "geometry": {
  13853. "type": "Point",
  13854. "coordinates": [
  13855. -70.8967155,
  13856. 42.51954
  13857. ]
  13858. }
  13859. },
  13860. {
  13861. "type": "Feature",
  13862. "properties": {
  13863. "city": "Rancho Palos Verdes",
  13864. "growth_10-13": "2.9%",
  13865. "population": "42448",
  13866. "state": "California"
  13867. },
  13868. "geometry": {
  13869. "type": "Point",
  13870. "coordinates": [
  13871. -118.3870173,
  13872. 33.7444613
  13873. ]
  13874. }
  13875. },
  13876. {
  13877. "type": "Feature",
  13878. "properties": {
  13879. "city": "San Bruno",
  13880. "growth_10-13": "5.6%",
  13881. "population": "42443",
  13882. "state": "California"
  13883. },
  13884. "geometry": {
  13885. "type": "Point",
  13886. "coordinates": [
  13887. -122.4110835,
  13888. 37.6304904
  13889. ]
  13890. }
  13891. },
  13892. {
  13893. "type": "Feature",
  13894. "properties": {
  13895. "city": "Concord",
  13896. "growth_10-13": "4.1%",
  13897. "population": "42419",
  13898. "state": "New Hampshire"
  13899. },
  13900. "geometry": {
  13901. "type": "Point",
  13902. "coordinates": [
  13903. -71.5375718,
  13904. 43.2081366
  13905. ]
  13906. }
  13907. },
  13908. {
  13909. "type": "Feature",
  13910. "properties": {
  13911. "city": "Burlington",
  13912. "growth_10-13": "6.1%",
  13913. "population": "42284",
  13914. "state": "Vermont"
  13915. },
  13916. "geometry": {
  13917. "type": "Point",
  13918. "coordinates": [
  13919. -73.21207199999999,
  13920. 44.4758825
  13921. ]
  13922. }
  13923. },
  13924. {
  13925. "type": "Feature",
  13926. "properties": {
  13927. "city": "Apex",
  13928. "growth_10-13": "98.8%",
  13929. "population": "42214",
  13930. "state": "North Carolina"
  13931. },
  13932. "geometry": {
  13933. "type": "Point",
  13934. "coordinates": [
  13935. -78.85028559999999,
  13936. 35.732652
  13937. ]
  13938. }
  13939. },
  13940. {
  13941. "type": "Feature",
  13942. "properties": {
  13943. "city": "Midland",
  13944. "growth_10-13": "0.9%",
  13945. "population": "42181",
  13946. "state": "Michigan"
  13947. },
  13948. "geometry": {
  13949. "type": "Point",
  13950. "coordinates": [
  13951. -84.2472116,
  13952. 43.6155825
  13953. ]
  13954. }
  13955. },
  13956. {
  13957. "type": "Feature",
  13958. "properties": {
  13959. "city": "Altamonte Springs",
  13960. "growth_10-13": "2.0%",
  13961. "population": "42150",
  13962. "state": "Florida"
  13963. },
  13964. "geometry": {
  13965. "type": "Point",
  13966. "coordinates": [
  13967. -81.3656242,
  13968. 28.6611089
  13969. ]
  13970. }
  13971. },
  13972. {
  13973. "type": "Feature",
  13974. "properties": {
  13975. "city": "Hutchinson",
  13976. "growth_10-13": "0.1%",
  13977. "population": "41889",
  13978. "state": "Kansas"
  13979. },
  13980. "geometry": {
  13981. "type": "Point",
  13982. "coordinates": [
  13983. -97.92977429999999,
  13984. 38.0608445
  13985. ]
  13986. }
  13987. },
  13988. {
  13989. "type": "Feature",
  13990. "properties": {
  13991. "city": "Buffalo Grove",
  13992. "growth_10-13": "-3.4%",
  13993. "population": "41778",
  13994. "state": "Illinois"
  13995. },
  13996. "geometry": {
  13997. "type": "Point",
  13998. "coordinates": [
  13999. -87.9631308,
  14000. 42.1662831
  14001. ]
  14002. }
  14003. },
  14004. {
  14005. "type": "Feature",
  14006. "properties": {
  14007. "city": "Urbandale",
  14008. "growth_10-13": "41.5%",
  14009. "population": "41776",
  14010. "state": "Iowa"
  14011. },
  14012. "geometry": {
  14013. "type": "Point",
  14014. "coordinates": [
  14015. -93.71216559999999,
  14016. 41.6266555
  14017. ]
  14018. }
  14019. },
  14020. {
  14021. "type": "Feature",
  14022. "properties": {
  14023. "city": "State College",
  14024. "growth_10-13": "8.7%",
  14025. "population": "41757",
  14026. "state": "Pennsylvania"
  14027. },
  14028. "geometry": {
  14029. "type": "Point",
  14030. "coordinates": [
  14031. -77.8600012,
  14032. 40.7933949
  14033. ]
  14034. }
  14035. },
  14036. {
  14037. "type": "Feature",
  14038. "properties": {
  14039. "city": "Urbana",
  14040. "growth_10-13": "10.3%",
  14041. "population": "41752",
  14042. "state": "Illinois"
  14043. },
  14044. "geometry": {
  14045. "type": "Point",
  14046. "coordinates": [
  14047. -88.2072697,
  14048. 40.1105875
  14049. ]
  14050. }
  14051. },
  14052. {
  14053. "type": "Feature",
  14054. "properties": {
  14055. "city": "Plainfield",
  14056. "growth_10-13": "203.6%",
  14057. "population": "41734",
  14058. "state": "Illinois"
  14059. },
  14060. "geometry": {
  14061. "type": "Point",
  14062. "coordinates": [
  14063. -88.2120315,
  14064. 41.632223
  14065. ]
  14066. }
  14067. },
  14068. {
  14069. "type": "Feature",
  14070. "properties": {
  14071. "city": "Manassas",
  14072. "growth_10-13": "19.5%",
  14073. "population": "41705",
  14074. "state": "Virginia"
  14075. },
  14076. "geometry": {
  14077. "type": "Point",
  14078. "coordinates": [
  14079. -77.47526669999999,
  14080. 38.7509488
  14081. ]
  14082. }
  14083. },
  14084. {
  14085. "type": "Feature",
  14086. "properties": {
  14087. "city": "Bartlett",
  14088. "growth_10-13": "13.1%",
  14089. "population": "41679",
  14090. "state": "Illinois"
  14091. },
  14092. "geometry": {
  14093. "type": "Point",
  14094. "coordinates": [
  14095. -88.1856301,
  14096. 41.9950276
  14097. ]
  14098. }
  14099. },
  14100. {
  14101. "type": "Feature",
  14102. "properties": {
  14103. "city": "Kearny",
  14104. "growth_10-13": "2.8%",
  14105. "population": "41664",
  14106. "state": "New Jersey"
  14107. },
  14108. "geometry": {
  14109. "type": "Point",
  14110. "coordinates": [
  14111. -74.1454214,
  14112. 40.7684342
  14113. ]
  14114. }
  14115. },
  14116. {
  14117. "type": "Feature",
  14118. "properties": {
  14119. "city": "Oro Valley",
  14120. "growth_10-13": "27.0%",
  14121. "population": "41627",
  14122. "state": "Arizona"
  14123. },
  14124. "geometry": {
  14125. "type": "Point",
  14126. "coordinates": [
  14127. -110.966488,
  14128. 32.3909071
  14129. ]
  14130. }
  14131. },
  14132. {
  14133. "type": "Feature",
  14134. "properties": {
  14135. "city": "Findlay",
  14136. "growth_10-13": "5.8%",
  14137. "population": "41512",
  14138. "state": "Ohio"
  14139. },
  14140. "geometry": {
  14141. "type": "Point",
  14142. "coordinates": [
  14143. -83.6499321,
  14144. 41.04422
  14145. ]
  14146. }
  14147. },
  14148. {
  14149. "type": "Feature",
  14150. "properties": {
  14151. "city": "Rohnert Park",
  14152. "growth_10-13": "0.0%",
  14153. "population": "41398",
  14154. "state": "California"
  14155. },
  14156. "geometry": {
  14157. "type": "Point",
  14158. "coordinates": [
  14159. -122.7010984,
  14160. 38.3396367
  14161. ]
  14162. }
  14163. },
  14164. {
  14165. "type": "Feature",
  14166. "properties": {
  14167. "city": "Westfield",
  14168. "growth_10-13": "3.0%",
  14169. "population": "41301",
  14170. "state": "Massachusetts"
  14171. },
  14172. "geometry": {
  14173. "type": "Point",
  14174. "coordinates": [
  14175. -72.749538,
  14176. 42.1250929
  14177. ]
  14178. }
  14179. },
  14180. {
  14181. "type": "Feature",
  14182. "properties": {
  14183. "city": "Linden",
  14184. "growth_10-13": "4.7%",
  14185. "population": "41301",
  14186. "state": "New Jersey"
  14187. },
  14188. "geometry": {
  14189. "type": "Point",
  14190. "coordinates": [
  14191. -74.24459019999999,
  14192. 40.6220478
  14193. ]
  14194. }
  14195. },
  14196. {
  14197. "type": "Feature",
  14198. "properties": {
  14199. "city": "Sumter",
  14200. "growth_10-13": "1.3%",
  14201. "population": "41190",
  14202. "state": "South Carolina"
  14203. },
  14204. "geometry": {
  14205. "type": "Point",
  14206. "coordinates": [
  14207. -80.3414693,
  14208. 33.9204354
  14209. ]
  14210. }
  14211. },
  14212. {
  14213. "type": "Feature",
  14214. "properties": {
  14215. "city": "Wilkes-Barre",
  14216. "growth_10-13": "-4.3%",
  14217. "population": "41108",
  14218. "state": "Pennsylvania"
  14219. },
  14220. "geometry": {
  14221. "type": "Point",
  14222. "coordinates": [
  14223. -75.88130749999999,
  14224. 41.2459149
  14225. ]
  14226. }
  14227. },
  14228. {
  14229. "type": "Feature",
  14230. "properties": {
  14231. "city": "Woonsocket",
  14232. "growth_10-13": "-5.2%",
  14233. "population": "41026",
  14234. "state": "Rhode Island"
  14235. },
  14236. "geometry": {
  14237. "type": "Point",
  14238. "coordinates": [
  14239. -71.51478390000001,
  14240. 42.00287609999999
  14241. ]
  14242. }
  14243. },
  14244. {
  14245. "type": "Feature",
  14246. "properties": {
  14247. "city": "Leominster",
  14248. "growth_10-13": "-1.1%",
  14249. "population": "41002",
  14250. "state": "Massachusetts"
  14251. },
  14252. "geometry": {
  14253. "type": "Point",
  14254. "coordinates": [
  14255. -71.759794,
  14256. 42.5250906
  14257. ]
  14258. }
  14259. },
  14260. {
  14261. "type": "Feature",
  14262. "properties": {
  14263. "city": "Shelton",
  14264. "growth_10-13": "7.3%",
  14265. "population": "40999",
  14266. "state": "Connecticut"
  14267. },
  14268. "geometry": {
  14269. "type": "Point",
  14270. "coordinates": [
  14271. -73.0931641,
  14272. 41.3164856
  14273. ]
  14274. }
  14275. },
  14276. {
  14277. "type": "Feature",
  14278. "properties": {
  14279. "city": "Brea",
  14280. "growth_10-13": "15.2%",
  14281. "population": "40963",
  14282. "state": "California"
  14283. },
  14284. "geometry": {
  14285. "type": "Point",
  14286. "coordinates": [
  14287. -117.9000604,
  14288. 33.9166805
  14289. ]
  14290. }
  14291. },
  14292. {
  14293. "type": "Feature",
  14294. "properties": {
  14295. "city": "Covington",
  14296. "growth_10-13": "-4.7%",
  14297. "population": "40956",
  14298. "state": "Kentucky"
  14299. },
  14300. "geometry": {
  14301. "type": "Point",
  14302. "coordinates": [
  14303. -84.5085536,
  14304. 39.0836712
  14305. ]
  14306. }
  14307. },
  14308. {
  14309. "type": "Feature",
  14310. "properties": {
  14311. "city": "Rockwall",
  14312. "growth_10-13": "117.2%",
  14313. "population": "40922",
  14314. "state": "Texas"
  14315. },
  14316. "geometry": {
  14317. "type": "Point",
  14318. "coordinates": [
  14319. -96.4597089,
  14320. 32.93123360000001
  14321. ]
  14322. }
  14323. },
  14324. {
  14325. "type": "Feature",
  14326. "properties": {
  14327. "city": "Meridian",
  14328. "growth_10-13": "-0.9%",
  14329. "population": "40921",
  14330. "state": "Mississippi"
  14331. },
  14332. "geometry": {
  14333. "type": "Point",
  14334. "coordinates": [
  14335. -88.703656,
  14336. 32.3643098
  14337. ]
  14338. }
  14339. },
  14340. {
  14341. "type": "Feature",
  14342. "properties": {
  14343. "city": "Riverton",
  14344. "growth_10-13": "61.6%",
  14345. "population": "40921",
  14346. "state": "Utah"
  14347. },
  14348. "geometry": {
  14349. "type": "Point",
  14350. "coordinates": [
  14351. -111.9391023,
  14352. 40.521893
  14353. ]
  14354. }
  14355. },
  14356. {
  14357. "type": "Feature",
  14358. "properties": {
  14359. "city": "St. Cloud",
  14360. "growth_10-13": "86.2%",
  14361. "population": "40918",
  14362. "state": "Florida"
  14363. },
  14364. "geometry": {
  14365. "type": "Point",
  14366. "coordinates": [
  14367. -81.2811801,
  14368. 28.2489016
  14369. ]
  14370. }
  14371. },
  14372. {
  14373. "type": "Feature",
  14374. "properties": {
  14375. "city": "Quincy",
  14376. "growth_10-13": "0.5%",
  14377. "population": "40915",
  14378. "state": "Illinois"
  14379. },
  14380. "geometry": {
  14381. "type": "Point",
  14382. "coordinates": [
  14383. -91.4098726,
  14384. 39.9356016
  14385. ]
  14386. }
  14387. },
  14388. {
  14389. "type": "Feature",
  14390. "properties": {
  14391. "city": "Morgan Hill",
  14392. "growth_10-13": "19.5%",
  14393. "population": "40836",
  14394. "state": "California"
  14395. },
  14396. "geometry": {
  14397. "type": "Point",
  14398. "coordinates": [
  14399. -121.6543901,
  14400. 37.1305012
  14401. ]
  14402. }
  14403. },
  14404. {
  14405. "type": "Feature",
  14406. "properties": {
  14407. "city": "Warren",
  14408. "growth_10-13": "-15.2%",
  14409. "population": "40768",
  14410. "state": "Ohio"
  14411. },
  14412. "geometry": {
  14413. "type": "Point",
  14414. "coordinates": [
  14415. -80.81841659999999,
  14416. 41.2375569
  14417. ]
  14418. }
  14419. },
  14420. {
  14421. "type": "Feature",
  14422. "properties": {
  14423. "city": "Edmonds",
  14424. "growth_10-13": "2.9%",
  14425. "population": "40727",
  14426. "state": "Washington"
  14427. },
  14428. "geometry": {
  14429. "type": "Point",
  14430. "coordinates": [
  14431. -122.3773552,
  14432. 47.8106521
  14433. ]
  14434. }
  14435. },
  14436. {
  14437. "type": "Feature",
  14438. "properties": {
  14439. "city": "Burleson",
  14440. "growth_10-13": "85.3%",
  14441. "population": "40714",
  14442. "state": "Texas"
  14443. },
  14444. "geometry": {
  14445. "type": "Point",
  14446. "coordinates": [
  14447. -97.3208492,
  14448. 32.5420821
  14449. ]
  14450. }
  14451. },
  14452. {
  14453. "type": "Feature",
  14454. "properties": {
  14455. "city": "Beverly",
  14456. "growth_10-13": "2.0%",
  14457. "population": "40664",
  14458. "state": "Massachusetts"
  14459. },
  14460. "geometry": {
  14461. "type": "Point",
  14462. "coordinates": [
  14463. -70.880049,
  14464. 42.5584283
  14465. ]
  14466. }
  14467. },
  14468. {
  14469. "type": "Feature",
  14470. "properties": {
  14471. "city": "Mankato",
  14472. "growth_10-13": "24.7%",
  14473. "population": "40641",
  14474. "state": "Minnesota"
  14475. },
  14476. "geometry": {
  14477. "type": "Point",
  14478. "coordinates": [
  14479. -93.99939959999999,
  14480. 44.1635775
  14481. ]
  14482. }
  14483. },
  14484. {
  14485. "type": "Feature",
  14486. "properties": {
  14487. "city": "Hagerstown",
  14488. "growth_10-13": "10.4%",
  14489. "population": "40612",
  14490. "state": "Maryland"
  14491. },
  14492. "geometry": {
  14493. "type": "Point",
  14494. "coordinates": [
  14495. -77.71999319999999,
  14496. 39.6417629
  14497. ]
  14498. }
  14499. },
  14500. {
  14501. "type": "Feature",
  14502. "properties": {
  14503. "city": "Prescott",
  14504. "growth_10-13": "18.1%",
  14505. "population": "40590",
  14506. "state": "Arizona"
  14507. },
  14508. "geometry": {
  14509. "type": "Point",
  14510. "coordinates": [
  14511. -112.4685025,
  14512. 34.5400242
  14513. ]
  14514. }
  14515. },
  14516. {
  14517. "type": "Feature",
  14518. "properties": {
  14519. "city": "Campbell",
  14520. "growth_10-13": "4.2%",
  14521. "population": "40584",
  14522. "state": "California"
  14523. },
  14524. "geometry": {
  14525. "type": "Point",
  14526. "coordinates": [
  14527. -121.9499568,
  14528. 37.2871651
  14529. ]
  14530. }
  14531. },
  14532. {
  14533. "type": "Feature",
  14534. "properties": {
  14535. "city": "Cedar Falls",
  14536. "growth_10-13": "12.0%",
  14537. "population": "40566",
  14538. "state": "Iowa"
  14539. },
  14540. "geometry": {
  14541. "type": "Point",
  14542. "coordinates": [
  14543. -92.4453161,
  14544. 42.5348993
  14545. ]
  14546. }
  14547. },
  14548. {
  14549. "type": "Feature",
  14550. "properties": {
  14551. "city": "Beaumont",
  14552. "growth_10-13": "254.5%",
  14553. "population": "40481",
  14554. "state": "California"
  14555. },
  14556. "geometry": {
  14557. "type": "Point",
  14558. "coordinates": [
  14559. -116.977248,
  14560. 33.9294606
  14561. ]
  14562. }
  14563. },
  14564. {
  14565. "type": "Feature",
  14566. "properties": {
  14567. "city": "La Puente",
  14568. "growth_10-13": "-1.6%",
  14569. "population": "40435",
  14570. "state": "California"
  14571. },
  14572. "geometry": {
  14573. "type": "Point",
  14574. "coordinates": [
  14575. -117.9495083,
  14576. 34.0200114
  14577. ]
  14578. }
  14579. },
  14580. {
  14581. "type": "Feature",
  14582. "properties": {
  14583. "city": "Crystal Lake",
  14584. "growth_10-13": "5.3%",
  14585. "population": "40388",
  14586. "state": "Illinois"
  14587. },
  14588. "geometry": {
  14589. "type": "Point",
  14590. "coordinates": [
  14591. -88.31619649999999,
  14592. 42.2411344
  14593. ]
  14594. }
  14595. },
  14596. {
  14597. "type": "Feature",
  14598. "properties": {
  14599. "city": "Fitchburg",
  14600. "growth_10-13": "3.5%",
  14601. "population": "40383",
  14602. "state": "Massachusetts"
  14603. },
  14604. "geometry": {
  14605. "type": "Point",
  14606. "coordinates": [
  14607. -71.8022955,
  14608. 42.5834228
  14609. ]
  14610. }
  14611. },
  14612. {
  14613. "type": "Feature",
  14614. "properties": {
  14615. "city": "Carol Stream",
  14616. "growth_10-13": "-0.2%",
  14617. "population": "40379",
  14618. "state": "Illinois"
  14619. },
  14620. "geometry": {
  14621. "type": "Point",
  14622. "coordinates": [
  14623. -88.13479269999999,
  14624. 41.91252859999999
  14625. ]
  14626. }
  14627. },
  14628. {
  14629. "type": "Feature",
  14630. "properties": {
  14631. "city": "Hickory",
  14632. "growth_10-13": "7.0%",
  14633. "population": "40361",
  14634. "state": "North Carolina"
  14635. },
  14636. "geometry": {
  14637. "type": "Point",
  14638. "coordinates": [
  14639. -81.3444573,
  14640. 35.7344538
  14641. ]
  14642. }
  14643. },
  14644. {
  14645. "type": "Feature",
  14646. "properties": {
  14647. "city": "Streamwood",
  14648. "growth_10-13": "10.1%",
  14649. "population": "40351",
  14650. "state": "Illinois"
  14651. },
  14652. "geometry": {
  14653. "type": "Point",
  14654. "coordinates": [
  14655. -88.17840849999999,
  14656. 42.0255827
  14657. ]
  14658. }
  14659. },
  14660. {
  14661. "type": "Feature",
  14662. "properties": {
  14663. "city": "Norwich",
  14664. "growth_10-13": "11.6%",
  14665. "population": "40347",
  14666. "state": "Connecticut"
  14667. },
  14668. "geometry": {
  14669. "type": "Point",
  14670. "coordinates": [
  14671. -72.07591049999999,
  14672. 41.5242649
  14673. ]
  14674. }
  14675. },
  14676. {
  14677. "type": "Feature",
  14678. "properties": {
  14679. "city": "Coppell",
  14680. "growth_10-13": "10.3%",
  14681. "population": "40342",
  14682. "state": "Texas"
  14683. },
  14684. "geometry": {
  14685. "type": "Point",
  14686. "coordinates": [
  14687. -97.01500779999999,
  14688. 32.9545687
  14689. ]
  14690. }
  14691. },
  14692. {
  14693. "type": "Feature",
  14694. "properties": {
  14695. "city": "San Gabriel",
  14696. "growth_10-13": "0.9%",
  14697. "population": "40275",
  14698. "state": "California"
  14699. },
  14700. "geometry": {
  14701. "type": "Point",
  14702. "coordinates": [
  14703. -118.1058333,
  14704. 34.09611110000001
  14705. ]
  14706. }
  14707. },
  14708. {
  14709. "type": "Feature",
  14710. "properties": {
  14711. "city": "Holyoke",
  14712. "growth_10-13": "0.9%",
  14713. "population": "40249",
  14714. "state": "Massachusetts"
  14715. },
  14716. "geometry": {
  14717. "type": "Point",
  14718. "coordinates": [
  14719. -72.6162009,
  14720. 42.2042586
  14721. ]
  14722. }
  14723. },
  14724. {
  14725. "type": "Feature",
  14726. "properties": {
  14727. "city": "Bentonville",
  14728. "growth_10-13": "97.7%",
  14729. "population": "40167",
  14730. "state": "Arkansas"
  14731. },
  14732. "geometry": {
  14733. "type": "Point",
  14734. "coordinates": [
  14735. -94.2088172,
  14736. 36.3728538
  14737. ]
  14738. }
  14739. },
  14740. {
  14741. "type": "Feature",
  14742. "properties": {
  14743. "city": "Florence",
  14744. "growth_10-13": "10.2%",
  14745. "population": "40059",
  14746. "state": "Alabama"
  14747. },
  14748. "geometry": {
  14749. "type": "Point",
  14750. "coordinates": [
  14751. -87.677251,
  14752. 34.79981
  14753. ]
  14754. }
  14755. },
  14756. {
  14757. "type": "Feature",
  14758. "properties": {
  14759. "city": "Peachtree Corners",
  14760. "growth_10-13": "",
  14761. "population": "40059",
  14762. "state": "Georgia"
  14763. },
  14764. "geometry": {
  14765. "type": "Point",
  14766. "coordinates": [
  14767. -84.2214551,
  14768. 33.9698929
  14769. ]
  14770. }
  14771. },
  14772. {
  14773. "type": "Feature",
  14774. "properties": {
  14775. "city": "Brentwood",
  14776. "growth_10-13": "51.9%",
  14777. "population": "40021",
  14778. "state": "Tennessee"
  14779. },
  14780. "geometry": {
  14781. "type": "Point",
  14782. "coordinates": [
  14783. -86.78277720000001,
  14784. 36.0331164
  14785. ]
  14786. }
  14787. },
  14788. {
  14789. "type": "Feature",
  14790. "properties": {
  14791. "city": "Bozeman",
  14792. "growth_10-13": "41.9%",
  14793. "population": "39860",
  14794. "state": "Montana"
  14795. },
  14796. "geometry": {
  14797. "type": "Point",
  14798. "coordinates": [
  14799. -111.0429339,
  14800. 45.6769979
  14801. ]
  14802. }
  14803. },
  14804. {
  14805. "type": "Feature",
  14806. "properties": {
  14807. "city": "New Berlin",
  14808. "growth_10-13": "3.6%",
  14809. "population": "39834",
  14810. "state": "Wisconsin"
  14811. },
  14812. "geometry": {
  14813. "type": "Point",
  14814. "coordinates": [
  14815. -88.1084224,
  14816. 42.9764027
  14817. ]
  14818. }
  14819. },
  14820. {
  14821. "type": "Feature",
  14822. "properties": {
  14823. "city": "Goose Creek",
  14824. "growth_10-13": "26.1%",
  14825. "population": "39823",
  14826. "state": "South Carolina"
  14827. },
  14828. "geometry": {
  14829. "type": "Point",
  14830. "coordinates": [
  14831. -80.03258670000001,
  14832. 32.9810059
  14833. ]
  14834. }
  14835. },
  14836. {
  14837. "type": "Feature",
  14838. "properties": {
  14839. "city": "Huntsville",
  14840. "growth_10-13": "13.2%",
  14841. "population": "39795",
  14842. "state": "Texas"
  14843. },
  14844. "geometry": {
  14845. "type": "Point",
  14846. "coordinates": [
  14847. -95.55077709999999,
  14848. 30.7235263
  14849. ]
  14850. }
  14851. },
  14852. {
  14853. "type": "Feature",
  14854. "properties": {
  14855. "city": "Prescott Valley",
  14856. "growth_10-13": "62.9%",
  14857. "population": "39791",
  14858. "state": "Arizona"
  14859. },
  14860. "geometry": {
  14861. "type": "Point",
  14862. "coordinates": [
  14863. -112.315721,
  14864. 34.6100243
  14865. ]
  14866. }
  14867. },
  14868. {
  14869. "type": "Feature",
  14870. "properties": {
  14871. "city": "Maplewood",
  14872. "growth_10-13": "12.3%",
  14873. "population": "39765",
  14874. "state": "Minnesota"
  14875. },
  14876. "geometry": {
  14877. "type": "Point",
  14878. "coordinates": [
  14879. -92.9952153,
  14880. 44.9530215
  14881. ]
  14882. }
  14883. },
  14884. {
  14885. "type": "Feature",
  14886. "properties": {
  14887. "city": "Romeoville",
  14888. "growth_10-13": "79.5%",
  14889. "population": "39650",
  14890. "state": "Illinois"
  14891. },
  14892. "geometry": {
  14893. "type": "Point",
  14894. "coordinates": [
  14895. -88.0895061,
  14896. 41.6475306
  14897. ]
  14898. }
  14899. },
  14900. {
  14901. "type": "Feature",
  14902. "properties": {
  14903. "city": "Duncanville",
  14904. "growth_10-13": "9.7%",
  14905. "population": "39605",
  14906. "state": "Texas"
  14907. },
  14908. "geometry": {
  14909. "type": "Point",
  14910. "coordinates": [
  14911. -96.9083366,
  14912. 32.6518004
  14913. ]
  14914. }
  14915. },
  14916. {
  14917. "type": "Feature",
  14918. "properties": {
  14919. "city": "Atlantic City",
  14920. "growth_10-13": "-2.2%",
  14921. "population": "39551",
  14922. "state": "New Jersey"
  14923. },
  14924. "geometry": {
  14925. "type": "Point",
  14926. "coordinates": [
  14927. -74.4229266,
  14928. 39.3642834
  14929. ]
  14930. }
  14931. },
  14932. {
  14933. "type": "Feature",
  14934. "properties": {
  14935. "city": "Clovis",
  14936. "growth_10-13": "21.3%",
  14937. "population": "39508",
  14938. "state": "New Mexico"
  14939. },
  14940. "geometry": {
  14941. "type": "Point",
  14942. "coordinates": [
  14943. -103.2052272,
  14944. 34.4047987
  14945. ]
  14946. }
  14947. },
  14948. {
  14949. "type": "Feature",
  14950. "properties": {
  14951. "city": "The Colony",
  14952. "growth_10-13": "45.7%",
  14953. "population": "39458",
  14954. "state": "Texas"
  14955. },
  14956. "geometry": {
  14957. "type": "Point",
  14958. "coordinates": [
  14959. -96.89283089999999,
  14960. 33.0806083
  14961. ]
  14962. }
  14963. },
  14964. {
  14965. "type": "Feature",
  14966. "properties": {
  14967. "city": "Culver City",
  14968. "growth_10-13": "1.3%",
  14969. "population": "39428",
  14970. "state": "California"
  14971. },
  14972. "geometry": {
  14973. "type": "Point",
  14974. "coordinates": [
  14975. -118.3964665,
  14976. 34.0211224
  14977. ]
  14978. }
  14979. },
  14980. {
  14981. "type": "Feature",
  14982. "properties": {
  14983. "city": "Marlborough",
  14984. "growth_10-13": "7.6%",
  14985. "population": "39414",
  14986. "state": "Massachusetts"
  14987. },
  14988. "geometry": {
  14989. "type": "Point",
  14990. "coordinates": [
  14991. -71.5522874,
  14992. 42.3459271
  14993. ]
  14994. }
  14995. },
  14996. {
  14997. "type": "Feature",
  14998. "properties": {
  14999. "city": "Hilton Head Island",
  15000. "growth_10-13": "16.0%",
  15001. "population": "39412",
  15002. "state": "South Carolina"
  15003. },
  15004. "geometry": {
  15005. "type": "Point",
  15006. "coordinates": [
  15007. -80.752608,
  15008. 32.216316
  15009. ]
  15010. }
  15011. },
  15012. {
  15013. "type": "Feature",
  15014. "properties": {
  15015. "city": "Moorhead",
  15016. "growth_10-13": "21.3%",
  15017. "population": "39398",
  15018. "state": "Minnesota"
  15019. },
  15020. "geometry": {
  15021. "type": "Point",
  15022. "coordinates": [
  15023. -96.76780389999999,
  15024. 46.8737648
  15025. ]
  15026. }
  15027. },
  15028. {
  15029. "type": "Feature",
  15030. "properties": {
  15031. "city": "Calexico",
  15032. "growth_10-13": "44.0%",
  15033. "population": "39389",
  15034. "state": "California"
  15035. },
  15036. "geometry": {
  15037. "type": "Point",
  15038. "coordinates": [
  15039. -115.4988834,
  15040. 32.6789476
  15041. ]
  15042. }
  15043. },
  15044. {
  15045. "type": "Feature",
  15046. "properties": {
  15047. "city": "Bullhead City",
  15048. "growth_10-13": "15.9%",
  15049. "population": "39383",
  15050. "state": "Arizona"
  15051. },
  15052. "geometry": {
  15053. "type": "Point",
  15054. "coordinates": [
  15055. -114.5285981,
  15056. 35.1359386
  15057. ]
  15058. }
  15059. },
  15060. {
  15061. "type": "Feature",
  15062. "properties": {
  15063. "city": "Germantown",
  15064. "growth_10-13": "4.1%",
  15065. "population": "39375",
  15066. "state": "Tennessee"
  15067. },
  15068. "geometry": {
  15069. "type": "Point",
  15070. "coordinates": [
  15071. -89.8100858,
  15072. 35.0867577
  15073. ]
  15074. }
  15075. },
  15076. {
  15077. "type": "Feature",
  15078. "properties": {
  15079. "city": "La Quinta",
  15080. "growth_10-13": "59.9%",
  15081. "population": "39331",
  15082. "state": "California"
  15083. },
  15084. "geometry": {
  15085. "type": "Point",
  15086. "coordinates": [
  15087. -116.3100095,
  15088. 33.6633573
  15089. ]
  15090. }
  15091. },
  15092. {
  15093. "type": "Feature",
  15094. "properties": {
  15095. "city": "Lancaster",
  15096. "growth_10-13": "10.7%",
  15097. "population": "39325",
  15098. "state": "Ohio"
  15099. },
  15100. "geometry": {
  15101. "type": "Point",
  15102. "coordinates": [
  15103. -82.5993294,
  15104. 39.7136754
  15105. ]
  15106. }
  15107. },
  15108. {
  15109. "type": "Feature",
  15110. "properties": {
  15111. "city": "Wausau",
  15112. "growth_10-13": "1.7%",
  15113. "population": "39309",
  15114. "state": "Wisconsin"
  15115. },
  15116. "geometry": {
  15117. "type": "Point",
  15118. "coordinates": [
  15119. -89.6301221,
  15120. 44.9591352
  15121. ]
  15122. }
  15123. },
  15124. {
  15125. "type": "Feature",
  15126. "properties": {
  15127. "city": "Sherman",
  15128. "growth_10-13": "11.6%",
  15129. "population": "39296",
  15130. "state": "Texas"
  15131. },
  15132. "geometry": {
  15133. "type": "Point",
  15134. "coordinates": [
  15135. -96.6088805,
  15136. 33.6356618
  15137. ]
  15138. }
  15139. },
  15140. {
  15141. "type": "Feature",
  15142. "properties": {
  15143. "city": "Ocoee",
  15144. "growth_10-13": "57.9%",
  15145. "population": "39172",
  15146. "state": "Florida"
  15147. },
  15148. "geometry": {
  15149. "type": "Point",
  15150. "coordinates": [
  15151. -81.5439619,
  15152. 28.5691677
  15153. ]
  15154. }
  15155. },
  15156. {
  15157. "type": "Feature",
  15158. "properties": {
  15159. "city": "Shakopee",
  15160. "growth_10-13": "85.7%",
  15161. "population": "39167",
  15162. "state": "Minnesota"
  15163. },
  15164. "geometry": {
  15165. "type": "Point",
  15166. "coordinates": [
  15167. -93.5272861,
  15168. 44.7973962
  15169. ]
  15170. }
  15171. },
  15172. {
  15173. "type": "Feature",
  15174. "properties": {
  15175. "city": "Woburn",
  15176. "growth_10-13": "4.4%",
  15177. "population": "39083",
  15178. "state": "Massachusetts"
  15179. },
  15180. "geometry": {
  15181. "type": "Point",
  15182. "coordinates": [
  15183. -71.1522765,
  15184. 42.4792618
  15185. ]
  15186. }
  15187. },
  15188. {
  15189. "type": "Feature",
  15190. "properties": {
  15191. "city": "Bremerton",
  15192. "growth_10-13": "4.9%",
  15193. "population": "39056",
  15194. "state": "Washington"
  15195. },
  15196. "geometry": {
  15197. "type": "Point",
  15198. "coordinates": [
  15199. -122.6329356,
  15200. 47.5673202
  15201. ]
  15202. }
  15203. },
  15204. {
  15205. "type": "Feature",
  15206. "properties": {
  15207. "city": "Rock Island",
  15208. "growth_10-13": "-1.9%",
  15209. "population": "38877",
  15210. "state": "Illinois"
  15211. },
  15212. "geometry": {
  15213. "type": "Point",
  15214. "coordinates": [
  15215. -90.5787476,
  15216. 41.5094771
  15217. ]
  15218. }
  15219. },
  15220. {
  15221. "type": "Feature",
  15222. "properties": {
  15223. "city": "Muskogee",
  15224. "growth_10-13": "-0.7%",
  15225. "population": "38863",
  15226. "state": "Oklahoma"
  15227. },
  15228. "geometry": {
  15229. "type": "Point",
  15230. "coordinates": [
  15231. -95.3696909,
  15232. 35.7478769
  15233. ]
  15234. }
  15235. },
  15236. {
  15237. "type": "Feature",
  15238. "properties": {
  15239. "city": "Cape Girardeau",
  15240. "growth_10-13": "9.4%",
  15241. "population": "38816",
  15242. "state": "Missouri"
  15243. },
  15244. "geometry": {
  15245. "type": "Point",
  15246. "coordinates": [
  15247. -89.51814759999999,
  15248. 37.3058839
  15249. ]
  15250. }
  15251. },
  15252. {
  15253. "type": "Feature",
  15254. "properties": {
  15255. "city": "Annapolis",
  15256. "growth_10-13": "7.6%",
  15257. "population": "38722",
  15258. "state": "Maryland"
  15259. },
  15260. "geometry": {
  15261. "type": "Point",
  15262. "coordinates": [
  15263. -76.4921829,
  15264. 38.9784453
  15265. ]
  15266. }
  15267. },
  15268. {
  15269. "type": "Feature",
  15270. "properties": {
  15271. "city": "Greenacres",
  15272. "growth_10-13": "35.5%",
  15273. "population": "38696",
  15274. "state": "Florida"
  15275. },
  15276. "geometry": {
  15277. "type": "Point",
  15278. "coordinates": [
  15279. -80.1353896,
  15280. 26.6276276
  15281. ]
  15282. }
  15283. },
  15284. {
  15285. "type": "Feature",
  15286. "properties": {
  15287. "city": "Ormond Beach",
  15288. "growth_10-13": "5.8%",
  15289. "population": "38661",
  15290. "state": "Florida"
  15291. },
  15292. "geometry": {
  15293. "type": "Point",
  15294. "coordinates": [
  15295. -81.0558894,
  15296. 29.2858129
  15297. ]
  15298. }
  15299. },
  15300. {
  15301. "type": "Feature",
  15302. "properties": {
  15303. "city": "Hallandale Beach",
  15304. "growth_10-13": "12.4%",
  15305. "population": "38632",
  15306. "state": "Florida"
  15307. },
  15308. "geometry": {
  15309. "type": "Point",
  15310. "coordinates": [
  15311. -80.14837899999999,
  15312. 25.9812024
  15313. ]
  15314. }
  15315. },
  15316. {
  15317. "type": "Feature",
  15318. "properties": {
  15319. "city": "Stanton",
  15320. "growth_10-13": "2.8%",
  15321. "population": "38623",
  15322. "state": "California"
  15323. },
  15324. "geometry": {
  15325. "type": "Point",
  15326. "coordinates": [
  15327. -117.9931165,
  15328. 33.8025155
  15329. ]
  15330. }
  15331. },
  15332. {
  15333. "type": "Feature",
  15334. "properties": {
  15335. "city": "Puyallup",
  15336. "growth_10-13": "11.8%",
  15337. "population": "38609",
  15338. "state": "Washington"
  15339. },
  15340. "geometry": {
  15341. "type": "Point",
  15342. "coordinates": [
  15343. -122.2928974,
  15344. 47.1853785
  15345. ]
  15346. }
  15347. },
  15348. {
  15349. "type": "Feature",
  15350. "properties": {
  15351. "city": "Pacifica",
  15352. "growth_10-13": "0.5%",
  15353. "population": "38606",
  15354. "state": "California"
  15355. },
  15356. "geometry": {
  15357. "type": "Point",
  15358. "coordinates": [
  15359. -122.4869194,
  15360. 37.6138253
  15361. ]
  15362. }
  15363. },
  15364. {
  15365. "type": "Feature",
  15366. "properties": {
  15367. "city": "Hanover Park",
  15368. "growth_10-13": "0.6%",
  15369. "population": "38510",
  15370. "state": "Illinois"
  15371. },
  15372. "geometry": {
  15373. "type": "Point",
  15374. "coordinates": [
  15375. -88.1450735,
  15376. 41.9994722
  15377. ]
  15378. }
  15379. },
  15380. {
  15381. "type": "Feature",
  15382. "properties": {
  15383. "city": "Hurst",
  15384. "growth_10-13": "5.8%",
  15385. "population": "38448",
  15386. "state": "Texas"
  15387. },
  15388. "geometry": {
  15389. "type": "Point",
  15390. "coordinates": [
  15391. -97.1705678,
  15392. 32.8234621
  15393. ]
  15394. }
  15395. },
  15396. {
  15397. "type": "Feature",
  15398. "properties": {
  15399. "city": "Lima",
  15400. "growth_10-13": "-8.1%",
  15401. "population": "38355",
  15402. "state": "Ohio"
  15403. },
  15404. "geometry": {
  15405. "type": "Point",
  15406. "coordinates": [
  15407. -84.1052256,
  15408. 40.742551
  15409. ]
  15410. }
  15411. },
  15412. {
  15413. "type": "Feature",
  15414. "properties": {
  15415. "city": "Marana",
  15416. "growth_10-13": "166.2%",
  15417. "population": "38290",
  15418. "state": "Arizona"
  15419. },
  15420. "geometry": {
  15421. "type": "Point",
  15422. "coordinates": [
  15423. -111.2224422,
  15424. 32.436381
  15425. ]
  15426. }
  15427. },
  15428. {
  15429. "type": "Feature",
  15430. "properties": {
  15431. "city": "Carpentersville",
  15432. "growth_10-13": "22.8%",
  15433. "population": "38241",
  15434. "state": "Illinois"
  15435. },
  15436. "geometry": {
  15437. "type": "Point",
  15438. "coordinates": [
  15439. -88.2578582,
  15440. 42.1211364
  15441. ]
  15442. }
  15443. },
  15444. {
  15445. "type": "Feature",
  15446. "properties": {
  15447. "city": "Oakley",
  15448. "growth_10-13": "47.7%",
  15449. "population": "38194",
  15450. "state": "California"
  15451. },
  15452. "geometry": {
  15453. "type": "Point",
  15454. "coordinates": [
  15455. -121.7124536,
  15456. 37.9974219
  15457. ]
  15458. }
  15459. },
  15460. {
  15461. "type": "Feature",
  15462. "properties": {
  15463. "city": "Huber Heights",
  15464. "growth_10-13": "-0.2%",
  15465. "population": "38142",
  15466. "state": "Ohio"
  15467. },
  15468. "geometry": {
  15469. "type": "Point",
  15470. "coordinates": [
  15471. -84.12466080000002,
  15472. 39.843947
  15473. ]
  15474. }
  15475. },
  15476. {
  15477. "type": "Feature",
  15478. "properties": {
  15479. "city": "Lancaster",
  15480. "growth_10-13": "46.4%",
  15481. "population": "38071",
  15482. "state": "Texas"
  15483. },
  15484. "geometry": {
  15485. "type": "Point",
  15486. "coordinates": [
  15487. -96.7561082,
  15488. 32.5920798
  15489. ]
  15490. }
  15491. },
  15492. {
  15493. "type": "Feature",
  15494. "properties": {
  15495. "city": "Montclair",
  15496. "growth_10-13": "12.1%",
  15497. "population": "38027",
  15498. "state": "California"
  15499. },
  15500. "geometry": {
  15501. "type": "Point",
  15502. "coordinates": [
  15503. -117.6897776,
  15504. 34.0775104
  15505. ]
  15506. }
  15507. },
  15508. {
  15509. "type": "Feature",
  15510. "properties": {
  15511. "city": "Wheeling",
  15512. "growth_10-13": "4.8%",
  15513. "population": "38015",
  15514. "state": "Illinois"
  15515. },
  15516. "geometry": {
  15517. "type": "Point",
  15518. "coordinates": [
  15519. -87.9289591,
  15520. 42.1391927
  15521. ]
  15522. }
  15523. },
  15524. {
  15525. "type": "Feature",
  15526. "properties": {
  15527. "city": "Brookfield",
  15528. "growth_10-13": "-1.9%",
  15529. "population": "37999",
  15530. "state": "Wisconsin"
  15531. },
  15532. "geometry": {
  15533. "type": "Point",
  15534. "coordinates": [
  15535. -88.1064787,
  15536. 43.0605671
  15537. ]
  15538. }
  15539. },
  15540. {
  15541. "type": "Feature",
  15542. "properties": {
  15543. "city": "Park Ridge",
  15544. "growth_10-13": "0.1%",
  15545. "population": "37839",
  15546. "state": "Illinois"
  15547. },
  15548. "geometry": {
  15549. "type": "Point",
  15550. "coordinates": [
  15551. -87.84061919999999,
  15552. 42.0111412
  15553. ]
  15554. }
  15555. },
  15556. {
  15557. "type": "Feature",
  15558. "properties": {
  15559. "city": "Florence",
  15560. "growth_10-13": "19.8%",
  15561. "population": "37792",
  15562. "state": "South Carolina"
  15563. },
  15564. "geometry": {
  15565. "type": "Point",
  15566. "coordinates": [
  15567. -79.7625625,
  15568. 34.1954331
  15569. ]
  15570. }
  15571. },
  15572. {
  15573. "type": "Feature",
  15574. "properties": {
  15575. "city": "Roy",
  15576. "growth_10-13": "13.3%",
  15577. "population": "37733",
  15578. "state": "Utah"
  15579. },
  15580. "geometry": {
  15581. "type": "Point",
  15582. "coordinates": [
  15583. -112.0263313,
  15584. 41.1616108
  15585. ]
  15586. }
  15587. },
  15588. {
  15589. "type": "Feature",
  15590. "properties": {
  15591. "city": "Winter Garden",
  15592. "growth_10-13": "142.5%",
  15593. "population": "37711",
  15594. "state": "Florida"
  15595. },
  15596. "geometry": {
  15597. "type": "Point",
  15598. "coordinates": [
  15599. -81.58618469999999,
  15600. 28.5652787
  15601. ]
  15602. }
  15603. },
  15604. {
  15605. "type": "Feature",
  15606. "properties": {
  15607. "city": "Chelsea",
  15608. "growth_10-13": "7.3%",
  15609. "population": "37670",
  15610. "state": "Massachusetts"
  15611. },
  15612. "geometry": {
  15613. "type": "Point",
  15614. "coordinates": [
  15615. -71.0328284,
  15616. 42.3917638
  15617. ]
  15618. }
  15619. },
  15620. {
  15621. "type": "Feature",
  15622. "properties": {
  15623. "city": "Valley Stream",
  15624. "growth_10-13": "3.6%",
  15625. "population": "37659",
  15626. "state": "New York"
  15627. },
  15628. "geometry": {
  15629. "type": "Point",
  15630. "coordinates": [
  15631. -73.70846449999999,
  15632. 40.6642699
  15633. ]
  15634. }
  15635. },
  15636. {
  15637. "type": "Feature",
  15638. "properties": {
  15639. "city": "Spartanburg",
  15640. "growth_10-13": "-6.2%",
  15641. "population": "37647",
  15642. "state": "South Carolina"
  15643. },
  15644. "geometry": {
  15645. "type": "Point",
  15646. "coordinates": [
  15647. -81.9320482,
  15648. 34.9495672
  15649. ]
  15650. }
  15651. },
  15652. {
  15653. "type": "Feature",
  15654. "properties": {
  15655. "city": "Lake Oswego",
  15656. "growth_10-13": "5.3%",
  15657. "population": "37610",
  15658. "state": "Oregon"
  15659. },
  15660. "geometry": {
  15661. "type": "Point",
  15662. "coordinates": [
  15663. -122.6706498,
  15664. 45.42067489999999
  15665. ]
  15666. }
  15667. },
  15668. {
  15669. "type": "Feature",
  15670. "properties": {
  15671. "city": "Friendswood",
  15672. "growth_10-13": "28.6%",
  15673. "population": "37587",
  15674. "state": "Texas"
  15675. },
  15676. "geometry": {
  15677. "type": "Point",
  15678. "coordinates": [
  15679. -95.2010447,
  15680. 29.5293998
  15681. ]
  15682. }
  15683. },
  15684. {
  15685. "type": "Feature",
  15686. "properties": {
  15687. "city": "Westerville",
  15688. "growth_10-13": "5.7%",
  15689. "population": "37530",
  15690. "state": "Ohio"
  15691. },
  15692. "geometry": {
  15693. "type": "Point",
  15694. "coordinates": [
  15695. -82.92906959999999,
  15696. 40.1261743
  15697. ]
  15698. }
  15699. },
  15700. {
  15701. "type": "Feature",
  15702. "properties": {
  15703. "city": "Northglenn",
  15704. "growth_10-13": "15.5%",
  15705. "population": "37499",
  15706. "state": "Colorado"
  15707. },
  15708. "geometry": {
  15709. "type": "Point",
  15710. "coordinates": [
  15711. -104.9811468,
  15712. 39.8961821
  15713. ]
  15714. }
  15715. },
  15716. {
  15717. "type": "Feature",
  15718. "properties": {
  15719. "city": "Phenix City",
  15720. "growth_10-13": "31.9%",
  15721. "population": "37498",
  15722. "state": "Alabama"
  15723. },
  15724. "geometry": {
  15725. "type": "Point",
  15726. "coordinates": [
  15727. -85.0007653,
  15728. 32.4709761
  15729. ]
  15730. }
  15731. },
  15732. {
  15733. "type": "Feature",
  15734. "properties": {
  15735. "city": "Grove City",
  15736. "growth_10-13": "35.6%",
  15737. "population": "37490",
  15738. "state": "Ohio"
  15739. },
  15740. "geometry": {
  15741. "type": "Point",
  15742. "coordinates": [
  15743. -83.0929644,
  15744. 39.88145189999999
  15745. ]
  15746. }
  15747. },
  15748. {
  15749. "type": "Feature",
  15750. "properties": {
  15751. "city": "Texarkana",
  15752. "growth_10-13": "7.4%",
  15753. "population": "37442",
  15754. "state": "Texas"
  15755. },
  15756. "geometry": {
  15757. "type": "Point",
  15758. "coordinates": [
  15759. -94.04768820000001,
  15760. 33.425125
  15761. ]
  15762. }
  15763. },
  15764. {
  15765. "type": "Feature",
  15766. "properties": {
  15767. "city": "Addison",
  15768. "growth_10-13": "2.6%",
  15769. "population": "37385",
  15770. "state": "Illinois"
  15771. },
  15772. "geometry": {
  15773. "type": "Point",
  15774. "coordinates": [
  15775. -87.9889556,
  15776. 41.931696
  15777. ]
  15778. }
  15779. },
  15780. {
  15781. "type": "Feature",
  15782. "properties": {
  15783. "city": "Dover",
  15784. "growth_10-13": "16.0%",
  15785. "population": "37366",
  15786. "state": "Delaware"
  15787. },
  15788. "geometry": {
  15789. "type": "Point",
  15790. "coordinates": [
  15791. -75.5243682,
  15792. 39.158168
  15793. ]
  15794. }
  15795. },
  15796. {
  15797. "type": "Feature",
  15798. "properties": {
  15799. "city": "Lincoln Park",
  15800. "growth_10-13": "-6.7%",
  15801. "population": "37313",
  15802. "state": "Michigan"
  15803. },
  15804. "geometry": {
  15805. "type": "Point",
  15806. "coordinates": [
  15807. -83.1785361,
  15808. 42.2505943
  15809. ]
  15810. }
  15811. },
  15812. {
  15813. "type": "Feature",
  15814. "properties": {
  15815. "city": "Calumet City",
  15816. "growth_10-13": "-4.5%",
  15817. "population": "37240",
  15818. "state": "Illinois"
  15819. },
  15820. "geometry": {
  15821. "type": "Point",
  15822. "coordinates": [
  15823. -87.5294871,
  15824. 41.6155909
  15825. ]
  15826. }
  15827. },
  15828. {
  15829. "type": "Feature",
  15830. "properties": {
  15831. "city": "Muskegon",
  15832. "growth_10-13": "-7.1%",
  15833. "population": "37213",
  15834. "state": "Michigan"
  15835. },
  15836. "geometry": {
  15837. "type": "Point",
  15838. "coordinates": [
  15839. -86.24839209999999,
  15840. 43.2341813
  15841. ]
  15842. }
  15843. },
  15844. {
  15845. "type": "Feature",
  15846. "properties": {
  15847. "city": "Aventura",
  15848. "growth_10-13": "47.2%",
  15849. "population": "37199",
  15850. "state": "Florida"
  15851. },
  15852. "geometry": {
  15853. "type": "Point",
  15854. "coordinates": [
  15855. -80.1392121,
  15856. 25.9564812
  15857. ]
  15858. }
  15859. },
  15860. {
  15861. "type": "Feature",
  15862. "properties": {
  15863. "city": "Martinez",
  15864. "growth_10-13": "3.4%",
  15865. "population": "37165",
  15866. "state": "California"
  15867. },
  15868. "geometry": {
  15869. "type": "Point",
  15870. "coordinates": [
  15871. -122.1341321,
  15872. 38.0193657
  15873. ]
  15874. }
  15875. },
  15876. {
  15877. "type": "Feature",
  15878. "properties": {
  15879. "city": "Greenfield",
  15880. "growth_10-13": "4.8%",
  15881. "population": "37159",
  15882. "state": "Wisconsin"
  15883. },
  15884. "geometry": {
  15885. "type": "Point",
  15886. "coordinates": [
  15887. -88.0125865,
  15888. 42.9614039
  15889. ]
  15890. }
  15891. },
  15892. {
  15893. "type": "Feature",
  15894. "properties": {
  15895. "city": "Apache Junction",
  15896. "growth_10-13": "15.7%",
  15897. "population": "37130",
  15898. "state": "Arizona"
  15899. },
  15900. "geometry": {
  15901. "type": "Point",
  15902. "coordinates": [
  15903. -111.5495777,
  15904. 33.4150485
  15905. ]
  15906. }
  15907. },
  15908. {
  15909. "type": "Feature",
  15910. "properties": {
  15911. "city": "Monrovia",
  15912. "growth_10-13": "0.2%",
  15913. "population": "37101",
  15914. "state": "California"
  15915. },
  15916. "geometry": {
  15917. "type": "Point",
  15918. "coordinates": [
  15919. -118.0019482,
  15920. 34.1442616
  15921. ]
  15922. }
  15923. },
  15924. {
  15925. "type": "Feature",
  15926. "properties": {
  15927. "city": "Weslaco",
  15928. "growth_10-13": "28.8%",
  15929. "population": "37093",
  15930. "state": "Texas"
  15931. },
  15932. "geometry": {
  15933. "type": "Point",
  15934. "coordinates": [
  15935. -97.9908366,
  15936. 26.1595194
  15937. ]
  15938. }
  15939. },
  15940. {
  15941. "type": "Feature",
  15942. "properties": {
  15943. "city": "Keizer",
  15944. "growth_10-13": "14.4%",
  15945. "population": "37064",
  15946. "state": "Oregon"
  15947. },
  15948. "geometry": {
  15949. "type": "Point",
  15950. "coordinates": [
  15951. -123.0262077,
  15952. 44.9901194
  15953. ]
  15954. }
  15955. },
  15956. {
  15957. "type": "Feature",
  15958. "properties": {
  15959. "city": "Spanish Fork",
  15960. "growth_10-13": "78.1%",
  15961. "population": "36956",
  15962. "state": "Utah"
  15963. },
  15964. "geometry": {
  15965. "type": "Point",
  15966. "coordinates": [
  15967. -111.654923,
  15968. 40.114955
  15969. ]
  15970. }
  15971. },
  15972. {
  15973. "type": "Feature",
  15974. "properties": {
  15975. "city": "Beloit",
  15976. "growth_10-13": "2.9%",
  15977. "population": "36888",
  15978. "state": "Wisconsin"
  15979. },
  15980. "geometry": {
  15981. "type": "Point",
  15982. "coordinates": [
  15983. -89.03177649999999,
  15984. 42.5083482
  15985. ]
  15986. }
  15987. },
  15988. {
  15989. "type": "Feature",
  15990. "properties": {
  15991. "city": "Panama City",
  15992. "growth_10-13": "0.1%",
  15993. "population": "36877",
  15994. "state": "Florida"
  15995. },
  15996. "geometry": {
  15997. "type": "Point",
  15998. "coordinates": [
  15999. -85.6602058,
  16000. 30.1588129
  16001. ]
  16002. }
  16003. }
  16004. ]
  16005. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement