infinitesunrise / carsinbikelanes

A browsable geographic database for crowdsourced traffic violation reporting
GNU General Public License v3.0
64 stars 18 forks source link

Unable to update GPS coordinates #23

Closed mathieuruellan closed 7 years ago

mathieuruellan commented 7 years ago

When i click on coordinates, i've got a blank rectangle with alpha under the coordinates. capture d ecran_2016-09-24_18-14-25

infinitesunrise commented 7 years ago

Which browser is this? That box should be loading a map with which to select change the GPS point. Beyond a browser issue it's also possible that map settings are not set up correctly in the settings tab.

mathieuruellan commented 7 years ago

I'm using chromium on debian testing. I will try with other browsers! For the map configuration, it works on the main and submit page.

mathieuruellan commented 7 years ago

I've got the same issue on firefox. and google chrome (version 55.0.2859.0-1)

mathieuruellan commented 7 years ago

Here is my config file

<?php

//----------------------------------------------// // CONFIGURATION //----------------------------------------------//

$config = array( 'sqlhost' => 'mysql', 'sqluser' => 'cibl', 'sqlpass' => 'cibl', 'database' => '########', 'use_providers_plugin' => 1, 'leaflet_provider' => 'OpenStreetMap', 'map_url' => 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', 'use_google' => 0, 'google_api_key' => '', 'google_extra_layer' => 'NONE', 'use_bing' => 0, 'bing_api_key' => '', 'bing_imagery' => 'Road', 'max_view' => 50, 'north_bounds' => 47.29, 'south_bounds' => 47.141, 'east_bounds' => -1.43, 'west_bounds' => -1.68, 'center_lat' => 47.2155, 'center_long' => -1.555, 'mobile_center_lat' => 47.2155, 'mobile_center_long' => -1.555, 'site_name' => 'CARSINBIKELANES', 'comments' => '', 'disqus' => '', 'openalpr_api_key' => '', 'about_text' => '<h3>About CARSINBIKELANES</h3> <p>CIBL is a browsable geographic database for crowd-sourcing traffic violation reports. Originally designed to publicly track illegal automotive encroachment into New York City bike l anes at carsinbikelanes.nyc, CIBL can be adapted for to document any sort of observable traffic violations within a defined geographic area. CIBL records the time, date, cross streets, GPS c oordinates, user description and image of each record submitted. CIBL\'s setup wizard should be able to self-deploy in a LAMP environment upon navigating to /index.php in a web browser.</ p>' );

$connection = mysqli_connect($config['sqlhost'],$config['sqluser'],$config['sqlpass'],$config['database']);

?>

infinitesunrise commented 7 years ago

fixed by 73982257441130af7714e3a00d41ef612fd97f7d