AMREIN ENGINEERING Agenda/X | Sharepoint | Solutions | Partners | Support | Search | About us | Home  
  AE Google Map Sharepoint Web Part Deutsch English  

.NET Software  

Sharepoint Web Parts  

Digital Clock Web Part  

Stock Chart Web Part  

Stock Quotes Web Part  

Dilbert Web Part  

Quote of the Day Web Part  

"Spotlight On.." Web Part  

"Tip of the Day" Web Part  

Lightbox Web Part  

Weather Web Part  

Slideshow Web Part  

Flash Rotator Web Part  

Currency Rates Web Part  

Media Player Web Part  

Map Chart Web Part  

Google Chart Web Part  

Bullet Graph Web Part  

RSS Feed Ticker Web Part  

SQL Viewer Web Part  

Google Map Web Part  

Quick Poll Web Part  

Audio Player Web Part  

Google GeoMapper Web Part  

SQL Chart Web Part  

EWS Calendar Web Part  

Podcast Web Part  

Image Rotator Web Part  

Van Gogh Web Part  

SQL Bullet Graph Web Part  

User Spotlight Web Part  

List View Web Part  

Staff Directory Web Part  

Birthday Reminder Web Part  

Google Earth Web Part  

Banner Rotator Web Part  

Company Profile  

Customers  

Messaging  

Microsoft Partner  

Location  

Microsoft Sharepoint Web Parts

Google Map Sharepoint Web Part



Google Map Web Part

The Google Map Web Part allows to display the geographical location of a given address. The address can either be static or contained in a connected Sharepoint List. The map is created using Google's public Map API.

The Web Part can be used with Windows Sharepoint Services V3, MOSS 2007 and Sharepoint 2010. 

The following parameters can be configured:
  • Connection to a Sharepoint List containing the address or longitude/latitude coordinates
  • Interactive/static mode (static mode needs no Google API key)
  • Map Zoom Level
  • Display of Traffic Information


Product Price
Google Map Web Part
30 day Evaluation Version
Free download..
Google Map Web Part License Key
Includes 1 year technical support
USD 75.00
Web Part Installation Instructions   download..
You can also send us a PO via e-mail to info@amrein.com  or by fax to ++41 62 823 75 74

Google Map Web Part

Stand-alone Web Part (interactive mode)

Connected Google Map Web Part

Connected Web Part (non-interactive mode)


Installation Instructions:

  1. download the Google Map Web Part Installation Instructions (PDF file, see above) 
  2. either install the web part manually or deploy the feature to your server/farm as described in the instructions.

    Manual Installation:
    Please note that you will have to deploy the web part into the GAC if you do not use "Interactive Mode" (see configuration settings below) in combination with Address Geocoding lookup, since in this case the web part calls the Google Geocoding web service to resolve the address. This requires either a "Full" trust setting (not recommended) or GAC deployment.
  3. If you want to connect the Map Web Part to a Sharepoint List, either adapt an existing Sharepoint List or create a new List to store the data to be mapped. Also optionally define a suitable List View for the List if you want to sort or filter the data in a specific way.

    The list should include 
    • either one or more columns to hold the street address to be mapped.
    • or the two columns explicitely named "Latitude" and "Longitude" holding the latitude/longitude coordinates.
      Please make sure to set the List column type for both the "Latitude" and "Longitude" columns to "Number"


    Create a Web Part Connection between the Sharepoint List and the Google Map web part as follows:

    • switch the page to "Edit" mode
    • Choose "Connections" from the List Web Part "edit" menu
    • Choose "Provide Row To"
    • Select the Google Map Web Part in the menu



  4. Configure the following Web Part properties in the Web Part Editor "Miscellaneous" pane section as needed:

    • Address:
      If you want to use the web part stand-alone (eg. without a connection to a Sharepoint List), enter the street address of location to be displayed. The address should be sufficiently detailed to allow a correct lookup via the Google Geocoding service.

      If the web part is connected to a Sharepoint List, please enter the list column names to be used for the dynamic lookup. Separate each column by a comma.


       
    • Longitude/Latitude:  If you use the web part stand-alone, you can alternatively specify the latitude and longitude values instead of the Street Address. In this case, no Google API Key needs to be given (see below). Enter the values with up to six decimal places. The value for a desired location can be looked up via http://maps.google.com 
      You can also interactively look up Latitude/Longitude vales on the  Google Maps Lat/Lon Lookup page.


    • Map width/Map height: Enter the desired map dimensions in pixels.
    • Zoom Level:  enter the desired Zoom Level as follows:
       
      • enter a value between 1 (max zoom) and  17 (min zoom) in static mode mode
      • enter a value between 0 (min zoom) and  19 (max zoom) in interactive mode

    • Interactive Map: either display the map as a static image (no user interaction with the map) or as a dynamic Google map (allows interactive panning and  zooming). The interactive mode requires a valid Google API key (see below).
    • Display Traffic Information: add traffic information to the map (if available, Google currently provides this service only for selected cities). Please note that "Interactive Map" needs to be enabled for this option to work.


    • Hide Web Part when using SSL: hides the Google Map Web Part if the user visits the page using https (SSL).
      This option is useful to suppress the unwanted "unsafe content" browser message.
    • Google API Key: if you select the interactive map mode, you need to specify a valid Google API key which can be generated by visiting http://code.google.com/intl/en/apis/maps/signup.html
    • License Key: enter your Product License Key (as supplied after purchase of the "Google Map Web Part" license key).
      Leave this field empty if you are using the free 30 day evaluation version.


Please enter a comment below if you have problems with the installation, want to give feedback or have suggestions for improvements:

User Comments Post a Comment 

TheWire  
5/12/2009 00:01 
Works awesome except in Step 9, I created a list with columns Address, City, and State. If I enter "Address,City,State" for the Address textbox, I get a "Server Error in '/' Application" error saying "Column 'Address' does not belong to table." If I enter just "City,State" then it works fine. Any ideas/suggestions? Thanks!
Juerg  
5/12/2009 10:31 
Please remove any blank characters in the "Address" field and also check if you did not make any typo.
We have now updated the web part to automatically trim the values contained in the "Address" field.
TheWire  
5/12/2009 15:22 
Thanks for an awesome webpart! I just had to remove the connection between my webparts and re-create it. Then it the address worked just fine. Thanks again!
ozbroomy  
5/18/2009 07:55 
How do I make the map and list appear side-by-side as shown in your "Connected Web Part (non-interactive mode)" sample
Juerg  
5/18/2009 12:02 
Just place the 2 web parts on a Sharepoint page that allows to add web parts when in Edit mode.
You find your List web part in the “Lists and Libraries” section in the “Add Web Parts” dialog box.
spva  
5/19/2009 19:24 
I've put the .dll file in the C:\Inetpub\wwwroot\bin directory and added the code into my web.config. But when I try to add the web part, I still get the error "AE Google Map: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe." Any suggestion as to what I am missing? Thanks.
ozbroomy  
5/20/2009 10:22 

Thanks Juerg,
I found this suggestion elsewhere, when I ran into an issue adding your webpart dll's into the GAC and other's may find it useful.
I use windows server 2008 and .net 2.0 and couldn't drag and drop files into the GAC (c:\windows\assembly). It said I didn't have permissions. This is what I did to get around it.

  1. Run Command Line as Administrator (right click on link and run as administrator - new in windows server 2008).
  2. Change directory to "c:\program files\Microsoft Visual Studio 8\SDK\v2.0\Bin" to run the GacUtil command. Download the .NET 2.0 SDK if you don't have this directory.
  3. Run the Gacutil command 

                    GacUtil -i "path to your webpart dll"

    You should see a message saying it successfully added it to the GAC and you can then add the SafeControl command to your Web.Config file and upload the webpart to your site.

I love your webparts - I can see there is lots of work there and I really appreciate you putting these out there for free.

Juerg  
5/20/2009 11:18 

spva,
You probably either forgot to add the „SafeControl” entry to the Web.Config file (See step 3 in the installation instructions) or you applied it to the wrong Web.Config file.
The correct location of this file on your Sharepoint server is most probably at

              C:\Inetpub\wwwroot\wss\VirtualDirectories\80

spva  
5/21/2009 21:33 
Thanks, Juerg. I moved the dll file to and updated the web.config in the C:\Inetpub\wwwroot\wss\VirtualDirectories\80 directory and it works. The stand-alone and the interactive map work great! Similar to TheWire, I also created a list with Address, City, State, and Zip and connect the two webparts as shown in Step 8 and 9. However, I get the follow errors: Column 'Address' does not belong to table! Column 'City' does not belong to table! Column 'State' does not belong to table! Column 'ZIP' does not belong to table! Any thoughts? Thanks!
ozbroomy  
5/26/2009 08:53 
When my page loads, nothing is selected on the map list, so no map displays. Is there a way to set a default so the map will show when the page loads?
sharepointUser  
5/28/2009 11:11 
I have a problem with this webPart : " Error accessing the Google Geocoding service:The remote server returned an error: (404) Not Found." I think is due to the proxy. Is there a solution for sharepoint users who can use a proxy server for internet ? Thanks for your reply !
Juerg  
6/4/2009 10:51 
can you check the „defaultProxy“ setting in your web.config file ? By default it looks like:

<system.net>
  <defaultProxy>
    <proxy autoDetect="true" />
  </defaultProxy>
</system.net>

You might have to add your specific proxy information as follows:

<system.net>
   <defaultProxy>
     <proxy usesystemdefault=”false” proxyaddress=”http://xxx:yyyy/” bypassonlocal=”true” />
   </defaultProxy>
</system.net>

where “xxx” is your proxy server IP (ISA) and “yyyy” is the port of the proxy.

Marian  
6/12/2009 13:21 
Great web part, works just great and its so easy. I only have one problem, maybe its a problem of more webparts, dont know yet. When i deploy this to English environment it works. Then I have a language pack installed, and on the site created in the other language pack it just dont show. It gives shows me : Latitude or Longitude is not a valid number! - that gives me right away over the web part and then when i input the adress or connect to right list it shows me: Input string was not in a correct format. On the same site collection i create english based site and then it works nicely, so there is no mistake in GAC or web config... It seems its a server language pack thing... Is that possible to get fixed somehow? Anyway the Clock web part works just fine in my Slovak language pack environment... Thank you for any answer!
Jan Willem  
6/15/2009 15:33 
Great work - I could make the webpart work with addresses without any problem. When I tried to use the longitude/latitude, I had problems to make it work. I created a custom list with Longitude (Number) and Latitude (Number). The webpart worked for the longitude but seems to has problems with the latitude - if I change the latitude to another value then 0 the map doesn't show. I saw a typo in your documentation on the site (latidude - latitude) perhaps there is the same typo in the source code.
Juerg  
6/15/2009 16:25 
Jan,
what are the values you are trying to use for the latitude and longitude ? Also, what’s your Sharepoint Server’s Locale ?
We are aware of a problem with non-English Sharepoint setups, specifically locales which do not use “.” as the decimal point.
Juerg  
6/16/2009 17:35 
Marian and Jan,
we now have taken care of the problem with non-English enivronments. The problem occured for locales having a decimal separator other than "."
Please re-download the ZIP file, extract the DLL and replace the old one. Please then also do an IIS Reset.
Cat  
6/18/2009 05:57 
Great web part, works just great and its so easy. I only have one problem. I created a list with columns Title, Description, Address and City, same as your example. If I enter "Address,City" for the Address textbox, no any map will be displayed. Any suggestion on this? Is there any standard when I input the data in the specified list? Thank you.
Juerg  
6/18/2009 11:17 
Cat, did you create the Web Part connection between the List and the Map Web Part as described in the instructions above ?
Cat  
6/19/2009 04:47 
Juerg Amrein, yes, I have created the Web Part connection between the List and the Map Web Part.
Cat  
6/19/2009 04:49 
I follow your above example (e.g. New York 2175 Broadway) for testing this webpart, but no map will be displayed.
Juerg  
6/19/2009 10:37 
Cat, did you click on the radio button in the first column of the Sharepoint list to select a specific list entry ?
Cat  
6/19/2009 11:25 
Sure, I clicked.
Marian  
6/22/2009 13:16 
Thank you Juerg, it works great!
Cat  
6/25/2009 10:21 
Hi Juerg, any sugeestion on my problem? Please suggest
Juerg  
6/25/2009 11:28 
Cat, can you indicate if you checked "Interactive Mode" and/or have entered a Google API key or if you rather use "static" mode (no Google API key). If possible, can you also send us the HTML source code for that page (by selecting "View/Source" in your browser) to have us inspect the generated code ?
Cat  
6/25/2009 11:41 
Juery, Thanks your your prompt reply. For the interactive mode (with Google API key), the world map will be displayed. For the static mode, If I created a list which is contained longtitude and latitudem columns, the specified map can be displayed. But, If I created a list which is contain City and Address columns, no map will be displayed. I have sent the HTML code (called "cat_html.html") to your support email: support@amrein.com. Thank you for your help.
Joseph Wright  
6/30/2009 21:42 
I've connected the Google Map Webpart to the Connections > Get Row from Provider > [data] list Data List Contains Address (text) City (text) When I select a data row via radio button, the map webpart issues the following error : Column 'Address' does not belong to table!
I validated the [column name] 'address' was set in the Address Field (via Modified Webpart) So I'm at a loss to understand why the Map Webpart isn't taking the data list values. Do the column(s) need to be a specific data type other than Text Type? Thanx - J
David  
7/1/2009 02:07 
Hi Juerg, I use Latitude and Longitude. If I choose not use Interactive Map, the position displays in the map. If I choose Interactive Map, the map shows, but the position doesn't display. Any idea? Thanks
Juerg  
7/1/2009 14:55 
Joseph,
we now have added more detailed error reporting to the Map web part plus also now access the list columns by Index rather than by Name.
Can you please re-download the ZIP file, extract and replace the DLL ? If you deployed to the GAC, please also do an IIS reset.
Juerg  
7/1/2009 15:00 
David, what Locale are you using ? Specifically, what is the decimal point character in your Locale ?
David  
7/2/2009 18:29 
Hi Juerg, my locale is United States. I believe the decimal point is just a period as I didn't customized the locale. Thanks for your help.
Juerg  
7/17/2009 11:52 
David,
we have now fixed that bug. The map now properly shows when using interactive mode combined with Latitude/Longitude value.
Please re-download the ZIP file, extract and replace the DLL (also do an IIS Reset if you have deployed the DLL to the GAC).
will  
7/17/2009 13:30 
i operate my MOSS portal on a military network not connected to the internet. But, there is a google map server on the network we are on. in the web part setting is there a way to point to this server? any specific configs or questions I need to bring up to the google map admin guy?
Martin Bakkemose  
7/21/2009 10:35 
Hi Juerg. Thanks for some great parts. i have some questions! Is it possible to have the enties as multiple plots at the same time? ie. 4-5 different lists connected to the webpart, so when you choose one entry, there are displayed more than plot on the map? The list is shown as a sheet, can that be changed into a drop down or into checkboxes? Best Regards Martin
Juerg  
7/28/2009 16:10 
Martin,
do you want to display multiple pins on a single map or rather several maps each showing a specific location ?
Sean Anderson  
8/21/2009 01:26 
I have installed the web part but i cannot figure out how to get the radio button on a list. Also, when I try to make a connection the options are greyed out. Help for a newbie???
Juerg  
8/21/2009 10:23 
Sean, the Sharepoint List web part and the Map web part should be placed on the same page in order to be able to create a connection between the two web parts.
Matt Holmes  
9/23/2009 18:33 
I am using the Google maps webpart, but am finding that it generates every entry as being 500 miles off the coast of Lagos, presumably 0N, 0E. Should I remove the Long and Lat stuff and just use post codes in the UK?
Juerg  
9/24/2009 10:19 
Matt, do you use a connection to a Sharepoint list ? Also what’s the decimal point character in your environment (eg. is it a “,” or a “.”) ? It might also be helpful if you send us the HTML source code of that page. We could then inspect the lat/long parameters passed to the Google interface.
Joshua  
10/2/2009 01:58 
When I change from using the default lat and long to using a list address I get the following error: Error accessing the Google Geocoding service:Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. What am I missing here? Also, when I change to any other lat/long I get a map but it is solid grey/blue with a pin in the middle but no other detail. Any ideas what is going on?
Juerg  
10/2/2009 10:03 
Joshua,
if you use addresses instead of lat/lon coordinates, the web part calls the Google Geo Mapper service to have the addresses resolved to lat/lon coordinates. Your Sharepoint settings do not allow you call an external web service. We recommend that you deploy the DLL to the GAC (instead of the BIN).
Joshua  
10/3/2009 02:58 
Juerg - thanks for your help everything is working great! New question - Is it possible to show more then one point on a map at a time? If so, how?
Juerg  
10/5/2009 12:50 
Josua, if you want to show multiple locations on the map you'll need to use our GeoMapper web part.
allen l  
10/14/2009 21:46 
Hi! I was able to make it work yesterday with a connected list on Address and City. But now when i select a location, the map says "Google Gecoding Error: The given API key is either invalid or does not match the domain for which it was given" but i didnt put any API key and didnt mark the Interactive Map checkbox. Any help?
Juerg  
10/15/2009 10:11 
Allen,
if your Sharepoint List contains the Address and City (vs. Longitude/Latitude), the Google Map Web Part needs to access the Google Geocoding service to resolve the address to Lat/Lon coordinates. This service requires a Google API key (which is actually free)
Timothy  
10/15/2009 18:11 
Hello there, first off good web part saved me a lot of time in doing something like this myself. I have found an error in your program, what happens is I have to have more than one List on a page connected to your map. Well I was not able to do this so I added more than one of your maps to the page, everything was added fine. But when I use if I select an address in list a, it will show up on list a box. But when I go down to list b, it will show up in list a box. if I go back to list a, nothing will show up at all. Also, it does not handle request from with in a folder in the list. If it does it will fix my issue in having more than one list box / map on the page.
Maria  
11/21/2009 20:22 
This web part works well! I had a few minor issues at first but I'm using a few ASP.NET controls and a bunch of filtered DFWPs on my page. I also had to append an @ in front of the column names to get it to work. @WorkAddress, @WorkCity etc. I also had to set up a hidden webpart to feed the addresses to the map but once i did that it worked perfectly. I do have a question from a user though. Is it possible to click through to the maps.google.com if a user wants to print out full page directions or download the GPS coords to their mobile?
Juerg  
12/1/2009 17:33 
Maria, you can now click on the map to open a new browser window pointing at the same map on maps.google.com. Please note that this feature is only enabled if the "Interactive Map" feature is turned off. We have updated the installation file so you can re-download the Zip file and replace the DLL.
Adepta  
12/3/2009 08:49 
It works great n WSS 3.0, but I've got a problem - the location on the map is exact, but doesn't visualize any kind of pointer showing the chozen object? Any ideas? I'm using Interactive mode and longitude and latitude.
Juerg  
12/3/2009 11:36 
Adepta,
you’re right, the pin was missing when using the Interactive Mode and Lat/Lon combination. This has now been fixed.
Please re-download the Zip file, extract and then replace the DLL (followed by an “iisreset” if you deployed to c:\windows\assembly)
NickWhite  
12/17/2009 09:01 
Hi, fantastic WebPart, and as an existing user of other web parts I'll be more than happy to pay to use it. However, I do have one small problem. When bound to our company list of offices (addresses held in a multi-line text field) the map mostly works great apart from our head office in London. Doing the same string search directly in Google Maps gives the correct result whereas the web part is choosing an incorrect location somewhere else in London (similar street name). Anything that can be done do you think (happy to provide the string/address if you need it)? Not keen on having to also record coordinates for each address, and potentially for other lists not very practical. Thanks in advance...
Juerg  
12/18/2009 14:23 
Nick,
we checked and found that if you
• do not supply the street number (eg. simply submit “Warwick Street”)
• or if you supply another number like eg. “10 Warwick Street”
it works OK. If you give the “30” street number it brings back 30 Warwick Way.
Google seems to have a problem here with its Geocoding service (albeit maps.google.com just displays it fine).
Ed  
12/28/2009 01:34 
Can the traffic information be displayed on the Google map? Thanks.
Juerg  
12/28/2009 13:55 
Ed,
we now have added the “Display Traffic Information” option the the Google Map Web Part.
Please re-download the updated Zip file, extract and then replace the DLL (followed by an “iisreset” command if you deployed the DLL to c:\windows\assembly”)
Ilya  
3/5/2010 12:27 
Good day. Very good web part, I think many people will benefit. My server is using Russian locale, as the decimal point is ','. Options longitude / latitude are operate normally and the default map shows the necessary part. But when choosing an item from the list I get the following error: Column 'Address' does not belong to list! Available columns: Attachments LinkTitle _x0413__x043e__x0440__x043e__x04 _x0410__x0434__x0440__x0435__x04 Column 'City' does not belong to list! Available columns: Attachments LinkTitle _x0413__x043e__x0440__x043e__x04 _x0410__x0434__x0440__x0435__x04 Any thoughts on this? Thank you for any answer!
Gunther  
4/14/2010 06:16 
I would like a "hybrid" of this part and the geomapper part. I would like to connect to a web part and display the locations for all list items in that web part, and have all of the bubble capability of the geomapper.
Juerg  
4/15/2010 15:27 
Gunther, would you want to select a List item in the connected and then have the Web part show the corresponding bubble ?
Gunther  
4/16/2010 05:43 
It would be great to connect the map web part to another web part on a page, and have the map web part display each list item in the connected web part as the pin. In addition when you select a item in the list of the connected web part then have the corresponding map pin show the bubble information. It would be nice to be able to hover over the pins and have the bubble pop-up as well. Here is an example of what I am wanting to do- I have a web part page that displays the basic company information. It has a webpart displaying a filtered list from a "company sites" list that shows the sites for the company. I want to show these sites on the map, and have the behaviour described above.
Juerg  
4/16/2010 18:24 
Gunther, we think it's a good idea to add this feature to the Geo Mapper web part (which seems more suitable since it already is displaying all the items containend in the selected Sharepoint List).
Gunther  
4/17/2010 01:56 
That would be great. I will keep an eye out for the update. Thanks
luis reis  
5/25/2010 20:22 
good work, but my map does not appear centered ( the red pin in the middle ). I must adjust manually to see the pin. I also cannot see the "interactive check". I have evaluation web part. thanks
Juerg  
5/26/2010 10:12 
Luis, it looks like you are using a very old version of the web part since we've added the "Interactive Map" option about a year ago.
Dan  
6/21/2010 21:06 
It worked the first time I entered data from a row, but now it's just showing a blue square. Is there a way to debug the data being passed from the list to the Web Part? Thanks!
Dan  
6/21/2010 21:43 
Never mind - I got it to work again.
Steve  
7/17/2010 00:31 
I just downloaded the trial and installed it on our dev machine. I have it setup for Seattle, WA using Lat and Long but I cannot get the traffic overlay to work. Google maps has traffic information for Seattle too. Is this feature disabled on the trial?
Steve  
7/17/2010 00:48 
I just got the traffic overlay to work. It appeared that the interactive maps option needs to be checked.
Technical Support Contact Information
If you find that you cannot resolve an issue using the above tools, our Technical Support staff will be ready to handle your technical support needs. You can reach our staff by phone or by email.

Phone: +41 (0)62 823 75 75 (9am - 5pm GMT)
Fax : +41 (0)62 823 75 74
Email: support@amrein.com
 
© 2010 AMREIN ENGINEERING AG


When will you migrate to Sharepoint 2010 ?
Already did
22%(148)
This year
31%(208)
Next year
18%(123)
2012
5%(34)
No plans yet
23%(154)
Voters: 667


Subscribe to Newsletter
If you want to be kept informed about our new or enhanced Sharepoint web parts, subscribe to our Sharepoint Web Part Newsletter:

You can also subscribe to our Web Part News RSS Feed:

RSS Feed

Web Part NewsAMREIN ENGINEERING wins three “Andy Dale SharePoint Awards 2010”
4/8/2010
Winner in the Andy Dale SharePoint Awards 2010We are happy to announce that we are this year's winner of the "Andy Dale SharePoint Awards 2010" in the "BEST SHAREPOINT WEBPART PROVIDER" category!
In addition, our "Daily Dilbert" web part won the "MOST FUN FREE WEBPART 2010" category and our "Google Chart" Web Part is the winner in the "FAVOURITE FREE SHAREPOINT WEBPART" category.
Thanks to everyone who gave us their vote!

New Banner Rotator Web Part
3/26/2010
The Sharepoint Banner Rotator Web Part rotates the image files contained in the specified Sharepoint Picture Library using smooth transitions between the images.
The Web Part can be used with Windows Sharepoint Services V3, MOSS 2007 and Sharepoint 2010.

New Birthday & Anniversary Reminder Web Part
3/1/2010
The "Birthday & Anniversary" Reminder Web Part selects the forthcoming birthdays or anniversaries of users from the MOSS User Profile Store and displays the selected profile property fields in a freely configurable template. The selection is based upon the User Profile "Birthday" and "Hire Date" fields. The Web Part can be used with Windows Sharepoint Server 2007 (MOSS).

New Google Earth Web Part
3/1/2010
The Google Earth Web Part allows to display the geographical location of a given address. The address can either be static or contained in a connected Sharepoint List. The map is created using Google's public Map API. The Web Part can be used both with Windows Sharepoint Services V3 and MOSS. (MOSS).

Related Web Parts
The Google Geo Mapper Web Part allows to display the geographical locations taken of from a Sharepoint List or a Sharepoint Document Library. Detailed information about each location is shwon in the info bubble. List attachments and Document library files can be opened from the info window.



Google Map Web Part
Basic Annual Support

Basic technical support provides up to 4 incidents per year (1 business day response time) plus free service packs.
Price: USD 75.00

Google Map Web Part
Premium Annual Support

Premium technical support provides an unlimited number of incidents per year (4 hours response time, office hours GMT+1),  free service packs, updates and new releases.
Price: USD 175.00