Revisions
-
Chicago revised this gist
Jul 29, 2011 . 1 changed file with 12 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -75,6 +75,17 @@ TIF.setMap(map); } function tree(){ var tree = new google.maps.FusionTablesLayer({ query: { select: 'geocodable address' from: 'S23003784sj' } }); tree.setMap(map); } </script> </head> @@ -85,7 +96,7 @@ <input type="button" value="Boulevards" onclick="boulevards_Socrata();"/> <input type="button" value="Campus Parks" onclick="campusparks_KMZ();"/> <input type="button" value="Habitats" onclick="habitats_KMZ();"/> <input type="button" value="tree" onclick="tree()();"/> <div id="map_canvas"></div> </body> </html> -
ChicagoMap revised this gist
Jul 27, 2011 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,9 +29,6 @@ function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); boundary.setMap(map); } -
ChicagoMap revised this gist
Jul 27, 2011 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,6 @@ strokeColor: "#FF0000", strokeOpacity: 1.0, strokeWeight: 2 boundary.setMap(map); } -
ChicagoMap revised this gist
Jul 27, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); strokeColor: "#FF0000", strokeOpacity: 1.0, strokeWeight: 2 }); -
ChicagoMap revised this gist
Jul 27, 2011 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,14 +29,12 @@ function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); strokeColor: "blue", strokeOpacity: 1.0, strokeWeight: 2 }); boundary.setMap(map); } -
ChicagoMap revised this gist
Jul 27, 2011 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -29,8 +29,14 @@ function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); var boundary = new google.maps.Polyline({ strokeColor: "blue", strokeOpacity: 1.0, strokeWeight: 2 }); boundary.setMap(map); } } -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 0 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,6 @@ boundary(); } @@ -34,14 +33,6 @@ } function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); -
ChicagoMap renamed this gist
Jul 26, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function tree( ){ var tree = new google.maps.FusionTablesLayer({ query: { select: 'geocodable address' from: 'S199641rbP2' } }); tree.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function tree( ){ var tree = new google.maps.FusionTablesLayer({ query: { select: 'geocodable address' from: 'S23003784sj' } }); tree.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . No changes.There are no files selected for viewing
-
ChicagoMap renamed this gist
Jul 26, 2011 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,7 @@ boundary(); tree(); } @@ -33,6 +34,15 @@ } function tree( ){ var tree = new google.maps.FusionTablesLayer({ query: { select: 'geocodable address' from: 'S199641rbP2' } }); tree.setMap(map); function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); riverwalk.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ boundary(); } @@ -32,10 +32,6 @@ boundary.setMap(map); } function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ boundary(); tree(); } @@ -32,6 +32,10 @@ boundary.setMap(map); } function tree( ){ var tree= new google.maps.KmlLayer('http://data.cityofchicago.org/views/wqfg-gmjn/rows.rss?accessType=DOWNLOAD'); tree.setMap(map); function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -78,10 +78,6 @@ </script> </head> <body onload="initialize()"> <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="Malls & Plazas" onclick="malls_Socrata();"/> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 0 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,6 @@ boundary(); } @@ -34,11 +33,6 @@ } function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); riverwalk.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -23,6 +23,7 @@ boundary(); tree(); } @@ -33,6 +34,11 @@ } function tree( ){ var tree= new google.maps.KmlLayer('http://data.cityofchicago.org/views/wqfg-gmjn/rows.rss?accessType=DOWNLOAD'); tree.setMap(map); function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); riverwalk.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -58,13 +58,13 @@ function campusparks_KMZ( ){ var campusparks = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/campus_parks.kmz'); campusparks.setMap(map); } function habitats_KMZ( ){ var habitats = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/open_space_habitat.kmz'); habitats.setMap(map); } -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 12 additions and 46 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -27,42 +27,6 @@ } function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); boundary.setMap(map); @@ -93,18 +57,19 @@ } function campusparks_KMZ( ){ var campusparks = new google.maps.KmlLayer(''); campusparks.setMap(map); } function habitats_KMZ( ){ var habitats = new google.maps.KmlLayer(''); habitats.setMap(map); } function TIF_KMZ( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); } @@ -121,8 +86,9 @@ <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="Malls & Plazas" onclick="malls_Socrata();"/> <input type="button" value="Boulevards" onclick="boulevards_Socrata();"/> <input type="button" value="Campus Parks" onclick="campusparks_KMZ();"/> <input type="button" value="Habitats" onclick="habitats_KMZ();"/> <input type="button" value="TIF" onclick="TIF_KMZ();"/> <div id="map_canvas"></div> </body> </html> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 13 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -60,15 +60,7 @@ } function boundary( ){ @@ -101,6 +93,17 @@ } function campusparks_fusion( ) { var campusparks = new google.maps.FusionTablesLayer({ query: { select: 'Geocodable address', from: '1146938' } }); campusparks.setMap(map); } function TIF( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); @@ -113,12 +116,12 @@ <input type="button" value="Habitat" onclick="habitat();"/> <input type="button" value="Boulevards" onclick="boulevards();"/> <input type="button" value="Gardens" onclick="gardens();"/> <input type="button" value="Malls" onclick="malls();"/> <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="Malls & Plazas" onclick="malls_Socrata();"/> <input type="button" value="Boulevards" onclick="boulevards_Socrata();"/> <input type="button" value="Campus Parks" onclick="campusparks_fusion();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 7 additions and 11 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -27,17 +27,6 @@ } function habitat( ) { var habitat = new google.maps.FusionTablesLayer({ query: { @@ -106,6 +95,12 @@ } function boulevards_Socrata( ){ var boulevards = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/onqZioMq6j5B9e4Qi93i88frCwh21rjd2E0rjSpk9tA?filename=Kml%2520Openspaces%2520Boulevards.kml'); boulevards.setMap(map); } function TIF( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); @@ -123,6 +118,7 @@ <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="Malls & Plazas" onclick="malls_Socrata();"/> <input type="button" value="Boulevards" onclick="boulevards_Socrata();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 0 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -82,12 +82,6 @@ } function boundary( ){ var boundary = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/FbjscW4rNuQOuoguwcAn-EXO8wY9k7y0gijm0Od3OKc?filename=Kmlcityboundary.kml'); boundary.setMap(map); -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -106,6 +106,12 @@ } function malls_Socrata( ){ var malls = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/zKJdf_waERT5RManxD6uP3F9WPkM8jRa4qSQ96M4gcI?filename=Kml%2520Openspaces%2520Malls%2520Plazas.kml'); malls.setMap(map); } function TIF( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); @@ -122,6 +128,7 @@ <input type="button" value="Malls" onclick="malls();"/> <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="Malls & Plazas" onclick="malls_Socrata();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -100,6 +100,12 @@ } function gardens_Socrata( ){ var gardens = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/1qEWJAx7cHdXKGNg8BNDhiaEaFRp9r53W_Z7xKQ9NMM?filename=Kml%2520Openspaces%2520Neighborhoodspace%2520Gardens.kml'); gardens.setMap(map); } function TIF( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); @@ -114,7 +120,8 @@ <input type="button" value="Gardens" onclick="gardens();"/> <input type="button" value="Campus Parks" onclick="campusparks();"/> <input type="button" value="Malls" onclick="malls();"/> <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="Neighbor Space Gardens" onclick="gardens_Socrata();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 17 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -94,20 +94,6 @@ } function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); riverwalk.setMap(map); @@ -128,9 +114,7 @@ <input type="button" value="Gardens" onclick="gardens();"/> <input type="button" value="Campus Parks" onclick="campusparks();"/> <input type="button" value="Malls" onclick="malls();"/> <input type="button" value="Riverwalk" onclick="riverwalk_Socrata();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -114,6 +114,10 @@ } function TIF( ){ var TIF = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/tif_districts.kmz'); TIF.setMap(map); } </script> @@ -127,6 +131,7 @@ <input type="button" value="Riverwalk" onclick="riverwalk();"/> <input type="button" value="Riverwalk_KMZ" onclick="riverwalk_KMZ();"/> <input type="button" value="Riverwalk_Socrata" onclick="riverwalk_Socrata();"/> <input type="button" value="TIF_KMZ" onclick="TIF();"/> <div id="map_canvas"></div> </body> </html> -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function riverwalk_KMZ( ){ var riverwalk = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/riverwalk.kmz'); riverwalk.setMap(map); } -
ChicagoMap revised this gist
Jul 26, 2011 . 1 changed file with 23 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -94,6 +94,26 @@ } function riverwalk( ){ var riverwalk = new google.maps.KmlLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/kml_openspaces_riverwalk.kml'); riverwalk.setMap(map); } function riverwalk_KMZ( ){ var riverwalk = new google.maps.KmzLayer('http://www.cityofchicago.org/content/dam/city/progs/trnsprncy/Data/riverwalk.kmz'); riverwalk.setMap(map); } function riverwalk_Socrata( ){ var riverwalk = new google.maps.KmlLayer('http://data.cityofchicago.org/api/file_data/lCHoE6o62ZBX3jnDkdvWrDoFSIi-5q9Hy9UP71peQkI?filename=Kml%2520Openspaces%2520Riverwalk.kml'); riverwalk.setMap(map); } </script> @@ -102,9 +122,11 @@ <input type="button" value="Habitat" onclick="habitat();"/> <input type="button" value="Boulevards" onclick="boulevards();"/> <input type="button" value="Gardens" onclick="gardens();"/> <input type="button" value="Campus Parks" onclick="campusparks();"/> <input type="button" value="Malls" onclick="malls();"/> <input type="button" value="Riverwalk" onclick="riverwalk();"/> <input type="button" value="Riverwalk_KMZ" onclick="riverwalk_KMZ();"/> <input type="button" value="Riverwalk_Socrata" onclick="riverwalk_Socrata();"/> <div id="map_canvas"></div> </body> </html> -
ChicagoMap revised this gist
Jul 25, 2011 . No changes.There are no files selected for viewing
NewerOlder