https://bugzilla.wikimedia.org/show_bug.cgi?id=30534
--- Comment #2 from [email protected] 2011-08-24 02:53:14 UTC --- OK, it seems the documentation does not explain what is going on in those examples: == Doing it wrong == {{ #display_points: service=googlemaps |coordinates=52.5234051,13.4113999;52.5234051,13.4113999; |height=500 |width=800 |controls=panzoombar,scaleline,overviewmap,keyboarddefaults,navigation,layerswitcher |zoom = 10| }} == Doing it right == {{ #display_points: service=googlemaps |coordinates=52.5234051,13.4113999;52.5234051,13.4113999 |height=500 |width=800 |zoom = 10 }} == Doing it better == {{ #display_points:52.5234051,13.4113999;52.5234051,13.4113999 |service=googlemaps |height=500 |width=800 |zoom = 10 }} It appears that the final point must not have a semicolon. It isn't easy to add semicolons and then remove the last one in a semantic query. If it can't be done with a query, then this bug needs to be reopened - and of course, the documentation updated to explain the correct way to do this. I don't understand what's going on with this, and I haven't gotten a query version to work due to this bug: https://bugzilla.wikimedia.org/show_bug.cgi?id=30354 So I can't update the documentation with an explanation of how to do it in a useful query. I've become frustrated with trying to use Semantic Maps in queries during the last 2 to 3 weeks, so if I'm missing something "obvious", let me know. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
