Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- Using C# HttpClient from Sync and Async code
- Run tasks in parallel using .NET Core, C# and async coding
- C# Get expiry timestamp from JWT token
- c# Async fire and forget
- HttpClient retry mechanism with .NET Core, Polly and IHttpClientFactory
Archive
Meta
Tag Archives: Google maps
Google Maps for Sitecore
Finally the Advanced Sitecore Google Maps (WCAG Edition) for Sitecore has been upgraded to use the V3 API of Google Maps. Advanced Sitecore Google Maps is a commercial module for Sitecore that allows you to add Google Maps to your Sitecore … Continue reading
Calculate distance between two coordinates on earth
This is part of the latest feature of our Advanced Sitecore Google Maps (WCAG Edition). I have added a new feature to find the nearest markers based on an address. The caclculation is based on the approximate birds-flight distance between 2 … Continue reading
Advanced Sitecore Google Maps (WCAG Edition)
Advanced Sitecore Google Maps (WCAG Edition) is a new module for Sitecore. The module provides maps, that are accessible and meet the Section 508 requirements. The module is very easy to use for your Sitecore editors. UPDATE!: A new version … Continue reading
Google Maps polyline encoding in C#
One of the new features in the Advanced Sitecore Google Maps (WCAG edition) is the ability to draw polylines. Polylines in Google Maps can be drawn using 2 methods: By creating a new GPolyline with the array of coordinates to … Continue reading
Posted in c#, General .NET, Sitecore 6
Tagged fromEncoded, Google maps, GPolyline, Sitecore
15 Comments
Save Sitecore Item from .aspx editor
Sitecore is an extendable platform, no doubt about it. For example it allows you to add an external (.aspx) page, to an item: The page will then show up on your item. But what if you wish to modify the actual Sitecore … Continue reading
Posted in General .NET, Sitecore 5, Sitecore 6
Tagged Editor, Google maps, RegisterStartupScript, Sitecore
2 Comments
Waiting for gg.google.com
I am developing a Google Maps module for Sitecore, and when I test it in Firefox my Google Javascript won’t load. All I get is: “Waiting for gg.google.com…”. It seemes to be a problem with certain versions of Firefox and Firebug. If Firebug … Continue reading