Loading...
 

GeoCMS_Instructions_22

 Plugin disabled
Plugin fluidgrid cannot be executed.




1.1. Tiki Features

These Tiki features are enabled, and included some demo content with geolocation details:
  • Wiki pages, Tracker items, Blog posts, articles and web services.

1.2. Further configuration steps

Rebuild unified search index


Add Web service 1 - with NO params

You need to setup your webservices here:

Add this information:
  • url: https://opendata-ajuntament.barcelona.cat/data/api/action/datastore_search?resource_id=8808bc24-e14c-45a5-9c24-5e67846f087a
  • Type: REST
  • Body of POST request:
    (leave this previous box empty)
And click at | Lookup | button.

Then, since there are no special parameters defined in this example, you can proceed to test it.
Click at | Test Input | button

This will produce some results a the "Response Information" box, in json format. And they should contain a section with 100 [records] (out of the several thousand records available in total (with no filtering based on web service params)

Then you can register this web service by means of:
  1. providing this short alphanumeric name for it: bcnternopar (since it's the predefined web service name expected by wiki pages created by this tiki profile; stands for 'Barcelona Terrasses No Params'), and
  2. click at the | Register Service | button

Once the web service is registered, then you can register a webservice template, providing this information in the form at the bottom of that page:
  • Name: bcnternopartemplate (template name needs to be short and only with alphanumeric characters)
  • Engine: Index
  • Output: Multi-index
  • (Text area field):
    { "records": [ { "EMPLACAMENT": { "type": "sortable", "field": "title" }, "NOM_BARRI": { "type": "plaintext", "field": "type" }, "LONGITUD": { "type": "numeric", "field": "lon" }, "LATITUD": { "type": "numeric", "field": "lat" } } ] }

And click at | Register Template | button.

Last, you will need to rebuild the unified search index again:

Add Web service 2 - WITH params

You need to setup your webservices here:

Add this information:
  • url: https://opendata-ajuntament.barcelona.cat/data/api/action/datastore_search?limit=%n_limit%&q=%wsq%&resource_id=8808bc24-e14c-45a5-9c24-5e67846f087a
  • Type: REST
  • Body of POST request:
    (leave this previous box empty)
And click at | Lookup | button.

Then test the parameters defined. You can test with:
  • n_limit: 8
  • wsq: {"NOM_DISTRICTE":"Sant Andreu"}
  • Bypass cache (X) (leave it checked)

And click at | Test Input | button

This will produce some results a the "Response Information" box, in json format. And they should contain a section with 8 [records] (out of the 380 records available passing this filter of district name (NOM_DISTRICTE)

Then you can register this web service by means of:
  1. providing this short alphanumeric name for it: bcnterpar (since it's the predefined web service name expected by wiki pages created by this tiki profile; stands for 'Barcelona Terrasses Params'), and
  2. click at the | Register Service | button

Once the web service is registered, then you can register a webservice template, providing this information in the form at the bottom of that page:
  • Name: bcnterpartemplate (template name needs to be short and only with alphanumeric characters)
  • Engine: Index
  • Output: Multi-index
  • (Text area field):
    { "records": [ { "EMPLACAMENT": { "type": "sortable", "field": "title" }, "NOM_BARRI": { "type": "plaintext", "field": "type" }, "LONGITUD": { "type": "numeric", "field": "lon" }, "LATITUD": { "type": "numeric", "field": "lat" } } ] }

And click at | Register Template | button.

Last, you will need to rebuild the unified search index again:

Map enhancements (optional)

Optionally:
  • If you use Tiki version 20.1 or higher, you can use some extra background maps. Some of them require that you have an api key:
    • nextzen (vector tiles),
    • bing maps (which include satellite images, among other tilesets).

    More information in the Maps control panel

1.3. How to use it....

Browse geolocated content through the menu shown in the top bar module.

See further details on the parameters used in the documentation:

Last, but not least, remember that you can extend this profile!:


Created by Xavi (as xavidp - admin). Last Modification: Sunday 26 of July, 2020 17:10:12 GMT-0000 by Xavi (as xavidp - admin).