Skip to content

Instantly share code, notes, and snippets.

@iwillig
Created December 10, 2009 20:43
Show Gist options
  • Save iwillig/253651 to your computer and use it in GitHub Desktop.
Save iwillig/253651 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(function(){
$('#map').map({
'extent': [-74.255664, 40.496093,-73.700009, 40.915774],
'baselayer' : 'openstreetmap',
'feature' : {
'url' : 'http://localhost/geoserver/wfs',
'format' : 'wfs',
'name' : 'community_areas',
'namespace' : 'http://communityprism.org',
'transactional': true,
'strategies': [new OpenLayers.Strategy.BBOX()]
}
}) ;
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment