Skip to content

Instantly share code, notes, and snippets.

View mcliment's full-sized avatar
⌨️

Marc Climent mcliment

⌨️
View GitHub Profile
@mcliment
mcliment / mapiconmaker.js
Created September 24, 2012 07:28
MapIconMaker for Google Maps API v3
/**
* @name MapIconMaker
* @version 2.0b
* @author Pamela Fox, Marc Climent
* @copyright (c) 2008 Pamela Fox, 2010 Marc Climent
* @fileoverview This gives you static functions for creating dynamically
* sized and colored marker icons using the Charts API marker output.
*/
/*
@mcliment
mcliment / gist:2998743
Created June 26, 2012 20:33
Full example for Subgurim Maps v4
using System;
using System.Collections.Generic;
using System.Drawing;
using Subgurim.Controles;
namespace Demos.Utility
{
public partial class Clustered : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)