-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeoBLR.html
381 lines (299 loc) · 324 KB
/
GeoBLR.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_a4bbbc72300f4386886fbba2ce16451c {
position: relative;
width: 1800.0px;
height: 1000.0px;
left: 0.0%;
top: 0.0%;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
#float_image_3dde5ed3aa5e4390b676d228d57b5590 {
position:absolute;
bottom:75%;
left:80%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_a4bbbc72300f4386886fbba2ce16451c" ></div>
<img id="float_image_3dde5ed3aa5e4390b676d228d57b5590" alt="float_image"
src="Legend.png"
style="z-index: 999999">
</img>
</body>
<script>
var map_a4bbbc72300f4386886fbba2ce16451c = L.map(
"map_a4bbbc72300f4386886fbba2ce16451c",
{
center: [12.9716, 77.5946],
crs: L.CRS.EPSG3857,
zoom: 15,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_5925a67dfdd04411b3ba7a8aaba06f15 = L.tileLayer(
"https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png",
{"attribution": "\u0026copy; \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"http://cartodb.com/attributions\"\u003eCartoDB\u003c/a\u003e, CartoDB \u003ca href =\"http://cartodb.com/attributions\"\u003eattributions\u003c/a\u003e", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_a4bbbc72300f4386886fbba2ce16451c);
function geo_json_453b60900ed94c20b930263a182f2cb3_styler(feature) {
switch(feature.id) {
default:
return {"color": "black", "fillColor": "yellow", "fillOpacity": 1, "weight": 1};
}
}
function geo_json_453b60900ed94c20b930263a182f2cb3_pointToLayer(feature, latlng) {
var opts = {};
const iconOptions = {"extraClasses": "fa-rotate-0", "icon": "home", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
const iconRootAlias = L.AwesomeMarkers
opts.icon = new iconRootAlias.Icon(iconOptions)
let style = geo_json_453b60900ed94c20b930263a182f2cb3_styler(feature)
Object.assign(opts.icon.options, style)
return new L.Marker(latlng, opts)
}
function geo_json_453b60900ed94c20b930263a182f2cb3_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_453b60900ed94c20b930263a182f2cb3 = L.geoJson(null, {
onEachFeature: geo_json_453b60900ed94c20b930263a182f2cb3_onEachFeature,
style: geo_json_453b60900ed94c20b930263a182f2cb3_styler,
pointToLayer: geo_json_453b60900ed94c20b930263a182f2cb3_pointToLayer
});
function geo_json_453b60900ed94c20b930263a182f2cb3_add (data) {
geo_json_453b60900ed94c20b930263a182f2cb3
.addData(data)
.addTo(map_a4bbbc72300f4386886fbba2ce16451c);
}
geo_json_453b60900ed94c20b930263a182f2cb3_add({"bbox": [77.4765336, 12.875302, 77.7009213, 13.1259995], "features": [{"bbox": [77.5701724, 13.0030557, 77.5701724, 13.0030557], "geometry": {"coordinates": [77.5701724, 13.0030557], "type": "Point"}, "id": "0", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Vidya Mandir School, West Park Road, Malleswaram, Kadu Malleshwar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560003, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": "Boy Scouts", "osmid": 599205811, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/599205811", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5707314, 12.984978, 77.5707314, 12.984978], "geometry": {"coordinates": [77.5707314, 12.984978], "type": "Point"}, "id": "1", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "S.C/S.T Welfare assocition, Platform Road, Railway Colony, Subhash Nagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "landuse": null, "leisure": null, "name": "S.C/S.T Welfare assocition", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604671, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604671", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5707724, 12.9862367, 77.5707724, 12.9862367], "geometry": {"coordinates": [77.5707724, 12.9862367], "type": "Point"}, "id": "2", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Dr.b R Ambedkar Samudaya Bavan(bbmp), Railway Platform Road, Subhash Nagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "landuse": null, "leisure": null, "name": "Dr.b R Ambedkar Samudaya Bavan(bbmp)", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604681, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604681", "ups_community": "community_centre", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.570748, 12.9861118, 77.570748, 12.9861118], "geometry": {"coordinates": [77.570748, 12.9861118], "type": "Point"}, "id": "3", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Youth welfare association, Railway Platform Road, Subhash Nagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "landuse": null, "leisure": null, "name": "Youth welfare association", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604682, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604682", "ups_community": "youth club", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5681858, 12.9916519, 77.5681858, 12.9916519], "geometry": {"coordinates": [77.5681858, 12.9916519], "type": "Point"}, "id": "4", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "V.R.naidu Abimanigala sanga, 5th Main Road, Subhash Nagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560003, India", "landuse": null, "leisure": null, "name": "V.R.naidu Abimanigala sanga", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604697, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604697", "ups_community": null, "ups_school": "school", "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6133364, 12.9496427, 77.6133364, 12.9496427], "geometry": {"coordinates": [77.6133364, 12.9496427], "type": "Point"}, "id": "5", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Samatha sainika dala, Anepalaya Main Road, Gajendra Nagara, Nilasandra, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560047, India", "landuse": null, "leisure": null, "name": "Samatha sainika dala", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604706, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604706", "ups_community": "community_centre", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6147223, 12.9498927, 77.6147223, 12.9498927], "geometry": {"coordinates": [77.6147223, 12.9498927], "type": "Point"}, "id": "6", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "JDS Office, 7th Main Road, Koramangala 8th Block, Nilasandra, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560047, India", "landuse": null, "leisure": null, "name": "JDS Office", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604711, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604711", "ups_community": "community_centre", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6139324, 12.9500392, 77.6139324, 12.9500392], "geometry": {"coordinates": [77.6139324, 12.9500392], "type": "Point"}, "id": "7", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Bus staf\u0026Reds, Anepalaya Main Road, Gajendra Nagara, Nilasandra, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560047, India", "landuse": null, "leisure": null, "name": "Bus staf\u0026Reds", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604712, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604712", "ups_community": "community_centre", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6151518, 12.9503659, 77.6151518, 12.9503659], "geometry": {"coordinates": [77.6151518, 12.9503659], "type": "Point"}, "id": "8", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Govt training centre, 7th Main Road, Koramangala 8th Block, Nilasandra, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560047, India", "landuse": null, "leisure": null, "name": "Govt training centre", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 663604719, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/663604719", "ups_community": "community_centre", "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6401315, 12.9602685, 77.6401315, 12.9602685], "geometry": {"coordinates": [77.6401315, 12.9602685], "type": "Point"}, "id": "9", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Central Govt Community Hall, 1st Main Road, Domlur 1st Stage, Domlur Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560071, India", "landuse": null, "leisure": null, "name": "Central Govt Community Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 767436684, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/767436684", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5410571, 12.9385924, 77.5410571, 12.9385924], "geometry": {"coordinates": [77.5410571, 12.9385924], "type": "Point"}, "id": "10", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560085", "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Nandagokula Sabhangana, 8th C Cross Road, Girinagar, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "landuse": null, "leisure": null, "name": "Nandagokula Sabhangana", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 951467420, "phone": null, "shop": "Community Hall", "short_name": null, "start_date": null, "unique_id": "node/951467420", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5392281, 12.9388834, 77.5392281, 12.9388834], "geometry": {"coordinates": [77.5392281, 12.9388834], "type": "Point"}, "id": "11", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sundar Mahal, Hoskerehalli Road, Girinagar, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560039, India", "landuse": null, "leisure": null, "name": "Sundar Mahal", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 951467567, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/951467567", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5619192, 12.9279572, 77.5619192, 12.9279572], "geometry": {"coordinates": [77.5619192, 12.9279572], "type": "Point"}, "id": "12", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Prince Party Hall, 30th Main road, Banashankari 2nd Stage, Banashankari 2nd Stage, Ganesh Mandir ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560028, India", "landuse": null, "leisure": null, "name": "Prince Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1473887248, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1473887248", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5680233, 12.9496638, 77.5680233, 12.9496638], "geometry": {"coordinates": [77.5680233, 12.9496638], "type": "Point"}, "id": "13", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Guru Narasimha Kalyana Mantap, Bull Temple Road, Sunkenahalli Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560019, India", "landuse": null, "leisure": null, "name": "Guru Narasimha Kalyana Mantap", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1473972564, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1473972564", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5484169, 12.998911, 77.5484169, 12.998911], "geometry": {"coordinates": [77.5484169, 12.998911], "type": "Point"}, "id": "14", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Akkamahadevi Kalyana Mantapa, 3rd Main Road, West of Chord Road II Stage, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Akkamahadevi Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": "\u0c85\u0c95\u0ccd\u0c95\u0cae\u0cb9\u0cbe\u0ca6\u0cc7\u0cb5\u0cbf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1474819899, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1474819899", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5486996, 12.9831177, 77.5486996, 12.9831177], "geometry": {"coordinates": [77.5486996, 12.9831177], "type": "Point"}, "id": "15", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Shivaprabha Kalyana Mantapa, National Public School Flyover, Rajajinagar 6th Block, Dr. Raj Kumar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Shivaprabha Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1474821308, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1474821308", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6004411, 12.9719394, 77.6004411, 12.9719394], "geometry": {"coordinates": [77.6004411, 12.9719394], "type": "Point"}, "id": "16", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Ashirwad, Saint Mark\u0027s Road, MacIvor Town, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "landuse": null, "leisure": null, "name": "Ashirwad", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1492519131, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1492519131", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5893788, 12.922965, 77.5893788, 12.922965], "geometry": {"coordinates": [77.5893788, 12.922965], "type": "Point"}, "id": "17", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Partik Convention Hall, 36 A Cross Road, Jayanagar 4T Block, Pattabhiram Nagar, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560041, India", "landuse": null, "leisure": null, "name": "Partik Convention Hall", "name:en": null, "name:hi": null, "name:kn": "\u0caa\u0cbe\u0cb0\u0ccd\u0ca4\u0cbf\u0c95\u0ccd \u0c95\u0ca8\u0ccd\u0cb5\u0cc6\u0ca8\u0ccd\u0cb6\u0ca8\u0ccd \u0cb9\u0cbe\u0cb2\u0ccd", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1604968795, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1604968795", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5796673, 12.9776756, 77.5796673, 12.9776756], "geometry": {"coordinates": [77.5796673, 12.9776756], "type": "Point"}, "id": "18", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Terapanth Bhavan, Acharya Tulsi Marga, Gandhinagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560009, India", "landuse": null, "leisure": null, "name": "Terapanth Bhavan", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1637588141, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1637588141", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5850521, 12.9248857, 77.5850521, 12.9248857], "geometry": {"coordinates": [77.5850521, 12.9248857], "type": "Point"}, "id": "19", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Hande Hall, 10th Main Road, Jayanagar 5th Block, Jayanagar 4th Block, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560011, India", "landuse": null, "leisure": null, "name": "Hande Hall", "name:en": null, "name:hi": null, "name:kn": "\u0cb9\u0c82\u0ca6\u0cc6 \u0cb9\u0cbe\u0cb2\u0ccd", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1649839709, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1649839709", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6373022, 12.9643567, 77.6373022, 12.9643567], "geometry": {"coordinates": [77.6373022, 12.9643567], "type": "Point"}, "id": "20", "properties": {"addr:city": "Bengaluru", "addr:country": null, "addr:hamlet": null, "addr:housenumber": "3", "addr:postcode": "560071", "addr:street": "4th Main Road, Domlur 2nd Stage", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Domlur Club, 3, 4th Main Road, Domlur 2nd Stage, Domlur Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560071, India", "landuse": null, "leisure": null, "name": "Domlur Club", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1655556663, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1655556663", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.572086, 12.954482, 77.572086, 12.954482], "geometry": {"coordinates": [77.572086, 12.954482], "type": "Point"}, "id": "21", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Pampa Maha Kavi Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Chandra Shekara Bharati Kalyana Mantapa, Pampa Mahakavi Road, VV Puram, Vishveshwara Puram, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 572161, India", "landuse": null, "leisure": null, "name": "Chandra Shekara Bharati Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1791572737, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1791572737", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5720966, 12.9546728, 77.5720966, 12.9546728], "geometry": {"coordinates": [77.5720966, 12.9546728], "type": "Point"}, "id": "22", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Pampa Mahakavi Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sharada Prasada Kalyana Mantapa, Pampa Mahakavi Road, VV Puram, Vishveshwara Puram, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 572161, India", "landuse": null, "leisure": null, "name": "Sharada Prasada Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1791573840, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1791573840", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5725794, 12.9552792, 77.5725794, 12.9552792], "geometry": {"coordinates": [77.5725794, 12.9552792], "type": "Point"}, "id": "23", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Pampa Maha Kavi Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Raya Raya Kollam Kalyana Mantapa, Pampa Mahakavi Road, VV Puram, Vishveshwara Puram, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 572161, India", "landuse": null, "leisure": null, "name": "Raya Raya Kollam Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1791586585, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1791586585", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5725607, 12.9549159, 77.5725607, 12.9549159], "geometry": {"coordinates": [77.5725607, 12.9549159], "type": "Point"}, "id": "24", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Krishna Vadiraja Kalyana Mantapa, Pampa Mahakavi Road, VV Puram, Vishveshwara Puram, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 572161, India", "landuse": null, "leisure": null, "name": "Krishna Vadiraja Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1791599706, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/1791599706", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5496062, 12.9875529, 77.5496062, 12.9875529], "geometry": {"coordinates": [77.5496062, 12.9875529], "type": "Point"}, "id": "25", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Nandana Party Hall, Shivanagar Flyover, Shivanahalli, Shivanagara, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Nandana Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 2271426098, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/2271426098", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5558016, 12.9843805, 77.5558016, 12.9843805], "geometry": {"coordinates": [77.5558016, 12.9843805], "type": "Point"}, "id": "26", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "KTSVS Rajatha Mahotsava Samudaaya Bhavana, 10th Main Road, Rajajinagar 3rd Block, Sriramamandir Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "KTSVS Rajatha Mahotsava Samudaaya Bhavana", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 2554302336, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/2554302336", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5621194, 12.9283205, 77.5621194, 12.9283205], "geometry": {"coordinates": [77.5621194, 12.9283205], "type": "Point"}, "id": "27", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sri Hari Kalyana Mantapa, 30th Main road, Banashankari 2nd Stage, Banashankari 2nd Stage, Ganesh Mandir ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560028, India", "landuse": null, "leisure": null, "name": "Sri Hari Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3118314738, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3118314738", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5717632, 12.9457315, 77.5717632, 12.9457315], "geometry": {"coordinates": [77.5717632, 12.9457315], "type": "Point"}, "id": "28", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "HB Samaja Convention Hall, H.B. Samaja Road, Sunkenahalli Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560004, India", "landuse": null, "leisure": null, "name": "HB Samaja Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3148753000, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3148753000", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6391984, 12.9788524, 77.6391984, 12.9788524], "geometry": {"coordinates": [77.6391984, 12.9788524], "type": "Point"}, "id": "29", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Parimala Sabhangana, 9th Cross Road, Indiranagar 1st Stage, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560038, India", "landuse": null, "leisure": null, "name": "Parimala Sabhangana", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3370171479, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3370171479", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6023113, 12.9420376, 77.6023113, 12.9420376], "geometry": {"coordinates": [77.6023113, 12.9420376], "type": "Point"}, "id": "30", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sri Chowdeshwari Bhavan, Temple Road;16th Cross Street, Lakkasandra, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560030, India", "landuse": null, "leisure": null, "name": "Sri Chowdeshwari Bhavan", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3394753832, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3394753832", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5841061, 12.9377783, 77.5841061, 12.9377783], "geometry": {"coordinates": [77.5841061, 12.9377783], "type": "Point"}, "id": "31", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Ayodhya Kalyana Mantapa, 9th Main Road, Basavanagudi, Jayanagar Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560011, India", "landuse": null, "leisure": null, "name": "Ayodhya Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": "\u0c85\u0caf\u0ccb\u0ca7\u0ccd\u0caf\u0cc6\u0caf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3401984696, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3401984696", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5827169, 12.9390863, 77.5827169, 12.9390863], "geometry": {"coordinates": [77.5827169, 12.9390863], "type": "Point"}, "id": "32", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Samaj Seva Sangha, 8th Main Road, Basavanagudi, Jayanagar Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560011, India", "landuse": null, "leisure": null, "name": "Samaj Seva Sangha", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0cae\u0cbe\u0c9c \u0cb8\u0cc7\u0cb5\u0cbe \u0cb8\u0c82\u0c98", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3401984951, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3401984951", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6349102, 12.9708578, 77.6349102, 12.9708578], "geometry": {"coordinates": [77.6349102, 12.9708578], "type": "Point"}, "id": "33", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Function Hall, 7th Main Road, Someshwarapura, Domlur Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "landuse": null, "leisure": null, "name": "Function Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3721246028, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3721246028", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6413172, 12.979926, 77.6413172, 12.979926], "geometry": {"coordinates": [77.6413172, 12.979926], "type": "Point"}, "id": "34", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Shree Adi Kempamma Adi Muthyalamma Temple, 1st Cross Road, Old Binnamangala, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560038, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3726162464, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3726162464", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.7009213, 12.9577993, 77.7009213, 12.9577993], "geometry": {"coordinates": [77.7009213, 12.9577993], "type": "Point"}, "id": "35", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": "2022-07-23", "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Krishna Summit, Marathahalli Underpass, Marathahalli Bridge, Marathahalli Ward, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "landuse": null, "leisure": null, "name": "Krishna Summit Banquet Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 3806469946, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/3806469946", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5496787, 12.9620904, 77.5496787, 12.9620904], "geometry": {"coordinates": [77.5496787, 12.9620904], "type": "Point"}, "id": "36", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Government Function Hall, Hosahalli Main Road, Goripalya, Jagajivanaramnagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560104, India", "landuse": null, "leisure": null, "name": "Government Function Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4101094996, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4101094996", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5143095, 12.9268736, 77.5143095, 12.9268736], "geometry": {"coordinates": [77.5143095, 12.9268736], "type": "Point"}, "id": "37", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Vasavi Mahal, Kenchenahalli Main Road, Ideal Homes Layout, Rajarajeshwari Nagar, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560098, India", "landuse": null, "leisure": null, "name": "Vasavi Mahal", "name:en": null, "name:hi": null, "name:kn": "\u0cb5\u0cbe\u0cb8\u0cb5\u0cbf \u0cae\u0cb9\u0cb2\u0ccd", "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4212006127, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4212006127", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6514124, 13.0085079, 77.6514124, 13.0085079], "geometry": {"coordinates": [77.6514124, 13.0085079], "type": "Point"}, "id": "38", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Parvati Kalyana Mantapa, B Channasandra Main Road, Banaswadi, Banasavadi, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560016, India", "landuse": null, "leisure": null, "name": "Parvati Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4242720007, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4242720007", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6885737, 12.9319839, 77.6885737, 12.9319839], "geometry": {"coordinates": [77.6885737, 12.9319839], "type": "Point"}, "id": "39", "properties": {"addr:city": "Bangalore", "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560103", "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "embassy techvillage, Outer Ring Road, Kaadubeesanahalli, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560103, India", "landuse": null, "leisure": null, "name": "embassy techvillage", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4447307527, "phone": "8041799999", "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4447307527", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5892695, 12.919657, 77.5892695, 12.919657], "geometry": {"coordinates": [77.5892695, 12.919657], "type": "Point"}, "id": "40", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "GNR Kalyana Mantapa, 18th Main Road, DK Naik Nagar, Pattabhiram Nagar, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560041, India", "landuse": null, "leisure": null, "name": "GNR Kalyana Mantapa", "name:en": "GNR Kalyana Mantapa", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4456480191, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4456480191", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5661555, 12.8826852, 77.5661555, 12.8826852], "geometry": {"coordinates": [77.5661555, 12.8826852], "type": "Point"}, "id": "41", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Soudhamini Kalyana Mantapa, Amruth Nagar Main Road, Konanakunte, Anjanapura, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560062, India", "landuse": null, "leisure": null, "name": "Soudhamini Kalyana Mantapa", "name:en": "Soudhamini Kalyana Mantapa", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4456766989, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4456766989", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6021808, 12.9240616, 77.6021808, 12.9240616], "geometry": {"coordinates": [77.6021808, 12.9240616], "type": "Point"}, "id": "42", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Ambedkar Community Computer Center(AC3), Bannerghatta Road, Bismillah Nagar, Gurappanapalya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "Ambedkar Community Computer Center(AC3)", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4456801277, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4456801277", "ups_community": null, "ups_school": null, "website": "https://slumdweller.wikispaces.com/", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6521261, 12.9704844, 77.6521261, 12.9704844], "geometry": {"coordinates": [77.6521261, 12.9704844], "type": "Point"}, "id": "43", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Kannada Samskreeta Mahila Koota, 8th Cross Road, Puttappa Layout, Hosa Tippasandra, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560075, India", "landuse": null, "leisure": null, "name": "Kannada Samskreeta Mahila Koota", "name:en": "Kannada Samskreeta Mahila Koota", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4472375492, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4472375492", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4765336, 12.9761181, 77.4765336, 12.9761181], "geometry": {"coordinates": [77.4765336, 12.9761181], "type": "Point"}, "id": "44", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "CIIQ, NICE Peripheral Ring Road, Ullalu Upanagara, Ullalu, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560110, India", "landuse": null, "leisure": null, "name": "CIIQ", "name:en": "CIIQ", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4519069998, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4519069998", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6098418, 12.9826539, 77.6098418, 12.9826539], "geometry": {"coordinates": [77.6098418, 12.9826539], "type": "Point"}, "id": "45", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Vysya Choultry, Ibrahim Sahib Street, Commercial Street Shopping Area, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560042, India", "landuse": null, "leisure": null, "name": "Vysya Choultry", "name:en": "Vysya Choultry", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4535334896, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4535334896", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6575557, 12.9821034, 77.6575557, 12.9821034], "geometry": {"coordinates": [77.6575557, 12.9821034], "type": "Point"}, "id": "46", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Karunadu services, 4th Cross Road, Sudgunte Palya, C V Raman Nagar Ward, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560075, India", "landuse": null, "leisure": null, "name": "Karunadu services", "name:en": "Karunadu services", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4599173691, "phone": "08042123520", "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4599173691", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5485962, 12.9784178, 77.5485962, 12.9784178], "geometry": {"coordinates": [77.5485962, 12.9784178], "type": "Point"}, "id": "47", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": "wedding hall", "element_type": "node", "email": null, "geocode": "Subharam Kalyana Mantapa, Chord Road, Rajajinagara 5th Block, Dr. Raj Kumar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Subharam Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4635146940, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4635146940", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5943821, 12.875302, 77.5943821, 12.875302], "geometry": {"coordinates": [77.5943821, 12.875302], "type": "Point"}, "id": "48", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Meenaakshi Convention Center, Bannerghatta Road, Arekere, Arakere, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "landuse": null, "leisure": null, "name": "Meenaakshi Convention Center", "name:en": "Meenaakshi Convention Center", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4702654089, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4702654089", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6229745, 12.9320232, 77.6229745, 12.9320232], "geometry": {"coordinates": [77.6229745, 12.9320232], "type": "Point"}, "id": "49", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "MituToyo, Mahayogi Vemana Road, Maistripalaya, Koramangala, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560034, India", "landuse": null, "leisure": null, "name": "MituToyo", "name:en": "MituToyo", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4772969936, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4772969936", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6425433, 13.0208689, 77.6425433, 13.0208689], "geometry": {"coordinates": [77.6425433, 13.0208689], "type": "Point"}, "id": "50", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "All Peoples Church \u0026 World Outreach, CMR Road, Kacharakanahalli, Banasavadi, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560043, India", "landuse": null, "leisure": null, "name": "All Peoples Church \u0026 World Outreach", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4881272874, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4881272874", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6760274, 12.984642, 77.6760274, 12.984642], "geometry": {"coordinates": [77.6760274, 12.984642], "type": "Point"}, "id": "51", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Aadhar Enrollment Center, 10th Cross Road, Malleshpalya, C V Raman Nagar Ward, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560093, India", "landuse": null, "leisure": null, "name": "Aadhar Enrollment Center", "name:en": "Aadhar Enrollment Center", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4915951525, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4915951525", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.584538, 13.0217462, 77.584538, 13.0217462], "geometry": {"coordinates": [77.584538, 13.0217462], "type": "Point"}, "id": "52", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Karnataka Kalyana Mantapa, Bellary Road, Ganga Nagar, Gangenahalli, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560095, India", "landuse": null, "leisure": null, "name": "Karnataka Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4973098283, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4973098283", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5891542, 12.9616605, 77.5891542, 12.9616605], "geometry": {"coordinates": [77.5891542, 12.9616605], "type": "Point"}, "id": "53", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Huq Building, Lalbagh Road, Raja Ram Mohan Roy Extension, Sudhama Nagara, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560027, India", "landuse": null, "leisure": null, "name": "Huq Building", "name:en": "Huq Building", "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 4993784521, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/4993784521", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4987709, 12.9228611, 77.4987709, 12.9228611], "geometry": {"coordinates": [77.4987709, 12.9228611], "type": "Point"}, "id": "54", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "R. V. College of Engineering, Patanagere Main Road, Pattanagere, Hemmigepura, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560059, India", "landuse": null, "leisure": null, "name": "IEM Auditorium", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5167596339, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5167596339", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5491202, 13.0024301, 77.5491202, 13.0024301], "geometry": {"coordinates": [77.5491202, 13.0024301], "type": "Point"}, "id": "55", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Lakshmi Convention Hall, Rajajinagar First Block Flyover, Rajajinagara 1st Block, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Lakshmi Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5269219819, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5269219819", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6881147, 12.9557759, 77.6881147, 12.9557759], "geometry": {"coordinates": [77.6881147, 12.9557759], "type": "Point"}, "id": "56", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Hal, Varthur Road, HAL Airport Ward, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "landuse": null, "leisure": null, "name": "Hal", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5296886722, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5296886722", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6608219, 12.9548569, 77.6608219, 12.9548569], "geometry": {"coordinates": [77.6608219, 12.9548569], "type": "Point"}, "id": "57", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Marriage Hall, 1st Main Road, HAL Township, Konena Agrahara Ward, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560017, India", "landuse": null, "leisure": null, "name": "Marriage Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5301660323, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5301660323", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5480968, 12.9390746, 77.5480968, 12.9390746], "geometry": {"coordinates": [77.5480968, 12.9390746], "type": "Point"}, "id": "58", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sri Srinivasa Nilaya Dharmika Sabha Mandira, 16th Main Road, Banashankari 1st Stage, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560050, India", "landuse": null, "leisure": null, "name": "Sri Srinivasa Nilaya Dharmika Sabha Mandira", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5304601828, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5304601828", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5486674, 12.9370957, 77.5486674, 12.9370957], "geometry": {"coordinates": [77.5486674, 12.9370957], "type": "Point"}, "id": "59", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Souharda Mini Hall, 80 Feet Road, Banashankari 3rd Stage, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "landuse": null, "leisure": null, "name": "Souharda Mini Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5304601867, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5304601867", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5487177, 12.9370832, 77.5487177, 12.9370832], "geometry": {"coordinates": [77.5487177, 12.9370832], "type": "Point"}, "id": "60", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sapthapadi Kalyana Mantapa, 80 Feet Road, Banashankari 3rd Stage, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "landuse": null, "leisure": null, "name": "Sapthapadi Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5304601868, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5304601868", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5480928, 12.9390478, 77.5480928, 12.9390478], "geometry": {"coordinates": [77.5480928, 12.9390478], "type": "Point"}, "id": "61", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Kamalanaga Party Hall, 16th Main Road, Banashankari 1st Stage, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560050, India", "landuse": null, "leisure": null, "name": "Kamalanaga Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5304601891, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5304601891", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.661063, 12.9621252, 77.661063, 12.9621252], "geometry": {"coordinates": [77.661063, 12.9621252], "type": "Point"}, "id": "62", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Dalit Youth Welfare Association, 5th Main Road, HAL Township, HAL Airport Ward, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560017, India", "landuse": null, "leisure": null, "name": "Dalit Youth Welfare Association", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5338858122, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5338858122", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6597533, 12.9644427, 77.6597533, 12.9644427], "geometry": {"coordinates": [77.6597533, 12.9644427], "type": "Point"}, "id": "63", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sir M Vishveswaraya Welfare Association, 6th Main Anandapura, Anandapuram, Jeevanbhima Nagar, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560075, India", "landuse": null, "leisure": null, "name": "Sir M Vishveswaraya Welfare Association", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5338939123, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5338939123", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6383481, 12.9733553, 77.6383481, 12.9733553], "geometry": {"coordinates": [77.6383481, 12.9733553], "type": "Point"}, "id": "64", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Human Rights Protection and Corruption Eradication Forum, 6th Main, Motappanapalya, Jogupalya, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "landuse": null, "leisure": null, "name": "Human Rights Protection and Corruption Eradication Forum", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5569651822, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5569651822", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5725944, 13.1180936, 77.5725944, 13.1180936], "geometry": {"coordinates": [77.5725944, 13.1180936], "type": "Point"}, "id": "65", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Royal Kempegowda Convention Center, Ferrar Nagar Main Road, Prestige Montecarlo, Chowdeswari Ward, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": null, "name": "Royal Kempegowda Convention Center", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5707092821, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5707092821", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6186326, 12.9335312, 77.6186326, 12.9335312], "geometry": {"coordinates": [77.6186326, 12.9335312], "type": "Point"}, "id": "66", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "PMR Hall, 1st Cross Road, Koramangala 5th Block, Koramangala, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "PMR Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5915409405, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5915409405", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.550787, 12.9914563, 77.550787, 12.9914563], "geometry": {"coordinates": [77.550787, 12.9914563], "type": "Point"}, "id": "67", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sri Channakeshava Kalyana Mantapa, Chord Road, Shivanahalli, Shivanagara, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Sri Channakeshava Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5922659278, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5922659278", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.624476, 13.041054, 77.624476, 13.041054], "geometry": {"coordinates": [77.624476, 13.041054], "type": "Point"}, "id": "68", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Sapthagiri Party Hall, Thanisandra Main Road, 5th Block, Thanisandra, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560045, India", "landuse": null, "leisure": null, "name": "Sapthagiri Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 5966255483, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/5966255483", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5771309, 12.9689075, 77.5771309, 12.9689075], "geometry": {"coordinates": [77.5771309, 12.9689075], "type": "Point"}, "id": "69", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "G R Veerabhadrappa\u0027s Veerashaiva Choultry, Sanskrit and Veda Pathashala, Mamulpet Road, Mamulpete, Chikkapete, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560053, India", "landuse": null, "leisure": null, "name": "G R Veerabhadrappa\u0027s Veerashaiva Choultry, Sanskrit and Veda Pathashala", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 6418984603, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/6418984603", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5705059, 12.9988158, 77.5705059, 12.9988158], "geometry": {"coordinates": [77.5705059, 12.9988158], "type": "Point"}, "id": "70", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "8th cross, Malleshwaram", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Vasavi Mahal, East Park Road, Malleswaram, Kadu Malleshwar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560003, India", "landuse": null, "leisure": null, "name": "Vasavi Mahal", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 6419042636, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/6419042636", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5793304, 12.9693722, 77.5793304, 12.9693722], "geometry": {"coordinates": [77.5793304, 12.9693722], "type": "Point"}, "id": "71", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Chintalapalli Venkatamuni Setty\u0027s Free Boarding Hostel and Choultry, Avenue Road, Mamulpete, Chikkapete, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560053, India", "landuse": null, "leisure": null, "name": "Chintalapalli Venkatamuni Setty\u0027s Free Boarding Hostel and Choultry", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 6419055685, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/6419055685", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.636475, 13.0207335, 77.636475, 13.0207335], "geometry": {"coordinates": [77.636475, 13.0207335], "type": "Point"}, "id": "72", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": "141", "addr:postcode": "560084", "addr:street": "3rd Cross Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "\u0c9f\u0ccd\u0cb0\u0cbf\u0ca8\u0cbf\u0c9f\u0cbf \u0caa\u0cbe\u0cb0\u0ccd\u0c9f\u0cbf \u0cb9\u0cbe\u0cb2\u0ccd, 141, 3rd Cross Road, Kacharakanahalli, Kacharkanahalli, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560084, India", "landuse": null, "leisure": null, "name": "\u0c9f\u0ccd\u0cb0\u0cbf\u0ca8\u0cbf\u0c9f\u0cbf \u0caa\u0cbe\u0cb0\u0ccd\u0c9f\u0cbf \u0cb9\u0cbe\u0cb2\u0ccd", "name:en": "Trinity Party Hall", "name:hi": "Trinity Party Hall", "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 6947540185, "phone": "+919535491991", "shop": null, "short_name": null, "start_date": null, "unique_id": "node/6947540185", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6057857, 12.9693695, 77.6057857, 12.9693695], "geometry": {"coordinates": [77.6057857, 12.9693695], "type": "Point"}, "id": "73", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Pauline Book And Media Centre, Museum Road, Ashok Nagar, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "landuse": null, "leisure": "social_club", "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 7157992235, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/7157992235", "ups_community": null, "ups_school": null, "website": "https://www.catholiclub.com/", "wheelchair": null, "wikidata": "Q5053132", "wikipedia": "en:Catholic Club"}, "type": "Feature"}, {"bbox": [77.6413357, 13.0607032, 77.6413357, 13.0607032], "geometry": {"coordinates": [77.6413357, 13.0607032], "type": "Point"}, "id": "74", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Clubhouse, K. Narayanapura Main Road, K Narayanapura, Horamavu, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560077, India", "landuse": null, "leisure": null, "name": "Clubhouse", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 7206419709, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/7206419709", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6418177, 12.9946362, 77.6418177, 12.9946362], "geometry": {"coordinates": [77.6418177, 12.9946362], "type": "Point"}, "id": "75", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "G. Baiyapanahalli", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": "Community Center managed by DRRT and AVAS.", "element_type": "node", "email": null, "geocode": "Drishya Kalika Kendra, Private School Road, Baiyyappanahalli, Benniganahalli Ward, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560102, India", "landuse": null, "leisure": null, "name": "Drishya Kalika Kendra", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 7213545443, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/7213545443", "ups_community": null, "ups_school": null, "website": "http://www.dwarakaonline.com/Html/DRRT.htm", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6075801, 12.9978333, 77.6075801, 12.9978333], "geometry": {"coordinates": [77.6075801, 12.9978333], "type": "Point"}, "id": "76", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Adam\u0027s Golden Heritage, Bore Bank Road, Williams Town, Jayamahal Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560046, India", "landuse": null, "leisure": null, "name": "Adam\u0027s Golden Heritage", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 7234539608, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/7234539608", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5636214, 13.1259995, 77.5636214, 13.1259995], "geometry": {"coordinates": [77.5636214, 13.1259995], "type": "Point"}, "id": "77", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Le Roma Gardenia, IVRI Road, Atturu, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560089, India", "landuse": null, "leisure": null, "name": "Le Roma Gardenia", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 8911141976, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/8911141976", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6121868, 12.9731876, 77.6121868, 12.9731876], "geometry": {"coordinates": [77.6121868, 12.9731876], "type": "Point"}, "id": "78", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Freemasons Hall, Primrose Road, Ashok Nagar, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "landuse": null, "leisure": null, "name": "Freemasons Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9214580822, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9214580822", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5965106, 12.9832235, 77.5965106, 12.9832235], "geometry": {"coordinates": [77.5965106, 12.9832235], "type": "Point"}, "id": "79", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Indian Express, Doctor B R Ambedkar Veedhi, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "Pearl Banquet", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9573432742, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9573432742", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5682066, 12.982855, 77.5682066, 12.982855], "geometry": {"coordinates": [77.5682066, 12.982855], "type": "Point"}, "id": "80", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "RRR Kalyana Mantapa, Kranthikavi Sarvagnya Road, Railway Colony, Subhash Nagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "landuse": null, "leisure": null, "name": "RRR Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9632587538, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9632587538", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6158132, 12.9697498, 77.6158132, 12.9697498], "geometry": {"coordinates": [77.6158132, 12.9697498], "type": "Point"}, "id": "81", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Convent of St. Brigitta, 10, Brunton Road, Craig Park Layout, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "landuse": null, "leisure": null, "name": "Mother Tekla Auditorium", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9796232684, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9796232684", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6122136, 12.9648895, 77.6122136, 12.9648895], "geometry": {"coordinates": [77.6122136, 12.9648895], "type": "Point"}, "id": "82", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Shree Shwetambar Sthanakvasi Jain, 3rd Cross Road, Xavier Layout, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "landuse": null, "leisure": null, "name": "Shree Shwetambar Sthanakvasi Jain", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9930197208, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9930197208", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.583774, 13.0069739, 77.583774, 13.0069739], "geometry": {"coordinates": [77.583774, 13.0069739], "type": "Point"}, "id": "83", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "All India Veerashiva Mahasabha, Ramana Maharshi Road, Sadhashivanagar, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560080, India", "landuse": null, "leisure": null, "name": "All India Veerashiva Mahasabha", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9938657069, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9938657069", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4872589, 12.9301033, 77.4872589, 12.9301033], "geometry": {"coordinates": [77.4872589, 12.9301033], "type": "Point"}, "id": "84", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Kengeri, Bangalore", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "node", "email": null, "geocode": "Devi Party Hall, Kengeri Main Road, Kengeri Satelite Town, Kengeri, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560060, India", "landuse": null, "leisure": null, "name": "Devi Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": null, "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 9947963010, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "node/9947963010", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_453b60900ed94c20b930263a182f2cb3.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["geocode"];
let aliases = ["geocode"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
function geo_json_24eeb68b3bcf42589e6299c47160f30c_styler(feature) {
switch(feature.id) {
default:
return {"color": "black", "fillColor": "blue", "fillOpacity": 1, "weight": 1};
}
}
function geo_json_24eeb68b3bcf42589e6299c47160f30c_pointToLayer(feature, latlng) {
var opts = {};
const iconOptions = {"extraClasses": "fa-rotate-0", "icon": "book", "iconColor": "white", "markerColor": "#FF7377 ", "prefix": "glyphicon"}
const iconRootAlias = L.AwesomeMarkers
opts.icon = new iconRootAlias.Icon(iconOptions)
let style = geo_json_24eeb68b3bcf42589e6299c47160f30c_styler(feature)
Object.assign(opts.icon.options, style)
return new L.Marker(latlng, opts)
}
function geo_json_24eeb68b3bcf42589e6299c47160f30c_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_24eeb68b3bcf42589e6299c47160f30c = L.geoJson(null, {
onEachFeature: geo_json_24eeb68b3bcf42589e6299c47160f30c_onEachFeature,
style: geo_json_24eeb68b3bcf42589e6299c47160f30c_styler,
pointToLayer: geo_json_24eeb68b3bcf42589e6299c47160f30c_pointToLayer
});
function geo_json_24eeb68b3bcf42589e6299c47160f30c_add (data) {
geo_json_24eeb68b3bcf42589e6299c47160f30c
.addData(data)
.addTo(map_a4bbbc72300f4386886fbba2ce16451c);
}
geo_json_24eeb68b3bcf42589e6299c47160f30c_add({"bbox": [77.5176413, 12.8913614, 77.721099, 13.0802741], "features": [{"bbox": [77.5970447, 12.9742008, 77.5970447, 12.9742008], "geometry": {"coordinates": [77.5970447, 12.9742008], "type": "Point"}, "id": "0", "properties": {"access": null, "addr:city": "Bangalore", "addr:housenumber": "23, Prestige Takt", "addr:postcode": "560001", "addr:street": "Kasturba Cross Road", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "British Council Library, 23, Prestige Takt, Kasturba Cross Road, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "British Council Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": "Tu-Su 10:30-18:30", "operator": null, "operator:type": null, "osmid": 663568614, "phone": "+91-1-800-102-4353", "roof:colour": null, "unique_id": "node/663568614", "website": "https://www.britishcouncil.in/programmes/libraries/our-libraries/bengaluru-library", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.58161, 13.0133937, 77.58161, 13.0133937], "geometry": {"coordinates": [77.58161, 13.0133937], "type": "Point"}, "id": "1", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "RRI Library, 2nd Cross Road, Sadhashivanagar, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560080, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "RRI Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 674755223, "phone": null, "roof:colour": null, "unique_id": "node/674755223", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5932154, 13.0259675, 77.5932154, 13.0259675], "geometry": {"coordinates": [77.5932154, 13.0259675], "type": "Point"}, "id": "2", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "RT Nagar Public Library, RT Nagar Main Road, Ganga Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560032, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "RT Nagar Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 850751635, "phone": null, "roof:colour": null, "unique_id": "node/850751635", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5808383, 12.9355883, 77.5808383, 12.9355883], "geometry": {"coordinates": [77.5808383, 12.9355883], "type": "Point"}, "id": "3", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Elephant Cave Road", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "City Central Library, Elephant Cave Road, Yediyuru, Yediyur Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560011, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "City Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0ca8\u0c97\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1018894416, "phone": null, "roof:colour": null, "unique_id": "node/1018894416", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5696919, 13.013523, 77.5696919, 13.013523], "geometry": {"coordinates": [77.5696919, 13.013523], "type": "Point"}, "id": "4", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": "939.567139", "element_type": "node", "email": null, "geocode": "KSCST Library, CV Raman Road, Sadhashivanagar, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560012, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "KSCST Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1184210712, "phone": null, "roof:colour": null, "unique_id": "node/1184210712", "website": null, "wheelchair": null, "wpt_description": "28-JAN-11 12:18:05AM", "wpt_symbol": "Flag, Blue"}, "type": "Feature"}, {"bbox": [77.5712206, 13.0001063, 77.5712206, 13.0001063], "geometry": {"coordinates": [77.5712206, 13.0001063], "type": "Point"}, "id": "5", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Malleshwaram 8th Cross Market, Sampige Road, Malleswaram, Dattatreya Temple Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560003, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "City Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cbf\u0caf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1289827517, "phone": null, "roof:colour": null, "unique_id": "node/1289827517", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6516381, 12.9150715, 77.6516381, 12.9150715], "geometry": {"coordinates": [77.6516381, 12.9150715], "type": "Point"}, "id": "6", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just books, 27th Main Road, Sector 1, HSR Layout Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560034, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1307456135, "phone": null, "roof:colour": null, "unique_id": "node/1307456135", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6058672, 12.9354349, 77.6058672, 12.9354349], "geometry": {"coordinates": [77.6058672, 12.9354349], "type": "Point"}, "id": "7", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Christ University Library, Dr. M H Marigowda Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560030, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Christ University Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1346450614, "phone": null, "roof:colour": null, "unique_id": "node/1346450614", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5728426, 12.9599222, 77.5728426, 12.9599222], "geometry": {"coordinates": [77.5728426, 12.9599222], "type": "Point"}, "id": "8", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Indian Medical Association, Albert Victor Road, Chamarajapete, Chamrajapet, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 572161, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Indian Medical Association", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1437223285, "phone": null, "roof:colour": null, "unique_id": "node/1437223285", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.606469, 12.9335033, 77.606469, 12.9335033], "geometry": {"coordinates": [77.606469, 12.9335033], "type": "Point"}, "id": "9", "properties": {"access": null, "addr:city": "Bangalore", "addr:housenumber": null, "addr:postcode": "560029", "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Christ University, 8th Cross Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Christ University Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1466921785, "phone": null, "roof:colour": null, "unique_id": "node/1466921785", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6069772, 12.9931549, 77.6069772, 12.9931549], "geometry": {"coordinates": [77.6069772, 12.9931549], "type": "Point"}, "id": "10", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "City Center Library, New Bamboo Bazaar Road, Cleveland Town, Pulikeshinagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560106, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "City Center Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0ca8\u0c97\u0cb0 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cbf\u0caf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1469235601, "phone": null, "roof:colour": null, "unique_id": "node/1469235601", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6188923, 12.9388934, 77.6188923, 12.9388934], "geometry": {"coordinates": [77.6188923, 12.9388934], "type": "Point"}, "id": "11", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books, 1st A Cross Road, Koramangala 8th Block, Koramangala, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560047, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1471128625, "phone": null, "roof:colour": null, "unique_id": "node/1471128625", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5732596, 12.9408398, 77.5732596, 12.9408398], "geometry": {"coordinates": [77.5732596, 12.9408398], "type": "Point"}, "id": "12", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf, Netta Kalappa Circle, Basavanagudi Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560004, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1473899970, "phone": null, "roof:colour": null, "unique_id": "node/1473899970", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.612113, 12.9366448, 77.612113, 12.9366448], "geometry": {"coordinates": [77.612113, 12.9366448], "type": "Point"}, "id": "13", "properties": {"access": "private", "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": "Second floor", "ele": null, "element_type": "node", "email": null, "geocode": "Kor 901 Library, Someshwara Temple Road, Koramangala 7th Block, Adugodi, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560030, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Kor 901 Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1474324416, "phone": null, "roof:colour": null, "unique_id": "node/1474324416", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5385798, 12.9734314, 77.5385798, 12.9734314], "geometry": {"coordinates": [77.5385798, 12.9734314], "type": "Point"}, "id": "14", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Vijaynagar Central Library, 6th Main Road, Govindaraj Nagara, Govindaraja Nagar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560040, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Vijaynagar Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1474835642, "phone": null, "roof:colour": null, "unique_id": "node/1474835642", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5648035, 12.9252469, 77.5648035, 12.9252469], "geometry": {"coordinates": [77.5648035, 12.9252469], "type": "Point"}, "id": "15", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Banashankari BDA Complex, 24th Cross Road, Banashankari 2nd Stage, Ganesh Mandir ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560070, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb8\u0cbe\u0cb0\u0ccd\u0cb5\u0c9c\u0ca8\u0cbf\u0c95 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1741237720, "phone": null, "roof:colour": null, "unique_id": "node/1741237720", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5566263, 12.9389525, 77.5566263, 12.9389525], "geometry": {"coordinates": [77.5566263, 12.9389525], "type": "Point"}, "id": "16", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Public Library, 5th A Cross Road, Katriguppe, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560050, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb8\u0cbe\u0cb0\u0ccd\u0cb5\u0c9c\u0ca8\u0cbf\u0c95 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1741564945, "phone": null, "roof:colour": null, "unique_id": "node/1741564945", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6462571, 13.0147104, 77.6462571, 13.0147104], "geometry": {"coordinates": [77.6462571, 13.0147104], "type": "Point"}, "id": "17", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books, 2nd Cross Road, Banaswadi, Banasavadi, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560043, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1742641459, "phone": null, "roof:colour": null, "unique_id": "node/1742641459", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5663599, 13.0287613, 77.5663599, 13.0287613], "geometry": {"coordinates": [77.5663599, 13.0287613], "type": "Point"}, "id": "18", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Gokula Education Foundation, MSR Nagar 1st Main Road, Jaladarshini Layout, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560094, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "M S Ramaiah Library", "name:en": null, "name:etymology:wikidata": "Q6713104", "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1756144144, "phone": null, "roof:colour": null, "unique_id": "node/1756144144", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6080757, 12.8913614, 77.6080757, 12.8913614], "geometry": {"coordinates": [77.6080757, 12.8913614], "type": "Point"}, "id": "19", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books, 8th B Main Road, Vijaya Bank Layout, Bilekahalli, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1908416460, "phone": "+91 80 4164 5690", "roof:colour": null, "unique_id": "node/1908416460", "website": "http://justbooksclc.com", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5176413, 12.9023899, 77.5176413, 12.9023899], "geometry": {"coordinates": [77.5176413, 12.9023899], "type": "Point"}, "id": "20", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "EC Department, Dr. Vishnuvardhan Road, BEML Layout 5th Stage, Rajarajeshwari Nagar, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560098, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2146315478, "phone": null, "roof:colour": null, "unique_id": "node/2146315478", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5592094, 13.0789222, 77.5592094, 13.0789222], "geometry": {"coordinates": [77.5592094, 13.0789222], "type": "Point"}, "id": "21", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books CLC, Vidyaranyapura Road, Thindlu, Vidyaranyapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560097, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books CLC", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2351851726, "phone": null, "roof:colour": null, "unique_id": "node/2351851726", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5594981, 13.0802741, 77.5594981, 13.0802741], "geometry": {"coordinates": [77.5594981, 13.0802741], "type": "Point"}, "id": "22", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "City Central Library, Vidyaranyapura Road, Thindlu, Vidyaranyapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560097, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "City Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cbf\u0caf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2353259146, "phone": null, "roof:colour": null, "unique_id": "node/2353259146", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5645516, 12.9902879, 77.5645516, 12.9902879], "geometry": {"coordinates": [77.5645516, 12.9902879], "type": "Point"}, "id": "23", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Government Public Library, 6th Cross Road, Sriramapura, Dayananda Nagar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560021, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Government Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb8\u0cb0\u0ccd\u0c95\u0cbe\u0cb0\u0cbf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2767239588, "phone": null, "roof:colour": null, "unique_id": "node/2767239588", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5824365, 12.9017134, 77.5824365, 12.9017134], "geometry": {"coordinates": [77.5824365, 12.9017134], "type": "Point"}, "id": "24", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books CLC, Puttenahalli Main Road, K R Layout, Jaraganahalli Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560078, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books CLC", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2850537681, "phone": null, "roof:colour": null, "unique_id": "node/2850537681", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5347682, 12.96021, 77.5347682, 12.96021], "geometry": {"coordinates": [77.5347682, 12.96021], "type": "Point"}, "id": "25", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Public Library, 10th Main Road, Hampi Nagar, Hampi Nagar Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560104, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb8\u0cbe\u0cb0\u0ccd\u0cb5\u0c9c\u0ca8\u0cbf\u0c95 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2914344547, "phone": null, "roof:colour": null, "unique_id": "node/2914344547", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5981069, 12.8923478, 77.5981069, 12.8923478], "geometry": {"coordinates": [77.5981069, 12.8923478], "type": "Point"}, "id": "26", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books, 1 Main Road, Panduranga Nagar, Puttenahalli Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 2926937625, "phone": "+91 80 4222 8168", "roof:colour": null, "unique_id": "node/2926937625", "website": "http://justbooksclc.com", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5546879, 12.9955091, 77.5546879, 12.9955091], "geometry": {"coordinates": [77.5546879, 12.9955091], "type": "Point"}, "id": "27", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "City Central Library, Dr. Rajkumar Road, Rajaji Nagar 2nd Block, Rajaji Nagar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "City Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cbf\u0caf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": "Karnataka government", "operator:type": null, "osmid": 3201207024, "phone": null, "roof:colour": null, "unique_id": "node/3201207024", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6443594, 12.9782063, 77.6443594, 12.9782063], "geometry": {"coordinates": [77.6443594, 12.9782063], "type": "Point"}, "id": "28", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Max Muller Bhavan, 1st A Cross Road, Defence Colony, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560038, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Max Muller Bhavan", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 3370028600, "phone": null, "roof:colour": null, "unique_id": "node/3370028600", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5775638, 13.0019072, 77.5775638, 13.0019072], "geometry": {"coordinates": [77.5775638, 13.0019072], "type": "Point"}, "id": "29", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Government Central Library, 11th Cross Road, Guttahalli, Rajamahal Guttahalli, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560080, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Government Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb8\u0cb0\u0ccd\u0c95\u0cbe\u0cb0\u0cbf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 3399331051, "phone": null, "roof:colour": null, "unique_id": "node/3399331051", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5561073, 12.9893375, 77.5561073, 12.9893375], "geometry": {"coordinates": [77.5561073, 12.9893375], "type": "Point"}, "id": "30", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books Lending Library, 42nd Cross Road, Rajaji Nagar 4th Block, Sriramamandir Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Just Books Lending Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 3412399008, "phone": null, "roof:colour": null, "unique_id": "node/3412399008", "website": null, "wheelchair": "no", "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6399023, 12.9823138, 77.6399023, 12.9823138], "geometry": {"coordinates": [77.6399023, 12.9823138], "type": "Point"}, "id": "31", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Rajesh circulating library, 2nd Main, Binnamangala, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560038, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Rajesh circulating library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 3556364750, "phone": null, "roof:colour": null, "unique_id": "node/3556364750", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6397762, 12.980827, 77.6397762, 12.980827], "geometry": {"coordinates": [77.6397762, 12.980827], "type": "Point"}, "id": "32", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Indiranagar Library, 4th Main, Indiranagar 1st Stage, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560038, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Indiranagar Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c87\u0c82\u0ca6\u0cbf\u0cb0\u0cbe\u0ca8\u0c97\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": "BBMP", "operator:type": null, "osmid": 3837030325, "phone": null, "roof:colour": null, "unique_id": "node/3837030325", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6359296, 12.9689288, 77.6359296, 12.9689288], "geometry": {"coordinates": [77.6359296, 12.9689288], "type": "Point"}, "id": "33", "properties": {"access": null, "addr:city": null, "addr:housenumber": "3168", "addr:postcode": null, "addr:street": "Indiranagar Double Road", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Just Books, 3168, Paramahansa Yogananda Road, Domlur 2nd Stage, Domlur Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": "0", "name": "Just Books", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": "Tu-Su 10:00-21:00", "operator": null, "operator:type": null, "osmid": 3838171840, "phone": null, "roof:colour": null, "unique_id": "node/3838171840", "website": "http://justbooksclc.com/", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5789149, 13.0778369, 77.5789149, 13.0778369], "geometry": {"coordinates": [77.5789149, 13.0778369], "type": "Point"}, "id": "34", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Library, Cart road, Judicial Layout, Vidyaranyapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560065, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 3994774201, "phone": null, "roof:colour": null, "unique_id": "node/3994774201", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5358713, 12.9902696, 77.5358713, 12.9902696], "geometry": {"coordinates": [77.5358713, 12.9902696], "type": "Point"}, "id": "35", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": "Library", "ele": null, "element_type": "node", "email": null, "geocode": "Bangalore One, Basaveshwaranagar, 1st F Cross Road, KHB Colony, Kamakshipalya Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560079, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Nagara Kendra Granthalaya (City Central Library)", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0ca8\u0c97\u0cb0 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 4073025961, "phone": null, "roof:colour": null, "unique_id": "node/4073025961", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6807231, 12.9471046, 77.6807231, 12.9471046], "geometry": {"coordinates": [77.6807231, 12.9471046], "type": "Point"}, "id": "36", "properties": {"access": null, "addr:city": "Bangalore", "addr:housenumber": null, "addr:postcode": "560037", "addr:street": "Yemalur Main Rd, Yemalur, Bellandur,", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Yemalur Public Library, Kariyammana Agrahara Road, Yemaluru, Marathahalli Ward, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Yemalur Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0caf\u0cae\u0cb2\u0cc2\u0cb0\u0cc1 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": "09:30-12:30", "operator": null, "operator:type": null, "osmid": 4446413888, "phone": null, "roof:colour": null, "unique_id": "node/4446413888", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6517988, 12.943888, 77.6517988, 12.943888], "geometry": {"coordinates": [77.6517988, 12.943888], "type": "Point"}, "id": "37", "properties": {"access": null, "addr:city": "BENGALURU", "addr:housenumber": null, "addr:postcode": "560037", "addr:street": "Challaghatta", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "kglibrary, BWSSB Road, Challaghatta, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "kglibrary", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 4447050160, "phone": null, "roof:colour": null, "unique_id": "node/4447050160", "website": "https://kglibrary.webs.com/", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6040153, 12.972073, 77.6040153, 12.972073], "geometry": {"coordinates": [77.6040153, 12.972073], "type": "Point"}, "id": "38", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "St. Joseph\u0027s Boys High School, Museum Road, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 4455967989, "phone": null, "roof:colour": null, "unique_id": "node/4455967989", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5345169, 12.9601779, 77.5345169, 12.9601779], "geometry": {"coordinates": [77.5345169, 12.9601779], "type": "Point"}, "id": "39", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "RPC Layout Central Library, 10th Main Road, Hampi Nagar, Hampi Nagar Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560104, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "RPC Layout Central Library", "name:en": "RPC Layout Central Library", "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 4513110189, "phone": null, "roof:colour": null, "unique_id": "node/4513110189", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.7119979, 12.9660184, 77.7119979, 12.9660184], "geometry": {"coordinates": [77.7119979, 12.9660184], "type": "Point"}, "id": "40", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "CMRIT Library, 2nd Cross Road, AECS Layout A Block, Dodda Nekkundi, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "height": null, "internet_access": "wlan", "is_in": null, "layer": null, "level": null, "name": "CMRIT Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": "Mo-Fr 08:00-19:30", "operator": null, "operator:type": null, "osmid": 6034177868, "phone": null, "roof:colour": null, "unique_id": "node/6034177868", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5356164, 12.9334557, 77.5356164, 12.9334557], "geometry": {"coordinates": [77.5356164, 12.9334557], "type": "Point"}, "id": "41", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "F-Block, Pie R Cube, Hosakerehalli, Hosakerehalli Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": "1", "name": "Lending Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 6449209437, "phone": null, "roof:colour": null, "unique_id": "node/6449209437", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5351147, 12.9353489, 77.5351147, 12.9353489], "geometry": {"coordinates": [77.5351147, 12.9353489], "type": "Point"}, "id": "42", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Reference Library, Outer Ring Road, Hosakerehalli, Hosakerehalli Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": "1", "name": "Reference Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 6449209438, "phone": null, "roof:colour": null, "unique_id": "node/6449209438", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.543415, 13.0286575, 77.543415, 13.0286575], "geometry": {"coordinates": [77.543415, 13.0286575], "type": "Point"}, "id": "43", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "RNS Motors, Tumkur Road, Goragunte Palya, HMT Ward, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560022, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 6654524746, "phone": null, "roof:colour": null, "unique_id": "node/6654524746", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6862182, 13.0070518, 77.6862182, 13.0070518], "geometry": {"coordinates": [77.6862182, 13.0070518], "type": "Point"}, "id": "44", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "ITI Colony", "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "ITI Library, Old Madras Road, ITI Colony, K R Puram, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560036, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "ITI Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 6991508720, "phone": null, "roof:colour": null, "unique_id": "node/6991508720", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5500736, 12.9756295, 77.5500736, 12.9756295], "geometry": {"coordinates": [77.5500736, 12.9756295], "type": "Point"}, "id": "45", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Police Quarters, Dr. Raj Kumar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560040, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 7297227887, "phone": null, "roof:colour": null, "unique_id": "node/7297227887", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5760803, 12.9872877, 77.5760803, 12.9872877], "geometry": {"coordinates": [77.5760803, 12.9872877], "type": "Point"}, "id": "46", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Quills Library, 3rd Cross Road, Gandhinagar, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Quills Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 7301656874, "phone": null, "roof:colour": null, "unique_id": "node/7301656874", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6217341, 12.9092387, 77.6217341, 12.9092387], "geometry": {"coordinates": [77.6217341, 12.9092387], "type": "Point"}, "id": "47", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": "[email protected]", "geocode": "Haadibadi, Viratnagar Main Road, Bommanahalli, Bommanahalli Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 380068, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Haadibadi", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 8320252561, "phone": null, "roof:colour": null, "unique_id": "node/8320252561", "website": "http://www.haadibadi.org/", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.605753, 12.9132721, 77.605753, 12.9132721], "geometry": {"coordinates": [77.605753, 12.9132721], "type": "Point"}, "id": "48", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "Calibre, 6th Main Road, BTM Layout 2nd Stage, BTM Layout Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560069, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Calibre", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 9102921852, "phone": null, "roof:colour": null, "unique_id": "node/9102921852", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5879309, 12.9898425, 77.5879309, 12.9898425], "geometry": {"coordinates": [77.5879309, 12.9898425], "type": "Point"}, "id": "49", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "NGMA Library, Palace Road, Fair Field Layout, Vasanth Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560052, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "NGMA Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 9573432808, "phone": null, "roof:colour": null, "unique_id": "node/9573432808", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.721099, 12.9360255, 77.721099, 12.9360255], "geometry": {"coordinates": [77.721099, 12.9360255], "type": "Point"}, "id": "50", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "node", "email": null, "geocode": "15, Panathur Main Road, Panathur, Varthuru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560087, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": "1", "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": null, "opening_hours": null, "operator": null, "operator:type": null, "osmid": 9866140901, "phone": null, "roof:colour": null, "unique_id": "node/9866140901", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_24eeb68b3bcf42589e6299c47160f30c.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["geocode"];
let aliases = ["geocode"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
function geo_json_58d34b58f3894f06b23c43aa611b4e92_styler(feature) {
switch(feature.id) {
default:
return {"color": "black", "fillColor": "yellow", "fillOpacity": 1, "weight": 1};
}
}
function geo_json_58d34b58f3894f06b23c43aa611b4e92_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_58d34b58f3894f06b23c43aa611b4e92 = L.geoJson(null, {
onEachFeature: geo_json_58d34b58f3894f06b23c43aa611b4e92_onEachFeature,
style: geo_json_58d34b58f3894f06b23c43aa611b4e92_styler,
});
function geo_json_58d34b58f3894f06b23c43aa611b4e92_add (data) {
geo_json_58d34b58f3894f06b23c43aa611b4e92
.addData(data)
.addTo(map_a4bbbc72300f4386886fbba2ce16451c);
}
geo_json_58d34b58f3894f06b23c43aa611b4e92_add({"bbox": [77.4852145, 12.8589263, 77.7124811, 13.127175], "features": [{"bbox": [77.6505045, 12.9177984, 77.6505941, 12.9178743], "geometry": {"coordinates": [[[77.6505067, 12.9178743], [77.6505941, 12.9178718], [77.6505919, 12.9177984], [77.6505045, 12.9178009], [77.6505067, 12.9178743]]], "type": "Polygon"}, "id": "85", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "HSR Residents Welfare Association, 10th Cross Road, Sector 1, HSR Layout Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560034, India", "landuse": null, "leisure": null, "name": "HSR Residents Welfare Association", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1280375837, 1280375872, 1280375854, 1280375855, 1280375837], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 112692995, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/112692995", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5992332, 12.899408, 77.6007672, 12.9002153], "geometry": {"coordinates": [[[77.6007268, 12.899945], [77.6007672, 12.8998662], [77.6006182, 12.899408], [77.599574, 12.8996966], [77.5995448, 12.8997892], [77.5992332, 12.8998724], [77.5993234, 12.9002153], [77.5996728, 12.9001365], [77.6000164, 12.9001533], [77.6007268, 12.899945]]], "type": "Polygon"}, "id": "86", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Kalyani Kalamandir, Bannerghatta Road, Arekere, Puttenahalli Ward, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "landuse": null, "leisure": null, "name": "Kalyani Kalamandir", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1355380278, 4378806679, 1355380080, 1355380082, 1355380084, 1355380086, 1355380271, 1355380274, 1355380273, 1355380278], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 121004115, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/121004115", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6044217, 12.9702038, 77.604889, 12.9706606], "geometry": {"coordinates": [[[77.6047362, 12.9706606], [77.604889, 12.9703515], [77.6045745, 12.9702038], [77.6044217, 12.9705129], [77.6047362, 12.9706606]]], "type": "Polygon"}, "id": "87", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Good Shepherd Auditorium, Museum Road, Ashok Nagar, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560025, India", "landuse": null, "leisure": null, "name": "Good Shepherd Auditorium", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1383996008, 1383996001, 1383996022, 1383996013, 1383996008], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 124316744, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/124316744", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6026645, 12.9310135, 77.6030792, 12.9316543], "geometry": {"coordinates": [[[77.6027784, 12.9316543], [77.602759, 12.9316229], [77.6027204, 12.9314303], [77.602701, 12.9313591], [77.6026645, 12.9312104], [77.602686, 12.931202], [77.6026881, 12.931158], [77.602686, 12.9310973], [77.6027225, 12.931091], [77.6027118, 12.9310324], [77.6028063, 12.9310135], [77.6028235, 12.9310805], [77.6028965, 12.9310659], [77.602903, 12.9311203], [77.6029782, 12.9311119], [77.6029954, 12.9311434], [77.6030491, 12.9313821], [77.6030792, 12.9315182], [77.603019, 12.9315287], [77.6030362, 12.9316104], [77.6027784, 12.9316543]]], "type": "Polygon"}, "id": "88", "properties": {"addr:city": "Bangalore", "addr:country": null, "addr:hamlet": null, "addr:housenumber": "St. Thomas Parish Hall", "addr:postcode": "560029", "addr:street": "Christ School Road, SaddaguntePalya, Dairy Circle", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "St. Thomas Parish Hall, Christ School Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "St. Thomas Parish Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1448255312, 3198962227, 1448255326, 1448255309, 3198962226, 3198962225, 1448255293, 3198962224, 3198962223, 3198962222, 3198962217, 3198962221, 3198962220, 3198962219, 3198962218, 1448255327, 3198962214, 3198962215, 3198962216, 1448255306, 1448255312], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 131608822, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/131608822", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6019165, 12.9312028, 77.602146, 12.9315084], "geometry": {"coordinates": [[[77.6019666, 12.9315084], [77.6019165, 12.9312348], [77.6020977, 12.9312028], [77.602146, 12.93148], [77.6019666, 12.9315084]]], "type": "Polygon"}, "id": "89", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Chandrodaya, Christ School Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "Chandrodaya", "name:en": null, "name:hi": null, "name:kn": "\u0c9a\u0c82\u0ca6\u0ccd\u0cb0\u0ccb\u0ca6\u0caf", "nodes": [1448255320, 1448255322, 1448255324, 1448255296, 1448255320], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 131608823, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/131608823", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6016039, 12.931221, 77.6019013, 12.9316848], "geometry": {"coordinates": [[[77.6016657, 12.9316848], [77.6016039, 12.931253], [77.6018395, 12.931221], [77.6019013, 12.9316528], [77.6016657, 12.9316848]]], "type": "Polygon"}, "id": "90", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Arunodaya, Christ School Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "Arunodaya", "name:en": null, "name:hi": null, "name:kn": "\u0c85\u0cb0\u0cc1\u0ca3\u0ccb\u0ca6\u0caf", "nodes": [1448255299, 1448255308, 1448255310, 1448255313, 1448255299], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 131608824, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/131608824", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6070393, 12.9810484, 77.6074167, 12.981573], "geometry": {"coordinates": [[[77.6072709, 12.9810484], [77.6074167, 12.9815024], [77.607185, 12.981573], [77.6070393, 12.9811191], [77.6072709, 12.9810484]]], "type": "Polygon"}, "id": "91", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Samad House, Bowring Hospital Road, Tasker Town, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "Samad House", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1449011560, 1449011565, 1449011558, 1449011569, 1449011560], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 131683727, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/131683727", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6020977, 12.9311784, 77.6022932, 12.93148], "geometry": {"coordinates": [[[77.602146, 12.93148], [77.6020977, 12.9312028], [77.6022449, 12.9311784], [77.6022932, 12.9314556], [77.602146, 12.93148]]], "type": "Polygon"}, "id": "92", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Suryodhaya, Christ School Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560029, India", "landuse": null, "leisure": null, "name": "Suryodhaya", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0cc1\u0cb0\u0ccd\u0caf\u0ccb\u0ca6\u0caf", "nodes": [1448255296, 1448255324, 1469644313, 1469644318, 1448255296], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 133524191, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/133524191", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5480297, 13.0078562, 77.5482232, 13.0079631], "geometry": {"coordinates": [[[77.5480458, 13.0079631], [77.5482232, 13.0079213], [77.5482071, 13.0078562], [77.5480297, 13.007898], [77.5480458, 13.0079631]]], "type": "Polygon"}, "id": "93", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sapthagiri Kalyana Mantapa, 12th Cross Road, Rajajinagara 1st R Block\u0c9f\u0ccd, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Sapthagiri Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0caa\u0ccd\u0ca4\u0c97\u0cbf\u0cb0\u0cbf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": [1471737558, 1471737560, 1471737559, 1471737561, 1471737558], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 133720139, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/133720139", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.59517, 12.9921112, 77.5958035, 12.992725], "geometry": {"coordinates": [[[77.5953673, 12.9926805], [77.595236, 12.9925512], [77.59517, 12.9924857], [77.595302, 12.9923597], [77.5954518, 12.9922994], [77.595409, 12.9922575], [77.5955622, 12.9921112], [77.5958035, 12.9923512], [77.5956677, 12.9924808], [77.5956342, 12.9924425], [77.595566, 12.9925779], [77.595412, 12.992725], [77.5953673, 12.9926805]]], "type": "Polygon"}, "id": "94", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": "Millers Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Ambedkar Bhavan, Millers Road, Kaverappa Layout, Vasanth Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560052, India", "landuse": null, "leisure": null, "name": "Ambedkar Bhavan", "name:en": null, "name:hi": null, "name:kn": "\u0c85\u0c82\u0cac\u0cc7\u0ca1\u0ccd\u0c95\u0cb0\u0ccd \u0cad\u0cb5\u0ca8", "nodes": [1568898423, 1568898503, 1568898466, 1707859879, 1707859925, 1707859885, 1568898487, 1568898459, 1707859978, 1707859850, 1707859959, 1568898431, 1568898423], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 143364222, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/143364222", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6094869, 12.9350301, 77.6100076, 12.9360226], "geometry": {"coordinates": [[[77.6094869, 12.9360226], [77.6095378, 12.9350301], [77.6100076, 12.9356402], [77.6094869, 12.9360226]]], "type": "Polygon"}, "id": "95", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sathya Sai Samskruti Sadana, Dr. M H Marigowda Road, Lakkasandra, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560030, India", "landuse": null, "leisure": null, "name": "Sathya Sai Samskruti Sadana", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0ca4\u0ccd\u0caf \u0cb8\u0cbe\u0caf\u0cbf \u0cb8\u0c82\u0cb8\u0ccd\u0c95\u0ccd\u0cb0\u0ca4\u0cbf \u0cad\u0cbe\u0cb5\u0ca8", "nodes": [1603379754, 1603379752, 1603379753, 1603379754], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 147129313, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/147129313", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5490918, 13.0090217, 77.5496874, 13.0100721], "geometry": {"coordinates": [[[77.5494138, 13.0098218], [77.5493563, 13.0097212], [77.5490918, 13.0090731], [77.549368, 13.0090217], [77.5494686, 13.0093889], [77.5495123, 13.0095233], [77.5495895, 13.0097546], [77.5496874, 13.0100553], [77.549602, 13.0100721], [77.5494674, 13.009906], [77.5494138, 13.0098218]]], "type": "Polygon"}, "id": "96", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sharana Seva Samaja, Chord Road, Mahalakshmi Layout, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Sharana Seva Samaja", "name:en": null, "name:hi": null, "name:kn": "\u0cb6\u0cb0\u0ca3 \u0cb8\u0cc7\u0cb5 \u0cb8\u0cae\u0cbe\u0c9c", "nodes": [7215550061, 3930382978, 1796592904, 1796592906, 3552954177, 3492818623, 3492817768, 3492816398, 7215550058, 7215550057, 7215550061], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 168384742, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/168384742", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.52609, 12.9584091, 77.5263608, 12.9586107], "geometry": {"coordinates": [[[77.5261375, 12.9586107], [77.5263608, 12.9585192], [77.5263133, 12.9584091], [77.52609, 12.9585006], [77.5261375, 12.9586107]]], "type": "Polygon"}, "id": "97", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Chandragiri Palace, 9th Cross Road, Attiguppe Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560072, India", "landuse": null, "leisure": null, "name": "Chandragiri Palace", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1809694385, 1809694376, 1809694362, 1809694371, 1809694385], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 169806413, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/169806413", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5733496, 12.9407798, 77.5736353, 12.9410216], "geometry": {"coordinates": [[[77.5733496, 12.941019], [77.57335, 12.9407798], [77.5736353, 12.9407826], [77.5736274, 12.9410216], [77.5733496, 12.941019]]], "type": "Polygon"}, "id": "98", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Dwarakanath Bhavan, Krishna Rajendra Road, Basavanagudi Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560004, India", "landuse": null, "leisure": null, "name": "Dwarakanath Bhavan", "name:en": null, "name:hi": null, "name:kn": "\u0ca6\u0ccd\u0cb5\u0cbe\u0cb0\u0c95\u0ca8\u0cbe\u0ca5 \u0cad\u0cb5\u0ca8", "nodes": [1990628312, 1990628310, 1990628311, 1990628314, 1990628312], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 188433928, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/188433928", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5763349, 12.9369814, 77.5766455, 12.9372108], "geometry": {"coordinates": [[[77.5763349, 12.9372076], [77.5763391, 12.9369814], [77.5764066, 12.9369826], [77.5764061, 12.9370114], [77.5764473, 12.9370121], [77.5764476, 12.9369948], [77.576608, 12.9369976], [77.5766073, 12.9370374], [77.5766455, 12.9370381], [77.5766433, 12.9371548], [77.5766045, 12.9371541], [77.5766034, 12.9372108], [77.5764547, 12.9372082], [77.5764557, 12.9371559], [77.5763863, 12.9371546], [77.5763853, 12.9372085], [77.5763349, 12.9372076]]], "type": "Polygon"}, "id": "99", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Shiva Shakthi Convention Hall, South End Road, Yediyuru, Yediyur Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560011, India", "landuse": null, "leisure": null, "name": "Shiva Shakthi Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [2076240874, 2076240825, 2076240828, 2076240833, 2076240835, 3587224453, 2076240829, 2076240840, 2076240842, 2076240859, 2076240855, 2076240878, 2076240876, 2076240861, 2076240857, 2076240877, 2076240874], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 197373901, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/197373901", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6913935, 12.9769221, 77.6922532, 12.9776155], "geometry": {"coordinates": [[[77.6913935, 12.9773822], [77.6921522, 12.9769221], [77.6922532, 12.9775923], [77.6920894, 12.9775978], [77.6915597, 12.9776155], [77.6913935, 12.9773822]]], "type": "Polygon"}, "id": "100", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560037", "addr:street": "Doddanekundi, Karthik nagar", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Vidya Heritage Plaza Appartment, Doddanekundi Lake Walk, Doddanekundi, Dodda Nekkundi, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "landuse": "residential", "leisure": null, "name": "Vidya Heritage Plaza Appartment", "name:en": "Vidya Heritage Plaza Appartment", "name:hi": null, "name:kn": null, "nodes": [2281106626, 2281106621, 2281106636, 6201946859, 2281106637, 2281106626], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 218907558, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/218907558", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5544478, 12.9254917, 77.5553269, 12.9262049], "geometry": {"coordinates": [[[77.5544478, 12.925705], [77.5550575, 12.9254917], [77.5553269, 12.9257415], [77.5550189, 12.9260208], [77.5548101, 12.9261377], [77.5546488, 12.9262049], [77.5544478, 12.925705]]], "type": "Polygon"}, "id": "101", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Venkatadri Kalyana Mantapa, 1st Main Road, Hanumantha Nagar, Vidyapeeta ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "landuse": null, "leisure": null, "name": "Venkatadri Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": "\u0cb5\u0cc6\u0c82\u0c95\u0c9f\u0cbe\u0ca6\u0ccd\u0cb0\u0cbf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": [2513845206, 2513845208, 3968954835, 3968954836, 3968954837, 3968954838, 2513845206], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 244032263, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/244032263", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5944149, 12.9942947, 77.5951449, 12.9950843], "geometry": {"coordinates": [[[77.5948981, 12.9942947], [77.5949356, 12.99438], [77.5950408, 12.9946189], [77.5951093, 12.9947746], [77.5951449, 12.9948556], [77.594649, 12.9950843], [77.5944149, 12.994539], [77.5948981, 12.9942947]]], "type": "Polygon"}, "id": "102", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Kodava Samaja, M V Jayaram Road, Jayamahal, Jayamahal Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560052, India", "landuse": null, "leisure": null, "name": "Kodava Samaja", "name:en": null, "name:hi": null, "name:kn": "\u0c95\u0cca\u0ca1\u0cb5 \u0cb8\u0cae\u0cbe\u0c9c", "nodes": [7301357959, 7301357980, 7301357978, 7301357977, 2631157922, 2631157924, 7301357960, 7301357959], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 257625420, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/257625420", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5798486, 12.9874737, 77.5808096, 12.9885821], "geometry": {"coordinates": [[[77.5798486, 12.9882254], [77.580627, 12.9885821], [77.5808096, 12.9884539], [77.580209, 12.9874737], [77.5798486, 12.9882254]]], "type": "Polygon"}, "id": "103", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Gandhi Bhavan, East Park Road, High Grounds, Vasanth Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560020, India", "landuse": "commercial", "leisure": null, "name": "Gandhi Bhavan", "name:en": null, "name:hi": null, "name:kn": "\u0c97\u0cbe\u0c82\u0ca7\u0cbf \u0cad\u0cb5\u0ca8", "nodes": [2946892043, 2946892044, 578114635, 2946892046, 2946892043], "note": null, "office": "ngo", "opening_hours": null, "operator": null, "osmid": 291266074, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/291266074", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6815765, 12.954783, 77.6819474, 12.9549098], "geometry": {"coordinates": [[[77.6815824, 12.954783], [77.6815765, 12.9548907], [77.6819415, 12.9549098], [77.6819474, 12.9548021], [77.6815824, 12.954783]]], "type": "Polygon"}, "id": "104", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "HAL Aerospace Museum, Varthur Road, HAL Airport Ward, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560037, India", "landuse": null, "leisure": null, "name": "HAL Convention Center", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3306178791, 3306178800, 3306178803, 3306178792, 3306178791], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 323848996, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/323848996", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4998248, 12.9530027, 77.5001985, 12.9534071], "geometry": {"coordinates": [[[77.4999549, 12.9534071], [77.4999734, 12.9534011], [77.4999757, 12.9533883], [77.4999842, 12.9533981], [77.4999965, 12.9533838], [77.5000104, 12.9533861], [77.5000204, 12.953374], [77.5000297, 12.9533785], [77.5000458, 12.9533673], [77.5000566, 12.9533688], [77.5000674, 12.9533553], [77.5000836, 12.9533605], [77.5000905, 12.9533478], [77.5001021, 12.9533508], [77.5001144, 12.9533388], [77.5001521, 12.9533268], [77.5001306, 12.9532674], [77.5001529, 12.9532554], [77.5001985, 12.9532279], [77.5001396, 12.9531013], [77.5001007, 12.9530027], [77.4998248, 12.9530798], [77.4999549, 12.9534071]]], "type": "Polygon"}, "id": "105", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sri Venkateshwara Marriage Hall, Kengeri Main Road, ITI Layout, Jnana Bharathi, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560056, India", "landuse": null, "leisure": null, "name": "Sri Venkateshwara Marriage Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3363357531, 3363357532, 3363357533, 3363357534, 3363357535, 3363357536, 3363357537, 3363357538, 3363357539, 3363357540, 3363357541, 3363357542, 3363357543, 3363357544, 3363357545, 3363357546, 3363357547, 3363357548, 3363357549, 3363357550, 3363357551, 3363357552, 3363357531], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 329462121, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/329462121", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5545043, 12.9895358, 77.5546036, 12.9897214], "geometry": {"coordinates": [[[77.554507, 12.9897214], [77.5545043, 12.989541], [77.5545441, 12.9895387], [77.5545955, 12.9895358], [77.5546036, 12.9897214], [77.554507, 12.9897214]]], "type": "Polygon"}, "id": "106", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Terapanth Bhavan, 44th Cross Road, Rajaji Nagar 4th Block, Sriramamandir Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Terapanth Bhavan", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3412417941, 3412417942, 3412414857, 3412417943, 3412417944, 3412417941], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 334150635, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/334150635", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5521371, 12.9934547, 77.5525918, 12.9937035], "geometry": {"coordinates": [[[77.552144, 12.9937035], [77.5521371, 12.993467], [77.5525849, 12.9934547], [77.5525918, 12.9936912], [77.552144, 12.9937035]]], "type": "Polygon"}, "id": "107", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Samudaya Bhavan, 32nd Cross Road, Rajaji Nagar 2nd Block, Rajaji Nagar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Samudaya Bhavan", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0cae\u0cc1\u0ca6\u0cbe\u0caf \u0cad\u0cb5\u0ca8", "nodes": [3437289290, 3437289291, 3437289292, 3437289393, 3437289290], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 336673385, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/336673385", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5490316, 13.0017955, 77.5492856, 13.0020129], "geometry": {"coordinates": [[[77.5490316, 13.0019856], [77.5492619, 13.0020129], [77.5492856, 13.0018227], [77.5490554, 13.0017955], [77.5490316, 13.0019856]]], "type": "Polygon"}, "id": "108", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Lakshmi Convention Hall, Nagapura Main Road, Mahalakshmipuram, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Lakshmi Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3527908128, 3527908133, 3527907957, 3527907935, 3527908128], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 346219517, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/346219517", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5700626, 13.0040158, 77.5704345, 13.0044806], "geometry": {"coordinates": [[[77.5700626, 13.0040204], [77.5700687, 13.0044806], [77.5704345, 13.004476], [77.5704284, 13.0040158], [77.5700626, 13.0040204]]], "type": "Polygon"}, "id": "109", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "56003", "addr:street": "14th Cross Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Seva Sadan, 14th Cross Road, Malleswaram, Kadu Malleshwar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560003, India", "landuse": null, "leisure": null, "name": "Seva Sadan", "name:en": null, "name:hi": null, "name:kn": "\u0cb8\u0cc7\u0cb5\u0cbe \u0cb8\u0ca6\u0ca8", "nodes": [3530328448, 3530328569, 3530328566, 3530328447, 3530328448], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 346518846, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/346518846", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5674029, 12.945112, 77.5676392, 12.9452427], "geometry": {"coordinates": [[[77.5674029, 12.9452298], [77.5676322, 12.9452427], [77.5676392, 12.9451249], [77.5674099, 12.945112], [77.5674029, 12.9452298]]], "type": "Polygon"}, "id": "110", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": "3", "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "SBN Hall, Nijaguna Road, Sunkenahalli Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560019, India", "landuse": null, "leisure": null, "name": "SBN Hall", "name:en": null, "name:hi": null, "name:kn": "\u0c8e\u0cb8\u0ccd.\u0cac\u0cbf.\u0c8e\u0ca8\u0ccd \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": [3532309124, 3532309126, 3532309082, 3532309072, 3532309124], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 346703555, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/346703555", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5673262, 12.94609, 77.5675214, 12.9463038], "geometry": {"coordinates": [[[77.5673262, 12.9463038], [77.5674085, 12.9463038], [77.5674085, 12.9462658], [77.5675214, 12.9462658], [77.5675214, 12.9461219], [77.5673842, 12.9461219], [77.5673842, 12.94609], [77.5673262, 12.94609], [77.5673262, 12.9463038]]], "type": "Polygon"}, "id": "111", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560019", "addr:street": "Bull Temple Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Ganjam Mantap, Bull Temple Road, Sunkenahalli Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560019, India", "landuse": null, "leisure": null, "name": "Ganjam Mantap", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3532593494, 3532593495, 3532593271, 3532593272, 3532592828, 3532592827, 3532592690, 3532592689, 3532593494], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 346744101, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/346744101", "ups_community": null, "ups_school": null, "website": null, "wheelchair": "no", "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6628996, 12.9846144, 77.6634201, 12.9848698], "geometry": {"coordinates": [[[77.6629146, 12.9848698], [77.6634201, 12.9848375], [77.6634051, 12.9846144], [77.6628996, 12.9846466], [77.6629146, 12.9848698]]], "type": "Polygon"}, "id": "112", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "DRDO Community Hall, Dr. APJ Abdul Kalam Road, GM Palya, C V Raman Nagar Ward, East Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560093, India", "landuse": null, "leisure": null, "name": "DRDO Community Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3532774049, 3532774046, 3532774037, 3532774038, 3532774049], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 346776018, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/346776018", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5968884, 12.8890964, 77.5972978, 12.8894231], "geometry": {"coordinates": [[[77.5969657, 12.8894231], [77.5972978, 12.8892862], [77.5972147, 12.8890964], [77.5968884, 12.8892323], [77.5969657, 12.8894231]]], "type": "Polygon"}, "id": "113", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": "AGN Kalyana Mantapa", "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "A.G.N. Kalyana Mandira, Main Road, Arekere, Arakere, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "landuse": null, "leisure": null, "name": "A.G.N. Kalyana Mandira", "name:en": null, "name:hi": null, "name:kn": "\u0c8f.\u0c9c\u0cc0.\u0c8e\u0ca8\u0ccd. \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0ca6\u0cbf\u0cb0", "nodes": [3535863181, 3535863180, 3535863178, 3535863179, 3535863181], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 347225353, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/347225353", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5729657, 12.9427916, 77.5731046, 12.9429146], "geometry": {"coordinates": [[[77.5729686, 12.9429146], [77.5731046, 12.9429115], [77.5731017, 12.9427916], [77.5729657, 12.9427947], [77.5729686, 12.9429146]]], "type": "Polygon"}, "id": "114", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Dwaraka Samsthana Hall, Market Street, Basavanagudi Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560004, India", "landuse": null, "leisure": null, "name": "Dwaraka Samsthana Hall", "name:en": null, "name:hi": null, "name:kn": "\u0ca6\u0ccd\u0cb5\u0cbe\u0cb0\u0c95 \u0cb8\u0c82\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8 \u0cb9\u0cbe\u0cb2\u0ccd", "nodes": [3538266678, 3538266683, 3538266647, 3538266646, 3538266678], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 347564483, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/347564483", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5753155, 12.9322275, 77.5755881, 12.9323761], "geometry": {"coordinates": [[[77.5753155, 12.9323486], [77.5755746, 12.9323761], [77.5755881, 12.932255], [77.575329, 12.9322275], [77.5753155, 12.9323486]]], "type": "Polygon"}, "id": "115", "properties": {"addr:city": "Bengaluru", "addr:country": null, "addr:hamlet": null, "addr:housenumber": "19", "addr:postcode": "560070", "addr:street": "Kanakapura Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Yediyur Samudaya Bhavan, 19, Kanakapura Road, Yediyuru, Yediyur Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560070, India", "landuse": null, "leisure": null, "name": "Yediyur Samudaya Bhavan", "name:en": null, "name:hi": null, "name:kn": "\u0caf\u0ca1\u0cbf\u0caf\u0cc2\u0cb0\u0cc1 \u0cb8\u0cae\u0cc1\u0ca6\u0cbe\u0caf \u0cad\u0cb5\u0ca8", "nodes": [3543243760, 3543243759, 3543243713, 3543243714, 3543243760], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 348108755, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/348108755", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5112302, 12.9243229, 77.5116165, 12.924556], "geometry": {"coordinates": [[[77.5112302, 12.924544], [77.5116087, 12.924556], [77.5116165, 12.924325], [77.5115525, 12.9243229], [77.5115506, 12.9243814], [77.511236, 12.9243713], [77.5112302, 12.924544]]], "type": "Polygon"}, "id": "116", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Meenakshi Kalyana Matapa, 27th Cross Road, Ideal Homes Layout, Rajarajeshwari Nagar, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560098, India", "landuse": null, "leisure": null, "name": "Meenakshi Kalyana Matapa", "name:en": null, "name:hi": null, "name:kn": "\u0cae\u0cc0\u0ca8\u0cbe\u0c95\u0ccd\u0cb7\u0cbf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": [3543413375, 3543413377, 3543413340, 3543413339, 3543413351, 3543413349, 3543413375], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 348149826, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/348149826", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5112044, 12.9247603, 77.511589, 12.9249502], "geometry": {"coordinates": [[[77.5112044, 12.924943], [77.5115854, 12.9249502], [77.511589, 12.9247675], [77.5112081, 12.9247603], [77.5112044, 12.924943]]], "type": "Polygon"}, "id": "117", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Meenakshi Padmavathi Kalyana Matapa, 27th Cross Road, Ideal Homes Layout, Rajarajeshwari Nagar, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560098, India", "landuse": null, "leisure": null, "name": "Meenakshi Padmavathi Kalyana Matapa", "name:en": null, "name:hi": null, "name:kn": "\u0cae\u0cc0\u0ca8\u0cbe\u0c95\u0ccd\u0cb7\u0cbf \u0caa\u0ca6\u0ccd\u0cae\u0cbe\u0cb5\u0ca4\u0cbf \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa", "nodes": [3544061675, 3544061676, 3544061668, 3544061667, 3544061675], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 348250634, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/348250634", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5476056, 12.9352128, 77.5477386, 12.9353364], "geometry": {"coordinates": [[[77.5476501, 12.9353364], [77.5477386, 12.9352832], [77.5476941, 12.9352128], [77.5476056, 12.935266], [77.5476501, 12.9353364]]], "type": "Polygon"}, "id": "118", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Saligrama Party Hall, 11th Cross Road, Banashankari 3rd Stage, Girinagara, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560085, India", "landuse": null, "leisure": null, "name": "Saligrama Party Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3544298811, 3544298803, 3544298679, 3544298688, 3544298811], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 348287808, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/348287808", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.7121657, 13.0018801, 77.7124811, 13.0022997], "geometry": {"coordinates": [[[77.7123272, 13.0022997], [77.7123992, 13.0022821], [77.7124811, 13.0022575], [77.7123098, 13.0018801], [77.7121657, 13.0019457], [77.7123272, 13.0022997]]], "type": "Polygon"}, "id": "119", "properties": {"addr:city": "bangalore", "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560036", "addr:street": "Hoodi main road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Krishna Community Hall, Hoodi Main Road, Tigalarapalya, Hudi, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560036, India", "landuse": null, "leisure": null, "name": "Krishna Community Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3565485734, 4899072865, 3565485727, 3565485717, 3565485719, 3565485734], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 350798423, "phone": "+91 89713 09953", "shop": null, "short_name": null, "start_date": null, "unique_id": "way/350798423", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4852145, 12.9899986, 77.4854001, 12.9902668], "geometry": {"coordinates": [[[77.485215, 12.9902668], [77.4854001, 12.9902665], [77.4853996, 12.9899986], [77.4852145, 12.989999], [77.485215, 12.9902668]]], "type": "Polygon"}, "id": "120", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Heritage Convention Center, BWSSB Pipeline Track, Byadarahalli, Herohalli, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560091, India", "landuse": null, "leisure": null, "name": "Heritage Convention Center", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3568005942, 3568005941, 3568005250, 3568005251, 3568005942], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 351086394, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/351086394", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6157647, 13.0040754, 77.6160706, 13.0044182], "geometry": {"coordinates": [[[77.6158707, 13.0044182], [77.6160706, 13.0043462], [77.6159626, 13.0040754], [77.6157647, 13.0041533], [77.6158707, 13.0044182]]], "type": "Polygon"}, "id": "121", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": "7", "addr:postcode": null, "addr:street": "Hall Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": "1", "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Bungalow 7, 7, Hall Road, Richards Town, Sagayarapuram Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560084, India", "landuse": null, "leisure": null, "name": "Bungalow 7", "name:en": null, "name:hi": null, "name:kn": "\u0cac\u0c82\u0c97\u0ccd\u0cb2\u0cbe \u0ced", "nodes": [3692749310, 3692749311, 3692749312, 3692749313, 3692749310], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 365234334, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/365234334", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6156446, 12.9803954, 77.6159274, 12.9807578], "geometry": {"coordinates": [[[77.6157479, 12.9807578], [77.6156446, 12.9804492], [77.6158294, 12.9803954], [77.6159274, 12.9807028], [77.615772, 12.9807505], [77.6157479, 12.9807578]]], "type": "Polygon"}, "id": "122", "properties": {"addr:city": "Bangalore", "addr:country": null, "addr:hamlet": null, "addr:housenumber": "13", "addr:postcode": "560042", "addr:street": "Gangadhara Chetty Road, Ulsoor", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sri Mahan Odukathur Swamigal Mutt, 13, Neelakantan Circle, Yellappa Chetty Layout, Halasooru, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560042, India", "landuse": null, "leisure": null, "name": "Sri Mahan Odukathur Swamigal Mutt", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3726482748, 3726482749, 3726482751, 3726482752, 3741079398, 3726482748], "note": "Free annual Carnatic music concerts during the Janmashtami season.", "office": null, "opening_hours": null, "operator": null, "osmid": 368802983, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/368802983", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5846522, 13.0993139, 77.5849439, 13.099619], "geometry": {"coordinates": [[[77.5848109, 13.0993139], [77.5848901, 13.0993547], [77.5848632, 13.0994129], [77.5848781, 13.099426], [77.5848901, 13.0994492], [77.5848946, 13.0994856], [77.5849439, 13.0995045], [77.5848916, 13.0996035], [77.5848744, 13.0995951], [77.5848807, 13.0995758], [77.584824, 13.0995497], [77.5848157, 13.0995653], [77.5848008, 13.0995584], [77.5848154, 13.0995926], [77.5847415, 13.099619], [77.5846522, 13.0994328], [77.5847073, 13.0994005], [77.5847432, 13.0993786], [77.5848109, 13.0993139]]], "type": "Polygon"}, "id": "123", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "New Town Club, 3rd B Cross, Rail Wheel Factory Colony East, Yelahanka Satellite Town, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": null, "name": "New Town Club", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3729510286, 3729510287, 3729510290, 3729510291, 3729510293, 3729510294, 3729510295, 3729510303, 3729510302, 3729510300, 3729510296, 3729510299, 3729510298, 3729510301, 3729510304, 3729510292, 3729510289, 3729510288, 3729510286], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 369135177, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/369135177", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5924645, 12.9993309, 77.5942408, 13.0023128], "geometry": {"coordinates": [[[77.5941746, 13.0012246], [77.5939015, 13.0021755], [77.5927582, 13.0023128], [77.5924645, 13.0015954], [77.5928197, 13.0013705], [77.5934046, 12.9993936], [77.5938392, 12.9993309], [77.5939733, 12.9994981], [77.5939438, 12.9999738], [77.5942408, 13.0002395], [77.5941746, 13.0012246]]], "type": "Polygon"}, "id": "124", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": "events_venue", "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Chamara Vajra, Jayamahal Road, Sadhashivanagar, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560006, India", "landuse": null, "leisure": null, "name": "Chamara Vajra", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [4029979761, 4029979765, 7340365720, 4029979764, 4029979763, 7340365718, 7340365717, 7340365716, 7340365719, 4029979759, 4029979761], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 400442772, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/400442772", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.584992, 13.1009228, 77.5852696, 13.1010861], "geometry": {"coordinates": [[[77.5849933, 13.1009813], [77.584992, 13.1010639], [77.5850534, 13.1010647], [77.5850531, 13.1010838], [77.5852168, 13.1010861], [77.5852174, 13.101047], [77.5852686, 13.1010477], [77.5852696, 13.1009784], [77.5852294, 13.1009778], [77.5852302, 13.1009251], [77.5850639, 13.1009228], [77.585063, 13.1009822], [77.5849933, 13.1009813]]], "type": "Polygon"}, "id": "125", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Water Tank, 1st B Cross, Yelahanka Satellite Town, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": [4206844305, 4206844309, 4206844310, 4206844311, 4206844312, 4206844307, 4206844308, 4206844304, 4206844303, 4206844302, 4206844301, 4206844306, 4206844305], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 420764992, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/420764992", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6176622, 12.9845986, 77.6181155, 12.9848822], "geometry": {"coordinates": [[[77.6180337, 12.9845986], [77.6181155, 12.9846979], [77.6177225, 12.9848822], [77.6176622, 12.9847737], [77.6180337, 12.9845986]]], "type": "Polygon"}, "id": "126", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Bangalore Tamil Sangam, Annaswamy Mudaliar Road, Kothandram Layout, Halasooru, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560042, India", "landuse": null, "leisure": null, "name": "Bangalore Tamil Sangam", "name:en": null, "name:hi": null, "name:kn": "\u0cac\u0cc6\u0c82\u0c97\u0cb3\u0cc2\u0cb0\u0cc1 \u0ca4\u0cae\u0cbf\u0cb3\u0cc1 \u0cb8\u0c82\u0c97\u0c82", "nodes": [4209231236, 4209231237, 4209231239, 4209231238, 4209231236], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 421097866, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/421097866", "ups_community": null, "ups_school": null, "website": "www.bangaloretamilsangam.org", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6026301, 12.9042397, 77.6028394, 12.9044593], "geometry": {"coordinates": [[[77.6026301, 12.9043181], [77.6027616, 12.9044593], [77.6028394, 12.9043835], [77.602716, 12.9042397], [77.6026301, 12.9043181]]], "type": "Polygon"}, "id": "127", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Purva Heights Club House, Bannerghatta Road, Bilekahalli, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560076, India", "landuse": null, "leisure": null, "name": "Purva Heights Club House", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [5112210183, 5112210184, 5112210185, 5112210186, 5112210183], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 525510292, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/525510292", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.682203, 12.9058197, 77.6829504, 12.9069412], "geometry": {"coordinates": [[[77.6825303, 12.9069412], [77.6825074, 12.9069308], [77.6822674, 12.9069374], [77.6822312, 12.9063321], [77.682203, 12.905872], [77.6828011, 12.9058197], [77.682851, 12.9060681], [77.6828129, 12.9060632], [77.6828038, 12.9061475], [77.6827899, 12.9062773], [77.6828221, 12.9062851], [77.6828315, 12.9064732], [77.6828695, 12.9064862], [77.6829101, 12.9065411], [77.682942, 12.9067776], [77.6829504, 12.9069163], [77.6825831, 12.9069381], [77.6825303, 12.9069412]]], "type": "Polygon"}, "id": "128", "properties": {"addr:city": "Bengaluru", "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560035", "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": "wall", "building": null, "building:levels": "2", "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Rainbow Residency Club House, Rainbow Residency Main Road, Rainbow Residency, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560035, India", "landuse": null, "leisure": null, "name": "Rainbow Residency Club House", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [5726907791, 5726907792, 5726907793, 5726907794, 5726907795, 5726907796, 5772862785, 5772862780, 5776814978, 5772862784, 5772862783, 5772862782, 5772862781, 5774301506, 5776814979, 5774301505, 5726902327, 5726907791], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 603164689, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/603164689", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6734621, 12.9176216, 77.6736928, 12.9178549], "geometry": {"coordinates": [[[77.6734621, 12.9178222], [77.6735211, 12.9177751], [77.6735614, 12.9177359], [77.6736083, 12.9176732], [77.6736574, 12.9176216], [77.6736928, 12.9177712], [77.6736606, 12.9177947], [77.6736472, 12.9177673], [77.6734755, 12.9178549], [77.6734621, 12.9178222]]], "type": "Polygon"}, "id": "129", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sarjapura Road Firestation, Sarjapura Road, Wipro Corporate Office, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560035, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": [5776737449, 5776737450, 5776737451, 5776737452, 5776738653, 5776738654, 5776738655, 5776738656, 5776738657, 5776737449], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 609925224, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/609925224", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6312107, 12.9713134, 77.6316986, 12.9721802], "geometry": {"coordinates": [[[77.6312458, 12.9721802], [77.6316986, 12.9721092], [77.6316835, 12.9714742], [77.6312107, 12.9713134], [77.6312458, 12.9721802]]], "type": "Polygon"}, "id": "130", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Jogupalya Community Hall, 2nd Cross Road, Saraswathipuram, Jogupalya, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "landuse": null, "leisure": null, "name": "Jogupalya Community Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [2268179314, 5826962235, 5826962236, 2268179306, 2268179314], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 616276014, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/616276014", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5506368, 12.9894544, 77.5510445, 12.9900267], "geometry": {"coordinates": [[[77.5508326, 12.9900267], [77.5510445, 12.9900241], [77.5510338, 12.989457], [77.5506368, 12.9894544], [77.5508326, 12.9900267]]], "type": "Polygon"}, "id": "131", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Dr. Bheem Rao Palace, Shivanagar Flyover, Shivanahalli, Shivanagara, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Dr. Bheem Rao Palace", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [5922660387, 5922660386, 5922660385, 5922659284, 5922660387], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 627403914, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/627403914", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5855897, 13.0667827, 77.5865215, 13.0675812], "geometry": {"coordinates": [[[77.5858272, 13.0667827], [77.5860512, 13.0668219], [77.5863782, 13.0668045], [77.5865215, 13.0668438], [77.586414, 13.0673849], [77.586096, 13.0674154], [77.5860736, 13.0675812], [77.5857241, 13.0675376], [77.5855897, 13.0674241], [77.585751, 13.0672932], [77.5857824, 13.0672191], [77.5856345, 13.0670358], [77.5856301, 13.0668918], [77.5858272, 13.0667827]]], "type": "Polygon"}, "id": "132", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Radha Krishna Kalyana Mantapa, 20th Cross Road, Byatarayanapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560065, India", "landuse": null, "leisure": null, "name": "Radha Krishna Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [5994572173, 5994572174, 5994572175, 5994572176, 5994572177, 5994572178, 5994572179, 5994572180, 5994572181, 5994572182, 5994572183, 5994572184, 5994574285, 5994572173], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 635487458, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/635487458", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.4997097, 12.9260436, 77.5004044, 12.9266291], "geometry": {"coordinates": [[[77.4998921, 12.9260436], [77.5004044, 12.9264671], [77.500281, 12.9266291], [77.4997097, 12.9262762], [77.4998921, 12.9260436]]], "type": "Polygon"}, "id": "133", "properties": {"addr:city": "Bengaluru", "addr:country": "IN", "addr:hamlet": "Pattanagere", "addr:housenumber": null, "addr:postcode": null, "addr:street": "Mysore Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": "4", "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "White Palace Convention Centre, Bangalore-Mysore Road, Pattanagere, Hemmigepura, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560060, India", "landuse": null, "leisure": null, "name": "White Palace Convention Centre", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6226331285, 6226329984, 6226329983, 6226329982, 6226331285], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 665219925, "phone": "+91 76 8700 8700, +91 74111 11011", "shop": null, "short_name": null, "start_date": null, "unique_id": "way/665219925", "ups_community": null, "ups_school": null, "website": "http://whitepalacebangalore.com/", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5692058, 12.8589263, 77.5699165, 12.8593794], "geometry": {"coordinates": [[[77.5699165, 12.8591296], [77.5694981, 12.8593009], [77.5693171, 12.8593794], [77.5692058, 12.8591846], [77.5695645, 12.8590247], [77.5697385, 12.8589512], [77.5698012, 12.8589263], [77.5698519, 12.8590157], [77.5699165, 12.8591296]]], "type": "Polygon"}, "id": "134", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Tamara Weddings \u0026 Events, 4th Cross Road, Classic Pleasant Ville Layout, Anjanapura, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560062, India", "landuse": null, "leisure": null, "name": "Tamara Weddings \u0026 Events", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6414810518, 6414810517, 6414810516, 6414810515, 6414810514, 6414810513, 6414810512, 6414810511, 6414810518], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 684635716, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/684635716", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6350161, 12.966422, 77.6355565, 12.967275], "geometry": {"coordinates": [[[77.6352493, 12.967275], [77.6350161, 12.9672086], [77.6352011, 12.966422], [77.6355565, 12.9665561], [77.6355219, 12.9666366], [77.635297, 12.9671632], [77.6352493, 12.967275]]], "type": "Polygon"}, "id": "135", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Bangalore International Centre - BIC, 4th Main Road, Domlur 2nd Stage, Domlur Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "landuse": "commercial", "leisure": null, "name": "Bangalore International Centre - BIC", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [1485671093, 2268509073, 1485671075, 6545576534, 9288431541, 9296060504, 1485671093], "note": null, "office": null, "opening_hours": "Mo-Su 10:00-11:00", "operator": null, "osmid": 696980296, "phone": null, "shop": null, "short_name": "BIC", "start_date": null, "unique_id": "way/696980296", "ups_community": null, "ups_school": null, "website": "http://bangaloreinternationalcentre.org/", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5268409, 12.9314847, 77.5284081, 12.9326397], "geometry": {"coordinates": [[[77.528352, 12.9326007], [77.5274623, 12.9326396], [77.5270489, 12.9326397], [77.5268409, 12.9317238], [77.5272024, 12.9315716], [77.5276691, 12.9315076], [77.5280318, 12.9314847], [77.5284081, 12.9314868], [77.5283927, 12.9321829], [77.5283787, 12.9325989], [77.528352, 12.9326007]]], "type": "Polygon"}, "id": "136", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "V Legacy, Swamy Vivekananda Road, Marappa Layout, Rajarajeshwari Nagar, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560039, India", "landuse": null, "leisure": null, "name": "V Legacy", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6770082694, 2836932769, 6770082695, 6770082696, 6770082697, 6770082698, 6770082699, 6770082700, 6770082701, 6770082702, 6770082694], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 721685566, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/721685566", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5019333, 12.925173, 77.5029257, 12.926088], "geometry": {"coordinates": [[[77.5025931, 12.925173], [77.5019333, 12.9256383], [77.5022632, 12.926088], [77.5029257, 12.9255861], [77.5025931, 12.925173]]], "type": "Polygon"}, "id": "137", "properties": {"addr:city": "Bengaluru", "addr:country": "IN", "addr:hamlet": "Pattanagere", "addr:housenumber": null, "addr:postcode": null, "addr:street": "Pattanagere Main Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Poornima Palace Convention Center, Pattanagere Main Road, Pattanagere, Hemmigepura, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560059, India", "landuse": null, "leisure": null, "name": "Poornima Palace Convention Center", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6815596334, 6815596333, 6815596332, 6815596331, 6815596334], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 727261794, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/727261794", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.594102, 13.0493829, 77.5943461, 13.0497174], "geometry": {"coordinates": [[[77.594102, 13.0496677], [77.5943421, 13.0497174], [77.5943461, 13.0493829], [77.5941624, 13.0494587], [77.594102, 13.0496677]]], "type": "Polygon"}, "id": "138", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Club Lounge, 4th Main Road, Hebbal Kempapura, Byatarayanapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560092, India", "landuse": null, "leisure": null, "name": "Club Lounge", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6856463538, 6856463537, 6856463536, 6856463535, 6856463538], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 732232677, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/732232677", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5294769, 12.944868, 77.5304425, 12.9454718], "geometry": {"coordinates": [[[77.5298068, 12.944868], [77.5295976, 12.9451294], [77.5294769, 12.9454065], [77.5299731, 12.9454718], [77.5302225, 12.9452052], [77.5304264, 12.945064], [77.5304425, 12.9449307], [77.5298068, 12.944868]]], "type": "Polygon"}, "id": "139", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": "events_venue", "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "MR Convention Hall, Outer Ring Road, Avalahalli, Deepanjali Nagar, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560039, India", "landuse": null, "leisure": null, "name": "MR Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [6875293692, 6875293691, 6875293690, 6875293689, 6875293688, 6875293687, 6875293686, 6875293692], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 734148540, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/734148540", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5665289, 13.125579, 77.5680658, 13.127175], "geometry": {"coordinates": [[[77.5669259, 13.127175], [77.5665289, 13.1256782], [77.567009, 13.125579], [77.5671203, 13.1260282], [77.5680658, 13.1258297], [77.56798, 13.126966], [77.5669259, 13.127175]]], "type": "Polygon"}, "id": "140", "properties": {"addr:city": "Bengaluru", "addr:country": "IN", "addr:hamlet": "Avalahalli Estate", "addr:housenumber": null, "addr:postcode": "560064", "addr:street": "Doddaballapur Road", "addr:suburb": "Yelahanka", "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": "[email protected]", "geocode": "The Secret Grove at Jinvara, IVRI Road, Atturu, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": "resort", "name": "The Secret Grove at Jinvara", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7178543988, 7178543987, 7178543986, 7178543985, 7178533284, 7178533283, 7178543988], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 768997147, "phone": "(+91) 96060 65523", "shop": null, "short_name": null, "start_date": null, "unique_id": "way/768997147", "ups_community": null, "ups_school": null, "website": "http://jinvara.in/index.php/the-secret-grove", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.581034, 13.1085822, 77.5816188, 13.1093095], "geometry": {"coordinates": [[[77.581034, 13.1091753], [77.5813795, 13.1093095], [77.5816188, 13.1087254], [77.5812502, 13.1085822], [77.5811542, 13.1088165], [77.581103, 13.1087966], [77.5810517, 13.1089216], [77.5811261, 13.1089505], [77.581034, 13.1091753]]], "type": "Polygon"}, "id": "141", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Utsava Convention Hall, Doddaballapur Road, Puttenahalli, Chowdeswari Ward, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": null, "name": "Utsava Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7220760906, 7220760905, 7220760904, 7220760903, 7220760902, 7220760901, 7220760900, 7220760899, 7220760906], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 773577280, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/773577280", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5561762, 13.040717, 77.5565309, 13.0411447], "geometry": {"coordinates": [[[77.5561762, 13.0410662], [77.5563575, 13.0411447], [77.5563872, 13.0410796], [77.5564201, 13.0410938], [77.5565309, 13.0408505], [77.5565095, 13.0408412], [77.5565281, 13.0408004], [77.5563353, 13.040717], [77.5561762, 13.0410662]]], "type": "Polygon"}, "id": "142", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Venkateswara Temple, MS Ramaiah Road, Gokula, J P Park Ward, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560013, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7228151793, 7228151792, 7228151791, 7228151790, 7228151789, 7228151788, 7228151787, 7228151786, 7228151793], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 774708673, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/774708673", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5512782, 13.0501097, 77.552046, 13.0508249], "geometry": {"coordinates": [[[77.5512782, 13.0503753], [77.5515154, 13.0501097], [77.552046, 13.0505593], [77.5518088, 13.0508249], [77.5512782, 13.0503753]]], "type": "Polygon"}, "id": "143", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "BEL Kalyana Mantapa, SM Patil Road, HMT Colony, Jalahalli, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560014, India", "landuse": null, "leisure": null, "name": "BEL Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7228151828, 7228151827, 7228151826, 7228151825, 7228151828], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 774708682, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/774708682", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5768138, 13.1143139, 77.5790025, 13.1147645], "geometry": {"coordinates": [[[77.5768138, 13.1147645], [77.57891, 13.1146926], [77.5790025, 13.1144615], [77.5775313, 13.1143139], [77.5768259, 13.1143413], [77.5768138, 13.1147645]]], "type": "Polygon"}, "id": "144", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Ramanashree California Resort, Doddaballapur Road, Puttenahalli, Chowdeswari Ward, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": "resort", "name": "Ramanashree California Resort", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7230029082, 7230029081, 7230029080, 7230029079, 7230029078, 7230029082], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 774954565, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/774954565", "ups_community": null, "ups_school": null, "website": "http://www.ramanashree.com/", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5553535, 13.0161414, 77.5563915, 13.0169294], "geometry": {"coordinates": [[[77.5555024, 13.0169019], [77.5559731, 13.0169294], [77.5563915, 13.0168457], [77.5561354, 13.0164485], [77.5558591, 13.0161414], [77.5553535, 13.0168183], [77.5555024, 13.0169019]]], "type": "Polygon"}, "id": "145", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Y Muniswamappa Kalyana Mantapa, Tumkur Road, Malleswaram, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560055, India", "landuse": null, "leisure": null, "name": "Y Muniswamappa Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": "\u0cae\u0cc1\u0ca8\u0cbf\u0cb8\u0ccd\u0cb5\u0cbe\u0cae\u0caa\u0ccd\u0caa \u0c95\u0cb2\u0ccd\u0caf\u0cbe\u0ca3 \u0cae\u0c82\u0c9f\u0caa\u0c95\u0ccd", "nodes": [7291626108, 7291626107, 7291626106, 7291626103, 7291626105, 7291626104, 7291626108], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 780917615, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/780917615", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.613845, 12.9582747, 77.6144554, 12.958776], "geometry": {"coordinates": [[[77.6142941, 12.9582747], [77.613845, 12.9583283], [77.6139013, 12.958776], [77.6144554, 12.9587098], [77.614408, 12.9583322], [77.6142941, 12.9582747]]], "type": "Polygon"}, "id": "146", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Jasma Mandir Kalyana Mantapa, Palm Grove Road, Austin Town, Agaram, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560047, India", "landuse": null, "leisure": null, "name": "Jasma Mandir Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7658290131, 7658290132, 7658290135, 7658290134, 7658290133, 7658290131], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 820141172, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/820141172", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5312732, 13.0539572, 77.5314917, 13.0541414], "geometry": {"coordinates": [[[77.5312732, 13.0541174], [77.5314712, 13.0541414], [77.5314917, 13.0539812], [77.5312937, 13.0539572], [77.5312732, 13.0541174]]], "type": "Polygon"}, "id": "147", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Jalahalli, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560057, India", "landuse": null, "leisure": null, "name": null, "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9193513139, 9193513140, 9193513141, 9193513142, 9193513139], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 995603451, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/995603451", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5483992, 13.0166229, 77.549281, 13.0173096], "geometry": {"coordinates": [[[77.5491482, 13.0172887], [77.549281, 13.0170665], [77.549071, 13.0166229], [77.5483992, 13.0169451], [77.5485675, 13.0173096], [77.549053, 13.017094], [77.5491482, 13.0172887]]], "type": "Polygon"}, "id": "148", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "RG Royal Convention Hall, R K Road, Mahalakshmi Layout, Marappana Palya Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "RG Royal Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9195720846, 9195720845, 9195720844, 9195720843, 9195720842, 9195720841, 9195720846], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 995864557, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/995864557", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5507951, 13.0117106, 77.5512162, 13.0121274], "geometry": {"coordinates": [[[77.5507991, 13.0120216], [77.5511129, 13.0121274], [77.5512162, 13.0118974], [77.5507951, 13.0117106], [77.5507991, 13.0120216]]], "type": "Polygon"}, "id": "149", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Kalyana Mantapa, Chord Road(D. R Bendre Road), Mahalakshmi Layout, Marappana Palya Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9197307505, 9197307504, 9197307503, 9197307502, 9197307505], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 996044809, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/996044809", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.565694, 12.8726096, 77.5660938, 12.8728141], "geometry": {"coordinates": [[[77.5657123, 12.8728141], [77.5660938, 12.8727366], [77.5660733, 12.8726096], [77.565694, 12.8726885], [77.5657123, 12.8728141]]], "type": "Polygon"}, "id": "150", "properties": {"addr:city": "Bangalore", "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": "560062", "addr:street": "Anjanapura 60 Feet Road", "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "TS Convention Hall, Anjanapura 60 Feet Road, Konanakunte, Anjanapura, Bommanahalli Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560062, India", "landuse": null, "leisure": null, "name": "TS Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9568796529, 9568796524, 9568796527, 9568796530, 9568796529], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1039075120, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1039075120", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5979353, 12.9873368, 77.5984377, 12.9879621], "geometry": {"coordinates": [[[77.5980641, 12.9874126], [77.5982911, 12.9873368], [77.5983139, 12.9873931], [77.5983877, 12.9875757], [77.5984377, 12.9876996], [77.5981516, 12.9879621], [77.5979353, 12.9877601], [77.5981143, 12.9875757], [77.5980641, 12.9874126]]], "type": "Polygon"}, "id": "151", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Institution of Agricultural Technologists, Queen\u0027s Road, Kaverappa Layout, Vasanth Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "Institution of Agricultural Technologists", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9633893481, 9633893480, 9633893452, 9633893459, 9633893479, 9633893478, 9633893477, 9633893476, 9633893481], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1047676491, "phone": null, "shop": null, "short_name": "IAT", "start_date": null, "unique_id": "way/1047676491", "ups_community": null, "ups_school": null, "website": "http://www.iatbangalore.com/", "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6126089, 12.9911247, 77.6132941, 12.9917386], "geometry": {"coordinates": [[[77.612797, 12.9917386], [77.6132941, 12.991485], [77.6130894, 12.9911247], [77.6129056, 12.991225], [77.6126089, 12.9913517], [77.612797, 12.9917386]]], "type": "Polygon"}, "id": "152", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": "parish_hall", "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "St. John\u0027s Community Center, Saint John\u0027s Church Road, Sivanchetti Gardens, Pulikeshinagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560106, India", "landuse": null, "leisure": null, "name": "St. John\u0027s Community Center", "name:en": "St. John\u0027s Community Center", "name:hi": null, "name:kn": null, "nodes": [9666477549, 9666477547, 1466699841, 9666477546, 1466699837, 9666477549], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1051886128, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1051886128", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5546655, 12.9936746, 77.5553682, 12.9947677], "geometry": {"coordinates": [[[77.5550893, 12.9947677], [77.5546655, 12.9945665], [77.5546675, 12.9936746], [77.5553682, 12.9943038], [77.5550893, 12.9947677]]], "type": "Polygon"}, "id": "153", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Sri Rajarajeshwari Kalyana Mantapa, 21st Cross Road, Jooganahalli, Rajaji Nagar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560010, India", "landuse": null, "leisure": null, "name": "Sri Rajarajeshwari Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9687256280, 9687256279, 9687256278, 9687256277, 9687256280], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1054127615, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1054127615", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5763173, 13.0065113, 77.5767924, 13.0070771], "geometry": {"coordinates": [[[77.5763431, 13.0070771], [77.5763173, 13.0065229], [77.5767808, 13.0065113], [77.5767924, 13.0070313], [77.5763431, 13.0070771]]], "type": "Polygon"}, "id": "154", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Tirumala Tirupathi Devasthanam Kalyana Mantapa, 1st Main Road, Vyalikaval, Kadu Malleshwar Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560080, India", "landuse": null, "leisure": null, "name": "Tirumala Tirupathi Devasthanam Kalyana Mantapa", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9759879725, 1462512184, 1462512148, 9759879724, 9759879725], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1062372964, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1062372964", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5202074, 12.9819702, 77.5205637, 12.9823343], "geometry": {"coordinates": [[[77.5202828, 12.9823343], [77.5205637, 12.9822664], [77.5204883, 12.9819702], [77.5202074, 12.982038], [77.5202828, 12.9823343]]], "type": "Polygon"}, "id": "155", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": "club_home", "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Clubhouse, Outer Ring Road, Malagala, Kottigepalya, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560072, India", "landuse": null, "leisure": null, "name": "Clubhouse", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9775574192, 9775574191, 9775574190, 9775574189, 9775574192], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1064408593, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1064408593", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6324764, 13.0628745, 77.6334554, 13.0638073], "geometry": {"coordinates": [[[77.6334473, 13.0636505], [77.6325864, 13.0638073], [77.6324764, 13.0630025], [77.6334473, 13.0628745], [77.6334554, 13.063303], [77.6334473, 13.0636505]]], "type": "Polygon"}, "id": "156", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Crystal Palace Convention Center, Thanisandra Main Road, Shirdi Sai Nagara, Thanisandra, Yelahanka Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560077, India", "landuse": null, "leisure": null, "name": "Crystal Palace Convention Center", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9780981938, 9780981937, 9780981936, 9780981935, 9780981934, 9780981938], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1065053848, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1065053848", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6001383, 12.9716767, 77.6007403, 12.9723094], "geometry": {"coordinates": [[[77.6007403, 12.9722735], [77.6006094, 12.972283], [77.600245, 12.9723094], [77.6001383, 12.9717825], [77.6003532, 12.9717285], [77.600617, 12.9716767], [77.6006324, 12.9717514], [77.6007403, 12.9722735]]], "type": "Polygon"}, "id": "157", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Ashirwad, Saint Mark\u0027s Road, MacIvor Town, Shantala Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "landuse": null, "leisure": null, "name": "Ashirwad", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [7448812135, 9796269821, 9796226015, 9796226013, 7448812133, 7448812134, 9796269819, 7448812135], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1066870634, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1066870634", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.5482088, 13.0229528, 77.5490274, 13.0237216], "geometry": {"coordinates": [[[77.5484656, 13.0237216], [77.5490274, 13.0234039], [77.5487827, 13.0229528], [77.5482088, 13.0232482], [77.5484656, 13.0237216]]], "type": "Polygon"}, "id": "158", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": "community_hall", "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Raitha Bhavan, Tumkur Road, Marappana Palya Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560022, India", "landuse": "commercial", "leisure": null, "name": "Raitha Bhavan", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9912087558, 9912087555, 9912087556, 9912087557, 9912087558], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1081463159, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1081463159", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6032644, 12.9905181, 77.6037835, 12.9909031], "geometry": {"coordinates": [[[77.6037835, 12.9908987], [77.6032644, 12.9909031], [77.6032926, 12.9905246], [77.6037674, 12.9905181], [77.6037835, 12.9908987]]], "type": "Polygon"}, "id": "159", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Khan\u0027s Convention Hall, Cockburn Road, Jayamahal Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "Khan\u0027s Convention Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9930000924, 9930000923, 9930000922, 9930000921, 9930000924], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1083566590, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1083566590", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6031572, 12.9900567, 77.6034441, 12.990458], "geometry": {"coordinates": [[[77.6031612, 12.990458], [77.6034441, 12.9904553], [77.6034402, 12.9900567], [77.6031572, 12.9900594], [77.6031612, 12.990458]]], "type": "Polygon"}, "id": "160", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Milan Hall, Colonel Hill Road, Benson Town, Jayamahal Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "Milan Hall", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9930000929, 9930000928, 9930000927, 9930000926, 9930000929], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1083566591, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1083566591", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.602174, 12.9906103, 77.6027866, 12.9912421], "geometry": {"coordinates": [[[77.602174, 12.9908914], [77.602178, 12.9912421], [77.6027866, 12.9912355], [77.6027794, 12.9906103], [77.6027159, 12.990611], [77.602719, 12.9908855], [77.602174, 12.9908914]]], "type": "Polygon"}, "id": "161", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": "senior", "description": null, "element_type": "way", "email": null, "geocode": "The Bangalore Friend-In Need Society, Colonel Hill Road, Benson Town, Jayamahal Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560051, India", "landuse": null, "leisure": null, "name": "The Bangalore Friend-In Need Society", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9930000935, 9930000933, 9930000931, 9930000930, 9930000934, 9930000932, 9930000935], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1083566592, "phone": null, "shop": null, "short_name": null, "start_date": "1830", "unique_id": "way/1083566592", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.551071, 13.0057246, 77.5515072, 13.0059356], "geometry": {"coordinates": [[[77.5514278, 13.0058322], [77.5512343, 13.0058972], [77.5511094, 13.0059356], [77.551071, 13.0057246], [77.5514616, 13.0057482], [77.5515072, 13.0057985], [77.5514278, 13.0058322]]], "type": "Polygon"}, "id": "162", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Vigneshwara Seva Samiti, 5th Cross Road, Rajajinagara 1st R Block\u0c9f\u0ccd, Nagapura Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "landuse": null, "leisure": null, "name": "Vigneshwara Seva Samiti", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [3524975394, 9936581264, 3524975393, 4988283972, 9936581262, 9936581261, 3524975394], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1084356330, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1084356330", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.7105812, 12.9814546, 77.7112591, 12.9818391], "geometry": {"coordinates": [[[77.7105991, 12.9818391], [77.7107283, 12.9817867], [77.7108861, 12.9817412], [77.71113, 12.9817273], [77.7112591, 12.9817587], [77.7112448, 12.9816539], [77.7111838, 12.9815805], [77.7111157, 12.981514], [77.7110081, 12.9814756], [77.7108753, 12.9814546], [77.7107426, 12.9815001], [77.7106709, 12.9815525], [77.7106135, 12.9816574], [77.7105812, 12.9817517], [77.7105991, 12.9818391]]], "type": "Polygon"}, "id": "163", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": "yes", "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Club House, Seetharampalya Road, Green Domain Layout, Dodda Nekkundi, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560067, India", "landuse": null, "leisure": null, "name": "Club House", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9939713624, 9939713625, 9939713626, 9939713627, 9939713628, 9939713629, 9939713630, 9939713631, 9939713632, 9939713633, 9939713634, 9939713635, 9939713636, 9939713637, 9939713624], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1084701604, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1084701604", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.6039243, 13.1089156, 77.6060164, 13.110321], "geometry": {"coordinates": [[[77.6046109, 13.110321], [77.6039243, 13.1092055], [77.6041818, 13.1090645], [77.6048094, 13.1089156], [77.6049462, 13.1092395], [77.6056114, 13.1090514], [77.6060164, 13.1100624], [77.6046109, 13.110321]]], "type": "Polygon"}, "id": "164", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": null, "description": null, "element_type": "way", "email": null, "geocode": "Missionaries of Charity, Bellary Road, Yelahanka, Kempegowda, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560064, India", "landuse": null, "leisure": null, "name": "Missionaries of Charity", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9940038050, 9940038049, 9940038048, 9940038047, 9940038046, 9940038045, 9940038051, 9940038050], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1084735126, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1084735126", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}, {"bbox": [77.7064705, 12.9117903, 77.7082166, 12.9131132], "geometry": {"coordinates": [[[77.7064705, 12.9120256], [77.7067736, 12.9128544], [77.7069747, 12.9128021], [77.7070606, 12.9131132], [77.7080208, 12.9129433], [77.7082166, 12.9122818], [77.7077284, 12.9121825], [77.7072296, 12.9119236], [77.7070928, 12.9117903], [77.7064705, 12.9120256]]], "type": "Polygon"}, "id": "165", "properties": {"addr:city": null, "addr:country": null, "addr:hamlet": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "addr:suburb": null, "alt_name": null, "amenity": "community_centre", "boundary": null, "building": null, "building:levels": null, "check_date": null, "community_centre": null, "community_centre:for": "senior", "description": null, "element_type": "way", "email": null, "geocode": "Asha Bhavan, RK Homes, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560035, India", "landuse": null, "leisure": null, "name": "Asha Bhavan", "name:en": null, "name:hi": null, "name:kn": null, "nodes": [9970369519, 9970369518, 9970369517, 9970359816, 9970359815, 9970359814, 9970359813, 9970359812, 9970359811, 9970369519], "note": null, "office": null, "opening_hours": null, "operator": null, "osmid": 1088209014, "phone": null, "shop": null, "short_name": null, "start_date": null, "unique_id": "way/1088209014", "ups_community": null, "ups_school": null, "website": null, "wheelchair": null, "wikidata": null, "wikipedia": null}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_58d34b58f3894f06b23c43aa611b4e92.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["geocode"];
let aliases = ["geocode"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
function geo_json_cf61ad5ae04b402f83a807608747eca1_styler(feature) {
switch(feature.id) {
default:
return {"color": "black", "fillColor": "blue", "fillOpacity": 1, "weight": 1};
}
}
function geo_json_cf61ad5ae04b402f83a807608747eca1_pointToLayer(feature, latlng) {
var opts = {};
const iconOptions = {"extraClasses": "fa-rotate-0", "icon": "book", "iconColor": "white", "markerColor": "#FF7377 ", "prefix": "glyphicon"}
const iconRootAlias = L.AwesomeMarkers
opts.icon = new iconRootAlias.Icon(iconOptions)
let style = geo_json_cf61ad5ae04b402f83a807608747eca1_styler(feature)
Object.assign(opts.icon.options, style)
return new L.Marker(latlng, opts)
}
function geo_json_cf61ad5ae04b402f83a807608747eca1_onEachFeature(feature, layer) {
layer.on({
});
};
var geo_json_cf61ad5ae04b402f83a807608747eca1 = L.geoJson(null, {
onEachFeature: geo_json_cf61ad5ae04b402f83a807608747eca1_onEachFeature,
style: geo_json_cf61ad5ae04b402f83a807608747eca1_styler,
pointToLayer: geo_json_cf61ad5ae04b402f83a807608747eca1_pointToLayer
});
function geo_json_cf61ad5ae04b402f83a807608747eca1_add (data) {
geo_json_cf61ad5ae04b402f83a807608747eca1
.addData(data)
.addTo(map_a4bbbc72300f4386886fbba2ce16451c);
}
geo_json_cf61ad5ae04b402f83a807608747eca1_add({"bbox": [77.5005413, 12.9117816, 77.7228973, 13.1146986], "features": [{"bbox": [77.5655276, 13.0158325, 77.5660863, 13.0165127], "geometry": {"coordinates": [[[77.5660554, 13.0158325], [77.5655276, 13.0158555], [77.5655519, 13.0163878], [77.5659617, 13.0163699], [77.5659683, 13.0165127], [77.5660863, 13.0165076], [77.5660674, 13.0160944], [77.5660554, 13.0158325]]], "type": "Polygon"}, "id": "51", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "university", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "JRD Tata Memorial Library, Madhuka Marg, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560012, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "JRD Tata Memorial Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [445344778, 445344781, 445344782, 445344784, 445344787, 445344788, 6631848646, 445344778], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 37931109, "phone": null, "roof:colour": null, "unique_id": "way/37931109", "website": "http://library.iisc.ac.in/", "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5903861, 12.974139, 77.5907588, 12.9745547], "geometry": {"coordinates": [[[77.5904961, 12.9744487], [77.5905059, 12.9744867], [77.5905128, 12.974501], [77.5905226, 12.974515], [77.5905319, 12.9745264], [77.5905437, 12.9745368], [77.5905547, 12.9745435], [77.5905665, 12.974548], [77.5905776, 12.9745516], [77.5905898, 12.9745539], [77.5906029, 12.9745547], [77.5906175, 12.9745539], [77.5906327, 12.9745519], [77.5906478, 12.9745478], [77.5906587, 12.9745439], [77.59067, 12.9745389], [77.5906805, 12.9745328], [77.5906906, 12.9745256], [77.5907009, 12.9745162], [77.5907097, 12.9745047], [77.5907177, 12.9744922], [77.5907211, 12.9744822], [77.5907246, 12.974471], [77.5907266, 12.97446], [77.5907268, 12.9744396], [77.5907254, 12.9744287], [77.5907241, 12.9744168], [77.5907163, 12.9743881], [77.5907588, 12.9743763], [77.5907492, 12.9743464], [77.590727, 12.9742654], [77.5907239, 12.974254], [77.5907151, 12.9742562], [77.5906978, 12.9741929], [77.590683, 12.974139], [77.5906205, 12.9741552], [77.5906354, 12.9742092], [77.5906508, 12.9742052], [77.5906566, 12.9742264], [77.5905886, 12.9742441], [77.5905865, 12.9742361], [77.5905791, 12.9742309], [77.5905699, 12.9742284], [77.5905595, 12.9742276], [77.5905494, 12.9742293], [77.5905404, 12.9742329], [77.5905309, 12.9742392], [77.5905261, 12.9742448], [77.5905236, 12.9742525], [77.5905258, 12.9742604], [77.590464, 12.9742765], [77.5904597, 12.974261], [77.5904443, 12.9742051], [77.5903861, 12.9742202], [77.5904016, 12.9742761], [77.5904119, 12.9742735], [77.5904298, 12.9743384], [77.5904206, 12.9743408], [77.5904221, 12.9743475], [77.590445, 12.9744285], [77.5904535, 12.97446], [77.5904961, 12.9744487]]], "type": "Polygon"}, "id": "52", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": "Sheshadri Iyer Memorial Hall", "amenity": "library", "building": "public", "building:colour": "#e14327", "building:levels": null, "building:part": "yes", "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "State Central Library, Doctor B R Ambedkar Veedhi, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "height": "10", "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "State Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb0\u0cbe\u0c9c\u0ccd\u0caf \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [663309889, 663309891, 3765448085, 3765448090, 3765448094, 663309905, 3765448098, 3765448101, 3765448102, 663309907, 3765448105, 3765448104, 3765448103, 663309909, 3765448100, 3765448097, 3765448095, 663309910, 3765448091, 3765448087, 3765448083, 663309893, 3765448079, 3765448075, 663309895, 3765448072, 663309897, 663309899, 663309901, 3765454813, 3765454812, 3765448057, 3765448058, 3765791802, 3765444440, 3765444441, 3765444445, 3765444444, 3765444446, 3765444454, 3765444452, 3765444450, 3765444448, 3765444447, 3765444449, 3765444451, 3765444453, 3765444455, 3765444456, 3765448060, 3765448064, 3765791811, 3765444443, 663309885, 3765448063, 3765448062, 3765448066, 3765448067, 3765454814, 3765454815, 3765448074, 663309889], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 52032473, "phone": null, "roof:colour": "#9a9896", "unique_id": "way/52032473", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5894132, 12.9754891, 77.5897878, 12.975613], "geometry": {"coordinates": [[[77.5897876, 12.9756074], [77.5897878, 12.9754891], [77.5894134, 12.9754947], [77.5894132, 12.975613], [77.5897876, 12.9756074]]], "type": "Polygon"}, "id": "53", "properties": {"access": null, "addr:city": "Bangalore", "addr:housenumber": null, "addr:postcode": null, "addr:street": "Cubbon Park Road", "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Indira Priyadarshini Children\u0027s Library, Doctor B R Ambedkar Veedhi, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Indira Priyadarshini Children\u0027s Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [663551367, 663564861, 663564855, 663564860, 663551367], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 52059624, "phone": null, "roof:colour": null, "unique_id": "way/52059624", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6573824, 13.0718986, 77.6574391, 13.0719806], "geometry": {"coordinates": [[[77.6573824, 13.0718986], [77.6574391, 13.0718986], [77.6574391, 13.0719806], [77.6573824, 13.0719806], [77.6573824, 13.0718986]]], "type": "Polygon"}, "id": "54", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Visthar, Hennur Bagalur Road, Byrathi, Horamavu, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560077, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": null, "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [707256712, 707256708, 707256713, 707256710, 707256712], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 56434801, "phone": null, "roof:colour": null, "unique_id": "way/56434801", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5005413, 12.9230017, 77.5008396, 12.9233824], "geometry": {"coordinates": [[[77.5006106, 12.9233824], [77.5005413, 12.9230465], [77.5007703, 12.9230017], [77.5008396, 12.9233376], [77.5007419, 12.9233567], [77.5006106, 12.9233824]]], "type": "Polygon"}, "id": "55", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": "4", "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "R. V. College of Engineering, Patanagere Main Road, Pattanagere, Hemmigepura, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560059, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [1464044211, 1464044212, 1464044213, 1464044214, 6724032716, 1464044211], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 133052402, "phone": null, "roof:colour": null, "unique_id": "way/133052402", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5665245, 12.9421237, 77.5668553, 12.9424813], "geometry": {"coordinates": [[[77.5665245, 12.942167], [77.5665766, 12.9423958], [77.5666115, 12.9423883], [77.5666326, 12.9424813], [77.5668553, 12.9424523], [77.5668368, 12.9423243], [77.5668022, 12.9423303], [77.5667723, 12.9421237], [77.5665245, 12.942167]]], "type": "Polygon"}, "id": "56", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "BMS College of Engineering, 2nd Main Road, Sunkenahalli Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560019, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library block", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf \u0c95\u0c9f\u0ccd\u0c9f\u0ca1", "nodes": [1464765121, 3596184451, 3596184450, 3596184454, 1464765124, 3596184446, 3596184447, 1464765119, 1464765121], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 133117440, "phone": null, "roof:colour": null, "unique_id": "way/133117440", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5907465, 12.9305608, 77.5908592, 12.930649], "geometry": {"coordinates": [[[77.5908136, 12.9305608], [77.5907465, 12.9305948], [77.5907806, 12.930649], [77.5908592, 12.9306105], [77.5908136, 12.9305608]]], "type": "Polygon"}, "id": "57", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Central Library Bangalore South Zone, 2nd Cross LIC Colony, Jayanagar 3 East Block, Byrasandra Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560011, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Central Library Bangalore South Zone", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [1466730629, 1466730631, 1466730632, 1466730630, 1466730629], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 133260676, "phone": null, "roof:colour": null, "unique_id": "way/133260676", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6047788, 12.9323967, 77.6051985, 12.93294], "geometry": {"coordinates": [[[77.60486, 12.9329196], [77.6049562, 12.9329147], [77.6049576, 12.93294], [77.6051296, 12.9329312], [77.6051199, 12.9327529], [77.6050337, 12.9327574], [77.6050319, 12.9327244], [77.6051985, 12.9327158], [77.6051921, 12.932598], [77.6050278, 12.9326064], [77.6050261, 12.9325754], [77.6051079, 12.9325711], [77.6050985, 12.9323967], [77.6049241, 12.9324057], [77.6049253, 12.9324278], [77.6048382, 12.9324323], [77.6048482, 12.9326168], [77.6047788, 12.9326204], [77.6047843, 12.9327206], [77.604849, 12.9327173], [77.60486, 12.9329196]]], "type": "Polygon"}, "id": "58", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Dharmaram Vidya Kshetra, Dr. M H Marigowda Road, Sadgunte Palya, Suddagunte Palya Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560030, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Central Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [1700825911, 1700825869, 1700825953, 1700825781, 1700826041, 1700825744, 1700826036, 1700826054, 1700825807, 1700825874, 1700826045, 1700825954, 1700825774, 1700826068, 1700826110, 1700826105, 1700825739, 1700826002, 1700826067, 1700825743, 1700825911], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 157837663, "phone": null, "roof:colour": null, "unique_id": "way/157837663", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.569759, 13.0293053, 77.5700237, 13.0297884], "geometry": {"coordinates": [[[77.5698306, 13.0297884], [77.569759, 13.0293373], [77.5699852, 13.0293053], [77.5700237, 13.0296211], [77.5699674, 13.029642], [77.5698306, 13.0297884]]], "type": "Polygon"}, "id": "59", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "M S Ramaiah Advanced Learning Center, MSR Nagar 1st Main Road, Jaladarshini Layout, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560094, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "M S Ramaiah Advanced Learning Center", "name:en": null, "name:etymology:wikidata": "Q6713104", "name:kn": null, "nodes": [1806164358, 1806164377, 1806164381, 1806164379, 1806164397, 1806164358], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 169454723, "phone": null, "roof:colour": null, "unique_id": "way/169454723", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5374215, 13.0113265, 77.5375717, 13.0115433], "geometry": {"coordinates": [[[77.5375234, 13.0113265], [77.5374215, 13.0113553], [77.5374618, 13.0115433], [77.5375717, 13.0115173], [77.5375234, 13.0113265]]], "type": "Polygon"}, "id": "60", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Nandini Layout Public Library, Nandhini Layout Main Road, Mahalakshmi Layout, Nandini Layout Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560086, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Nandini Layout Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0ca8\u0c82\u0ca6\u0cbf\u0ca8\u0cbf \u0cac\u0ca1\u0cbe\u0cb5\u0ca3\u0cc6 \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [2090831513, 2090831518, 2090831515, 2090831516, 2090831513], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 199023795, "phone": null, "roof:colour": null, "unique_id": "way/199023795", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5786362, 13.0775765, 77.5791404, 13.0779319], "geometry": {"coordinates": [[[77.5786362, 13.0778012], [77.5787274, 13.0779319], [77.5789149, 13.0778369], [77.5791404, 13.0777228], [77.5790439, 13.0775765], [77.5786362, 13.0778012]]], "type": "Polygon"}, "id": "61", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Library, Cart road, Judicial Layout, Vidyaranyapura, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560065, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [2112143172, 2112143167, 8448910179, 2112143171, 2112143169, 2112143172], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 201254738, "phone": null, "roof:colour": null, "unique_id": "way/201254738", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5699706, 13.0155362, 77.5700466, 13.0156055], "geometry": {"coordinates": [[[77.5699706, 13.0155988], [77.5699769, 13.0155362], [77.5700466, 13.0155429], [77.5700404, 13.0156055], [77.5699706, 13.0155988]]], "type": "Polygon"}, "id": "62", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": null, "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Civil Engineering Library, Mirinji Marg, Sadhashivanagar, Aramane Nagara Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560012, India", "height": null, "internet_access": null, "is_in": null, "layer": "1", "level": null, "name": "Civil Engineering Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [2144101189, 2144101185, 2144101184, 2144101186, 2144101189], "opening_hours": null, "operator": "IISc", "operator:type": null, "osmid": 204402906, "phone": null, "roof:colour": null, "unique_id": "way/204402906", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5587223, 12.9371344, 77.5589336, 12.9373123], "geometry": {"coordinates": [[[77.5587823, 12.9373123], [77.5589336, 12.937228], [77.5588567, 12.9371344], [77.5587223, 12.9372163], [77.5587823, 12.9373123]]], "type": "Polygon"}, "id": "63", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "E-Library, 80 Feet Road, Hanumantha Nagar, Vidyapeeta ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560050, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "E-Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [2332682117, 2332682118, 2332682119, 2332682120, 2332682117], "opening_hours": null, "operator": "BBMP", "operator:type": null, "osmid": 224445485, "phone": null, "roof:colour": null, "unique_id": "way/224445485", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6424659, 12.9679177, 77.6426465, 12.9682754], "geometry": {"coordinates": [[[77.642492, 12.9682688], [77.6425006, 12.9680971], [77.6424659, 12.9680954], [77.6424749, 12.9679177], [77.6426465, 12.967926], [77.6426288, 12.9682754], [77.642492, 12.9682688]]], "type": "Polygon"}, "id": "64", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "City Central Library, South Division, 1st Cross Road, Babasaheb Colony, Jeevanbhima Nagar, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "height": null, "internet_access": null, "is_in": "Indiranagar", "layer": null, "level": null, "name": "City Central Library, South Division", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [3362040060, 3362040059, 3362040058, 3362040056, 3362040057, 3362040061, 3362040060], "opening_hours": "08:30-12:30,15:30-20:00", "operator": "Government", "operator:type": null, "osmid": 329335815, "phone": null, "roof:colour": null, "unique_id": "way/329335815", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5049471, 12.9446165, 77.5051014, 12.9447621], "geometry": {"coordinates": [[[77.5049496, 12.9446538], [77.5049471, 12.9447163], [77.5049928, 12.9447621], [77.5050545, 12.9447621], [77.5050964, 12.9447224], [77.5051014, 12.9446658], [77.5050594, 12.9446261], [77.5049977, 12.9446165], [77.5049496, 12.9446538]]], "type": "Polygon"}, "id": "65", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "University Library, University Road, Jnana Bharathi, Rajarajeshwari Nagar Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560056, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "University Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [3428212534, 3428212535, 3428212536, 3428212537, 3428212538, 3428212539, 3428212540, 3428212541, 3428212534], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 335710800, "phone": null, "roof:colour": null, "unique_id": "way/335710800", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5155852, 12.9525954, 77.5160492, 12.9531216], "geometry": {"coordinates": [[[77.5160455, 12.9528579], [77.5160312, 12.9528585], [77.5157932, 12.9525954], [77.5156212, 12.9527298], [77.5156572, 12.9527922], [77.5155852, 12.9528663], [77.5156892, 12.952878], [77.5156132, 12.952954], [77.5157112, 12.9529657], [77.5157092, 12.9530826], [77.5158092, 12.9529969], [77.5157992, 12.9531216], [77.5158792, 12.9530592], [77.5159192, 12.9530982], [77.5159846, 12.9530963], [77.5159812, 12.9529923], [77.5160492, 12.9529891], [77.5160481, 12.9529498], [77.5160455, 12.9528579]]], "type": "Polygon"}, "id": "66", "properties": {"access": "permissive", "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "university", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "National Law School of India University, Gandhi Marg, Teacher\u0027s Colony, Nagarabhavi Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560072, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": "0;1;2;3", "name": "Shri Narayan Rao National Law Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [9688311027, 3524934899, 3524934175, 3524934183, 3524934189, 3524934901, 3524934903, 3524934913, 3524934915, 3524934927, 3524934920, 3524934931, 3524934925, 3524934929, 3524934928, 3524934917, 3524934918, 9688311025, 9688311027], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 345854758, "phone": null, "roof:colour": null, "unique_id": "way/345854758", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5759804, 12.9438751, 77.5762145, 12.9441289], "geometry": {"coordinates": [[[77.5762145, 12.9441279], [77.5762134, 12.9438751], [77.5759804, 12.9438761], [77.5759815, 12.9441289], [77.5762145, 12.9441279]]], "type": "Polygon"}, "id": "67", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "World Culture Library, B P Wadia Road, Basavanagudi, Jayanagar Ward, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560004, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "World Culture Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [3532657868, 3532657848, 3532657849, 3532657869, 3532657868], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 346756057, "phone": null, "roof:colour": null, "unique_id": "way/346756057", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.598358, 12.9396542, 77.5990753, 12.9401535], "geometry": {"coordinates": [[[77.598358, 12.9399887], [77.5985397, 12.9400119], [77.598525, 12.9401218], [77.5987739, 12.9401535], [77.5987884, 12.940046], [77.5990301, 12.9400768], [77.5990753, 12.9397398], [77.598403, 12.9396542], [77.598358, 12.9399887]]], "type": "Polygon"}, "id": "68", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Central Library of NIMHANS, Dr. M H Marigowda Road, Someshwaranagar, Lakkasandra, South Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 650027, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Central Library of NIMHANS", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [3538086608, 3600298895, 3600298897, 3600298898, 3600298896, 3538086614, 3538086472, 3538086464, 3538086608], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 347534358, "phone": null, "roof:colour": null, "unique_id": "way/347534358", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5858275, 12.972382, 77.586158, 12.9726063], "geometry": {"coordinates": [[[77.5858275, 12.972566], [77.5860769, 12.972599], [77.5861324, 12.9726063], [77.586158, 12.9724223], [77.5858531, 12.972382], [77.5858275, 12.972566]]], "type": "Polygon"}, "id": "69", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Mythic Society, Nrupatunga Road, Cubbonpet, Sampangiram Nagar Ward, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560001, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Mythic Society Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [3584867737, 9777549181, 3584867739, 3584867735, 3584867734, 3584867737], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 352714475, "phone": null, "roof:colour": null, "unique_id": "way/352714475", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6350982, 13.1144524, 77.6355548, 13.1146986], "geometry": {"coordinates": [[[77.6350982, 13.114668], [77.6355391, 13.1146986], [77.6355548, 13.1144829], [77.6351139, 13.1144524], [77.6350982, 13.114668]]], "type": "Polygon"}, "id": "70", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "REVA University, Bagalur Road, Jakkuru, Yelahanka Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 562149, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "REVA University Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": "\u0cb0\u0cc7\u0cb5\u0cbe \u0cb5\u0cbf\u0cb6\u0ccd\u0cb5\u0cb5\u0cbf\u0ca6\u0ccd\u0caf\u0cbe\u0cb2\u0caf \u0c97\u0ccd\u0cb0\u0c82\u0ca5\u0cbe\u0cb2\u0caf", "nodes": [3675400836, 3675400847, 3675399711, 3675399710, 3675400836], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 363368963, "phone": null, "roof:colour": null, "unique_id": "way/363368963", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6059878, 12.9117816, 77.6062156, 12.9123287], "geometry": {"coordinates": [[[77.6059878, 12.9123175], [77.6061462, 12.9123287], [77.6061637, 12.9121351], [77.6061959, 12.9121013], [77.6062156, 12.9120568], [77.6062027, 12.9120111], [77.6061724, 12.9119799], [77.6061864, 12.9117929], [77.606028, 12.9117816], [77.6059878, 12.9123175]]], "type": "Polygon"}, "id": "71", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "BTM Library, 6th Main Road, BTM Layout 2nd Stage, BTM Layout Ward, South Zone, Bengaluru, Bangalore South, Bangalore Urban, Karnataka, 560069, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "BTM Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [4839776507, 4839776506, 4839776503, 4839776500, 4839776501, 4839776499, 4839776502, 4839776505, 4839776504, 4839776507], "opening_hours": "Tu-Sa 08:30-20:00", "operator": null, "operator:type": null, "osmid": 491890396, "phone": null, "roof:colour": null, "unique_id": "way/491890396", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6923232, 12.9333008, 77.6927191, 12.9336479], "geometry": {"coordinates": [[[77.6923232, 12.9335619], [77.6923965, 12.9333008], [77.6927191, 12.9333869], [77.6926458, 12.9336479], [77.6923232, 12.9335619]]], "type": "Polygon"}, "id": "72", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Library and information center, New Horizon College Road, Kariyammana Agrahara, Bellanduru, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 530103, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Library and information center", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [6297759490, 6297759491, 6297759492, 6297759493, 6297759490], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 672517239, "phone": null, "roof:colour": null, "unique_id": "way/672517239", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.6298518, 12.9804467, 77.6299379, 12.9805511], "geometry": {"coordinates": [[[77.629884, 12.9805511], [77.6299379, 12.9805317], [77.6299057, 12.9804467], [77.6298518, 12.9804661], [77.629884, 12.9805511]]], "type": "Polygon"}, "id": "73", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Ramakrishna Math, No-113, Swamy Vivekananda Road, Lakshmipuram, Hoysala Nagara, East Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560008, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Ramakrishna Mission Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [6455766773, 6455607911, 6455607910, 6455607912, 6455766773], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 688432869, "phone": null, "roof:colour": null, "unique_id": "way/688432869", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.5175293, 12.9487896, 77.5179464, 12.9492239], "geometry": {"coordinates": [[[77.5175896, 12.9487896], [77.5179464, 12.9488698], [77.5178626, 12.9492239], [77.51759, 12.9491626], [77.5176135, 12.9490633], [77.5175293, 12.9490444], [77.5175896, 12.9487896]]], "type": "Polygon"}, "id": "74", "properties": {"access": null, "addr:city": null, "addr:housenumber": null, "addr:postcode": null, "addr:street": null, "alt_name": null, "amenity": "library", "building": "university", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Dr. B. R. Ambedkar School of Economics University, Bengaluru, Gandhi Marg, Teacher\u0027s Colony, Nayandahalli Ward, West Zone, Bengaluru, Bangalore North, Bangalore Urban, Karnataka, 560072, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "BSE Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [9688311094, 9688311093, 9688311092, 9688311091, 9688311090, 9688311089, 9688311094], "opening_hours": null, "operator": null, "operator:type": null, "osmid": 1054241422, "phone": null, "roof:colour": null, "unique_id": "way/1054241422", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}, {"bbox": [77.7226134, 12.9560272, 77.7228973, 12.9563203], "geometry": {"coordinates": [[[77.7228973, 12.9563069], [77.7228826, 12.9560272], [77.7226134, 12.9560406], [77.722628, 12.9563203], [77.7228973, 12.9563069]]], "type": "Polygon"}, "id": "75", "properties": {"access": null, "addr:city": "Bengaluru", "addr:housenumber": null, "addr:postcode": "560066", "addr:street": "Varthur Road", "alt_name": null, "amenity": "library", "building": "yes", "building:colour": null, "building:levels": null, "building:part": null, "designation": null, "ele": null, "element_type": "way", "email": null, "geocode": "Karnataka Digital Public Library, Varthur Road, Meenakshi Layout, Dodda Nekkundi, Mahadevapura Zone, Bengaluru, Bangalore East, Bangalore Urban, Karnataka, 560066, India", "height": null, "internet_access": null, "is_in": null, "layer": null, "level": null, "name": "Karnataka Digital Public Library", "name:en": null, "name:etymology:wikidata": null, "name:kn": null, "nodes": [9840722797, 9840722798, 9840722799, 9840722800, 9840722797], "opening_hours": null, "operator": "Department of Public Libraries", "operator:type": "government", "osmid": 1072561537, "phone": null, "roof:colour": null, "unique_id": "way/1072561537", "website": null, "wheelchair": null, "wpt_description": null, "wpt_symbol": null}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_cf61ad5ae04b402f83a807608747eca1.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["geocode"];
let aliases = ["geocode"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
</script>