Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Log of /trunk/web

View Directory Listing Directory Listing


Sticky Revision:


Revision 1334 - Directory Listing
Modified Sat May 18 18:42:26 2013 UTC (11 years, 10 months ago) by amb
Make the OSM editor URL be configurable in the mapprops.js file.


Revision 1333 - Directory Listing
Modified Sat May 18 18:18:11 2013 UTC (11 years, 10 months ago) by amb
Need to include OpenLayers/Control/SelectFeature.js when building OpenLayers.js.


Revision 1332 - Directory Listing
Modified Sat May 18 16:26:53 2013 UTC (11 years, 10 months ago) by amb
Put the popup colours in the Javascript, not CSS.  Set the popup font (fixed)
and size (smaller).


Revision 1330 - Directory Listing
Modified Sat May 18 16:19:34 2013 UTC (11 years, 10 months ago) by amb
Create specific HTML formatted output from filedumper for the visualiser web
page.


Revision 1329 - Directory Listing
Modified Sat May 18 12:53:23 2013 UTC (11 years, 10 months ago) by amb
Add the ability to select any item displayed in the visualiser and display
information about it in a popup.


Revision 1328 - Directory Listing
Modified Sat May 18 10:26:50 2013 UTC (11 years, 10 months ago) by amb
Don't display the marker layers in the layer switcher control.


Revision 1327 - Directory Listing
Modified Sat May 18 10:24:12 2013 UTC (11 years, 10 months ago) by amb
Store the feature attributes using the feature.attributes object.


Revision 1326 - Directory Listing
Modified Sat May 18 09:48:24 2013 UTC (11 years, 10 months ago) by amb
Change to using a popup like in the router and highlight the selected item when
the popup is displayed.


Revision 1325 - Directory Listing
Modified Fri May 17 18:40:12 2013 UTC (11 years, 10 months ago) by amb
Selecting the radio buttons updates the display.


Revision 1324 - Directory Listing
Modified Fri May 17 18:39:37 2013 UTC (11 years, 10 months ago) by amb
Added some missing ';' to the Javascript actions in the HTML.


Revision 1321 - Directory Listing
Modified Fri May 17 14:54:56 2013 UTC (11 years, 10 months ago) by amb
Allow dumping error logs from filedumper.


Revision 1275 - Directory Listing
Modified Mon Apr 15 16:28:37 2013 UTC (11 years, 11 months ago) by amb
Default to downloading openlayers 2.12.


Revision 1271 - Directory Listing
Modified Sat Apr 13 10:04:43 2013 UTC (11 years, 11 months ago) by amb
Fix the Javascript so that it works with OpenLayers version 2.11 again (bug
reported by Dirk Eversmann).


Revision 1267 - Directory Listing
Modified Tue Mar 19 19:12:55 2013 UTC (12 years ago) by amb
Remove e-mail addresses and replace with links to website.


Revision 1260 - Directory Listing
Modified Tue Feb 26 18:27:14 2013 UTC (12 years ago) by amb
Clarify comment.


Revision 1258 - Directory Listing
Modified Sat Feb 16 15:16:43 2013 UTC (12 years, 1 month ago) by amb
Move the meta tag for charset declaration to the top of the head, before the
copyright notice, within the first 1024 bytes.


Revision 1257 - Directory Listing
Modified Sat Feb 16 15:14:25 2013 UTC (12 years, 1 month ago) by amb
Move the meta tag for charset declaration to the top of the head, before the
copyright notice, within the first 1024 bytes.


Revision 1250 - Directory Listing
Modified Fri Feb 8 17:36:08 2013 UTC (12 years, 1 month ago) by amb
Add documentation about the numerical limits (OSM identifiers and database
size).


Revision 1248 - Directory Listing
Modified Thu Jan 24 19:35:05 2013 UTC (12 years, 1 month ago) by amb
Add the ability for the visualiser to display highways that have a particular
property.


Revision 1243 - Directory Listing
Modified Sun Jan 20 14:17:14 2013 UTC (12 years, 1 month ago) by amb
Replace 'motorbike' with 'motorcycle' everywhere.


Revision 1240 - Directory Listing
Modified Sat Jan 19 17:33:55 2013 UTC (12 years, 2 months ago) by amb
Fix link to documentation directory.


Revision 1239 - Directory Listing
Modified Sat Jan 19 17:23:38 2013 UTC (12 years, 2 months ago) by amb
Added MapQuest as an optional map layer, added layer specific attributions to
mapprops.js.


Revision 1238 - Directory Listing
Modified Tue Jan 15 19:41:14 2013 UTC (12 years, 2 months ago) by amb
Fix stupid typo.


Revision 1237 - Directory Listing
Modified Sat Jan 12 20:16:11 2013 UTC (12 years, 2 months ago) by amb
Sort the listed nodes, ways or relations by ID.


Revision 1231 - Directory Listing
Added Thu Dec 27 14:00:23 2012 UTC (12 years, 2 months ago) by amb
Don't append segments if they are duplicates within a way or have duplicated
nodes.  Log errors for middle nodes that repeat within a way (can be non-trivial
unintentional loops).