Skip to content

Instantly share code, notes, and snippets.

View christmasbeacon's full-sized avatar

christmasbeacon

View GitHub Profile
@christmasbeacon
christmasbeacon / custome.css
Created December 22, 2017 09:31
map artists project
#map{
position:absolute;
top:0;
bottom:0;
width:50%;
left:0;
height:100vh;
}
@christmasbeacon
christmasbeacon / geojson.js
Created December 22, 2017 09:29
map artists project
var geojson = {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"where": "Les-Halles-Metro",
"type": "Singing",
"arrondissement": "3",
"id": "1"
},
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Street Artists in Europe</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
// Avoid `console` errors in browsers that lack a console.
(function() {
var method;
var noop = function () {};
var methods = [
'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error',
'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log',
'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd',
'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn'
];