Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Last active September 14, 2015 21:25
Show Gist options
  • Save derhuerst/45b75acb79089ff3ea05 to your computer and use it in GitHub Desktop.
Save derhuerst/45b75acb79089ff3ea05 to your computer and use it in GitHub Desktop.
BVG app location maps

BVG app location maps

This list has been extracted from the Berlin public transport service app.

The URLs are wrong, instead of http://bvg-apps.hafas.de/locationmap/<id>, it is http://www.bvg.de/de/standortplan/<id>.

var fs = require('fs');
var url = require('url');
var path = require('path');
var Download = require('download');
var list = JSON.parse(fs.readFileSync('./list.json'));
var download = new Download({ mode: '755'});
var i, id;
for (i = 0; i < list.plans.length; i++) {
id = url.parse(list.plans[i].uri).path;
id = path.basename(id);
download.get('http://www.bvg.de/de/standortplan/' + id);
}
download.rename(function (path) {
path.basename += '.pdf';
}).dest('./').run();
{
"version":"1.4.1",
"plans":[
{
"tags":[
"9003201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e79e0a1eea5142801097467be1545a90f82330ad68003e887ab17731",
"uri":"http://bvg-apps.hafas.de/locationmap/9003201"
},
{
"tags":[
"9100025"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"02977ce7c45cbc71f6a3d51d7d5a76f0ab16107f268a05a24d5a9edd",
"uri":"http://bvg-apps.hafas.de/locationmap/9100025"
},
{
"tags":[
"9044202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0a2428f498c94e31c90b4ed14a6ef44dc890cfa23a63b3f1c2e8cf57",
"uri":"http://bvg-apps.hafas.de/locationmap/9044202"
},
{
"tags":[
"9120001"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f5c2863d4e3b413512a7b93f286fd111fb297a3d98c9ed02ef1b05ed",
"uri":"http://bvg-apps.hafas.de/locationmap/9120001"
},
{
"tags":[
"9100001"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"d3c0c89c18303fc1e7f764950cfaa81e2b204acc99874c6495d02b5c",
"uri":"http://bvg-apps.hafas.de/locationmap/9100001"
},
{
"tags":[
"9007102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"730cf54705131991f1d0fc510f7da0c3a56dcec9e55027651d9862b7",
"uri":"http://bvg-apps.hafas.de/locationmap/9007102"
},
{
"tags":[
"9045102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"83203b737f989fbc831d24816b83581610977c03efc7a2df3793fb78",
"uri":"http://bvg-apps.hafas.de/locationmap/9045102"
},
{
"tags":[
"9079221"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"95878b6d84a1dfc88cc838d8d21374c53286380da8e5c81de5c9ad51",
"uri":"http://bvg-apps.hafas.de/locationmap/9079221"
},
{
"tags":[
"9054105"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0710cad48acd5193db2442be5c5c9d870c2de9c4da4fcaac495e6498",
"uri":"http://bvg-apps.hafas.de/locationmap/9054105"
},
{
"tags":[
"9100004"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"38476fe07d803e34a48208323f62e4cd9ae3fedc7c96c596cf634d07",
"uri":"http://bvg-apps.hafas.de/locationmap/9100004"
},
{
"tags":[
"9020201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"c9cb5bf7e3bfb16f192a04f4c2dde711d061278fc7d92ee765b14174",
"uri":"http://bvg-apps.hafas.de/locationmap/9020201"
},
{
"tags":[
"9096458"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"eb797e0293a120f807c086b728380a96dd15b79e6192d515cb341fb9",
"uri":"http://bvg-apps.hafas.de/locationmap/9096458"
},
{
"tags":[
"9130002"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"cc89de6dbc1af3189502c0669e2414b84ac7cb865bd1318d383886e2",
"uri":"http://bvg-apps.hafas.de/locationmap/9130002"
},
{
"tags":[
"9029302"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"dbe190b58f0f5cf4d0a46d39d1f79c23222bd1f0c6b1658eb7cedeb2",
"uri":"http://bvg-apps.hafas.de/locationmap/9029302"
},
{
"tags":[
"9110001"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"7f4ffada1a5077ea65e514b43dd935b8db55802923eb122ea0c8bd1e",
"uri":"http://bvg-apps.hafas.de/locationmap/9110001"
},
{
"tags":[
"9068201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e779d5a1d6c698245d666a57bddb58932d293d8848ca03ddc6d17f50",
"uri":"http://bvg-apps.hafas.de/locationmap/9068201"
},
{
"tags":[
"9120004"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0662c8541592435403fade99484399421c39d08b557a879e7c96d9f1",
"uri":"http://bvg-apps.hafas.de/locationmap/9120004"
},
{
"tags":[
"9009104"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"35a276105364818ff7c31c4f2a97b601b4c0237e1d0aab462f58e63a",
"uri":"http://bvg-apps.hafas.de/locationmap/9009104"
},
{
"tags":[
"9001201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"5906a5b7993d395ea8acb77e579d07534ec55dd90c342444c9c6e1ec",
"uri":"http://bvg-apps.hafas.de/locationmap/9001201"
},
{
"tags":[
"9175001"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"d8b9ebfd39831055769f6d36c24ec1788d29e34855152e0c53d34038",
"uri":"http://bvg-apps.hafas.de/locationmap/9175001"
},
{
"tags":[
"9057103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"c76a4dcf44376446508308763476b8fa91af20fc5a67f2955506f3af",
"uri":"http://bvg-apps.hafas.de/locationmap/9057103"
},
{
"tags":[
"9023201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"c746276acffac426c994b44e7c65e44562fe4b485ef78b6bcf5300e3",
"uri":"http://bvg-apps.hafas.de/locationmap/9023201"
},
{
"tags":[
"9023302"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"84a15268d275e537d0a93bb61b30580c83b3e095b24d85c66a6e1328",
"uri":"http://bvg-apps.hafas.de/locationmap/9023302"
},
{
"tags":[
"9011102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0df1927880f0d31fde05055249cc93472e4a0e994d81f66d9b198f0e",
"uri":"http://bvg-apps.hafas.de/locationmap/9011102"
},
{
"tags":[
"9070301"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"6d058b3e5eee6f5cf015d2b8d23512643d672f63835b65398de1dab7",
"uri":"http://bvg-apps.hafas.de/locationmap/9070301"
},
{
"tags":[
"9089301"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"7c84d14d1878a4e7b8a3c21c8e360ef0bd9174e4d3324d0626b04fbf",
"uri":"http://bvg-apps.hafas.de/locationmap/9089301"
},
{
"tags":[
"9068202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"118e0bcd1bd524dd4d8c8b412b17fba37a2e93282804455614e4bea6",
"uri":"http://bvg-apps.hafas.de/locationmap/9068202"
},
{
"tags":[
"9029301"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8da66aea094ebfdd356029c32b24d469ab6a95778dc4d4d4c13e3a5e",
"uri":"http://bvg-apps.hafas.de/locationmap/9029301"
},
{
"tags":[
"9009101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"db2a318bb4317e8b10dec8c3dc2beb95d3cc242f5eeae428cd1ab922",
"uri":"http://bvg-apps.hafas.de/locationmap/9009101"
},
{
"tags":[
"9023202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2c565fa895fd2d93d64ba9f42d340b11ad3c6c3ad2d1c37a844a45b7",
"uri":"http://bvg-apps.hafas.de/locationmap/9023202"
},
{
"tags":[
"9055102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"996a22e2395b9301924016623f25cd0fe360c0feea4908b235bfd489",
"uri":"http://bvg-apps.hafas.de/locationmap/9055102"
},
{
"tags":[
"9044201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e4b0923ab68fdcd3c4858dbfce6a0a363c8c3be15ae3894842138bfc",
"uri":"http://bvg-apps.hafas.de/locationmap/9044201"
},
{
"tags":[
"9007110"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"50834cc1c40536c0706e25c69c0c5b79648a47c99cda17826eff7128",
"uri":"http://bvg-apps.hafas.de/locationmap/9007110"
},
{
"tags":[
"9171005"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"328f9ac3557612636fc3284ed09962e2e093223cac6e24f30b345a43",
"uri":"http://bvg-apps.hafas.de/locationmap/9171005"
},
{
"tags":[
"9002201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"550b482a6ba68a341135fce7d6553f2e07fbefa645ef784cab57fa0b",
"uri":"http://bvg-apps.hafas.de/locationmap/9002201"
},
{
"tags":[
"9024201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9796e39a0447a18b1c147400a6e231955d5b2034205957b2874cfe79",
"uri":"http://bvg-apps.hafas.de/locationmap/9024201"
},
{
"tags":[
"9080201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"fec904aab6c486d49125d9fdb35d90d1571fd5bea94234ab98921760",
"uri":"http://bvg-apps.hafas.de/locationmap/9080201"
},
{
"tags":[
"9041102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0a2428f498c94e31c90b4ed14a6ef44dc890cfa23a63b3f1c2e8cf57",
"uri":"http://bvg-apps.hafas.de/locationmap/9041102"
},
{
"tags":[
"9079202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0d336a6850a6927723cde3dff177acd6d35b936775f04dcb83871a67",
"uri":"http://bvg-apps.hafas.de/locationmap/9079202"
},
{
"tags":[
"9088202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"a4fbe5f6cdb8f5c4fb2daaa84e65ae953970a1e6852b720987d9eeaa",
"uri":"http://bvg-apps.hafas.de/locationmap/9088202"
},
{
"tags":[
"9051202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"588094d25508df777f69a73d8883de8319c59cac0ec46d5056d949ee",
"uri":"http://bvg-apps.hafas.de/locationmap/9051202"
},
{
"tags":[
"9080402"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"30a978c1ddb4700efb6fcedb14d855b9236a30533e296321375ee5b2",
"uri":"http://bvg-apps.hafas.de/locationmap/9080402"
},
{
"tags":[
"9003254"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"799db59c49bad5ce9051cf040e797da2828a78bbab685684a47993c0",
"uri":"http://bvg-apps.hafas.de/locationmap/9003254"
},
{
"tags":[
"9056104"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"73466ea209a8c326a08087b2f560ac50eaee1b868ddc715360f3befa",
"uri":"http://bvg-apps.hafas.de/locationmap/9056104"
},
{
"tags":[
"9175006"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2e4243e5fb3e59d12feab93a8f8b3b8d99a2cc92d99af0db2c132914",
"uri":"http://bvg-apps.hafas.de/locationmap/9175006"
},
{
"tags":[
"9051303"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"920150a57d5b463fdfba3ad245bca66a035b0e7cc557dcd72813aa87",
"uri":"http://bvg-apps.hafas.de/locationmap/9051303"
},
{
"tags":[
"9022201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"d43840420c8309dbb20a18d822088b53d0333b70a5641451ee0f24fb",
"uri":"http://bvg-apps.hafas.de/locationmap/9022201"
},
{
"tags":[
"9110006"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"eb404c79f35b2aa6155e8f1705e1d0cb7544c09ec0befeb8eb779c08",
"uri":"http://bvg-apps.hafas.de/locationmap/9110006"
},
{
"tags":[
"9054103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"bea255258c6809dfdb0f8d7d28ba8c44245a06c2ae31709db13192fe",
"uri":"http://bvg-apps.hafas.de/locationmap/9054103"
},
{
"tags":[
"9171006"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e531434cfdbbfa6d8b2b2093de8c9a295999ab3ea7f9ff2f52b6dd37",
"uri":"http://bvg-apps.hafas.de/locationmap/9171006"
},
{
"tags":[
"9023101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"10fdc9620be80b864d14f0226b461a103564cda07e5151f0aa058c29",
"uri":"http://bvg-apps.hafas.de/locationmap/9023101"
},
{
"tags":[
"9041101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f5f0c4f9f5647fffd6a2bdcccbf6337f244e8a1ddcc6dfc3ba5dd54d",
"uri":"http://bvg-apps.hafas.de/locationmap/9041101"
},
{
"tags":[
"9120008"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0e5800f94c43b2ba976c7360908377bf87cfeb240eb0065fff603683",
"uri":"http://bvg-apps.hafas.de/locationmap/9120008"
},
{
"tags":[
"9085202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"4d74355854897c5ee573d32bb4c9d2983628539cd805bc781a1ad900",
"uri":"http://bvg-apps.hafas.de/locationmap/9085202"
},
{
"tags":[
"9100027"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"5b0dd02a9c35c6d55b0c647b4f4cb832a0bdf5585d297608a8b49dd9",
"uri":"http://bvg-apps.hafas.de/locationmap/9100027"
},
{
"tags":[
"9061102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0aac267b2cb41b4a5bb84a62888825c98d1e63a0726a831d469ac7e9",
"uri":"http://bvg-apps.hafas.de/locationmap/9061102"
},
{
"tags":[
"9161512"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f595345337542d3d98031c6e72366f4a85f9eb2b451a9df811f71f9e",
"uri":"http://bvg-apps.hafas.de/locationmap/9161512"
},
{
"tags":[
"9017103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"cf00ba7b97166f95615cebe31b4121b4fdde01a54777dea29437f7c1",
"uri":"http://bvg-apps.hafas.de/locationmap/9017103"
},
{
"tags":[
"9016101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"396fccf90a4bed897c35dad9b573dd015462a6d2f363ba770929edb7",
"uri":"http://bvg-apps.hafas.de/locationmap/9016101"
},
{
"tags":[
"9080202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"7906e241b08903a82fae0f654bb52b61111eb0a1561680a7715864f4",
"uri":"http://bvg-apps.hafas.de/locationmap/9080202"
},
{
"tags":[
"9014101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"34da34a64e196341bfcd7d2d9838a42fc9805a9cd51e14d828a4cecc",
"uri":"http://bvg-apps.hafas.de/locationmap/9014101"
},
{
"tags":[
"9043201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"998f48db7b8884a08021f9721b176eea0741aa6d6c41d2e692f8a917",
"uri":"http://bvg-apps.hafas.de/locationmap/9043201"
},
{
"tags":[
"9018102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"db5dc146755802543096c37ab11e8ef8f823bc2cdc90311da77344cf",
"uri":"http://bvg-apps.hafas.de/locationmap/9018102"
},
{
"tags":[
"9012103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9fd473f4f4cc74d436aea390cf762e59d49eeb8957691fdf1aa89615",
"uri":"http://bvg-apps.hafas.de/locationmap/9012103"
},
{
"tags":[
"9003101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"75c49a197bd9a3e3418b60729d6cd624d0ef499d2080d167d9d6f8df",
"uri":"http://bvg-apps.hafas.de/locationmap/9003101"
},
{
"tags":[
"9034102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"1df86b13ea2ca91921647ce329df61744f8fb5e31e80cfc493e366d0",
"uri":"http://bvg-apps.hafas.de/locationmap/9034102"
},
{
"tags":[
"9100012"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9a7a20b41d8643c048d492812e0071c19c2db4ae8ae6653b89d36931",
"uri":"http://bvg-apps.hafas.de/locationmap/9100012"
},
{
"tags":[
"9100008"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"15e3f47e2c882293cf02970da07cf62db62df49145a2221ba784d0ed",
"uri":"http://bvg-apps.hafas.de/locationmap/9100008"
},
{
"tags":[
"9175007"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"b3f7f9f4412d1dd533ea272926aaa1f55b3ebaa226e3fedcf65e240e",
"uri":"http://bvg-apps.hafas.de/locationmap/9175007"
},
{
"tags":[
"9078101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"39a33f99123a71905608f9ba6aacb1e72a4df9e8955c68a7a647a055",
"uri":"http://bvg-apps.hafas.de/locationmap/9078101"
},
{
"tags":[
"9043101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"eae4d858fef8594980fa7397be60202d9f22285fd58f5f7a822770f0",
"uri":"http://bvg-apps.hafas.de/locationmap/9043101"
},
{
"tags":[
"9088201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"01ef501b4662fcc89bd7f28ff119a38292b27918fb375573201ac2f0",
"uri":"http://bvg-apps.hafas.de/locationmap/9088201"
},
{
"tags":[
"9175010"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"b352c201dfe711e10937737eb21487b9ba8266182274e919a84d3c4c",
"uri":"http://bvg-apps.hafas.de/locationmap/9175010"
},
{
"tags":[
"9018101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"547bb4bcf707d565849ea061deafa311567f4afcb6fef96ead3ad9cb",
"uri":"http://bvg-apps.hafas.de/locationmap/9018101"
},
{
"tags":[
"9082202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"ed641aeb31e0e09210d56f4a1d6310b44f2ee17ec11f850988513c62",
"uri":"http://bvg-apps.hafas.de/locationmap/9082202"
},
{
"tags":[
"9026202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f58703852c5844c84cc2ff62dfbbc9f5e8599cf00d9fee3f9c54d2fc",
"uri":"http://bvg-apps.hafas.de/locationmap/9026202"
},
{
"tags":[
"9068302"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"3907747e22a85a7bbf3bd03fd1d5d49c0216a5c6fceb3b814be93002",
"uri":"http://bvg-apps.hafas.de/locationmap/9068302"
},
{
"tags":[
"9078103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"aaf0e8e62d0c9e4e8f0ea5db32c965e656461f805c10b20d18b81f1f",
"uri":"http://bvg-apps.hafas.de/locationmap/9078103"
},
{
"tags":[
"9175004"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"22fa03d3f96d12e5c55c2dc96faba40d411e2a4493322eea862fb2c0",
"uri":"http://bvg-apps.hafas.de/locationmap/9175004"
},
{
"tags":[
"9054102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"3ac0bb7c946c5b764627dacccee35f10f841524725788afffb2e50a9",
"uri":"http://bvg-apps.hafas.de/locationmap/9054102"
},
{
"tags":[
"9100015"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f6480ea26bfaa11858076bec2190c81e4181d1cbb50a41b03d4f7e79",
"uri":"http://bvg-apps.hafas.de/locationmap/9100015"
},
{
"tags":[
"9012102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e9eb6f84acf23329f1a1b18791997988e2c90ccb8954e31824114d2b",
"uri":"http://bvg-apps.hafas.de/locationmap/9012102"
},
{
"tags":[
"9041201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"5a164fbc747ac12b73a8dbac0b226bafc987f27d2a6165c2feb24351",
"uri":"http://bvg-apps.hafas.de/locationmap/9041201"
},
{
"tags":[
"9013102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"b8ee530906ec7c8485f347f682a551e44c5106fc6c297b5d4509341f",
"uri":"http://bvg-apps.hafas.de/locationmap/9013102"
},
{
"tags":[
"9050201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9a4213f9b1f921920481b5ffdc4a80da63ff99fe68c7c892bf3c590f",
"uri":"http://bvg-apps.hafas.de/locationmap/9050201"
},
{
"tags":[
"9023203"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"c720f177f66ed958ec565f77cc3b654ea7610e2124914d0ea44aea3f",
"uri":"http://bvg-apps.hafas.de/locationmap/9023203"
},
{
"tags":[
"9005201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"cb0efc5f57e23f4d3b54346fe8b44e157b1e6b8976ed70146e0bbbae",
"uri":"http://bvg-apps.hafas.de/locationmap/9005201"
},
{
"tags":[
"9086102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2dc187865f21d459d7dea883634d7760954a2f2c463308ea97ce762d",
"uri":"http://bvg-apps.hafas.de/locationmap/9086102"
},
{
"tags":[
"9079201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"5c834ecbd5ef258a087a0f52e853dbac9ba1effb792a846d3f9cb74f",
"uri":"http://bvg-apps.hafas.de/locationmap/9079201"
},
{
"tags":[
"9009102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"0551bbe852117e4de48a6a996b32767716083e6767f3935d28a66261",
"uri":"http://bvg-apps.hafas.de/locationmap/9009102"
},
{
"tags":[
"9086160"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"21befaeef1aaa15fc21dac7b5bf05b26a12771850096c204da6843ee",
"uri":"http://bvg-apps.hafas.de/locationmap/9086160"
},
{
"tags":[
"9082201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9200678a638a86599d241f46c4f18c0148e852cfb9502e0a4bb07a06",
"uri":"http://bvg-apps.hafas.de/locationmap/9082201"
},
{
"tags":[
"9175015"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"11463b2eb2b52b26666ca41a325035fd47c564ebe4d4c16d0917448f",
"uri":"http://bvg-apps.hafas.de/locationmap/9175015"
},
{
"tags":[
"9160005"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"bd6b513ecf5279ea5a2c7613836eb59605146cfa2f1c236a4512cd20",
"uri":"http://bvg-apps.hafas.de/locationmap/9160005"
},
{
"tags":[
"9017101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e89c75306668577cb24f48d163d3acd898be448734de2385b3a57ce3",
"uri":"http://bvg-apps.hafas.de/locationmap/9017101"
},
{
"tags":[
"9005252"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f544eb4b5e17ae814db88c6c15bdced166ce05e34e22f58b331d7178",
"uri":"http://bvg-apps.hafas.de/locationmap/9005252"
},
{
"tags":[
"9019204"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"70b436438f6b1101c3429fbb419b62f45eb7e5253868853d4bfc7853",
"uri":"http://bvg-apps.hafas.de/locationmap/9019204"
},
{
"tags":[
"9100010"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e2938c1cd0f718254c2e51cd6fed65d077690df545fc1445dfa07c9f",
"uri":"http://bvg-apps.hafas.de/locationmap/9100010"
},
{
"tags":[
"9013101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"752726a169d9bcb1414282e94460d2897c8ea9f005cece14e6edec67",
"uri":"http://bvg-apps.hafas.de/locationmap/9013101"
},
{
"tags":[
"9100014"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"610bb8d47f0189c44597f62b1052464453467e9148ae600bb15af6aa",
"uri":"http://bvg-apps.hafas.de/locationmap/9100014"
},
{
"tags":[
"9017104"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9c9956ed744f47bb8a890d39d66c4ba10bf6a0a9e75da944b688f207",
"uri":"http://bvg-apps.hafas.de/locationmap/9017104"
},
{
"tags":[
"9100009"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"97f9cebef0ccf6e3b75970e3316468002aa3f0d1f2319cd48673fdaa",
"uri":"http://bvg-apps.hafas.de/locationmap/9100009"
},
{
"tags":[
"9009201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"651b0c9c7f994bdc9bde3689dd4813c88bfc265a4f6c35c1bd9828f3",
"uri":"http://bvg-apps.hafas.de/locationmap/9009201"
},
{
"tags":[
"9026101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8aa7463560cd7131d33d0796ffcb1f1d10b1b0a7679691e9af678fd7",
"uri":"http://bvg-apps.hafas.de/locationmap/9026101"
},
{
"tags":[
"9175005"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"033c61d6a864e595b7024b819dc655d8d76c2c1aae9736bf2953a474",
"uri":"http://bvg-apps.hafas.de/locationmap/9175005"
},
{
"tags":[
"9056102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"cc8ad1c66c6a07f8736a2779557898e8212d2ca0be79742359b57ae5",
"uri":"http://bvg-apps.hafas.de/locationmap/9056102"
},
{
"tags":[
"9025203"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8836b81d9029cc1b44864a1f68380049aef9453a887b4d1ee95ecbb8",
"uri":"http://bvg-apps.hafas.de/locationmap/9025203"
},
{
"tags":[
"9050282"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"76ec7995c8e396f7a7bac1a414026a0a4ab4b3bc286c71576f39e37a",
"uri":"http://bvg-apps.hafas.de/locationmap/9050282"
},
{
"tags":[
"9100019"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"32df92b51cb39b616f9f1ee48fdf491d4ead03360a1819d128de94ef",
"uri":"http://bvg-apps.hafas.de/locationmap/9100019"
},
{
"tags":[
"9051301"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"ede1ad3470c95704abb29209decdb0a098f2790a89ddc26e2e3c3d82",
"uri":"http://bvg-apps.hafas.de/locationmap/9051301"
},
{
"tags":[
"9009202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8aa340949b5dc72ffaae5f1512c207d196cb83c3805387804dd39770",
"uri":"http://bvg-apps.hafas.de/locationmap/9009202"
},
{
"tags":[
"9086101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f779701328f7670d94ed97b36473926135852a67482728fad9fba5c5",
"uri":"http://bvg-apps.hafas.de/locationmap/9086101"
},
{
"tags":[
"9009203"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"63550be8f156378e7f8995100a5dfeaf97b7a972baece796ba2a69e9",
"uri":"http://bvg-apps.hafas.de/locationmap/9009203"
},
{
"tags":[
"9085104"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2202f0e6f75e8a03f6e38e20e77df8b9804a9bbd611cfecb96510a65",
"uri":"http://bvg-apps.hafas.de/locationmap/9085104"
},
{
"tags":[
"9068101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"475c8721a6db6f457bf007bcc766f4434cbc71fcd5304c1485ad10c9",
"uri":"http://bvg-apps.hafas.de/locationmap/9068101"
},
{
"tags":[
"9080401"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"a0f382a5b1a405bb1459f99c68c50e2217a2db318d53e6ddca73a659",
"uri":"http://bvg-apps.hafas.de/locationmap/9080401"
},
{
"tags":[
"9034101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"84054a9bfdff8c318835b14359cee784a841854374b2e2317d26fa3d",
"uri":"http://bvg-apps.hafas.de/locationmap/9034101"
},
{
"tags":[
"9017102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"1986ed9d1e688791d65f074f545a5f93484455cc0852aa99859b0d01",
"uri":"http://bvg-apps.hafas.de/locationmap/9017102"
},
{
"tags":[
"9051302"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"554f0f941d2ee52d84bee95c1ac124143b448a0a00c865f06a522ee6",
"uri":"http://bvg-apps.hafas.de/locationmap/9051302"
},
{
"tags":[
"9013103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"dd2dfc5b20400d7ce0d60c3ac977b871607cae8ab8a754eb78117182",
"uri":"http://bvg-apps.hafas.de/locationmap/9013103"
},
{
"tags":[
"9078102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"52def2b5dd13ba37640631fbed9e3620dc765e69caf89d43a4aa1bef",
"uri":"http://bvg-apps.hafas.de/locationmap/9078102"
},
{
"tags":[
"9096410"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"9b3454ac63f25eaef713d3e21f39224a2268b2479291cb6e12695a53",
"uri":"http://bvg-apps.hafas.de/locationmap/9096410"
},
{
"tags":[
"9054101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"30ffb808e97d280b26f87ffe322deca1b5f7995bc222b84b2267a912",
"uri":"http://bvg-apps.hafas.de/locationmap/9054101"
},
{
"tags":[
"9011101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"04690c41e6a60c703a1268f0ecc06c674be0849e4fef1927e620a428",
"uri":"http://bvg-apps.hafas.de/locationmap/9011101"
},
{
"tags":[
"9008102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"a499806c947e4cb9f1843487a259e6687b67331b732e6f3e7e21ce7c",
"uri":"http://bvg-apps.hafas.de/locationmap/9008102"
},
{
"tags":[
"9085203"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2465dd9b8f006d31eb71e378b66aba8198e09fc3412b07e087b1791f",
"uri":"http://bvg-apps.hafas.de/locationmap/9085203"
},
{
"tags":[
"9022202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8462a500855ddb582ce53119854f3e7719ebc68c9dcd649f11b930a3",
"uri":"http://bvg-apps.hafas.de/locationmap/9022202"
},
{
"tags":[
"9036101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"ea45019d100d34f2a367095fe7cb9c5ca47c7014eb68bc3ef600ae57",
"uri":"http://bvg-apps.hafas.de/locationmap/9036101"
},
{
"tags":[
"9100016"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8cf639372fda00ed8e381c3f76278212c409eff24f1e29de8a68ac27",
"uri":"http://bvg-apps.hafas.de/locationmap/9100016"
},
{
"tags":[
"9100023"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"3c52d862435da9cb5c9a4489c83fe64068f4b03b925fcf9ae5b20b33",
"uri":"http://bvg-apps.hafas.de/locationmap/9100023"
},
{
"tags":[
"9083201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"5a22f7bc3d234db476f83cd8d63ebe852f587177dcc4c4d189371e2c",
"uri":"http://bvg-apps.hafas.de/locationmap/9083201"
},
{
"tags":[
"9025202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"1bb341630e19bc62ddfd165afd54e7bf1d26ba645801754b66082d85",
"uri":"http://bvg-apps.hafas.de/locationmap/9025202"
},
{
"tags":[
"9045101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"e3bc41167293f9bc44c543219eb711368bb8add442db15148b6f211b",
"uri":"http://bvg-apps.hafas.de/locationmap/9045101"
},
{
"tags":[
"9120009"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"4679c64d395bbcaaa9c2554718ffb6f8e4c10365cde30984d2960195",
"uri":"http://bvg-apps.hafas.de/locationmap/9120009"
},
{
"tags":[
"9087101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"52333a1f459aeb07d00c401f1e2d9de9e445f8f2cded38685b80895c",
"uri":"http://bvg-apps.hafas.de/locationmap/9087101"
},
{
"tags":[
"9100017"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"1af3031f5d814b6fe6b14114aa7cb5e71ae084c0869dd31f8c980685",
"uri":"http://bvg-apps.hafas.de/locationmap/9100017"
},
{
"tags":[
"9014102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"bad070efa1b7b8d7b302709b6276d3c33af0e2942830c869d91508d3",
"uri":"http://bvg-apps.hafas.de/locationmap/9014102"
},
{
"tags":[
"9062203"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"4db5f46cbe4595c41cf1127caa193c69aa5f8f12be493324d7526cd5",
"uri":"http://bvg-apps.hafas.de/locationmap/9062203"
},
{
"tags":[
"9100501"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"d129ae6b7c6048ded095f8f6c0fbb69255c8290559e201b68fab0077",
"uri":"http://bvg-apps.hafas.de/locationmap/9100501"
},
{
"tags":[
"9016201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"1e89597f60ff800d0c43e73ed4f9ef27529e1387f1dd5be53bd5e907",
"uri":"http://bvg-apps.hafas.de/locationmap/9016201"
},
{
"tags":[
"9009103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"60113f18d7ff37063788ab95d2fed150e3f283fbb4f30c43ac5f6418",
"uri":"http://bvg-apps.hafas.de/locationmap/9009103"
},
{
"tags":[
"9110005"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"46e2cffda295fe46213b8245e192d02ae61b8e4f920cf6381c0e30a4",
"uri":"http://bvg-apps.hafas.de/locationmap/9110005"
},
{
"tags":[
"9035101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"99b599a90b18b5e3a4a69d7cd55dc3722a67ef3f618c43c7f91d2e76",
"uri":"http://bvg-apps.hafas.de/locationmap/9035101"
},
{
"tags":[
"9022101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"c6720781fee64ed6cbe9edf699f99c09b0a140f21e3b368dbb894bd6",
"uri":"http://bvg-apps.hafas.de/locationmap/9022101"
},
{
"tags":[
"9042101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"ceced1a5669cc5f7a14e62c8800902a6bcc5d856c82e1378cfe34890",
"uri":"http://bvg-apps.hafas.de/locationmap/9042101"
},
{
"tags":[
"9100013"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"72f6e440d23dfedb3e0c6085c98807f61ba77f9e072ff2a7d81df367",
"uri":"http://bvg-apps.hafas.de/locationmap/9100013"
},
{
"tags":[
"9100011"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"a7f26da0159554e5bf19628a6eafefcee1daf2cedbc75bf92acbfcf8",
"uri":"http://bvg-apps.hafas.de/locationmap/9100011"
},
{
"tags":[
"9120006"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"34f9b84943a3645f330f83768963107f8fb04055baebcf76c7300b74",
"uri":"http://bvg-apps.hafas.de/locationmap/9120006"
},
{
"tags":[
"9016202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"f375efde87a2229d970d552355a9bbb2bb2e33e8f46224bf90e6a21d",
"uri":"http://bvg-apps.hafas.de/locationmap/9016202"
},
{
"tags":[
"9026201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"cab1f4dcf809e21a705c2f8ee6c9667c37348c14907601d18c117026",
"uri":"http://bvg-apps.hafas.de/locationmap/9026201"
},
{
"tags":[
"9051201"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"4a422417a6753c0dbb876782cf3722ad0b8cad8bc496f6cc40e1be09",
"uri":"http://bvg-apps.hafas.de/locationmap/9051201"
},
{
"tags":[
"9161002"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"035765e112ced4615e5efe74be226bbffa4f5041b207b4a675abdca2",
"uri":"http://bvg-apps.hafas.de/locationmap/9161002"
},
{
"tags":[
"9003104"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"dfffd745c9aa661ae082ce90353be4c1703e9ae1e9858aab3fc31d76",
"uri":"http://bvg-apps.hafas.de/locationmap/9003104"
},
{
"tags":[
"9023301"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"a388a2fd1cc2d9444e1405fcd17965d8c20920c1e4c0c8037360c10b",
"uri":"http://bvg-apps.hafas.de/locationmap/9023301"
},
{
"tags":[
"9069271"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"2c565fa895fd2d93d64ba9f42d340b11ad3c6c3ad2d1c37a844a45b7",
"uri":"http://bvg-apps.hafas.de/locationmap/9069271"
},
{
"tags":[
"9055101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"64199df610e9ab1d4845e76f865d7af9bdba22b935f0be723f82bf9e",
"uri":"http://bvg-apps.hafas.de/locationmap/9055101"
},
{
"tags":[
"9130011"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"318ce0244fe788691df3d8c478413d994d648929ec4f755a6f4d2eab",
"uri":"http://bvg-apps.hafas.de/locationmap/9130011"
},
{
"tags":[
"9007103"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"ad7a7e1a0eb569df144d50352a557355491182b87a2e0771600fa6a5",
"uri":"http://bvg-apps.hafas.de/locationmap/9007103"
},
{
"tags":[
"9061101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"62924567dc8221b9709837e494681f013af47289f18292cba0badb67",
"uri":"http://bvg-apps.hafas.de/locationmap/9061101"
},
{
"tags":[
"9120025"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"786c687417bc9eedfb0b8a4120893cded86bb608b5d323e724163493",
"uri":"http://bvg-apps.hafas.de/locationmap/9120025"
},
{
"tags":[
"9100051"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"73c06ef2357458979449c1beb4595f4e7ee78bc2940a0e9a6fa2bb73",
"uri":"http://bvg-apps.hafas.de/locationmap/9100051"
},
{
"tags":[
"9070101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"08773d2ff15f64a0d2eb59bbaed2fe8deca33b9f9d3fad7a65b01653",
"uri":"http://bvg-apps.hafas.de/locationmap/9070101"
},
{
"tags":[
"9024202"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"96b44a31dbb4fafe46e90f19f6bca8b973703d6466084ffc149b8ebc",
"uri":"http://bvg-apps.hafas.de/locationmap/9024202"
},
{
"tags":[
"9083102"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"dfbb25cfaf57def6476cde97e03cce790d6ad7f09df70ad72765c601",
"uri":"http://bvg-apps.hafas.de/locationmap/9083102"
},
{
"tags":[
"9033101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"8a1c791ceef1a415db9ef3fa895894ecc3618954e858cc03421822c9",
"uri":"http://bvg-apps.hafas.de/locationmap/9033101"
},
{
"tags":[
"9083101"
],
"group":"locationmap",
"name":{
"e":"location map",
"d":"Umgebungskarte"
},
"hash":"393a4b2df7baa6669e5f76f37abee4e43a0f01a446f932ac6b715b79",
"uri":"http://bvg-apps.hafas.de/locationmap/9083101"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment