From 22ceb491d64d539150ec9a3a95f551677f1b314b Mon Sep 17 00:00:00 2001 From: tsedor <itsme199@gmail.com> Date: Sat, 01 Sep 2018 06:59:58 +0000 Subject: [PATCH] Update common.js --- stops/download_stops.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/stops/download_stops.php b/stops/download_stops.php index 3990585..3a8227c 100644 --- a/stops/download_stops.php +++ b/stops/download_stops.php @@ -4,6 +4,7 @@ $json = file_get_contents('http://www.ttss.krakow.pl/internetservice/geoserviceDispatcher/services/stopinfo/stops?left=-648000000&bottom=-324000000&right=648000000&top=324000000'); $elements = json_decode($json, 1); foreach($elements['stops'] as $element) { + if($element['category'] == 'other') continue; $stops[$element['shortName']] = $element['name']; } -- Gitblit v1.9.1