def test_create_wrmap():
- attributes = {'lon': 11.21408895, 'lat': 47.2417134, 'zoom': 14, 'width': 700, 'height': 400}
geojson = {
'type': 'FeatureCollection',
'features':
[11.230868, 47.244951],
[11.237853, 47.245470]]},
'properties': {'type': 'sledrun'}
- }]
+ }],
+ 'properties': {
+ 'lon': 11.21408895,
+ 'lat': 47.2417134,
+ 'zoom': 14,
+ 'width': 700,
+ 'height': 400}
}
- wikitext = wrpylib.wrmwmarkup.create_wrmap(attributes, geojson)
+ wikitext = wrpylib.wrmwmarkup.create_wrmap(geojson)
assert wikitext == u'''
<wrmap lat="47.2417134" lon="11.21408895" zoom="14" width="700" height="400">
<gasthaus name="Rosskogelhütte" wiki="Rosskogelhütte">47.240689 11.190454</gasthaus>