http://trac.mapnik.org/wiki/UbuntuInstallation
sudo apt-get install -y g++ cpp \
python-dev libxml2 libxml2-dev \
libfreetype6 libfreetype6-dev \
libjpeg62 libjpeg62-dev \
libltdl7 libltdl-dev \
libpng12-0 libpng12-dev \
| # PostGIS 2.0SVN Homebrew Formula | |
| # | |
| # from @batu @vizzuality | |
| # | |
| # To use, place this file in /usr/local/Library/Formula/, then: | |
| # | |
| # > brew install gdal --HEAD --with-postgres | |
| # > brew install --use-gcc postgis --HEAD | |
| # | |
| # If you want the original formula back just go to /usr/local and do: |
http://trac.mapnik.org/wiki/UbuntuInstallation
sudo apt-get install -y g++ cpp \
python-dev libxml2 libxml2-dev \
libfreetype6 libfreetype6-dev \
libjpeg62 libjpeg62-dev \
libltdl7 libltdl-dev \
libpng12-0 libpng12-dev \
| require 'formula' | |
| class Maven2 <Formula | |
| url 'http://www.apache.org/dist/maven/binaries/apache-maven-2.2.1-bin.tar.gz' | |
| homepage 'http://maven.apache.org/' | |
| if ARGV.build_head? | |
| md5 'a40881f56a3087828545f30921ff393f' | |
| else | |
| md5 '3f829ed854cbacdaca8f809e4954c916' |
| {# use in combination with https://github.com/zyga/django-pagination #} | |
| {# and http://twitter.github.com/bootstrap/ #} | |
| {# project-dir/templates/pagination/pagination.html #} | |
| {% if is_paginated %} | |
| {% load i18n %} | |
| <div class="pagination"> | |
| <ul> | |
| {% block previouslink %} | |
| {% if page_obj.has_previous %} |
| <WeaveProperties name="WeaveProperties"> | |
| <backgroundColor>13421772</backgroundColor> | |
| <cssStyleSheetName>weaveStyle.css</cssStyleSheetName> | |
| <dashboardMode>true</dashboardMode> | |
| <dashedSelectionBox>5,5</dashedSelectionBox> | |
| <dataInfoURL/> | |
| <debugScreenBounds>false</debugScreenBounds> | |
| <defaultTextFormat> | |
| <bold>false</bold> | |
| <color>0</color> |
| [ | |
| { | |
| "sessionState": { | |
| "enableAddMap": true, | |
| "dataInfoURL": null, | |
| "enableAddPieChartHistogram": true, | |
| "enableAddRScriptEditor": true, | |
| "geometryMetadataRequestMode": "xyz", | |
| "enableAddPieChart": true, | |
| "enableAddRadViz": true, |
| # Shamelessly stolen from https://github.com/newsapps/django-boundaryservice/blob/master/boundaryservice/tastyhacks.py | |
| from django.contrib.gis.db.models import GeometryField | |
| from django.utils import simplejson | |
| from tastypie.bundle import Bundle | |
| from tastypie.fields import ApiField, CharField | |
| from tastypie.resources import ModelResource | |
| /* | |
| You can now create a spinner using any of the variants below: | |
| $("#el").spin(); // Produces default Spinner using the text color of #el. | |
| $("#el").spin("small"); // Produces a 'small' Spinner using the text color of #el. | |
| $("#el").spin("large", "white"); // Produces a 'large' Spinner in white (or any valid CSS color). | |
| $("#el").spin({ ... }); // Produces a Spinner using your custom settings. | |
| $("#el").spin(false); // Kills the spinner. |
Metropolitan Area Planning Council
Boston, MA
March 16th 2012
| /* | |
| * Portions of this code and logic copied from OpenLayers and | |
| * redistributed under the original Clear BSD license terms: | |
| * | |
| * http://trac.osgeo.org/openlayers/browser/license.txt | |
| * | |
| * Copyright 2005-2010 OpenLayers Contributors, released under | |
| * the Clear BSD license. See authors.txt for a list of contributors. | |
| * All rights reserved. | |
| * |