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

Have type reflected in other items as well..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/js/LayerBase.js

    r9819 r9820  
    182182    initialize: function(name, options) {
    183183        var url = get_balanced_urls('{{ settings.DJANGO_CDN_DOMAINS_PROTOCOL }}', {{ settings.DJANGO_CDN_DOMAINS|safe }},
    184           '{{ settings.DJANGO_PREFIX }}/wlheatmap/tile/${z}/${x},${y}.png?colour=255,0,0&accesspoint__organization__name__startswith=Wireless');
     184          '{{ settings.DJANGO_PREFIX }}/wlheatmap/tile/${z}/${x},${y}.png?colour=255,0,0&accesspoint__organization__name__startswith=Wireless&accesspoint__type=accesspoint');
    185185        options = OpenLayers.Util.extend({ numZoomLevels: 21 }, options);
    186186        var newArguments = [name, url, options];
Note: See TracChangeset for help on using the changeset viewer.