Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of plepe/overpass-layer

Account's avatar
Turfjs/turf
Calculates a point along a line at a specific distance
Account's avatar
Turfjs/turf
Finds the shared area between two polygons.
Account's avatar
Turfjs/turf
Calculates the length of a line, perfect for paths or routes.
Account's avatar
Turfjs/turf
Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.
Account's avatar
plepe/boundingbox
Implements bounding boxes with usual functions like intersects. Can convert from/to Leaflet bounds and GeoJSON.
Account's avatar
cheton/browserify-css
A Browserify transform for bundling, rebasing, inlining, and minifying CSS files
Account's avatar
medikoo/event-emitter
Environment agnostic event emitter
Account's avatar
parshap/html-escape
Escape string for use in html
Account's avatar
plepe/nearest-point-on-geometry
Takes a Point and a Geometry (Point, Polygon, LineString, GeometryCollection, ...) and calculates the closest Point on the Geometry using turf.
Account's avatar
tyrasd/osmtogeojson
convert OSM to geojson
Account's avatar
plepe/overpass-frontend
A JavaScript (NodeJS/Browser) library to easily access data from OpenStreetMap via Overpass API or from an OSM File. The objects can directly be used with LeafletJS or exported to GeoJSON. Data will b
Account's avatar
twigjs/twig.js
JS port of the Twig templating language.
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
http-party/http-server
A simple zero-configuration command-line http server
Account's avatar
Leaflet/Leaflet
JavaScript library for mobile-friendly interactive maps
Account's avatar
plepe/Leaflet.PolylineDecorator
Account's avatar
bbecquet/Leaflet.PolylineOffset
Apply a relative pixel offset to polylines without changing their coordinates.
Account's avatar
makinacorpus/Leaflet.TextPath
Shows a text (or a pattern) along a Polyline
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
browserify/watchify
watch mode for browserify builds

Support the repos that depend on this repository

Top contributors

plepe's profile
plepe
466 contributions
dependabot[bot]'s profile
dependabot[bot]
6 contributions
xeruf's profile
xeruf
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
plepe

plepe/overpass-layer

Show a Leaflet layer using OpenStreetMap data from Overpass API via OverpassFrontend.

JavaScript
17
6
MIT License

overpass‑layer is a JavaScript library that lets developers add dynamic Leaflet map layers powered by OpenStreetMap data fetched from the Overpass API (or a local OSM file). It provides a configurable OverpassLayer class where you supply an Overpass query, styling, pop‑up templates (via TwigJS), zoom limits, and other options, then add the layer to any Leaflet map to render points, ways and relations with custom symbols, labels and interactivity. The tool is aimed at web‑map developers who need flexible, query‑driven OSM visualisations without building their own data pipeline.