Skip to content

Instantly share code, notes, and snippets.

View friedbunny's full-sized avatar

Jason Wray friedbunny

  • San Francisco, CA
View GitHub Profile

Auto-generated by running:

apidiff ios-v4.10.0 head objc platform/ios/src/Mapbox.h

MGLStringFromMetricType

new sourcekitten.source.lang.objc.decl.function: MGLStringFromMetricType

MGLMetricsManager

This file has been truncated, but you can view the full file.
BCSymbolMap Version: 2.0
-[MGLBackgroundStyleLayer initWithIdentifier:]
-[MGLBackgroundStyleLayer rawLayer]
-[MGLBackgroundStyleLayer setBackgroundColor:]
__ZN24MGLStyleValueTransformerIN4mbgl5ColorEU8__strongP7UIColorS1_S4_E29toInterpolatablePropertyValueEP13MGLStyleValueIS3_E
__ZN4mbgl5style15BackgroundLayer18setBackgroundColorENS0_13PropertyValueINS_5ColorEEERKNSt12experimental15fundamentals_v18optionalINSt3__112basic_stringIcNS8_11char_traitsIcEENS8_9allocatorIcEEEEEE
-[MGLBackgroundStyleLayer backgroundColor]
__ZNK4mbgl5style15BackgroundLayer18getBackgroundColorERKNSt12experimental15fundamentals_v18optionalINSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEE
__ZN4mbgl5style15BackgroundLayer25getDefaultBackgroundColorEv
-[MGLBackgroundStyleLayer setBackgroundColorTransition:]

Keybase proof

I hereby claim:

  • I am friedbunny on github.
  • I am kulturny (https://keybase.io/kulturny) on keybase.
  • I have a public key ASBzs_zzTHgsYTroh3rTSOAZA5Q0YBNlawPVrEq3UP07LQo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@friedbunny
friedbunny / index.html
Last active December 17, 2015 03:49 — forked from JasonSanford/index.html
<!DOCTYPE html>
<html>
<head>
<title>Leaflet TopoJSON Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="//cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
@friedbunny
friedbunny / README.md
Last active December 11, 2015 22:38 — forked from wsvekla/README.md
Mouseover Philadelphia Streets to See Citywide Extent (Simplified Geometry)

Mouseover streets in this D3.js-driven visualization that allows users to visualize the citywide extent of a given street. The City of Philadelphia Streets Department maintains and distributes geospatial data representing and describing the city's street network. The data along with more information is availabe at Open Data Philly. Street location and name data is stored in a CartoDB table. A merge by attribute operation, street name in this case, achieved improvements over the previous file size that approached 3MB.

Download size can be further reduced by using PostGIS functions ST_Simplify or ST_SimplifyPreserveTopology. Without significant