diff --git a/website/src/components/Result.vue b/website/src/components/Result.vue index 74fef25..dab0eb6 100644 --- a/website/src/components/Result.vue +++ b/website/src/components/Result.vue @@ -25,21 +25,20 @@ const errorsCountFormated = computed(() => {

Result

- - Sorry, this version is not yet implemented or not detectable ! + + Sorry, the validator failed to parse this file. Please check that the URL is available and points to a + gbfs.json file. If you have any questions, please write to + sharedmobility@mobilitydata.org + . Thank you
Detected version {{ result.summary.version.detected }} and validate with - {{ result.summary.version.validated }} + {{ + result.summary.version.validated }}
diff --git a/website/src/pages/Visualization.vue b/website/src/pages/Visualization.vue index 4212057..12305e8 100644 --- a/website/src/pages/Visualization.vue +++ b/website/src/pages/Visualization.vue @@ -469,29 +469,23 @@ provide('map', map)
- + - Visualize ! + Visualize + ! - + - Sorry, this version is not yet implemented or not detectable ! + Sorry, the validator failed to parse this file. Please check that the URL is available and points to a + gbfs.json file. If you have any questions, please write to + sharedmobility@mobilitydata.org + . Thank you - + @@ -499,7 +493,7 @@ provide('map', map) {{ stations ? stations.length : '-' }} {{ vehiclesInStations - }} + }} Stations @@ -508,11 +502,7 @@ provide('map', map)

{{ vehicles ? vehicles.length : '-' }} - {{ vehiclesCountByType }} + {{ vehiclesCountByType }}

Dockless vehicles
@@ -526,25 +516,15 @@ provide('map', map)
    - +
  • -  Stations +  Stations
  • -  Dockless +  Dockless
  • -  Geofencing +  Geofencing
@@ -555,21 +535,12 @@ provide('map', map)
Dockless vehicles
    -
  • - +
  • + {{ vtff }}
  • - + unknown
@@ -628,6 +599,7 @@ provide('map', map) &.left { left: 0; } + &.top { top: 0; }