[OSM-talk] k/v for import of list of gas stations of France?

Marcus Bauer marcus.bauer at gmail.com
Mon Jan 8 12:55:00 GMT 2007


Fred has a csv list of +1000 gas stations in France.

I wrote a small perl script to convert them into a .osm file. Before
importing such a large number my questions is whether the following tags
make sense:

------------------------------------------------------------------------------------
<?xml version='1.0' encoding='iso-8859-1'?>
<osm version='0.3' generator='JOSM'>

<node id='-2' lat='46.20614' lon='5.2967' >
        <tag k='amenity' v='fuel' />
        <tag k='name' v="Station Elf" />
        <tag k='address' v="A 40 - Direction Genève/Mâcon, Aire De Bourg-Jasseron" />
        <tag k='postal_code' v='01250' />
        <tag k='is_in' v="A-40, France" />
        <tag k='created_by' v='stationsgpl_convert.pl'/>
        <tag k='info' v="Tel : 04 74 23 55 78 - du lundi au samedi de 8h30 à 20h" />
</node>
.
.
.
------------------------------------------------------------------------------------

Marcus





More information about the talk mailing list