-
Notifications
You must be signed in to change notification settings - Fork 452
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
Maps #4820
Comments
Have you checked that all families have been assigned lat / long coordinates? |
Yes |
Duplicate issue: (by me) |
did you delete some Cassifcations from the system, can find one of the missing families and update the classification and see if it shows up or not. I had this issue before and tracking it in #4985 |
I don't think I deleted any Classifications. Added some. Might have renamed some. I think changed the order of some of them. Not sure how you are suggesting to "update" it now? I resaved it. |
I have this issue as well. All our families have full LAT/LON data. I don't have an exact number of families affected but we have 129 families with LAT/LON data but only about 25 of them are plotted. What would be the best way to debug this? Thanks! |
Well, #5174 was initially a problem of not having lat/long in the database because when there were NULLs, in the lat/long columns the process didn't update the values. Once I got that corrected, then the issue was about the API setup in Google so that something would actually display. Now I have something that displays but don't have anything CLOSE to the number of pins as I do families with lat/long data. So they're related only in that they're all dealing with mapping and they were layers of problems. The NULLs are solved and the API issues are solved. So now it's the issue of not having all the pins show up - which is, I believe, what the OP is experiencing too. |
Yeah, I had a similar experience with lat/long where NULLs kept it from calculating the lat/long. I changed them all to "0" and then it calculated a lat/long for everyone. So yes, I'm sure they actually have lat/long based on what I see in phpmyadmin in family_fam in the lat/long columns. |
Just did a test. I added every person to the cart and then selected to view the contents of the cart on the map. Out of 218 INDIVIDUALS in the cart (not families), I got about 68 pins in our area (there are a few out of our area). So different ones that were not pinned when I did it using the Family mapping feature WERE pinned when I did the cart mapping feature. |
Hello. I have the same problem. I do not view families on the map. Any solution? Church Versión 4.1.0 Thanks! UPDATE: |
It may be worth taking a look at: #5174 to see some of the things needed to make this work - keeping in mind that the API keys setup changed a bit at v4.0.3. I believe that it's working for me now. You can also confirm what is really being plotted on the map by doing a view source on the page and you'll see in the midst of some JavaScript:
That array will contain all the plot data for the pushpins on the map. It's human-readable so you can get a list of what's actually being plotted on the map and can compare it to what you see in the list of families. It may help. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 15 days with no activity. |
No se cargan en el mapa todas las familias.
Translation:
Not all families are loaded on the map.
The text was updated successfully, but these errors were encountered: