2017 © Pedro Peláez
 

ezpublish-legacy-extension ocmap-ls

Opencontent Map

image

opencontent/ocmap-ls

Opencontent Map

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Opencontent Map

Per abilitare la ricerca su mappa

Verificare la presenza della libreria spatial4j-0.4.1.jar, (*1)

Aggiungere in schema.xml di solr all'interno di types, (*2)

<fieldType name="location_rpt"   class="solr.SpatialRecursivePrefixTreeFieldType"
   spatialContextFactory="com.spatial4j.core.context.jts.JtsSpatialContextFactory"
   distErrPct="0.025"
   maxDistErr="0.000009"
   units="degrees"
/>

Aggiungere in schema.xml di solr all'interno di fields, (*3)

<dynamicField name="*_rpt" type="location_rpt"  indexed="true"  stored="true" multiValued="true"/>
<dynamicField name="*____rpt" type="location_rpt"  indexed="true" stored="true" multiValued="true"/>

Aggiungere in ezfind.ini, (*4)

[SolrFieldMapSettings]
CustomMap[ocdrawmap]=ocSolrDocumentFieldOCDrawMap
DatatypeMap[ocdrawmap]=location_rpt

The Versions

18/01 2016

dev-master

9999999-dev

Opencontent Map

  Sources   Download

GPL-2.0

The Requires

 

18/01 2016

1.0

1.0.0.0

Opencontent Map

  Sources   Download

GPL-2.0

The Requires