Giter Site home page Giter Site logo

fusion-tables's People

Watchers

 avatar

fusion-tables's Issues

fusion-tables in docs

please implement fusion-tables to Google Docs and let people make mail merges 
with documents.

Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 8:24

  • Merged into: #42

Heatmaps Not Displaying


I noticed a recent change in behavior of fusion tables and I want to
find out how to get the old functionality back.

Up until recently, you could enable the heatmap option on jest about
any data set and get back a map with your data on it.  The heatmaps
might be anemic, green dotted things, but at least they were there.

Now, below some unknown threshold, setting the heatmap option will not
show any data at all.  You need to turn heatmaps off to see dots, but
there is no obvious way of telling if you will get a heatmap or not
before the page is rendered.

For example:

http://tables.googlelabs.com/embedviz?viz=MAP&q=select+col0%2Ccol1%2Ccol2+from+2
71516+where+col2+%3E%3D+'10%2f11%2f2010'&h=true&lat=33.4000000&lng=-111.9000000&
z=8&t=1&l=col1

Produces an unadorned ("blank") map, with no heatmap, while with the
same data, setting h to false here:

http://tables.googlelabs.com/embedviz?viz=MAP&q=select+col0%2Ccol1%2Ccol2+from+2
71516+where+col2+%3E%3D+'10%2f11%2f2010'&h=false&lat=33.4000000&lng=-111.9000000
&z=8&t=1&l=col1

Produces dot markers as you would expect.

Could you provide some indication of why this behavior changed, and if
there is a way to force a heatmap to draw.  Producing a blank map
looks like an error condition, especially since there doesn't seem to
be a way to tell in advance that the map will be blank.

Original issue reported on code.google.com by matt%[email protected] on 22 Oct 2010 at 5:33

Legend to add checkboxes to turn on/off markers.

It would be great if we could let users turn off/on particular data once tables 
are visualized on a map or limit the amount of data seen in a map by letting 
them select a date range. 

For example, if I have data from Jan. 1, 2010 to Oct. 17, 2010 on a map. It 
would be cool if the people that view that map would be able to display only 
the data from October.

An example of turning on/off particular data. Say I have mapped burglaries on a 
map in the categories of residential, commercial or vehicle. It would be cool 
to let the user uncheck residential to just show commercial and vehicle 
burglaries.

An actual legend, whether in the map itself or in a seperate area, would also 
be cool.



Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 6:36

Data projection


It would be great to have a way of querying and projecting data. Simple 
projections like returning everybody's age + 1 in the age field. Returning 
everybody's hire date + 10 years. Returning the center of all polylines and 
polygons in the location field. The data in the tables should not be changed 
just the projected data should be returned.

Thank You,
Vish

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 1:52

Aggregate by date part (year, month, decade)

It would be useful if, on a date column, it would be possible to aggregate the 
data on a part of the date.

For example, aggregate on the year of the date.

This would be similar to this SQL:
SELECT DATEPART(year, COL_DATE), COUNT(*) NB FROM TABLE GROUP BY DATEPART(year, 
COL_DATE)

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 26 Oct 2010 at 6:56

InfoWindows are sometimes empty

When using the FusionTablesLayer in the Google Maps API to display Fusion Table 
data, the InfoWindows generated are sometimes completely blank. 

User group thread contains more information: 
http://groups.google.com/group/fusion-tables-users-group/browse_thread/thread/fb
9b69558a83bd85

Original issue reported on code.google.com by [email protected] on 31 Aug 2010 at 5:55

OR in filters

Right now I can only select one value in the filters.
Example:
COL_NO='SF'

I would like to be able to do this;
COL_NO IN ('SF','FX','LL')
or 
COL_NO='SF' OR COL_NO='FX' OR COL_NO='LL'

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 26 Oct 2010 at 7:45

Change formatting of hover-over legend.

When creating heat maps, it would be awesome if you gave people the option for 
changing the values and layout of the numbers displayed in the open heat map. 
So for instance, I recently wanted to create a heat map with a $ sign, but 
instead it gave me a long string of numbers unformatted by $ signs or commas.
--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team
prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.
--------------------------------------------------------------------------

What new feature would you like to see implemented?


Is this most applicable to the Fusion Tables web application or the API?


Use Cases: Describe how you will use this feature if implemented.


Anything else?


Thanks for your suggestion!

Original issue reported on code.google.com by [email protected] on 19 Oct 2010 at 10:34

Dynamic radial markers to portray value instead of static icons

I need to plot amounts (values) against points on a map to show distribution 
density.
I see on the tour page a link to Boris bikes which does this programatically. 
I'm not a programmer so it would be great if this code could be built in. The 
larger the value, the bigger the circle around the point. At the moment I have 
to click on each point the see the value in the pop-up which kind of defeats 
the visual idea of data display.

Thanks

Lyndon


--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 26 Oct 2010 at 1:10

Copy paste value in specific column

--------------------------------------------------------------------------
NOTE: Use the space below to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.
--------------------------------------------------------------------------

What new feature would you like to see implemented?


Is this most applicable to the Fusion Tables web application or the API?


Use Cases: Describe how you will use this feature if implemented.


Anything else?


Thanks for your suggestion!

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 4:00

encoding special characters fails on KML import and export

i'm not able to pass special characters like ü, ö, ä or ß to 
fusiontables. 
they appear as questionmarks no matter what i tried so far. 
all files work fine in googleearth but fusiontables refuses to accept 
all special chars.

eg: this file: 
http://www.mario-baldauf.org/test.kml 
encoded UTF-8 
produces only questionmarks but works in google earth 
http://tables.googlelabs.com/DataSource?dsrcid=275127

Original issue reported on code.google.com by [email protected] on 19 Oct 2010 at 5:41

More descriptive error messages

The error messages can be fairly vague at times. For example, when entering 
data into a table using the wrong ID, a 500 error message is returned. Please 
implement more descriptive error messages when possible.

Original issue reported on code.google.com by [email protected] on 3 Aug 2010 at 9:14

Allow styles to be exported with KML (both network link and exported KML)

Please add a feature to allow the bucket and gradient settings to be exported 
in your KML.

--------------------------------------------------------------------------
NOTE: Use the space below to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.
--------------------------------------------------------------------------

What new feature would you like to see implemented?


Is this most applicable to the Fusion Tables web application or the API?


Use Cases: Describe how you will use this feature if implemented.


Anything else?


Thanks for your suggestion!

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 8:21

Issues with Importing New Fusion Tables

What steps will reproduce the problem?
1. Whenever I try to import a new fusion table it fails
2. Happens for ANY CSV
3. When I try to show the list of Google Spreadsheets, my list is empty, yet I 
have spreadsheets.

What is the expected output?
I would like to be able to import a new fusion table

What do you see instead?
An error that says the import failed, try again later

What operating system and browser are you using?
Windows 7, I have tried Chrome and IE and other machines - the results are 
exactly the same

Image 1 shows that supposedly I have no Google Spreadsheets, but I do
Image 2 shows the error message I get

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 5:42

Attachments:

Data entry into fusion tables with google forms


It would be great feature if users can enter data into the google fusion tables 
using google forms. This functionality currently exists in Google spreadsheets 
but not in Fusion Tables. It would be great time-saving tool.

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 1:42

Add more line styles like dashed for lines and borders

What new feature would you like to see implemented? How will you use it?

Since Fusion Tables generates png tiles for map display, I would be nice to 
have the image generator create dashed lines or patterns for the lines and 
boundaries.  These could be in a pull down menu.

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 11:06

Support SQL-like database joins in the Fusion Table API

For example, without creating merge tables, be able to join 2+ tables and 
having join conditions on different fields (e.g. Select from tables A, B, C 
where A.f1=B.f1 and B.f2=C.f2)."

Originally posted by Johnny, SF 

75 votes on Product Ideas when moved here.

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 1:53

Easily map to Zip Code boundaries

7 votes from Product Ideas:
"It would really help localize data such as housing values if I could map down 
to ZIP code levels, by easily incorporating a ZIP boundary lookup table for my 
region if U.S. ZIPs aren't going to be available by default."
Jeffronicus, San Diego 

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 2:56

Pivot

Right now it's possible to aggregate the data by rows. It would be really 
useful if we could aggregate it by rows and columns like in a pivot table.

So instead of:
Employee Year Sales
Bob      2010 50
Bob      2009 75
Alice    2010 60
Alice    2009 65

We would have:
Employee/Year  2009  2010
Bob            75    50
Alice          65    60

Thanks a lot!

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 26 Oct 2010 at 7:05

Create a table from rss and atom feeds

total of 30 votes from Product Ideas

24 votes: 
"Can a table subscribe to an RSS feed, so each new item in the feed becomes a 
new row in the table?"

6 votes: 
"create fusion table from rss and atom feeds"
Louis Majanja, Nairobi,kenya 

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 3:01

Show selected number format in InfoWindow


What steps will reproduce the problem?
1. Create table with number column
2. format the number column
3. display the column in an infowindow

What is the expected output?
Number formatting should be retained.

What do you see instead?
The formatting is not retained.


Original issue reported on code.google.com by [email protected] on 13 Oct 2010 at 11:15

Mark rows for batch delete

What new feature would you like to see implemented? How will you use it?

Sometimes it is useful to be able to mark/select many rows and then manipulate 
them in some way (eg. delete them). This could be implemented by manual check 
box selection or by allowing the user to select rows based on a filter or row 
specification (eg. A1:A60).
Thanks

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 24 Oct 2010 at 2:24

Maps + Timeline => show map information over time

49 votes on Product Ideas

Given the time-series nature of many data sets, I'd like to view a progression 
of intensity maps over time. Press play and the map starts at a base year and 
runs through the years of data. That would make trends in the data pop out in a 
huge way.

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 2:09

Populate blog entries with data from google forms (like a "mail merge" for web publishing)

We have a global health blog to cache student experiences, but it's incredibly 
labor intensive to colate the data and format it for a blog.  Would be a dream 
come true if data from fields of a form could be merged with map data to show 
where the projects were completed, and format the text for a blog entry.

please please please.

dmsglobal.blogspot.com

-mike woodworth
dartmouth medical school c/o 2012.

--------------------------------------------------------------------------
NOTE: Use this form to suggest new features for Google Fusion Tables
website or API.  For bugs, use the "Defect report" template.

Your "star" vote on requests in this issue tracker helps the Fusion Tables
team prioritize work on the most useful features.

By submitting this form you agree to the Google Terms of Service
(http://www.google.com/accounts/TOS) and the following additional term:
In addition to the Content license you grant to Google in Section 11 of the
Google Terms of Service, you agree that Google may, at its option, use your
Content to provide support for, or to develop, correct or improve Google's
current or future products and services, without any compensation to you.

Thanks for the suggestion!
--------------------------------------------------------------------------


Original issue reported on code.google.com by [email protected] on 24 Oct 2010 at 5:28

Data entry into fusion tables with google forms


It would be great feature if users can enter data into the google fusion tables 
using google forms. This functionality currently exists in Google spreadsheets 
but not in Fusion Tables. It would be great time-saving tool.

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 1:46

Styles are not updated when data is updated in table


What steps will reproduce the problem?
1. create table with a column containing marker styles
2. set this column as the value for marker style using Configure styles
3. change the data in the column, the map does not update

What is the expected output?
The map should update with the new marker style

What do you see instead?
no update to marker style

What operating system and browser are you using?
happens in all browsers and operating systems

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Oct 2010 at 1:14

links in map pop-ups can't open in new window

The target="_blank" attribute is stripped from the Custom HTML template for Map 
pop-up windows. 
For maps embedded via iFrame, this means the link opens within the iFrame, for 
a very odd experience. 

What steps will reproduce the problem?
1. Add a link with the attribute target="_blank" in the Custom HTML template 
and save
2. Click Get embeddable code and place the iframe code in a webpage. 
3. Open that page, oen a pop-up, and click the link


What is the expected output?
The link should open in a new window/tab (as specified by the browser settings)

What do you see instead?
link opens within the iframe, or within the same window as the map. 



Original issue reported on code.google.com by [email protected] on 21 Oct 2010 at 1:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.