Skip to content
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

GeoJSON Object #4081

Closed
xereda opened this issue Nov 1, 2016 · 3 comments
Closed

GeoJSON Object #4081

xereda opened this issue Nov 1, 2016 · 3 comments

Comments

@xereda
Copy link

xereda commented Nov 1, 2016

Vue.js version

2.0.3

Reproduction Link

https://jsfiddle.net/xereda/zbt6sn1h/42/

Steps to reproduce

Change the values for latitude and longitude. No reactivity.

What is Expected?

The Geolocation fields update the data object.

What is actually happening?

The array that deals with geolocation information (MongoDB GeoJSON Object) are not reactive.

Note the following example:

local: { name: 'Empresa XYZ', address: 'Rua Fulano da Veiga, 888', number: 9888, geoLocation: { coordinates: [ 65.234902, 75.349902 ], type: 'Pointer' } }

The only fields that are not reactives are based on the internal array of the Geolocation object. Note this:

Nome:
Endereço:
Número:
Geolocalização (long):
Geolocalização (lat):
Geolocalização (type):
@sqal
Copy link
Contributor

sqal commented Nov 1, 2016

Please check #3988 I think your issue has been fixed in this PR

@yyx990803
Copy link
Member

This is not related to GeoJSON but a duplicate of #3958 & #3979, fixed by #3988 and will be out in 2.0.4.

@xereda
Copy link
Author

xereda commented Nov 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants