Quantcast
Channel: Mirosław Jedynak - .NET blog
Viewing all articles
Browse latest Browse all 17

Geo Point Picker property for EPiServer 7 from Making Waves

$
0
0
Piotr Dela from Making Waves created Geo Point Picker property for EPiServer7

GeoPicker property is based on Google Maps API and provides a rich interface for selecting a geo-coordinates – perfect for editing location of points of interests we want to show on a map.

Installation

Install OpenWaves.EPiServer.GeoProperties NuGet package from http://nuget.org/packages/OpenWaves.EPiServer.GeoProperties/

Getting started
To use the property set the type of the property to GeoPoint.
using OpenWaves.EPiServer.GeoProperties;

...

[UIHint(PropertyGeoPoint.UiHint)]
public virtual GeoPoint CustomLocation { get; set; }

From edit mode

Property editor lets editors type the geo-coordinates in Lat/Long number inputs or click on the location thumbnail to display a richer UI.


The popup lets editors search for locations and/or select a point by dragging a marker over the map.


After the location is selected, property editor shows a thumbnail of the location and its geo-coordinates.

Viewing all articles
Browse latest Browse all 17

Latest Images

Trending Articles





Latest Images