How to Explore Interactively?

Quick Tips on How to Explore Interactively

  • From G2K Jal-Sethu Home, click on Explore Interactively. This will take you to the map view.
  • Click on Routing logo (Routing-Logo) on top or bottom-right
  • Zoom/Pan to the source location-point and right-click on your mouse or -- on mobile devices, long-press
  • In the "Position" popup, click on "From Here" (From-here button)
  • Zoom/Pan to the destination location-point and right-click on your mouse or -- on mobile devices, long-press
  • In the "Position" popup, click on "To Here" (To-here button)
  • Moment two or more location-points are selected, G2K Jal-Sethu will automatically initiate the search for cost-effective route and display the results
    • Depending on the distance between source and destination locations, the cost-effective route searching may take few seconds to few tens of seconds. So please be patient.
    • If search fails for some reason, you will see the relevent message to guide you to resolve the issue.

More Tips

More Tips on Interactive Exploration

  • Please Watch Simple and/or Advanced Exploration Demo Videos. These demos will walk you through in details how to use G2K Jal-Sethu.
  • If you know exact longitude/latitude of source and/or destination locations, you can directly enter them in the Routing section in "From Here" or "To Here" fields
  • If you want to include via/intermediate location-point to your waterway exploration, then:
    • Zoom/Pan to the via/intermediate location-point and right-click on your mouse or -- on mobile devices, long-press
    • In the "Position" popup, click on "Via Here" (Via-here button)
  • You can automate your location selections by importing them. Please see below section: Import to Explore Interactively

Import to Explore Interactively

Importing Location Points to Explore Interactively

  • From G2K Jal-Sethu Home, click on Explore Interactively. This will take you to the map view.
  • Click on Routing logo (Routing-Logo) on top or bottom-right
  • In the Routing section click on Import button (Import button)
  • You will be asked to select a file containing location-points in GeoJSON format
    • GeoJSON file should contain ONLY the features of Point geometry.
      • Import will fail if GeoJSON file contains any other geometries.
    • Example of GeoJSON file containing three Point geometries -- (79.2284, 26.2646) for source, (78.8054, 25.6153) for destination, and (79.1489, 25.9105) for via (through this location):
      { "type": "FeatureCollection", "features": [ {
      "type": "Feature",
      "geometry": { "type": "Point", "coordinates": [79.2284, 26.2646] }
      },
      {
      "type": "Feature",
      "geometry": { "type": "Point", "coordinates": [79.1489, 25.9105] }
      },
      {
      "type": "Feature",
      "geometry": { "type": "Point", "coordinates": [78.8054, 25.6153] }
      }
      ] }
  • Moment the file is imported, G2K Jal-Sethu will automatically initiate the search for cost-effective route and display the results