https://github.com/opencontentcoop/ocmap
https://github.com/opencontentcoop/ocmap
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencontentcoop/ocmap
- Owner: OpencontentCoop
- Created: 2016-02-22T16:33:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T12:55:18.000Z (over 5 years ago)
- Last Synced: 2025-09-25T19:29:01.634Z (9 months ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Opencontent Map
## Per abilitare la ricerca su mappa
Verificare la presenza della libreria `spatial4j-0.4.1.jar`
Aggiungere in `schema.xml` di solr all'interno di `types`
```
```
Aggiungere in `schema.xml` di solr all'interno di `fields`
```
```
Aggiungere in `ezfind.ini`
```
[SolrFieldMapSettings]
CustomMap[ocdrawmap]=ocSolrDocumentFieldOCDrawMap
DatatypeMap[ocdrawmap]=location_rpt
```