Bill Morris is principal of GeoSprocket LLC, a multifaceted geospatial consulting firm. With over a decade of experience in geographic information science, remote sensing and cartography, he focuses on applying the strength of spatial relationships to real-world challenges in the areas of environmental resource conservation, agricultural management and international development.
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
| (function(root) { | |
| var Map = {}, | |
| layers; | |
| Map = function(el, l, callback) { | |
| wax.tilejson(l.api, function(t) { | |
| var handlers = [ | |
| new MM.DragHandler(), | |
| new MM.DoubleClickHandler(), | |
| new MM.TouchHandler() |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.4/mapbox.js'></script> | |
| <link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.4/mapbox.css' rel='stylesheet' /> | |
| <style> | |
| body { margin:0; padding:0; } | |
| #map { position:absolute; top:0; bottom:0; width:100%; } | |
| </style> | |
| </head> |
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
| <DistrictBuilder> | |
| <LegislativeBodies> | |
| <LegislativeBody id="council" name="Philadelphia City Council" member="District %s" maxdistricts="10" sort_key="1"/> | |
| <LegislativeBody id="community" name="Community Map" member="Community %s" maxdistricts="999" is_community="true" sort_key="2"/> | |
| </LegislativeBodies> | |
| <Subjects> | |
| <Subject id="popbeo" field="P0040006" name="Total Black 18 and Over" short_name="Black VAP" displayed="false" sortkey="1"/> | |
| <Subject id="popheo" field="P0040002" name="Total Hispanic or Latino 18 and Over" short_name="Hispanic or Latino VAP" displayed="false" sortkey="2"/> | |
| <Subject id="popaeo" field="P0040008" name="Total Asian 18 and Over" short_name="Asian VAP" displayed="false" sortkey="3"/> |
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
| Map { | |
| background-color: #ace; | |
| } | |
| #countries { | |
| ::outline { | |
| line-color: #604860; | |
| line-width: 2; | |
| line-join: round; | |
| } |
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
| /********BRACE YOURSELF - MANY LINES AHEAD********/ | |
| #countries[ADMIN="South Sudan"] { | |
| ::edge-fade { | |
| line-cap:round; | |
| line-join:round; | |
| line-smooth:1; | |
| line-color:white; | |
| /********EDGE FADE SET 1********/ | |
| ::glow1 { |
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
| Map { | |
| background-color: #403958; | |
| } | |
| #countries { | |
| ::outline { | |
| line-color: #5f6074; | |
| line-width: 1; | |
| line-join: round; | |
| } |
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
| Map { | |
| background-color: #403958; | |
| } | |
| #countries { | |
| ::outline { | |
| line-color: #5f6074; | |
| line-width: 1; | |
| line-join: round; | |
| line-comp-op:multiply; |
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
| Map { | |
| background-color: white; | |
| } | |
| #countries[ADMIN!='South Sudan'] { | |
| polygon-fill:#d7cebf; | |
| comp-op:dst-in; | |
| image-filters:agg-stack-blur(100,100); | |
| } |
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
| Map { | |
| background-color: white; | |
| } | |
| #ssbuf3 { | |
| comp-op:dst-in; | |
| image-filters:agg-stack-blur(100,100); | |
| polygon-clip:false; | |
| } |