Show
Ignore:
Timestamp:
02/25/10 15:56:33 (2 years ago)
Author:
gbastien
Message:
  • Added possibility to have a deployed geolocated node not show on map (quick fix) (#706)
  • When producing anonymised data export, two files are produced, one for the geolocated nodes and one for the connections (#705)
  • Additions and bug fixes to web service: can now logout and auth returns both error code and message
  • Starting work on #707 as needed
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/NodeLists/NodeListXML.php

    r1421 r1453  
    331331                    $_hotspotGis->setAttribute("lat", $_gisData->getLatitude()); 
    332332                    $_hotspotGis->setAttribute("long", $_gisData->getLongitude()); 
     333                    $_hotspotGis->setAttribute("show", $_node->showOnMap()); 
    333334                    $_hotspot->appendChild($_hotspotGis); 
    334335                }