Differences between revisions 42 and 43
Revision 42 as of 2011-11-11 05:11:52
Size: 5965
Editor: KeeganQuinn
Comment: single API key
Revision 43 as of 2012-07-30 13:13:27
Size: 5950
Editor: DanRasmussen
Comment: Sweetened intro
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
http://map.personaltelco.net http://map.personaltelco.net is a map of various PersonalTelco NodeType''''''s. This version uses the Google Maps API and is based on [[http://wnmap.sf.net|wnmap]]. JasonMcArthur and RussellSenior maintain [[http://map.personaltelco.net]].
Line 4: Line 4:
Simply, a map that plots various NodeType''''''s.
Nodes specific to PersonalTelco are listed on a map using the Google
Maps API. This current version is using [[http://wnmap.sf.net|wnmap]].

I
f the title of the page is compliant to NodeStandards, then use the macro {{{<<NodeMap>>}}}, or call a specific node anywhere on the wiki: {{{<<NodeMap(NodeUrbanGrind)>>}}}

JasonMcArthur and RussellSenior currently maintain this NodeMap.
To make use of NodeMap on the wiki: if the title of the page is compliant to NodeStandards, then use the macro {{{<<NodeMap>>}}}, or call a specific node anywhere on the wiki: {{{<<NodeMap(NodeUrbanGrind)>>}}}
Line 59: Line 54:
 * Speedup plotting.  * Speed up plotting.

Node Map

http://map.personaltelco.net is a map of various PersonalTelco NodeTypes. This version uses the Google Maps API and is based on wnmap. JasonMcArthur and RussellSenior maintain http://map.personaltelco.net.

To make use of NodeMap on the wiki: if the title of the page is compliant to NodeStandards, then use the macro <<NodeMap>>, or call a specific node anywhere on the wiki: <<NodeMap(NodeUrbanGrind)>>

Changelog

  • 2011-11-11 - Back to a single Google Maps API key, since we're on a single URL now. -- KeeganQuinn

  • 2010-01-05 - Fullscreen option (less header) by clicking on the http://map.personaltelco.net/images/collapse.png icon.

    • Import information regarding node state. If node is down, red markers are used. (though this might be somewhat inaccurate as it's usually based on VPN status).
  • 2009-11-18 - Nagios and client status information now included to show NoCat user count and a table that displays client signal strength and data usage in infoWindow tabs. The map is now using sprites for icons as well.

  • 2009-04-28 - Added search function to find nearest locations when given a street address.

  • 2009-02-25 - map.setUIToDefault(); Which adds standard UI elements you'd see on Google Maps (including the newer style "3D" map and zoom controls)

  • 2008-10-23 - Added reverse geolocation and coordinate feedback that are displayed on the bottom of the page when the map is dragged or clicked. As a result, double click is now how you add a node instead of single click; more user-friendly.

  • 2008-07-09 - Javascript code added to the <<NodeMap>> macro to load the respective Google Maps API key for the www and wiki subdomains, in continued effort to merge the two subdomains as one.

  <script type="text/javascript">
                                                                                                
    if( (window.location.href).indexOf("www.") == -1 ) {
writeScript("ABQIAAAA7rwZfsyEYZknlS0QWmZI4RQUexDMtc4eREioiWSpX_Y7fpoKghQhUCefr4eJwudYofs3YH9eyyZ3_g");
}
 else {
writeScript("ABQIAAAA7rwZfsyEYZknlS0QWmZI4RRyEbBFkcIcf1l0xXknIhElMWaAuBQ_2YFGNyOJB1ziI9lSzlpCIilgNw");
}
    function writeScript(key) {
var ret='<img align="left" src="http://maps.google.com/staticmap?zoom=15&size=360x360&maptype=mobile&markers=45.5495012188,-122.675131559,green&key='+ key +'"></a>';document.write(ret);
}
    
</script>
  • 2008-04-03 - <<NodeMap>> and <<MapLink>>}} macros updated.  Use the macro with an option like {{{<<NodeMap(NodeAmnesia)>> to show a map of Amnesia Brewing. The standard <<NodeMap>> (without an option) still shows a map based on the wiki page name.

Map: https://cwnmyr.personaltelco.net/nodes/Map

  • 2008-03-03 - New Google Street View macro. To use this, position the view correctly in Street View to point towards the location and click on "Link to this page" in the upper right. Then select "Customize and preview embedded map". It will bring up a new window with the html needed in order for you to embed the object. Next, you will only need to copy the portion of the url after http://maps.google.com/maps/, like this:

src="http://maps.google.com/maps/sv?cbp=1,112.15488700228416,,0,7.82569924253226&cbll=45.55173,-122.675513&amp;v=1&amp;panoid=cUaTDlQr69r_iDpVn4BXHA&amp;gl=&amp;hl=en"></iframe><br /><small><a id="cbembedlink"

  • Finally, paste this into the macro option:

<<StreetView(sv?cbp=1,112.15488700228416,,0,7.82569924253226&amp;cbll=45.55173,-122.675513)>>

  • 2008-02-21 - Big change in <<MapLink>> macro to create a map using the new Google Static Maps feature. Use this macro on any valid node page. See http://map.personaltelco.net/gmap.php?nodename=NodeFreshPot

  • 2008-02-12 - Fixed map problem. Was down for an hour.

  • 2008-02-10 - Added a link to Yahoo! Pipes. http://pipes.yahoo.com/pipes/pipe.info?_id=8kgLYr7O3BGvBvH2xAnzeQ

  • 2007-12-15 - New infobubble contains embedded Google Street View of NodeLocations (will take some time to gather the data on all these). Three locations are currently making use of this: NodeMap:NodeAmnesia NodeMap:NodeAnnaBannanas and NodeMap:NodeKentonStation

  • 2007-12-09 - Terrain map type, control cleanup.

  • 11/16/07 - added Local Search to the map. Makes finding nodes and businesses easier.
  • 07/07/07 - added traffic overlay option with button.
  • 05/10/07 - created a macro <<MapLink()>> to automate map linking by default on node pages.

  • 04/27/07 - new GMap2 method enableScrollWheelZoom is enabled. Now you can use your mouse wheel to zoom in and out anywhere on the map.

ToDo

  • Make it more interactive.
  • Speed up plotting.

Other community wireless node maps


[CategoryGlossary][CategoryNode][CategoryPersonalTelco]

NodeMap (last edited 2012-07-30 13:13:27 by DanRasmussen)