This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-01-06T17:31:28.278Z"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class State { | |
id = null; | |
@observable name; | |
@observable abbreviation; | |
@observable smithsonianCode; | |
@observable fipsCode; | |
@observable gnisCode; | |
@observable _counties = asMap([]); | |
@observable _cities = asMap([]); |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"states","type":"FeatureCollection" | |
,"features":[ |