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

Atualiza mapa (Issue #75) #89

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

beatrizazanha
Copy link
Contributor

@beatrizazanha beatrizazanha commented Nov 30, 2024

Essa alteração traz um novo mapa para resolver a Issue #75 com a atualização das informações dos institutos e restaurantes universitários. Também adicionamos todos os pontos de alimentação presentes no campus que foram retirados do mapa oficial da Unicamp.

Além disso, também fizemos alterações no BD para renomearmos a sigla da Faculdade de Engenharia Civil, Arquitetura e Urbanismo de FEC para FECFAU e adicionamos os links faltantes de mapa na tabela gde_institutos.

Essas são as alterações que fizemos no BD local e precisariam ser replicadas para o BD oficial:

update gde_institutos
set sigla = 'FECFAU'
where sigla = 'FEC';

update gde_institutos
set link_mapa = '&ll=-22.830229,-47.063774&spn=0.002912,0.005681&t=h&iwloc=00049b23143929e36988b&z=18'
where sigla = 'FENF';

update gde_institutos
set link_mapa = '&ll=-22.824077,-47.064054&spn=0.002912,0.005681&t=h&iwloc=00049b23143929e36988b&z=18'
where sigla = 'FCF';

update gde_institutos
set link_mapa = '&ll=-22.816366,-47.063264&spn=0.002912,0.005681&t=h&iwloc=00049b23143929e36988b&z=18'
where sigla = 'FECFAU';

@beatrizazanha beatrizazanha changed the title Atualiza mapa Atualiza mapa (Issue #75)[https://github.com/guaycuru/gde/issues/75] Nov 30, 2024
@beatrizazanha beatrizazanha changed the title Atualiza mapa (Issue #75)[https://github.com/guaycuru/gde/issues/75] Atualiza mapa (Issue #75) Nov 30, 2024
@beatrizazanha beatrizazanha marked this pull request as ready for review December 6, 2024 01:32
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

Successfully merging this pull request may close these issues.

1 participant