[OSM-talk] www.informationfreeway.orgs map inputs.

Ian Haylock haylocki at yahoo.co.uk
Sat Oct 20 10:22:12 BST 2007


Hi,

Just out of curiosity I looked at the source for the www.informationfreeways.org map page.

I noticed this section :


 function fnKeypress(e) {
  var keyCode = String.fromCharCode(e.charCode ? e.charCode : e.keyCode)
  if (keyCode == 'r') renderTile(goTarget,false)
  if (keyCode == 's') markTile(goTarget,'sea')
  if (keyCode == 'l') markTile(goTarget,'land')
  if (keyCode == 'x') markTile(goTarget,'mixed')
 }

Now I know you could request a tile to be rendered, but it also appears you can also mark the tiles as land,sea,mixed.

Does this work ? and is it permanent, i.e. how does the oceantiles_12.png and oceantiles_12.dat get updated ?




Cheers, Ian
       
---------------------------------
 For ideas on reducing your carbon footprint visit Yahoo! For Good this month.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20071020/57e9f565/attachment.html>


More information about the talk mailing list