-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoogleMapMarker logtitude spelling mistake #163
Comments
@tranquoctu1988 thanks for reporting. this is indeed a bug. will fix this with 0.8.1 |
Hi |
@ldtung no, but you can build the latest version: git clone https://github.com/SebastianM/angular2-google-maps
cd angular2-google-maps
npm install
./node_modules/.bin/typings install
./node_modules/.bin/gulp build and then use the |
Thanks. but when do you plan to put on npm? we need to install directly from it to support upgrade later? |
@ldtung it's now available in v0.8.1 |
Thanks. I checked it out 2016-03-02 2:50 GMT+07:00 Sebastian Müller [email protected]:
Le Duc Tung Phone : 0984310501 |
I work with version 0.8.0 and found that in google-map-marker.ts it have a wrong spelling detect for longtitude value.
ngOnChanges(changes: {[key: string]: SimpleChange}) {
...
if (changes['latitude'] || changes['logitude']) {
this._markerManager.updateMarkerPosition(this);
}
It will block the map marker change when user change only the longtitude value.
Could you please fix it?
The text was updated successfully, but these errors were encountered: