We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

ariokkon's profile - activity

2016-12-06 00:00:44 +0200 received badge  Enthusiast
2016-12-02 11:36:39 +0200 answered a question How to add multiple languages (FiWare POI)

You have to get texts in all the available languages, when you are going to update the data, in order not to lose data. To get all the available languages you have to set the parameter get_for_update=true in the get_pois request. Otherwise, only the language selected by the Accept-Language is returned. Carefully read User's Manual: Update.

2016-09-12 11:43:23 +0200 received badge  Editor (source)
2016-06-16 16:20:18 +0200 answered a question Additional POI servers

There is the POI DP Global Instanceat http://poi.lab.fiware.org/poi_dp/ . It can be manually and visually browsed using the Demo POI Browser http://poi.lab.fiware.org/pois/ . It is currently populated with POIs from OpenStreetMap starting with Europe. Currently, the only proven way for mass-importing POIs is using the OpenStreetMap-import process described in detail in the tools/poi_osm_import/readme.txt in the FIWARE-POIDataProvider work area.

2015-10-21 04:59:59 +0200 answered a question POI Data Provider installation issue

(Corrected in the distribution.)

It seems to be justinrainbow/json version problem. Please, try to specify the json-schema version exactly.
In installation manual is:

$ php composer.phar require justinrainbow/json-schema:~1.3

try this

$ php composer.phar require justinrainbow/json-schema:1.4.3 

It seems to work