Ignore:
Timestamp:
Dec 23, 2011, 8:31:50 AM (13 years ago)
Author:
rick
Message:

Correct annoying typo in naming of the acces*s* point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/static/heatmap_extensions.js

    r9816 r9819  
    313313          initialize: function(name, options) {
    314314            var url = [
    315               "tile/${z}/${x},${y}.png?&colour=" + colour + "&accespoint__ssid=" + node
     315              "tile/${z}/${x},${y}.png?&colour=" + colour + "&accesspoint__ssid=" + node
    316316            ];
    317317            options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
     
    357357    }
    358358    if (wlnode != 'all') {
    359       query_array.push('accespoint__ssid=' + wlnode);
     359      query_array.push('accesspoint__ssid=' + wlnode);
    360360    }
    361361    if (nodetype) {
Note: See TracChangeset for help on using the changeset viewer.