jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
116 stars 61 forks source link

Can't find drawing library #109

Closed khalome closed 8 years ago

khalome commented 8 years ago

I see the drawing library is easily added in the examples at http://www.jmelosegui.com/map/Libraries/Drawing. However in my solution Libraries is missing. I reinstalled the package but still don't see it available in the code. In the packages config it says I have version "0.8.0.0" installed. Am I missing something?

jmelosegui commented 8 years ago

Hi @khalome

That feature is not included in the version 0.8.0.0. Please read the self-service-releases and let me know if that works for you.

khalome commented 8 years ago

Thanks, I added a config file and installed PM> Install-Package Jmelosegui.Mvc.Googlemap -Pre. I can see in the packages.config a reference to version "0.8.16-beta-gd2b2689432" but intellisense never brings up Libraries() when creating a map. If I compile and run anyways the map never renders. I am not sure if I am creating the nuget.config properly or it's in the right place.

gabriele-v commented 8 years ago

Same here, also after adding self-service-releases: Added package 'Jmelosegui.Mvc.Googlemap.0.8.16-beta-gd2b2689432'

But Libraries() still missing.. Any ideas?

EDIT: Solved manually installing it within NuGet package manager and choosing "Package Source = Googlemap Mvc CI" at the top right