Skip to content

Instantly share code, notes, and snippets.

View pomahtuk's full-sized avatar

Ilia Loriakov pomahtuk

View GitHub Profile
/*
* L.TileLayer is used for standard xyz-numbered tile layers.
*/
L.Google = L.Class.extend({
includes: L.Mixin.Events,
options: {
minZoom: 0,
maxZoom: 18,
tileSize: 256,
@pomahtuk
pomahtuk / passenger_standalone_production.sh
Created November 7, 2012 17:31 — forked from seabre/passenger_standalone_production.sh
Start Passenger Standalone in Production Mode
#For some reason, this took forever to figure out...
passenger start -a 127.0.0.1 -p 3000 -d -e production