Minimal demo showing how to display Freebase data in Google Maps.This data for this app is loaded from a static .js file rather than dynamically from Freebase. Developing your query in the Query Editor and then copy/pasting the data is a good way to build a skeleton app.Exercise for the reader:Make a popup window appear when you click on a marker
Google Map demo
We can tell you that Google Map demo is a
If you know more about Google Map demo, you can add more facts here »
Similar topics in Freebase
-
MJT Cursor demo
This example app demonstrates a number of concepts: Notes If you start to develop Freebase applications you then at some point you will inevitably see the error message “Query timeout” For example, if you wanted to get a list of Musical Artists in Freebase you might try this query { “query... -
MJT task demo
A simple demo showing how to write your own runQuery() function that can run any query.This is the fundamental technique required to write your own AJAX mjt apps. (No page reloads required) -
MJT Error reporting demo
An example of how the MJT library could be extended to support 'phone-home' error reporting.If you click on one of the buttons the MJT application will break, an error message will appear which lets you sent an instrumented bug report back to the developer.Important: The error reporting API is a... -
MJT run(args) demo
-
ListOfTvSpinoffs
Simple Wikipedia-style list showing TV shows that are spin-offs of other TV shows.Implemented in response to Alec's challenge. -
ListApps
Displays a list of Freebase Applications. Also exposes a ultra-light test framework that I'm working on.