/uLocate

Primary LanguageJavaScriptMIT LicenseMIT

uLocate v.2 for Umbraco 7#


uLocate is a collaborative Umbraco package which aims to provide Geography data types for Umbraco based on the Microsoft SQL Server Geography type.

Requirements

Supports umbraco 7.x websites.

In order to use uLocate in your umbraco site, you will need to be using a full SQL Server database (not the SQL CE database which is installed by default). This is because the uLocate custom data tables use the "Geography" datatype, which is not available in SQL CE (Info: Data Types in SQL Server Compact 4.0)

Solution Contents

Test/Demo Site

Included for testing & development purposes is an Umbraco website folder. However, due to the requirement for a full SQL Server database, a .sdf file is NOT included. In order to use the demo site on your local environment, you will need to run the umbraco install wizard to setup a fresh database.

Setup your empty database on your local environment with a new login user as the DB Owner.

Just copy the web.config file from the /copy-files/ folder to the

On the install screen, fill in your info and click "custom". Select the database type "MS SQL Server" and fill in your local database credentials.

Version Changes (from v.1)

  • Back-office interface updated for umbraco 7
  • Removed the dependency of the SQL CLR Types requirement to be installed on the webserver.