[tor-bugs] #4333 [Vidalia]: Mark Exit Relays on Vidalia's Tor Network Map

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Apr 23 09:57:39 UTC 2012


#4333: Mark Exit Relays on Vidalia's Tor Network Map
----------------------------+-----------------------------------------------
 Reporter:  ancientmariner  |          Owner:  sirop   
     Type:  enhancement     |         Status:  assigned
 Priority:  minor           |      Milestone:          
Component:  Vidalia         |        Version:          
 Keywords:                  |         Parent:          
   Points:                  |   Actualpoints:          
----------------------------+-----------------------------------------------

Comment(by sirop):

 1 Just checked that if we do not change lon and lat
 as in
 {{{
 void
 TorMapWidget::addRouter(const RouterDescriptor &desc, const GeoIpRecord
 &geoip)
 }}}
 where geoip is always the same for the same country, Marble only shows no
 more than four relays
 for a country.

 2. To mark exit relay is not difficult, could be something like:
 {{{
    const QPixmap *pmIcon=new QPixmap("path/to/icon");
    const QFont *pmFont=new QFont();
    const QColor *pmColor=new QColor(1,2,3);
    GeoDataStyle *pmStyle= new GeoDataStyle (*pmIcon, *pmFont, *pmColor);
    PlaceMark->setStyle(pmStyle);
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4333#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list