routemap not showing all routes

Hello,

I created a page to show all the scheduled routes. I put this in that pages .htm file

<?php

MainController::Run(“Routemap”, “index”);

?>

It works but only shows the first 25 routes. On the forum I read about some references to a limit but I can’t find where that limit is set.

How can I increase the limit of routes that it shows?

Thanks

IN the app.config.php file, theres a setting:

Config::Set('ROUTE_MAP_SHOW_NUMBER', 20);

Just copy that line into the local.config.php file and then change the value, and you should be set