Access historical street view images - maps

My house has a historical street view dating back to 2014 but the house to the left and right goes back to 2009. How can i get the street view for those earlier years for my house?
I have emailed customer support but no reply.
I have use the time slider in street view

If you are trying to use the Street View API then there is currently no way of obtaining historical images. However, if you're trying to access historical images of your house via maps.google.com then the slider on the top left corner will show you the different years available for your house. If no option is available for the selected address then there is no historical image for that address.

Related

AngularJS : interactions between graphics

I realized a GUI. My web page consists of 8 graphics. There is a barchart for dates, a map for the country, a datatable for companies, etc.
Now I wish to establish the interactions between graphics. For example, if the user clicks the date 2010, so you have the map and the table displays the results of the 2010 data.
(I think I have to make a $ scope in a controller that will contain all the data, but after how to recover the data for each chart, and then to say "if click on 2010 when ..."?)
Can you please tell me how to do, what steps?
Thank you !

Bing Map : generate local map tiles for US zip codes, counties, states in C# WPF Visual Studio 2013

I am trying to generate local map tiles for US states, counties and zipcodes so that I can mark them as polygons on Bing Map from C# Visual Studio 2013 WPF on win 7.
I am following the instructions at:
https://blogs.bing.com/maps/2015/08/24/local-tile-layers-in-bing-maps-wpf
http://research.microsoft.com/en-us/um/redmond/projects/mapcruncher/tutorial/version3.0docs/index.htm
https://msdn.microsoft.com/en-us/library/gg427619.aspx
I am tring to use thr MapCruncher make the tiles. But, I do not know how to get an image for a state, county, or zip code such that I can use the MapCruncher to get the map tiles.
I need images of them without borders because an image is normally a square with some white bounds around the state , county, or zip code polygon area.
Also, because I need to make all local map tiles for all US states, counties and zip codes. It is impossible to make them manually by the MapCruncher tool.
How to make them by MapCruncher code ? Or are there C# codes that can do these ?
Any help would be appreciated.
Thanks!
UPDATE
From the link of
https://xyllyg.dm2302.livefilestore.com/y3mmTyuxpIVtzGHj0t4gvQwZND2Ei2-lqB-TsyjedXzPnAujjXOMzKXnH5ZBjSO-47Ml2AOx1N5buA0iNxz_DfS7J9jn-hO_0Hxy2GG-BYwByJt7Z6LfWTXs7HDpaKG9vSpQuqPniJ6DVdddignj-3itM7VvWqnHOXoW6FESYMQ-No/Managing%20and%20Visualizing%20Geospatial%20Data%20with%20Bing%20Maps%20Whitepaper%20v01.pdf?psid=1
I have found the example in Section of "Thematic Maps from Bing SDS" at page 28.
But, the code example at https://code.msdn.microsoft.com/Managing-and-Visualizing-f42fdd5c
requires Visual Studio 2015, Windows Azure Storage, Apache Cordova, Bing Spatial Data Services .
These are not available in my working environment. Are there examples of Visual Studio 2013 ?
Also, how to use your techniques in Section of "Thematic Maps from Bing SDS" for OpenStreetmap ?
There are a lot of different ways to do what you want to do. If you want to overlay raw boundaries on top of the map you likely will run into performance issues if you try to render more then a few hundred detailed polygons such as counties or Zip codes. If you only want to view this data when zoomed in close you could load in the data as needed for where the user is viewing. You could upload the boundary data into the Bing Spatial Data Services and easily retrieve it from there.
If you want to be able to view the data at all zoom levels, then turning your data into a tile layer would be the best option. Since the data you will be working with is in vector form (raw data, not an image), MapCruncher won't work for you. Instead you will need to do one of the following:
Dynamically generate the tiles from the raw data on the fly. This will allow you to support all zoom levels without needing Petabyte's worth of storage. This is a great approach to use when you need tiles that cover a large area, or when the data changes regularly. In fact, the tiles used in Bing Maps do this as the storage requirements for 117 languages and all zoom levels would be in the 1000's of petabytes. I have a white paper outlining how to do this and code samples here:
https://onedrive.live.com/redir?resid=D35222484A76A01!361218&authkey=!AMEJsKW8h_HUbOg&ithint=file%2cpdf
https://onedrive.live.com/redir?resid=D35222484A76A01!323177&authkey=!AId01rJ-JPDPZMw&ithint=file%2czip
Use a tool to generate tiles from raw data. I have a code sample that does this here: http://mapstoolbox.codeplex.com/ Take a look at the WPF Spatial Data viewer. It allows you to load spatial data from different file formats and then generate map tiles out of it. Note that each zoom level has 4 times the map tiles as the zoom level before it. If you are looking to generate map tiles over the US, you will likely find that once you get to zoom level 8 or 9 you will need a lot of storage and the file system will likely be really slow. At that point you would need to look at storing the tiles in a database system to speed up querying the tiles. I would only recommend this approach if you only wanted tiles for a small area and a few zoom levels, otherwise the storage requirements will likely make this an unusable solution. If you do go this route you might want to look at storing the tiles in Azure blob storage as it is cheap and would allow you to store a lot of tiles much easier than you could on your local machine.
The dynamic tile approach would likely be your best option. You could try taking it a step further if you are only using WPF and generate the tiles in the app rather than in a web service, although using a web service would make it much easier to migrate your app to another platform in the future, such as Windows 10, or web. If you want to generate the tiles in the app, you can take the code from the white paper and integrate it with the code sample here: https://blogs.bing.com/maps/2015/08/24/local-tile-layers-in-bing-maps-wpf/

FoxPro to WPF porting help?

I am porting an application based on foxpro to WPF C# but i stuck in this window & i need your help.
here is a screen shot of window Click Here.
this is basically a wine shop billing part which allows to bill upto 99 items. Code col. allows to input item code and all description will come up. I am looking for something similar interface in WPF.
Please help.
There isn't anything out of the box, but create a tabular window, and to each row add a textbox that will load all descriptions after its text is changed. You'd have to calculate subtotal and total stuff by yourself, but clever use of databound controls and LINQ would allow you to create this kind of interface elegantly.
There are a couple of developers in Europe (Uwe Habermann and Venelina Jordanova) who are working on a Visual FoxPro to Silverlight product right now. They are presenting it in Europe during the summer of 2010 and at the Southwest Fox Conference held in Mesa, AZ, USA this October. It is a free pre-conference session if you subscribe to their framework, subscribe to FoxRockX, or attend the conference.
(full disclosure, I am one of the organizers of Southwest Fox Conference, but hopefully it does not make the information any less valuable).
Rick Schummer, VFP MVP

Is there an Eclipse RCP Calendar Widget I can add objects to?

I'm writing an Eclipse RCP app and want to add a calendar widget showing things happening each day (like the calendar on an Android phone).
I've seen the Nebula DateChooser, but this seems more for choosing a date than static display of information.
Features I would like:
- Ability to add items to the calendar and the date to be highlighted
- Being able to colour code the entries would be cool.
- Being able to click on a date and it to show details of what is scheduled when during the day (e.g. in another view - like an Outlook calendar)
Thanks
Jeff
The only one I can find out there would be the JaretCalendar, but is still somewhat a "work in progress".
The CalypsoRPC Calendar is like a Proof of Concept.

Silverlight Image Display - Potential implementations?

Currently I have a silverlight business application (C# Hosted in ASP.Net on IIS). The database behind the app is setup with a one to many relationship between two particular tables - One Job, Many Images. So for each job I display In my application I have potentially a large number of images to display.
Currently I use a listbox which get populated with the images that are parsed from uri's stored in the database table. Each image has a datetime stamp on it.
What I would like to do would be to display the most recent image as a thumbnail with the ability to click and zoom into it, whilst having all the other images in some sort of condensed scrollbar.
I've spent a lot of time looking round and have seen a huge number of rubbish implementations, either pertaining to be non-business like or just way to over the top. Could anyone suggest some options to me for this particular situation?

Resources