Changeset 177


Ignore:
Timestamp:
Sep 7, 2014, 8:45:24 PM (10 years ago)
Author:
alloc
Message:

LandClaims on webmap test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/webserver/js/index.js

    r176 r177  
    335335                var color = active ? "#00ff00" : "#ff0000";
    336336               
    337                 console.log("id: " + steamid + " - " + active + " - " + color);
    338                
    339337                $.each( val.claims, function( key, val ) {
    340338                        var pos = L.latLng(val.z, val.x);
Note: See TracChangeset for help on using the changeset viewer.