Map datatype for Umbraco V7
Wish to give your content editors easy Maps to set real world locations.
-
Install Terratype framework package via Nuget https://www.nuget.org/packages/Terratype/
-
Install the Map Providers you would like to use https://www.nuget.org/packages/Terratype.GoogleMapsV3
-
Create a new data type based off this the newly added Terratype property Editor. You may need to obtain any API Keys that are necessary
-
Add this new data type to a document type
-
Create new content based off this document type
https://github.com/Joniff/Terratype/blob/master/docs/manual.pdf
@using Terratype;
@Html.Terratype(Options, Map, @Label)
1.0.0
Complete rewrite based from AngularGoogleMaps.
Download the source code, it should work for Visual Studio 2013 & 2015. If you set Terratype.TestSite as your Set as Startup project this should execute the test Umbraco website, where you can test maps under different scenarios. Once running, surf to http://localhost:60389/umbraco and at the login type admin for user and password for password.