Giter VIP home page Giter VIP logo

represent-map's People

Contributors

abenzer avatar crankydragon avatar ctaulborg avatar eduardocruz avatar mapmeld avatar nickgs avatar nickhammond avatar radagaisus avatar rafaelcanovas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

represent-map's Issues

Encoding for Vietnamese Characters

Hi guys,

I am working on represent.vn and came to the issue that the address are not properly encoded when ADDING, EDITING the places.

When INSERTing the address with Vietnamese chars I added _utf8'$address' (file add.php).

However when reading/editing the places I still have an encoding issue.
Example:
In the DB I have the correct encoding as followed
466/4 Lê Quang Định, 11, Binh Thanh District, Ho Chi Minh City, Vietnam

When I want to edit I got this:
55/14 Tran Van Dang, Phuong 9, quan 3, Thành phố Hồ Chí Minh, Vietnam

What can we do to solve this?

failed to load external entity

Hello, thank you for providing the map and assistance for corrections.
I'm sorry to ask, but I can not find the solution to this problem below:

I'm trying to register a new item, but to register the map the following error occurred:

Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /home/storage/9/d9/ec/uaitest/public_html/mapa/geocode.php on line 37

Warning: simplexml_load_file(http://maps.googleapis.com/maps/api/geocode/xml?address=Rua+ANTONIO+BENTO+RODRIGUES+9%2C+Santa+Luzia+Uberl%E2ndia+MG+Brasil&sensor=false) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /home/storage/9/d9/ec/uaitest/public_html/mapa/geocode.php on line 37

Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://maps.googleapis.com/maps/api/geocode/xml?address=Rua+ANTONIO+BENTO+RODRIGUES+9%2C+Santa+Luzia+Uberl%E2ndia+MG+Brasil&sensor=false" in /home/storage/9/d9/ec/uaitest/public_html/mapa/geocode.php on line 37
url not loading

But the bank registration was successfully made.
Another note, when I try to register a new item and the error continues with the same address listed above.

Thank's

Eventbrite events_get encoding problem

Hi,
I'm setting up the map for Slovakia, and wanted to pull events we're organizing into the map for testing.
However, I have received this error - probably due to special characters in the location of the event.
As eventbrite is pulling this based on the location entered, there is little I can do about it...
Is there some quick fix?
Thanks for help!
David
http://www.neulogy.com/map/events_get.php
Sorry if there is something inappropriate about this post, this is my first issue ticket ever.

https://www.eventbrite.com/xml/event_search?...&within=50&within_unit=M&keywords=neulogy&city=bratislava&date=This+month&app_key=76TR7C5SUKL66H4MOD
0 places geocoded

Warning: simplexml_load_file() [function.simplexml-load-file]: http://maps.google.com/maps/geo?output=xml&key=abcdefg&q=36+M%3F%3Ftna%2C+Bratislava+-+Star%3F%A9+Mesto%2C+81107:3: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xA9 0x20 0x4D 0x65 in /domains1/do1377700/public/www_root/map/geocode.php on line 38

Warning: simplexml_load_file() [function.simplexml-load-file]: <name>36 M??tna, Bratislava - Star?© Mesto, 81107</name> in /domains1/do1377700/public/www_root/map/geocode.php on line 38

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /domains1/do1377700/public/www_root/map/geocode.php on line 38
url not loading

iPhone 4 "Add" and "Info" Modals Not Displaying Correctly

Issue: When viewing represent.la on an iPhone the Add and Info dialogues aren't displaying the form correctly.

Steps:

  1. Open Safari on iPhone 4
  2. Navigate to represent.la
  3. Click on the "Add" button

Result: The form isn't displaying correctly, the fields are cut off.

Expected: The entire form to display and functional for input.

Note: Same result for "Info" You can't see the entire dialogue including the LA logos.

Marker in wrong spot

I set up several markers with no problems. However on the fourth entry my markers all started appearing next Africa when the map is in London. I have several addresses and markers now they keep appearing in the same location.

Any help would be very much appreciated.

Thank you

URL not showing

Hi, I integrated the map with Startup Genome.

http://www.startupkyoto.com/

The map itself looks okay, but it seems URL isn't displayed for the most places. For instance, 47 Ronin (Choose "Coworking" > "47 Ronin") has the URL data according to Startup Genome DB.

http://www.startupgenome.co/47-ronin

I checked the actual data stored in MySQL database, and found URL field being null. A strange thing is that URL is displayed for few places like Nintendo. (Choose "Startups" > "Nintendo")

http://www.startupgenome.co/nintendo

Any idea?

geocode.php fails to set latitude and longitude

Using phpmyadmin, I manually entered 2 records in the table 'places', leaving the approved status, latitude, longitude, sector and sg_organisation_id empty. (On a side note, I'd like to mention that I had to create an 'events' table to get rid of an error generated by geocode.php. This is not stated in the setup.txt file.)
After entering 2 records manually, I ran the geocode.php script which produced the following messages:
"2 places geocoded
0 events geocoded"
Yet, visiting the database revealed that the lat and lng fields remained unchanged and set to 0 for both records!
It appears that the UPDATE to the database isn't taking place and I don't know why!
I'm using the following:
PHP Version 5.4.38
MySQL Version 5.5.46-cll

Startup Genome URLs don't work.

The map doesn't do proper 302 redirection and is requesting http. Startup Genome redirects all incoming http requests to https.

You should support redirection or change the hardcoded protocol to https.

Unexpected $end

I am getting this error after setup.
I have not modified any file except db.php
Parse error: syntax error, unexpected $end in /*****************/map/index.php on line 681
I tried it on another server even..same result.
Any help would be appreciated.
Regards,
Rishav

Issue with Google API - MissingKeyMapError

Hi guys,
my site is www.joinvale.org and an error is occurring when the site tries to load the map:

Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
js?sensor=false:32 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.ab @ js?sensor=false:32
util.js:211 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js:211 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-requi

Marker icon template

Is a marker icon template available anywhere in .ai, .psd or .png format?

I need to create an icon for a new category.

Notice: Undefined variable: error in C:\wamp\www\index.php on line 374

I see the borders of the site and facebook and twitter button, but instead of the map i see this Notice: Undefined variable: error in C:\wamp\www\index.php on line 374

In the admin section of the site, I get a lot of errors on uri not defined and approved not defined.

Further, the browsers give this error:
Uncaught SyntaxError: Unexpected token < there is:
and it's after line 167 in index

event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

I just installed wamp server 2.2, did the set up and it doesn't work. It's really strange.

Somebody knows what's wrong?

API (Json or XML)

Hello,

As I would like to develop a mobile app to provide an easy access to a represent-map website on Android and iOS I would like to have an "API" with an url like "/api.php" which will present the same data as the website but in a JSON or XML format.

Cheers,
Alexander

Map not loading.

Im able to access the index.php with the sidebar and top header(about this map and add something). However map is not loading.

Cannot integrate SG API

Hi all,

I am the new curator for SG Munich and am having trouble integrating the SG API. When I enter the API Code and location, I get the following error upon opening the website:

Http_Exception Object ( [message:protected] => [string:Exception:private] => [code:protected] => 404 [file:protected] => /www/htdocs/w010cf40/startups/include/http.php [line:protected] => 317 [trace:Exception:private] => Array ( [0] => Array ( [file] => /www/htdocs/w010cf40/startups/include/http.php [line] => 209 [function] => _exec [class] => Http [type] => -> [args] => Array ( [0] => GET [1] => http://startupgenome.co/api//organizations/city/munich-bavaria-de [2] => Array ( ) ) ) [1] => Array ( [file] => /www/htdocs/w010cf40/startups/startupgenome_get.php [line] => 39 [function] => doGet [class] => Http [type] => -> [args] => Array ( [0] => /organizations/city/munich-bavaria-de ) ) [2] => Array ( [file] => /www/htdocs/w010cf40/startups/header.php [line] => 11 [args] => Array ( [0] => /www/htdocs/w010cf40/startups/startupgenome_get.php ) [function] => include_once ) [3] => Array ( [file] => /www/htdocs/w010cf40/startups/index.php [line] => 3 [args] => Array ( [0] => /www/htdocs/w010cf40/startups/header.php ) [function] => include_once ) ) [previous:Exception:private] => )

Any help would be much appreciated!

Thanks a lot,
Shezan

Pulling data from map into Excel

First and foremost, I am a coding noob, so please excuse the potentially simple question I'm about to ask.

I am working off represent.LA for a project at work and trying to see if I can extract data from the map into a excel sheet.

For example, I am wanting to just get the Company Name, Company Description, and Address of the Start-Ups in Santa Monica, Venice, Culver City, Playa Vista, and El Segundo. If I can get this information (provided on the map by individually clicking on the links) onto a excel sheet, that'll make my life way happier.

Is this possible to do with such specific requirements?

Thank you!

Site doesn't load.

Hi:

I am trying to use it but it doesnt load, I got this:

Error de HTTP 500 (Internal Server Error)

Also when I am installing this I am supposed to update everyhing from represent-map

Or the folder represent-map with all the files that it has.

Also if it use a .htaccess what is it.

Thank you

db question

I'm a newbie working my way through github, MySQL, etc.

I've setup the map and added mysql hostname and database name and password but I'm not sure what the admin username and password should be?

I'm also getting this error.
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in/nfs/c02/h12/mnt/26010/domains/vegastechmap.com/html/index.phpon line 442

Thanks

column 'approved' cannot be null

Hey there, awesome app!

I just spun up my own (slightly modified) instance and I'm having trouble adding my first marker, I get the error message above when I try to submit.

I'll do some digging to see if I can solve this myself, and if so I'll post it here, but if I'm just doing something braindead and you could advise and save me some time that'd be great!

Cheers

Error after data input

Hi there,

I am having problems on my installation (swissstartups.org). After keying in data into the form, there is this error message "Table '67271_0.events' doesn't exist" and the user does not see any further confirmation (while actually the data is written into the db and can be seen/approved by the admin).

I assume it is related: when I activate the Startup genome API, then there is the same situation without any error message.

Any ideas?

Thx, Alex

Hackerspace icon

I’m maintaing the Berlin version of the map, and Hackerspaces are quite an important part of the ecosystem here.
In the previous version of the icons, I simply adapted on icon and made a hackerspace icon, that’s not so easy with the new version of the icons.

can we get a "Hackerspace" icon, or get the icons released in higher resolution so I could work on that myself?

Map not visible when using XAMPP

The map is not visible when I am using Represent-map via localhost using XAMPP.
Is there some issue with the google map api not working on localhost?

Configuration:
XAMPP v1.8.1
PHP v5.4.7

Kindly assist.

Work with PHP 5.5.9?

2015/08/26 13:01:16 [error] 31437#0: *1 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected end of file in /srv/domain.com/index.php on line 658" while reading response header from upstream, client: X.X.X.X, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/ajenti-v-php-fcgi-domain-php-fcgi-0.sock:", host: "domain.com"

I not modified the index.php file

Installation with wamp server.

Hi,

just m trying to install represent-map-master on localhost via WAMP server.

i am getting this error after accessing index.php

"Parse error: syntax error, unexpected end of file in C:\wamp\www\map\index.php on line 679"

please help me , or can anyone give me video tutorial for installation.

sorry i dont know where to ask query abt installation. so i wrote here.

Map crashes on iOS7

Hi!

It seems iOS7 has some kind of memory limitations, and when you load many markers the browser crashes... any idea on how to fix it?

Best
Javier

Markers

My markers don't appear on my map even though I have accepted the restaurant as admin. Any tips on how to make the markers appear?

Clustering

Has anyone figured out how to use clustering with this code?

I am the person behind www.jewnovations.com

I had the code modified a lot and now want to add clustering and my developer is having a lot of problems with it.

Configuration Problems, looking for Help

This is my first attempt to work with mysql in about 3 years. The instructions, while appearing simple enough, leave out details which would help those of us new to mysql and php.

What is one to do with Step 2 and after I copy the files to mysql server, I am unable ot open the index.php from a browser at localhost or from the net.

TIA everyone.

Add category for agencies/consultancies

I really like the visibility represent.la offers into the scene around me, but the startup category gets diluted with the inclusion of agencies and consultants.

Marker's infowindows don't always display all the required info

Please visit http://www.geneva-startups.ch

If you click on the marker corresponding to the investor Index Ventures, you'll see no info missing, i.e. all the info required (company name, url, description and address) is correctly displayed.
However, when you click on most of the other markers, the info is very incomplete, i.e. often the description and/or address is missing.

The info is available in my places table, so I wonder what could be causing this?

Cant Geocode Places

  1. I have installed the map and when I try to add places, it gives an error "url not loading" .
  2. When I run the geocode.php file the same error occurs...

Can you please solve the problem.

SQL Injection

There is no real sanitization happening in your DB calls. The frontend is great but I almost feel the need to scrap your backend entirely. When I tried to run an event import, it corrupted the entire site because one of the events had a apostrophe.

We're likely going to integrate the front end into an existing site so we won't use PHP, but if we do, I'll try and submit a pull request fixing these issues.

after approved a new record dont work

hello there
nice app! i think i was successfull install and config the files on the webserver. i am testing local and the web. but found the same problem.

when i finish add new record and approved. the map disappear and the rigth bar decreases. what can it be? but if i delete the records everthing appears and appear to be ok...

i ran this sql files events_1.sql - places_3.sql - settings_1.sql

thanks for the info

Map display and Startups label have disappeared

I added data to the MySQL database using phpMyAdmin and changed the structure of the places table to allow for certain NULL values.
Now, the Startups label no longer appears in the right sidebar and the map doesn't get displayed.
Please see here: www.geneva-startups.ch
Is there a limited number of startups one can add? (I added 1'315 startups)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.