Content

Summary

Supported Countries

Installation and Start

Route planing

Search for gas stations

Mouse actions

Printing Results

Generating POI data

Android Apps

Links

Copyright

Route planing and CNG/LPG station finder

Name: CngLpgFinder
GoogleMaps Api V3
@copyright (c) 2010 Bernd Ostermann

Summary

CngLpgFinder calculates a route and shows the natural gas (CNG) or liquified petroleum gas (LPG) filling stations along this route with a given maximum distance to the route. The filling stations can be restricted to the vicinity of refueling stops, whose distance from each other is the cruising range with a full tank.

A KML- or CSV file can be generated with the gas stations found along the route as POIs. KML files can be displayed in Google Earth or they can be loaded to a Navi device after being converted to a suitable format.

Generated CSV files can be loaded to Navi devices, which accept POI data as CSV files as garmin devices.

Actually LPG and Cng refueling station in 16 european countries are supported.

CngLpgFinder, based on the programming interface of GoogleMaps Api V3, is written in JavaScript. Actually GoogleMaps Api V3 is supported by the following browsers:

It has been tested with Firefox, Chrome, Opera and Microsoft Edge.
The application can be operated locally or by request from a web server.

Supported Countries

The following table shows, which countries with CNG or LPG stations are supported by Cng/Lpg Finder.

Country LPG CNG
AT Austria yes yes
BE Belgium yes yes
CH Switzerland yes yes
CZ Czech yes yes
DE Germany yes yes
DK Denmark yes yes
ES Spain yes yes
FR France yes yes
IT Italy yes yes
LU Luxembourg yes yes
NL Netherlands yes yes
NO Norway yes yes
PL Poland yes yes
PT Portugal yes yes
SE Sweden yes yes
UK United Kingdom yes yes

Installation and Start

The downloaded file CngLpgFinder-V*. zip will be extracted to a directory and optionally transferred to a web server.
The application will be launched in a browser by calling the Web address or locally by opening one of the following files:

Route planing

The route is determined by: The syntax of addresses corresponds to that of GoogleMaps. A complete address consists of street name and house number, Zip code city, country or country code. An address may be incomplete, if it is known by GoogleMaps. Geographical latitude, longitude is accepted as an address.

Tip:
If an address is not known by GoogleMaps, then right click the point on the map; the address and geographical latitude and longitude is shown.

Search for gas stations

Searching for gas filling stations can be done in two ways: Input:

Mouse actions

The following mouse actions are provided:

Printing Results

Clicking the button 'Print Results' at the bottom of the results side bar opens a new window with the text of the results side bar and dependent on the browser a dialog for printing. To show the new window the browser must be enabled for popup windows.

Generating POI data

A page may be generated with the gas stations being found as POI entries. This page may be generated in KML or CSV format. It can be stored locally in a file.

A generated CSV file can be loaded to a navi device, which uses CSV files as POI data as for example Garmin devices.
KML files can be displayed in Google Earth or after converting to the appropriate format they can be loaded to a navi device.

Saving the generated POI page to a local file depends on the browser

Structure of POI data:

The POI data consists of: The data of CSV files are separated by commata. Some navi devices interprete only the first 3 fields of a POI. Therefore in the generated CSV page the fields 'name' and 'description' are concatenated.
If you convert a KML file to a CSV file by using the KML/CSV converter, the CSV file contains POIs with 4 fields. This file can be converted to a 3 column CSV file by concatenating the columns 'name' and 'description' in MS Excel.

Character encoding:

The generated POI page is encoded in UTF-8, in Internet Explorer in Unicode.
If your navi device does not interprete this code - special characters as ö, ü, ä, ß are not presented correctly - then convert the file to WesternEurope(ISO) = iso-8859-1.

Copyright

Cng/Lpg Finder in Europe, USA and Canada Electro Station Finder EUR: Find elctric charging stations in Europe EV Station Finder USA&CAN: Find elctric charging stations in USA and Canada

Links

GoogleMaps Api: POI files of CNG and LPG stations: Converter: CngLpgFinder in the Web:

Copyright

All source code of CngLpgFinder is copyrighted by: The information provided by CngLpgFinder may arbitrarily used. You may refer to the web pages containing CngLpgFinder.
Using CngLpgFinder oder parts of it in a commercial environment requires the explicit agreement of it's author.
The sources of CngLpgFinder may be used in non commercial applications. They may be modified. In each case the origin und @copyright of the original sources must be made clearly visible.