├── .gitignore
├── civic.json
├── jlordSOTMUS.pdf
├── mta
├── .thumb.png
├── MTA Map Layers
│ ├── BIRDend.csv
│ ├── Bibb Co Water
│ │ ├── tl_2008_13021_areawater.dbf
│ │ ├── tl_2008_13021_areawater.prj
│ │ ├── tl_2008_13021_areawater.shp
│ │ ├── tl_2008_13021_areawater.shp.xml
│ │ └── tl_2008_13021_areawater.shx
│ ├── Bibb
│ │ ├── bibb_co.dbf
│ │ ├── bibb_co.prj
│ │ ├── bibb_co.shp
│ │ ├── bibb_co.shx
│ │ └── bibb_co.xml
│ ├── MTA Routes
│ │ ├── RevisedPlusBird.dbf
│ │ ├── RevisedPlusBird.prj
│ │ ├── RevisedPlusBird.qpj
│ │ ├── RevisedPlusBird.shp
│ │ └── RevisedPlusBird.shx
│ ├── MTA Stops
│ │ ├── busstops.dbf
│ │ ├── busstops.prj
│ │ ├── busstops.qpj
│ │ ├── busstops.shp
│ │ └── busstops.shx
│ ├── Macon
│ │ ├── MaconCityLimits.dbf
│ │ ├── MaconCityLimits.prj
│ │ ├── MaconCityLimits.sbn
│ │ ├── MaconCityLimits.sbx
│ │ ├── MaconCityLimits.shp
│ │ ├── MaconCityLimits.shp.xml
│ │ └── MaconCityLimits.shx
│ ├── MaconPOI.csv
│ ├── MaconParks.kml
│ └── OSM Streets
│ │ ├── bibb-roads.dbf
│ │ ├── bibb-roads.prj
│ │ ├── bibb-roads.qpj
│ │ ├── bibb-roads.shp
│ │ └── bibb-roads.shx
├── bird.png
├── bird15.png
├── bird17.png
├── birdend.png
├── birdlrg.png
├── citybg.png
├── citybg2.png
├── furley_bg.png
├── maki
│ ├── commercial-12.png
│ ├── commercial-18.png
│ ├── commercial-24.png
│ ├── grocery-12.png
│ ├── grocery-18.png
│ ├── grocery-24.png
│ ├── hospital-12.png
│ ├── hospital-18.png
│ ├── hospital-24.png
│ ├── marker-12.png
│ ├── marker-18.png
│ ├── marker-24.png
│ ├── star-12.png
│ ├── star-18.png
│ ├── star-24.png
│ ├── town-hall-12.png
│ ├── town-hall-18.png
│ └── town-hall-24.png
├── parkbg.png
├── parkbg3.png
├── project.mml
└── style.mss
├── readme.md
├── screenshot.png
└── screenshot2.png
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
--------------------------------------------------------------------------------
/civic.json:
--------------------------------------------------------------------------------
1 | {
2 | "tags": [
3 | "bus",
4 | "map",
5 | "transportation",
6 | "georgia",
7 | "Bibb county",
8 | "tilemill",
9 | "fellows",
10 | "20102"
11 | ],
12 | "status": "Alpha"
13 | }
14 |
--------------------------------------------------------------------------------
/jlordSOTMUS.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/jlordSOTMUS.pdf
--------------------------------------------------------------------------------
/mta/.thumb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/.thumb.png
--------------------------------------------------------------------------------
/mta/MTA Map Layers/BIRDend.csv:
--------------------------------------------------------------------------------
1 | route name,lat,long,description
2 | BIRD,32.6721823730387,-83.6246681213379,The BIRD route continues south through Houston County to RAFB.
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.prj:
--------------------------------------------------------------------------------
1 | GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.shp.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division
7 | 2008
8 | TIGER/Line Shapefile, 2008, county, Bibb County, GA, Area Hydrography
9 | 2008
10 | vector digital data
11 | http://www.census.gov/geo/www/tiger
12 |
13 |
14 |
15 | The TIGER/Line Shapefiles are an extract of selected geographic and cartographic information from the Census MAF/TIGER database. The Census MAF/TIGER database represents a seamless national file with no overlaps or gaps between parts. However, each TIGER/Line Shapefile is designed to stand alone as an independent data set or the shapefiles can be combined to cover the whole nation.
16 | In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles.
17 | Bibb, GA, (13021)
18 |
19 |
20 |
21 |
22 | 200801
23 | 200807
24 |
25 |
26 | Publication Date
27 |
28 |
29 |
30 | TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database. No changes or updates will be made to this version of the TIGER/Line Shapefiles. Future releases of TIGER/Line Shapefiles will reflect updates made to the Census MAF/TIGER database.
31 |
32 |
33 |
34 | -83.893037
35 | -83.48943
36 | 32.952792
37 | 32.660643
38 |
39 |
40 |
41 |
42 | ISO 19115 Topic Categories
43 | inlandWaters
44 |
45 |
46 | None
47 |
48 | County or equivalent entity
49 | Polygon
50 | Hydrography
51 |
52 |
53 | FIPS Publication 5-2, FIPS Publication 6-4, FIPS Publication 8-6, FIPS Publication 9-1,FIPS Publication55-4
54 | United States
55 | U.S.
56 | County or Equivalent Entity
57 | Bibb
58 | 13021
59 |
60 |
61 | None
62 | The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source.
63 | The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest.
64 | Yes, the data are free from Title 13 restrictions
65 |
66 |
67 |
68 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
69 |
70 |
71 | Mailing address
72 | 4600 Silver Hill Road, Stop 7400
73 | Washington
74 | DC
75 | 20233-7400
76 | United States
77 |
78 | 301-763-1128
79 | 301-763-4710
80 | tiger@census.gov
81 |
82 |
83 |
84 | 8859part1
85 | eng
86 |
87 |
88 | Accurate against Federal Information Processing Standards (FIPS), FIPS Publication 6-4, and FIPS-55 at the 100% level for the codes and base names. The remaining attribute information has been examined but has not been fully tested for accuracy.
89 |
90 | The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure.
91 | The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining FIPS 55. Feature attribute information has been examined but has not been fully tested for consistency.
92 | For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons.
93 | Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created.
94 |
95 |
96 |
97 |
98 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division
99 | Unpublished material
100 | Census MAF/TIGER database
101 |
102 |
103 | online
104 |
105 |
106 |
107 | 200801
108 | 200807
109 |
110 |
111 | Publication Date
112 |
113 | MAF/TIGER
114 | The selected geographic and cartographic information (line segments) are derived from the U.S. Census Bureau's Master Address File Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) database.
115 |
116 |
117 | TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for the nation, state, county, and entity are then distributed among 58 shapefiles each containing attributes for line, polygon, or landmark geographic data.
118 | Census MAF/TIGER
119 | 2008
120 |
121 |
122 |
123 |
124 | Federal Information Processing Standards (FIPS), ANSI, and feature names.
125 | Vector
126 |
127 |
128 | G-polygon
129 | 137
130 |
131 |
132 |
133 |
134 |
135 |
136 | 0.000458
137 | 0.000458
138 | Decimal degrees
139 |
140 |
141 | North American Datum of 1983 in the 48 contiguous states, the District of Columbia, Alaska, Hawaii, Puerto Rico, the Virgin Islands of the United States, and the Pacific Island Areas.
142 | Geodetic Reference System 80
143 | 6378137
144 | 298257
145 |
146 |
147 |
148 |
149 |
150 |
151 | AREAWATER.shp
152 | Current Hydrography
153 | U.S. Census Bureau
154 |
155 |
156 | STATEFP
157 | Current state Federal Information Processing Standards (FIPS) code
158 | U.S. Census Bureau
159 |
160 |
161 | FIPS PUB 5-2, Codes for the Identification of the States, the District of Columbia and the Outlying Areas of the United States, and Associated Areas
162 | U.S. Census Bureau
163 |
164 |
165 |
166 |
167 | COUNTYFP
168 | Current county Federal Information Processing Standards (FIPS) code
169 | U.S. Census Bureau
170 |
171 |
172 | FIPS PUB 6-4, Counties and Equivalent Entities of the United States, Its Possessions, and Associated Areas
173 | U.S. Census Bureau
174 |
175 |
176 |
177 |
178 | ANSICODE
179 | Current official code for the water body for use by federal agencies for data transfer and dissemination, if applicable
180 | U.S. Census Bureau
181 |
182 |
183 | data are unavailable
184 | data are unavailable
185 |
186 |
187 |
188 |
189 | HYDROID
190 | Area hydrography identifier
191 | U.S. Census Bureau
192 |
193 | data are unavailable
194 |
195 |
196 |
197 | FULLNAME
198 | Concatenation of expanded text for prefix qualifier, prefix direction, prefix type, base name, suffix type, suffix direction, and suffix qualifier (as available) with a space between each expanded text field
199 | U.S. Census Bureau
200 |
201 | data are unavailable
202 |
203 |
204 |
205 | MTFCC
206 | MAF/TIGER feature class code
207 | U.S. Census Bureau
208 |
209 |
210 | H1100
211 | Connector
212 | U.S. Census Bureau
213 |
214 |
215 | H2025
216 | Swamp/Marsh
217 | US. Census Bureau
218 |
219 |
220 | H2030
221 | Lake/Pond
222 | U.S. Census Bureau
223 |
224 |
225 | H2040
226 | Reservoir
227 | U.S. Census Bureau
228 |
229 |
230 | H2041
231 | Treatment Pond
232 | U.S. Census Bureau
233 |
234 |
235 | H2051
236 | Bay/Estuary/Gulf/Sound
237 | U.S. Census Bureau
238 |
239 |
240 | H2053
241 | Ocean/Sea
242 | U.S. Census Bureau
243 |
244 |
245 | H2060
246 | Gravel Pit/Quarry filled with water
247 | U.S. Census Bureau
248 |
249 |
250 | H2081
251 | Glacier
252 | U.S. Census Bureau
253 |
254 |
255 | H3010
256 | Stream/River
257 | U.S. Census Bureau
258 |
259 |
260 | H3013
261 | Braided Stream
262 | U.S. Census Bureau
263 |
264 |
265 | H3020
266 | Canal, Ditch or Aqueduct
267 | U.S. Census Bureau
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
278 |
279 |
280 | Mailing address
281 | 4600 Silver Hill Road, Stop 7400
282 | Washington
283 | DC
284 | 20233-7400
285 | United States
286 |
287 | 301-763-1128
288 | 301-763-4710
289 | tiger@census.gov
290 |
291 |
292 | No warranty, expressed or implied is made with regard to the accuracy of these data, and no liability is assumed by the U.S. Government in general or the U.S. Census Bureau in specific as to the spatial or attribute accuracy of the data. The act of distribution shall not constitute any such warranty and no responsibility is assumed by the U.S. government in the use of these files. The boundary information in the TIGER/Line Shapefiles is for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes do not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.
293 |
294 |
295 |
296 | TGRSHP (compressed)
297 | PK-ZIP, version 1.93 A or higher
298 |
299 |
300 |
301 |
302 |
303 | http://www.census.gov/geo/www/tiger
304 |
305 |
306 |
307 |
308 | DVD-ROM (Only if offered offline)
309 | ISO 9660
310 |
311 |
312 |
313 | The online copy of the TIGER/Line files may be accessed without charge.
314 | To obtain more information about ordering TIGER/Line shapefiles visit http://www.census.gov/geo/www/tiger
315 |
316 | The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software.
317 |
318 |
319 | 2008
320 |
321 |
322 |
323 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
324 |
325 |
326 | Mailing address
327 | 4600 Silver Hill Road, Stop 7400
328 | Washington
329 | DC
330 | 20233-7400
331 | United States
332 |
333 | 301-763-1128
334 | 301-763-4710
335 | tiger@census.gov
336 |
337 |
338 | FGDC Content Standards for Digital Geospatial Metadata
339 | FGDC-STD-001-1998
340 | 8859part1
341 | tl_2008_13021_areawater.shp.xml
342 | eng
343 |
344 |
345 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb Co Water/tl_2008_13021_areawater.shx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb/bibb_co.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb/bibb_co.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb/bibb_co.prj:
--------------------------------------------------------------------------------
1 | GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb/bibb_co.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb/bibb_co.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb/bibb_co.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Bibb/bibb_co.shx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Bibb/bibb_co.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division
7 | 2010
8 | TIGER/Line Shapefile, 2010, 2010 county, Bibb County, GA, 2010 Census Census Tract County-based
9 | 2010
10 | vector digital data
11 | http://www.census.gov/geo/www/tiger
12 |
13 |
14 |
15 | The TIGER/Line Files are shapefiles and related database files (.dbf) that are an extract of selected geographic and cartographic information from the U.S. Census Bureau's Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB). The MTDB represents a seamless national file with no overlaps or gaps between parts, however, each TIGER/Line File is designed to stand alone as an independent data set, or they can be combined to cover the entire nation. Census tracts are small, relatively permanent statistical subdivisions of a county or equivalent entity, and were defined by local participants as part of the 2010 Census Participant Statistical Areas Program. The Census Bureau delineated the census tracts in situations where no local participant existed or where all the potential participants declined to participate. The primary purpose of census tracts is to provide a stable set of geographic units for the presentation of census data and comparison back to previous decennial censuses. Census tracts generally have a population size between 1,200 and 8,000 people, with an optimum size of 4,000 people. When first delineated, census tracts were designed to be homogeneous with respect to population characteristics, economic status, and living conditions. The spatial size of census tracts varies widely depending on the density of settlement. Physical changes in street patterns caused by highway construction, new development, and so forth, may require boundary revisions. In addition, census tracts occasionally are split due to population growth, or combined as a result of substantial population decline. Census tract boundaries generally follow visible and identifiable features. They may follow legal boundaries such as minor civil division (MCD) or incorporated place boundaries in some States and situations to allow for census tract-to-governmental unit relationships where the governmental boundaries tend to remain unchanged between censuses. State and county boundaries always are census tract boundaries in the standard census geographic hierarchy. In a few rare instances, a census tract may consist of noncontiguous areas. These noncontiguous areas may occur where the census tracts are coextensive with all or parts of legal entities that are themselves noncontiguous. For the 2010 Census, the census tract code range of 9400 through 9499 was enforced for census tracts that include a majority American Indian population according to Census 2000 data and/or their area was primarily covered by federally recognized American Indian reservations and/or off-reservation trust lands; the code range 9800 through 9899 was enforced for those census tracts that contained little or no population and represented a relatively large special land use area such as a National Park, military installation, or a business/industrial park; and the code range 9900 through 9998 was enforced for those census tracts that contained only water area, no land area.
16 |
17 | In order for others to use the information in the Census MAF/TIGER database in a geographic information system (GIS) or for other geographic applications, the Census Bureau releases to the public extracts of the database in the form of TIGER/Line Shapefiles.
18 | Bibb, GA, (13021)
19 |
20 |
21 |
22 |
23 | 201001
24 | 201007
25 |
26 |
27 | Publication Date
28 |
29 |
30 |
31 | TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database. No changes or updates will be made to this version of the TIGER/Line Shapefiles. Future releases of TIGER/Line Shapefiles will reflect updates made to the Census MAF/TIGER database.
32 |
33 |
34 |
35 | -83.89205
36 | -83.48943
37 | 32.952792
38 | 32.660643
39 |
40 |
41 |
42 |
43 | ISO 19115 Topic Categories
44 | boundaries
45 |
46 |
47 | None
48 |
49 | County or equivalent entity
50 | Polygon
51 | Census Tract
52 | Tract
53 |
54 |
55 | INCITS.38-200x (R2004),INCITS.31-200x (R2007),INCITS.454-200x,INCITS 455-200x,INCITS 446-2008
56 | United States
57 | U.S.
58 | County or Equivalent Entity
59 | Bibb
60 | 13021
61 |
62 |
63 | None
64 | The TIGER/Line Shapefile products are not copyrighted however TIGER/Line and Census TIGER are registered trademarks of the U.S. Census Bureau. These products are free to use in a product or publication, however acknowledgement must be given to the U.S. Census Bureau as the source.
65 | The boundary information in the TIGER/Line Shapefiles are for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes does not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.Coordinates in the TIGER/Line shapefiles have six implied decimal places, but the positional accuracy of these coordinates is not as great as the six decimal places suggest.
66 | Yes, the data are free from Title 13 restrictions
67 |
68 |
69 |
70 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
71 |
72 |
73 | Mailing address
74 | 4600 Silver Hill Road, Stop 7400
75 | Washington
76 | DC
77 | 20233-7400
78 | United States
79 |
80 | 301-763-1128
81 | 301-763-4710
82 | geo.tiger@census.gov
83 |
84 |
85 |
86 | 8859part1
87 | eng
88 |
89 |
90 | Accurate against Federal Information Processing Standards (FIPS), FIPS Publication 6-4, and FIPS-55 at the 100% level for the codes and base names. The remaining attribute information has been examined but has not been fully tested for accuracy.
91 |
92 | The Census Bureau performed automated tests to ensure logical consistency and limits of shapefiles. Segments making up the outer and inner boundaries of a polygon tie end-to-end to completely enclose the area. All polygons are tested for closure.
93 | The Census Bureau uses its internally developed geographic update system to enhance and modify spatial and attribute data in the Census MAF/TIGER database. Standard geographic codes, such as FIPS codes for states, counties, municipalities, county subdivisions, places, American Indian/Alaska Native/Native Hawaiian areas, and congressional districts are used when encoding spatial entities. The Census Bureau performed spatial data tests for logical consistency of the codes during the compilation of the original Census MAF/TIGER database files. Most of the codes for geographic entities except states, counties, urban areas, Core Based Statistical Areas (CBSAs), American Indian Areas (AIAs), and congressional districts were provided to the Census Bureau by the USGS, the agency responsible for maintaining FIPS 55. Feature attribute information has been examined but has not been fully tested for consistency.
94 | For the TIGER/Line Shapefiles, the Point and Vector Object Count for the G-polygon SDTS Point and Vector Object Type reflects the number of records in the shapefile attribute table. For multi-polygon features, only one attribute record exists for each multi-polygon rather than one attribute record per individual G-polygon component of the multi-polygon feature. TIGER/Line Shapefile multi-polygons are an exception to the G-polygon object type classification. Therefore, when multi-polygons exist in a shapefile, the object count will be less than the actual number of G-polygons.
95 | Data completeness of the TIGER/Line Shapefiles reflects the contents of the Census MAF/TIGER database at the time the TIGER/Line Shapefiles were created.
96 |
97 |
98 |
99 |
100 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division
101 | Unpublished material
102 | Census MAF/TIGER database
103 |
104 |
105 | online
106 |
107 |
108 |
109 | 201001
110 | 201007
111 |
112 |
113 | Publication Date
114 |
115 | MAF/TIGER
116 | The selected geographic and cartographic information (line segments) are derived from the U.S. Census Bureau's Master Address File Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) database.
117 |
118 |
119 | TIGER/Line Shapefiles are extracted from the Census MAF/TIGER database by nation, state, county, and entity. Census MAF/TIGER data for all of the aforementioned geographic entities are then distributed among the shapefiles each containing attributes for line, polygon, or landmark geographic data.
120 | Census MAF/TIGER
121 | 2010
122 |
123 |
124 |
125 |
126 | Federal Information Processing Standards (FIPS), ANSI, and feature names.
127 | Vector
128 |
129 |
130 | G-polygon
131 | 44
132 |
133 |
134 |
135 |
136 |
137 |
138 | 0.000458
139 | 0.000458
140 | Decimal degrees
141 |
142 |
143 | North American Datum of 1983 in the 48 contiguous states, the District of Columbia, Alaska, Hawaii, Puerto Rico, the Virgin Islands of the United States, and the Pacific Island Areas.
144 | Geodetic Reference System 80
145 | 6378137
146 | 298257
147 |
148 |
149 |
150 |
151 |
152 |
153 | TRACT10.shp
154 | 2010 Census Census Tract County-based
155 | U.S. Census Bureau
156 |
157 |
158 | STATEFP10
159 | 2010 Census state Federal Information Processing Standards
160 | (FIPS) codes
161 | U.S. Census Bureau
162 |
163 |
164 | INCITS.38-200x (R2004), Codes for the Identification of
165 | the States, the District of Columbia, Puerto Rico, and the
166 | Insular Areas of the United States (Formerly FIPS 5-2)
167 | U.S. Census Bureau
168 |
169 |
170 |
171 |
172 | COUNTYFP10
173 | 2010 Census county Federal Information Processing Standards
174 | (FIPS) code
175 | U.S. Census Bureau
176 |
177 |
178 | INCITS.31-200x (R2007), Codes for the Identification of
179 | the Counties and Equivalent Areas of the United States,
180 | Puerto Rico, and the Insular Areas of the United States
181 | (Formerly FIPS 6-4)
182 | U.S. Census Bureau
183 |
184 |
185 |
186 |
187 | TRACTCE10
188 | 2010 Census census tract code
189 | U.S. Census Bureau
190 |
191 |
192 | 000000
193 | Water tract in some coastal and Great Lakes water and
194 | territorial sea
195 | U.S. Census
196 |
197 |
198 | 000100 to 998999
199 | Census tract number
200 | U.S. Census Bureau
201 |
202 |
203 |
204 |
205 | GEOID10
206 | Census tract identifier; a concatenation of 2010 Census state
207 | FIPS code, county FIPS code, and census tract code
208 | U.S. Census Bureau
209 |
210 |
211 | INCITS.38-200x (R2004), Codes for the Identification of
212 | the States, the District of Columbia, Puerto Rico, and the
213 | Insular Areas of the United States (Formerly FIPS 5-2),
214 | INCITS.31-200x (R2007), Codes for the Identification of
215 | the Counties and Equivalent Areas of the United States,
216 | Puerto Rico, and the Insular Areas of the United States
217 | (Formerly FIPS 6-4), and the census tract code found in
218 | TRACTCE10
219 | U.S. Census Bureau
220 |
221 |
222 |
223 |
224 | NAME10
225 | 2010 Census census tract name, this is the census tract code
226 | converted to an integer or integer plus two-digit decimal if
227 | the last two characters of the code are not both zeros.
228 | U.S. Census Bureau
229 |
230 |
231 | Refer to the online census tract gazetteer file at URL:
232 | http://www.census.gov/geo/www/gazetteer/gazette.html
233 | U.S. Census Bureau
234 |
235 |
236 |
237 |
238 | NAMELSAD10
239 | Census 2010 translated legal/statistical area description and
240 | the census tract name
241 | U.S. Census Bureau
242 |
243 |
244 | Refer to the online census tract gazetteer file at URL:
245 | http://www.census.gov/geo/www/gazetteer/gazette.html and
246 | translated legal/statistical area description code CT,
247 | Census Tract
248 | U.S. Census Bureau
249 |
250 |
251 |
252 |
253 | MTFCC10
254 | MAF/TIGER feature class code
255 | U.S. Census Bureau
256 |
257 |
258 | G5020
259 | Census Tract
260 | U.S. Census Bureau
261 |
262 |
263 |
264 |
265 | FUNCSTAT10
266 | 2010 Census functional status
267 | U.S. Census Bureau
268 |
269 |
270 | S
271 | Statistical entity
272 | U.S. Census Bureau
273 |
274 |
275 |
276 |
277 | ALAND10
278 | 2010 Census land area (square meters)
279 | U.S. Census Bureau
280 |
281 |
282 | 0 to 9,999,999,999,999
283 | Blank
284 | U.S. Census Bureau
285 |
286 |
287 |
288 |
289 | AWATER10
290 | 2010 Census water area (square meters)
291 | U.S. Census Bureau
292 |
293 |
294 | 0 to 9,999,999,999,999
295 | Blank
296 | U.S. Census Bureau
297 |
298 |
299 |
300 |
301 | INTPTLAT10
302 | 2010 Census latitude of the internal point
303 | U.S. Census Bureau
304 |
305 |
306 | 00
307 | Blank
308 | U.S. Census Bureau
309 |
310 |
311 |
312 |
313 | INTPTLON10
314 | 2010 Census longitude of the internal point
315 | U.S. Census Bureau
316 |
317 |
318 | 00
319 | Blank
320 | U.S. Census Bureau
321 |
322 |
323 |
324 |
325 |
326 |
327 |
328 |
329 |
330 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
331 |
332 |
333 | Mailing address
334 | 4600 Silver Hill Road, Stop 7400
335 | Washington
336 | DC
337 | 20233-7400
338 | United States
339 |
340 | 301-763-1128
341 | 301-763-4710
342 | geo.tiger@census.gov
343 |
344 |
345 | No warranty, expressed or implied is made with regard to the accuracy of these data, and no liability is assumed by the U.S. Government in general or the U.S. Census Bureau in specific as to the spatial or attribute accuracy of the data. The act of distribution shall not constitute any such warranty and no responsibility is assumed by the U.S. government in the use of these files. The boundary information in the TIGER/Line Shapefiles is for statistical data collection and tabulation purposes only; their depiction and designation for statistical purposes do not constitute a determination of jurisdictional authority or rights of ownership or entitlement and they are not legal land descriptions.
346 |
347 |
348 |
349 | TGRSHP (compressed)
350 | PK-ZIP, version 1.93 A or higher
351 |
352 |
353 |
354 |
355 |
356 | http://www.census.gov/geo/www/tiger
357 |
358 |
359 |
360 |
361 | DVD-ROM (Only if offered offline)
362 | ISO 9660
363 |
364 |
365 |
366 | The online copy of the TIGER/Line files may be accessed without charge.
367 | To obtain more information about ordering TIGER/Line shapefiles visit http://www.census.gov/geo/www/tiger
368 |
369 | The TIGER/Line shapefiles contain geographic data only and do not include display mapping software or statistical data. For information on how to use the TIGER/Line shapefile data with specific software package users shall contact the company that produced the software.
370 |
371 |
372 | 20100507
373 |
374 |
375 |
376 | U.S. Department of Commerce, U.S. Census Bureau, Geography Division, Geographic Products Branch
377 |
378 |
379 | Mailing address
380 | 4600 Silver Hill Road, Stop 7400
381 | Washington
382 | DC
383 | 20233-7400
384 | United States
385 |
386 | 301-763-1128
387 | 301-763-4710
388 | geo.tiger@census.gov
389 |
390 |
391 | FGDC Content Standards for Digital Geospatial Metadata
392 | FGDC-STD-001-1998
393 | 8859part1
394 | tl_2010_13021_tract10.shp.xml
395 | eng
396 |
397 |
398 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.prj:
--------------------------------------------------------------------------------
1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.qpj:
--------------------------------------------------------------------------------
1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
2 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Routes/RevisedPlusBird.shx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Stops/busstops.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Stops/busstops.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Stops/busstops.prj:
--------------------------------------------------------------------------------
1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Stops/busstops.qpj:
--------------------------------------------------------------------------------
1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
2 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Stops/busstops.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Stops/busstops.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MTA Stops/busstops.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/MTA Stops/busstops.shx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Macon/MaconCityLimits.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.prj:
--------------------------------------------------------------------------------
1 | PROJCS["NAD_1983_StatePlane_Georgia_West_FIPS_1002_Feet",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",2296583.333333333],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-84.16666666666667],PARAMETER["Scale_Factor",0.9999],PARAMETER["Latitude_Of_Origin",30.0],UNIT["Foot_US",0.3048006096012192]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.sbn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Macon/MaconCityLimits.sbn
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.sbx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Macon/MaconCityLimits.sbx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Macon/MaconCityLimits.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.shp.xml:
--------------------------------------------------------------------------------
1 |
2 | {0B6A6A86-49E6-43F2-9ABE-3397EA0A4EDC}2008102210321300FALSE20120215113619002012021511361900FeatureClassToFeatureClass Z:\GISLIB\Boundary\MaconCityLimit.lyr "Database Connections\mwa.sde" MaconCityLimit # "Id 'Id' true true false 6 Long 0 6 ,First,#,Z:\GISLIB\Boundary\MaconCityLimit.shp,Id,-1,-1;ET_ID 'ET_ID' true true false 9 Long 0 9 ,First,#,Z:\GISLIB\Boundary\MaconCityLimit.shp,ET_ID,-1,-1;Area 'Area' true true false 15 Text 0 0 ,First,#,Z:\GISLIB\Boundary\MaconCityLimit.shp,Area,-1,-1" # "Database Connections\mwa.sde\dbosde.MWA.MaconCityLimit"FeatureClassToFeatureClass "Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit" "C:\Documents and Settings\wcowart\Desktop\GIS Stuff\Created Graphics" MaconCityLimits.shp # "Id 'Id' true true false 4 Long 0 10 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,Id,-1,-1;ET_ID 'ET_ID' true true false 4 Long 0 10 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,ET_ID,-1,-1;Area 'Area' true true false 15 Text 0 0 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,dbosde.MWA.BibbCo_MaconCityLimit.Area,-1,-1;CITYLIM 'CITYLIM' true true false 2 Short 0 5 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,CITYLIM,-1,-1;Shape_area 'Shape_area' false false true 0 Double 0 0 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,Shape.area,-1,-1;Shape_len 'Shape_len' false false true 0 Double 0 0 ,First,#,Database Connections\dbosde.sde\dbosde.MWA.MWA_Landbase\dbosde.MWA.BibbCo_MaconCityLimit,Shape.len,-1,-1" # "C:\Documents and Settings\wcowart\Desktop\GIS Stuff\Created Graphics\MaconCityLimits.shp"Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 3; ESRI ArcCatalog 9.3.0.1770enREQUIRED: A brief narrative summary of the data set.REQUIRED: A summary of the intentions with which the data set was developed.REQUIRED: The name of an organization or individual that developed the data set.REQUIRED: The date when the data set is published or otherwise made available for release.MaconCityLimitsMaconCityLimitsvector digital data\\GIS2009-1\C$\Documents and Settings\wcowart\Desktop\GIS Stuff\Created Graphics\MaconCityLimits.shpREQUIRED: The basis on which the time period of content information is determined.REQUIRED: The year (and optionally month, or month and day) for which the data set corresponds to the ground.REQUIRED: The frequency with which changes and additions are made to the data set after the initial data set is completed.REQUIRED: Western-most coordinate of the limit of coverage expressed in longitude.REQUIRED: Eastern-most coordinate of the limit of coverage expressed in longitude.REQUIRED: Northern-most coordinate of the limit of coverage expressed in latitude.REQUIRED: Southern-most coordinate of the limit of coverage expressed in latitude.REQUIRED: Reference to a formally registered thesaurus or a similar authoritative source of theme keywords.REQUIRED: Common-use word or phrase used to describe the subject of the data set.REQUIRED: Restrictions and legal prerequisites for accessing the data set.REQUIRED: Restrictions and legal prerequisites for using the data set after access is granted.ShapefileMicrosoft Windows XP Version 5.1 (Build 2600) Service Pack 3; ESRI ArcCatalog 9.3.0.1770MaconCityLimitsenFGDC Content Standards for Digital Geospatial MetadataFGDC-STD-001-1998local timeREQUIRED: The person responsible for the metadata information.REQUIRED: The organization responsible for the metadata information.REQUIRED: The mailing and/or physical address for the organization or individual.REQUIRED: The city of the address.REQUIRED: The state or province of the address.REQUIRED: The ZIP or other postal code of the address.REQUIRED: The telephone number by which individuals can speak to the organization or individual.20120215http://www.esri.com/metadata/esriprof80.htmlESRI Metadata ProfileISO 19115 Geographic Information - MetadataDIS_ESRI1.0datasetDownloadable Data0.0000.000002file://\\GIS2009-1\C$\Documents and Settings\wcowart\Desktop\GIS Stuff\Created Graphics\MaconCityLimits.shpLocal Area Network0.000ShapefileVectorSimplePolygonFALSE0FALSEFALSEG-polygon0GCS_North_American_1983NAD_1983_StatePlane_Georgia_West_FIPS_1002_Feetcoordinate pairsurvey feet0.0000000.000000Transverse Mercator0.999900-84.16666730.0000002296583.3333330.000000North American Datum of 1983Geodetic Reference System 806378137.000000298.257222Explicit elevation coordinate included with horizontal coordinates1.000000NAD_1983_StatePlane_Georgia_West_FIPS_1002_Feet0MaconCityLimitsFeature Class0FIDFIDOID400Internal feature number.ESRISequential unique whole numbers that are automatically generated.IdIdNumber10ET_IDET_IDNumber10ShapeShapeGeometry000Feature geometry.ESRICoordinates defining the features.AreaAreaString15CITYLIMCITYLIMNumber5Shape_areaShape_areaFloat19Area of feature in internal units squared.ESRIPositive real numbers that are automatically generated.11Shape_lenShape_lenFloat1911201202150DataMWA\mbryant8/14/2009 1:33:18 PM1DataMWA\mbryant8/14/2009 1:33:59 PM2DataMWA\mbryant8/14/2009 1:34:12 PM3DataMWA\mbryant8/14/2009 1:43:19 PM4DataMWA\mbryant8/14/2009 1:44:21 PM5DataMWA\mbryant8/14/2009 2:35:20 PM6DataMWA\mbryant8/14/2009 2:35:36 PM7DataMWA\mbryant8/14/2009 2:43:20 PM8DataMWA\mbryant8/17/2009 8:14:45 AM9DataMWA\mbryant8/17/2009 12:44:56 PM10DataMWA\mbryant8/17/2009 12:49:55 PM11DataMWA\mbryant8/17/2009 12:50:05 PM12DataMWA\mbryant8/17/2009 12:53:37 PM13DataMWA\mbryant8/17/2009 3:21:34 PM14DataMWA\mbryant8/17/2009 3:21:49 PM15DataMWA\mbryant8/17/2009 3:59:18 PM16DataMWA\mbryant8/18/2009 8:35:33 AM17DataMWA\mbryant8/18/2009 8:40:35 AM18DataMWA\mbryant8/18/2009 8:42:37 AM19DataMWA\mbryant8/18/2009 8:48:33 AM20DataMWA\mbryant8/19/2009 2:01:44 PM21DataMWA\mbryant8/19/2009 2:01:57 PM22DataMWA\mbryant8/19/2009 2:05:17 PM23DataMWA\mbryant8/19/2009 2:05:26 PM24DataMWA\mbryant8/19/2009 4:01:26 PM25DataMWA\mbryant8/21/2009 12:40:27 PM26DataMWA\mbryant8/25/2009 8:39:28 AM27DataMWA\mbryant8/27/2009 4:00:07 PM28DataMWA\mbryant9/11/2009 10:23:29 AM29DataMWA\mbryant9/11/2009 10:38:32 AM30DataMWA\mbryant9/11/2009 4:00:10 PM31DataMWA\mbryant9/14/2009 11:31:41 AM32DataMWA\mbryant9/14/2009 2:13:17 PM33DataMWA\mbryant9/15/2009 9:12:56 AM34DataMWA\mbryant9/16/2009 3:59:46 PM35DataMWA\mbryant9/17/2009 9:40:16 AM36DataMWA\mbryant9/17/2009 10:59:34 AM37DataMWA\mbryant9/17/2009 11:33:18 AM38DataMWA\mbryant9/17/2009 12:34:51 PM39DataMWA\mbryant9/21/2009 8:51:33 AM40DataMWA\mbryant9/21/2009 10:23:59 AM41DataMWA\mbryant9/21/2009 11:01:21 AM42DataMWA\mbryant9/21/2009 12:02:15 PM43DataMWA\mbryant9/21/2009 12:06:09 PM44DataMWA\mbryant9/21/2009 12:10:04 PM45DataMWA\mbryant9/21/2009 12:26:40 PM46DataMWA\mbryant9/21/2009 12:28:03 PM47DataMWA\mbryant9/21/2009 12:30:56 PM48DataMWA\mbryant9/21/2009 12:33:57 PM49DataMWA\mbryant9/21/2009 12:39:19 PM50DataMWA\mbryant9/21/2009 12:44:06 PM51DataMWA\mbryant9/21/2009 12:51:31 PM52DataMWA\mbryant9/21/2009 1:33:32 PM53DataMWA\mbryant9/21/2009 1:40:23 PM54DataMWA\mbryant9/21/2009 2:04:10 PM55DataMWA\mbryant9/21/2009 2:39:42 PM56DataMWA\mbryant9/22/2009 8:02:51 AM57DataMWA\mbryant9/22/2009 8:02:51 AM58DataMWA\mbryant9/22/2009 8:24:01 AM59DataMWA\mbryant9/22/2009 12:30:27 PM60DataMWA\mbryant9/22/2009 2:45:32 PM61DataMWA\mbryant9/22/2009 2:45:32 PM62DataMWA\mbryant9/22/2009 2:47:29 PM63DataMWA\mbryant9/22/2009 2:51:41 PM64DataMWA\mbryant9/22/2009 2:55:40 PM65DataMWA\mbryant9/22/2009 2:58:16 PM66DataMWA\mbryant9/22/2009 3:53:55 PM67DataMWA\mbryant9/22/2009 3:54:12 PM68DataMWA\mbryant9/22/2009 3:54:12 PM69DataMWA\mbryant9/22/2009 3:55:57 PM70DataMWA\mbryant9/22/2009 3:58:18 PM71DataMWA\mbryant9/23/2009 9:01:20 AM72DataMWA\mbryant9/23/2009 9:01:20 AM73DataMWA\mbryant9/23/2009 9:06:48 AM74DataMWA\mbryant9/23/2009 9:06:48 AM75DataMWA\mbryant9/23/2009 9:17:57 AM76DataMWA\mbryant9/23/2009 9:17:57 AM77DataMWA\mbryant9/23/2009 9:26:19 AM78DataMWA\mbryant9/23/2009 9:26:19 AM79DataMWA\mbryant9/23/2009 9:28:06 AM80DataMWA\mbryant9/23/2009 9:28:06 AM81DataMWA\mbryant9/23/2009 9:32:43 AM82DataMWA\mbryant9/23/2009 9:32:43 AM
3 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/Macon/MaconCityLimits.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/Macon/MaconCityLimits.shx
--------------------------------------------------------------------------------
/mta/MTA Map Layers/MaconPOI.csv:
--------------------------------------------------------------------------------
1 | name,type,lat,long
2 | Food Lion,shopping,32.832718,-83.744034
3 | Mercer University,institution,32.831364,-83.647644
4 | Coliseum Northside Hospital,healthcare,32.871368,-83.694534
5 | Kroger,shopping,32.850277,-83.625732
6 | US Post Office,civic,32.840069,-83.63929
7 | Washington Memorial Library,civic,32.838783,-83.638298
8 | Macon City Auditorium,tourist,32.837379,-83.631203
9 | Oaks At Peake Healthcare Center,healthcare,32.867683,-83.758347
10 | Kroger,shopping,32.878162,-83.760239
11 | Wesleyan College,institution,32.874565,-83.716812
12 | North Napier Apartments,residence,32.857037,-83.68824
13 | Macon City Hall,civic,32.836037,-83.631744
14 | Walmart Supercenter,shopping,32.863476,-83.610817
15 | Walnut Hills Apartments,residence,32.866318,-83.60302
16 | Mc Afee Towers,residence,32.857365,-83.617577
17 | Bibb County Health Department,civic,32.848106,-83.623566
18 | Coliseum Medical Center,healthcare,32.846363,-83.618835
19 | Macon Coliseum Box Office,tourist,32.844513,-83.617439
20 | Ocmulgee Indian Mounds N.P.,tourist,32.84837,-83.603432
21 | Kmart,shopping,32.900734,-83.687302
22 | Kroger,shopping,32.898972,-83.688866
23 | Goodwill,shopping,32.814129,-83.691299
24 | Macon State College Bookstore,shopping,32.808746,-83.733101
25 | Walmart Supercenter,shopping,32.808971,-83.718765
26 | Target,shopping,32.817379,-83.715286
27 | Colonial Mall,shopping,32.81591,-83.696732
28 | Central Georgia Technical College,institution,32.812077,-83.691917
29 | Murphy Homes,residence,32.8148,-83.652176
30 | Baltic Park Apartments,residence,32.809628,-83.652885
31 | Greater Macon Chamber-Commerce,civic,32.843666,-83.617111
32 | Bibb County Magistrate Court,civic,32.838039,-83.627831
33 | Macon-Bibb County Transit Auth,civic,32.83383950168979,-83.6244535446167
34 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/OSM Streets/bibb-roads.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/OSM Streets/bibb-roads.dbf
--------------------------------------------------------------------------------
/mta/MTA Map Layers/OSM Streets/bibb-roads.prj:
--------------------------------------------------------------------------------
1 | GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
--------------------------------------------------------------------------------
/mta/MTA Map Layers/OSM Streets/bibb-roads.qpj:
--------------------------------------------------------------------------------
1 | GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
2 |
--------------------------------------------------------------------------------
/mta/MTA Map Layers/OSM Streets/bibb-roads.shp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/OSM Streets/bibb-roads.shp
--------------------------------------------------------------------------------
/mta/MTA Map Layers/OSM Streets/bibb-roads.shx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/MTA Map Layers/OSM Streets/bibb-roads.shx
--------------------------------------------------------------------------------
/mta/bird.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/bird.png
--------------------------------------------------------------------------------
/mta/bird15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/bird15.png
--------------------------------------------------------------------------------
/mta/bird17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/bird17.png
--------------------------------------------------------------------------------
/mta/birdend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/birdend.png
--------------------------------------------------------------------------------
/mta/birdlrg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/birdlrg.png
--------------------------------------------------------------------------------
/mta/citybg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/citybg.png
--------------------------------------------------------------------------------
/mta/citybg2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/citybg2.png
--------------------------------------------------------------------------------
/mta/furley_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/furley_bg.png
--------------------------------------------------------------------------------
/mta/maki/commercial-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/commercial-12.png
--------------------------------------------------------------------------------
/mta/maki/commercial-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/commercial-18.png
--------------------------------------------------------------------------------
/mta/maki/commercial-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/commercial-24.png
--------------------------------------------------------------------------------
/mta/maki/grocery-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/grocery-12.png
--------------------------------------------------------------------------------
/mta/maki/grocery-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/grocery-18.png
--------------------------------------------------------------------------------
/mta/maki/grocery-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/grocery-24.png
--------------------------------------------------------------------------------
/mta/maki/hospital-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/hospital-12.png
--------------------------------------------------------------------------------
/mta/maki/hospital-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/hospital-18.png
--------------------------------------------------------------------------------
/mta/maki/hospital-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/hospital-24.png
--------------------------------------------------------------------------------
/mta/maki/marker-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/marker-12.png
--------------------------------------------------------------------------------
/mta/maki/marker-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/marker-18.png
--------------------------------------------------------------------------------
/mta/maki/marker-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/marker-24.png
--------------------------------------------------------------------------------
/mta/maki/star-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/star-12.png
--------------------------------------------------------------------------------
/mta/maki/star-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/star-18.png
--------------------------------------------------------------------------------
/mta/maki/star-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/star-24.png
--------------------------------------------------------------------------------
/mta/maki/town-hall-12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/town-hall-12.png
--------------------------------------------------------------------------------
/mta/maki/town-hall-18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/town-hall-18.png
--------------------------------------------------------------------------------
/mta/maki/town-hall-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/maki/town-hall-24.png
--------------------------------------------------------------------------------
/mta/parkbg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/parkbg.png
--------------------------------------------------------------------------------
/mta/parkbg3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codeforamerica/Transit-Map-in-TileMill/6442c6622578172ae20d985e772fad26c6f80df4/mta/parkbg3.png
--------------------------------------------------------------------------------
/mta/project.mml:
--------------------------------------------------------------------------------
1 | {
2 | "bounds": [
3 | -83.8957,
4 | 32.6434,
5 | -83.4879,
6 | 32.9574
7 | ],
8 | "center": [
9 | -83.6377,
10 | 32.8366,
11 | 14
12 | ],
13 | "format": "png",
14 | "interactivity": {
15 | "fields": [
16 | "OBJECTID",
17 | "Route",
18 | "Location",
19 | "RouteBIRD",
20 | "Route1",
21 | "Route2",
22 | "Route3",
23 | "Route4",
24 | "Route5",
25 | "Route6",
26 | "Route9",
27 | "Route11",
28 | "Route13",
29 | "Route12"
30 | ],
31 | "layer": "hiddenStops",
32 | "template_teaser": "\n
\n\n\n\n\n
\n
\n
\n
\n\nstop number {{{OBJECTID}}} \non route {{{Route}}} \nat{{{Location}}}\n