Skip to content

Instantly share code, notes, and snippets.

View odoe's full-sized avatar
👽
It's full of stars

Rene Rubalcava odoe

👽
It's full of stars
View GitHub Profile
@mpriour
mpriour / README.md
Last active December 19, 2015 14:09
r.js web builder for arcgis AMD apps

Copy & save the concatentated AMD modules to a javascript file and include that in your application.

USE AT YOUR OWN RISK

@odoe
odoe / pagedpopup.js
Last active January 21, 2023 20:04
A custom popup pager for multiple features for use with Leaflet.js.
/*jshint laxcomma:true*/
/**
* The following uses RxJS to handle the
* next/prev click event stream
* https://github.com/Reactive-Extensions/RxJS
* Could substitute with regular addEventListener
* if desired.
*
* It also uses font-awesome for next/prev icons