Re: [SMW-devel] Anybody knows how to get all triples of a page in aprogram?

2009-07-23 Thread Jie Bao
Thanks Anja. I have a slightly different coding based yours that works: // return an array of arraies of predicate-value pairs of the page function getTriple($title) { $page = SMWDataValueFactory::newTypeIDValue( '_wpg', $title->getFullText()); $semdata = smwfGetStore()->getSemanticData($

Re: [SMW-devel] Maps and Semantic Maps released

2009-07-23 Thread jeroen De Dauw
Hey, #semantic_google_map is a parser function, not a query (as Yaron already remarked a rather confusing name), and has been replaced with #display_point, which does support the zoom= parameter without having to set a custom centre. I've also noticed the changing of the zoom when you click a mar

Re: [SMW-devel] Maps and Semantic Maps released

2009-07-23 Thread Laurent Alquier
Thanks for the answer. That seems odd though, since it was possible to set a zoom level with this query for example : {{#semantic_google_map:40.024707° N, 75.509739° W|10|G_HYBRID_MAP| GSmallMapControl|pmap|200|200}} where '10' is a value of zoom. I am also getting zoom issues with Google