noi-techpark / bz-parking-angular

angular client code for parking.bz.it
https://www.parking.bz.it
0 stars 1 forks source link

Empty map view #1

Closed ohnewein closed 6 years ago

ohnewein commented 6 years ago

There are no points visualized on the map view. Maybe because I did not allow to use my current position? The points of park houses should be visualized independently from the user choice to give his current position.

screenshot from 2017-11-28 15-55-49

bertolla commented 6 years ago

Since the page is in SSL every resource that it uses, needs to be ssl. I also use our inhouse geoserver, which runs under the domain geodata.integreen-life.bz.it The problem is that nobody ever set it up with ssl and did not buy a certificate for it. What i now did as a short term solution to solve the problem, is to make ipchannels.integreen-life.bz.it/geoserver (which has a SSL Certificate) point to our geoserver and tell the app to use that endpoint. Might not be the best solution but it works for now. 2 other things can be done:

ohnewein commented 6 years ago

Does this solve this issue?

bertolla commented 6 years ago

a short term solution Like i said, but I think by moving the apache config on our frontend server this solution can also be fixed by using a loadbalancer with a free aws certificate, so the it-department will still be able to have control of the domain. For the current state this might be the best solution