Skip to content
View dvector's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Not the developer you are looking for
  • UK

Block or report dvector

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Leaflet.ZoomCSS Leaflet.ZoomCSS Public

    Forked from dagjomar/Leaflet.ZoomCSS

    Add zoom level css class to map element for easy style updates based on zoom levels

    JavaScript

  2. Leaflet layer to WKT Leaflet layer to WKT
    1
    function toWKT(layer) {
    2
        var lng, lat, coords = [];
    3
        if (layer instanceof L.Polygon || layer instanceof L.Polyline) {
    4
            var latlngs = layer.getLatLngs();
    5
    	latlngs = latlngs[0]; // fix for leaflet.js 0.8 to 1.0.3
  3. kubeframework kubeframework Public

    Forked from imperavi/kubeframework

    Kube UI Framework CSS & JS

    JavaScript