Skip to content

Instantly share code, notes, and snippets.

View planemad's full-sized avatar

Arun Ganesh planemad

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
let layersConfig = [
{
id: 'streetmap',
title: 'Street Map रस्त्याचो नकासो',
description: 'Detailed street map sourced from <a href="https://www.openstreetmap.org/#map=11/15.4054/73.9280" target="_blank">OpenStreetMap contributors</a> and other data sources via <a href="https://docs.mapbox.com/data/tilesets/reference/mapbox-streets-v8/" target="_blank">Mapbox Streets</a> vector tiles.',
type: 'style',
headerImage: 'assets/map-layer-streetmap.png',
initiallyChecked: true,
layers: [
{ title: 'Places', sourceLayer: 'place_label' },
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@planemad
planemad / alumni-spreadsheet-map.html
Last active December 12, 2024 09:37
Create a map with location markers based on a Google Sheet data
<!DOCTYPE html>
<html>
<head>
<title>Map from Google Sheet Data</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Leaflet CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@planemad
planemad / isro_30m_slope_classes_smoothed.geojson
Last active October 9, 2024 07:51
Protected slope categories in Bardez Goa. Source: NRSC 2.5m CartoDEM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@planemad
planemad / cmrl_metro_access_points_2024.geojson
Last active October 8, 2024 09:46
Location of all metro entrances on the Chennai Metro network. Source: CMRL
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@planemad
planemad / india_pc_2024_simplified.geojson
Last active June 5, 2024 05:38
India Parliamentary Constituencies Shape 2024
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.