GeocortexTimeSlider | JavaScript library that adds the ability to embed a 'Time
kandi X-RAY | GeocortexTimeSlider Summary
kandi X-RAY | GeocortexTimeSlider Summary
GeocortexTimeSlider is a JavaScript library. GeocortexTimeSlider has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
This free JavaScript library that adds the ability to embed a 'Time Slider' widget within your Geocortex Viewer for HTML5. The Time Slider widget enables you to view temporal layers in a Map and to see how the layer data changes over time. Using this widget, you can play or pause the temporal animation of the data, go to a previous time period, or advance to the next time period.
This free JavaScript library that adds the ability to embed a 'Time Slider' widget within your Geocortex Viewer for HTML5. The Time Slider widget enables you to view temporal layers in a Map and to see how the layer data changes over time. Using this widget, you can play or pause the temporal animation of the data, go to a previous time period, or advance to the next time period.
Support
Quality
Security
License
Reuse
Support
GeocortexTimeSlider has a low active ecosystem.
It has 2 star(s) with 1 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
GeocortexTimeSlider has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of GeocortexTimeSlider is current.
Quality
GeocortexTimeSlider has no bugs reported.
Security
GeocortexTimeSlider has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
GeocortexTimeSlider does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
GeocortexTimeSlider releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of GeocortexTimeSlider
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of GeocortexTimeSlider
GeocortexTimeSlider Key Features
No Key Features are available at this moment for GeocortexTimeSlider.
GeocortexTimeSlider Examples and Code Snippets
No Code Snippets are available at this moment for GeocortexTimeSlider.
Community Discussions
No Community Discussions are available at this moment for GeocortexTimeSlider.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install GeocortexTimeSlider
This JavaScript module can be installed in either a Geocortex Viewer for HTML5 directory or within a specific Site's HTML5 Viewer directory. Geocortex HTML5 Viewer Installation - Available to all Geocortex HTML5 Viewers. Site Specific Installation - Only for a specific Geocortex HTML5 Viewer.
Locate your Geocortex HTML5 directory, typically found at C:\inetpub\wwwroot\Html5Viewer\
Navigate to the ...\Resources\Scripts\ folder and create a new directory called Custom-Scripts
Navigate to the ...\Resources\Locales\ folder and create another new directory called Custom-Locales
Locate your Geocortex HTML5 Site directory, typically found at C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\
Navigate to the Site's HTML5 Virtual Directory, typically found at ...\YourSiteName\Viewers\YourHTML5ViewerName\VirtualDirectory\
In the Resources directory create two new directories - one called Custom-Scripts and the other called Custom-Locales
Copy the TimeSlider.js file into the Custom-Scripts directory and the TimeSlider.en-US.json.js file into the Custom-Locales directory.
Next locate the Desktop, Tablet, and Handheld configuration files, typically located in the ...\Resources\Config\Default\ directory.
Repeat these following steps for all the configuration files that are being implemented (Desktop, Tablet, and Handheld): Make a backup of the configuration file! Open the configuration file in the file editor of your choice, such as Notepad++. Within the libraries section add the following code where the uri is the relative path to the TimeSlider.js file using the appropriate code for your installation: //Path if using a Geocortex HTML5 Viewer Installation { "id":"TimeSlider", "uri":"Resources/Scripts/Custom-Scripts/TimeSlider.js", "locales":[ { "locale":"en-US", "uri":"Resources/Locales/Custom-Locales/TimeSlider.en-US.json.js" } ] } //Path if using a Site Specific Installation { "id":"TimeSlider", "uri":"{ViewerConfigUri}../../Custom-Scripts/TimeSlider.js", "locales":[ { "locale":"en-US", "uri":"{ViewerConfigUri}../../Custom-Locales/TimeSlider.en-US.json.js" } ] } Within the modules section add the following code: { "moduleName": "TimeSlider", "moduleType": "dds.timeSlider.TimeSliderModule", "libraryId": "TimeSlider", "configuration": { }, "views": [ { "id": "TimeSliderModuleView", "viewModelId": "TimeSliderModuleViewModel", "visible": true, "markup": "Modules/TimeSlider/TimeSliderModuleView.html", "type": "dds.timeSlider.TimeSliderModuleView", "region": "CenterRegion", "configuration": { "startDate": "January 1, 1964", "endDate": "December 31, 2014" } } ], "viewModels": [ { "id": "TimeSliderModuleViewModel", "type": "dds.timeSlider.TimeSliderModuleViewModel", "configuration": { } } ] }, { "moduleName": "SettingsPopup", "moduleType": "dds.timeSlider.SettingsPopupModule", "libraryId": "TimeSlider", "configuration": { }, "views": [ { "id": "SettingsPopupModuleView", "viewModelId": "SettingsPopupModuleViewModel", "visible": false, "markup": "Modules/SettingsPopup/SettingsPopupModuleView.html", "type": "dds.timeSlider.SettingsPopupModuleView", "region": "TopRightMapRegion", "configuration": { } } ], "viewModels": [ { "id": "SettingsPopupModuleViewModel", "type": "dds.timeSlider.SettingsPopupModuleViewModel", "configuration": { } } ] }, Save the configuration file. These modifications should be made to all relevant configuration files.
Locate your Geocortex HTML5 directory, typically found at C:\inetpub\wwwroot\Html5Viewer\
Navigate to the ...\Resources\Scripts\ folder and create a new directory called Custom-Scripts
Navigate to the ...\Resources\Locales\ folder and create another new directory called Custom-Locales
Locate your Geocortex HTML5 Site directory, typically found at C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\
Navigate to the Site's HTML5 Virtual Directory, typically found at ...\YourSiteName\Viewers\YourHTML5ViewerName\VirtualDirectory\
In the Resources directory create two new directories - one called Custom-Scripts and the other called Custom-Locales
Copy the TimeSlider.js file into the Custom-Scripts directory and the TimeSlider.en-US.json.js file into the Custom-Locales directory.
Next locate the Desktop, Tablet, and Handheld configuration files, typically located in the ...\Resources\Config\Default\ directory.
Repeat these following steps for all the configuration files that are being implemented (Desktop, Tablet, and Handheld): Make a backup of the configuration file! Open the configuration file in the file editor of your choice, such as Notepad++. Within the libraries section add the following code where the uri is the relative path to the TimeSlider.js file using the appropriate code for your installation: //Path if using a Geocortex HTML5 Viewer Installation { "id":"TimeSlider", "uri":"Resources/Scripts/Custom-Scripts/TimeSlider.js", "locales":[ { "locale":"en-US", "uri":"Resources/Locales/Custom-Locales/TimeSlider.en-US.json.js" } ] } //Path if using a Site Specific Installation { "id":"TimeSlider", "uri":"{ViewerConfigUri}../../Custom-Scripts/TimeSlider.js", "locales":[ { "locale":"en-US", "uri":"{ViewerConfigUri}../../Custom-Locales/TimeSlider.en-US.json.js" } ] } Within the modules section add the following code: { "moduleName": "TimeSlider", "moduleType": "dds.timeSlider.TimeSliderModule", "libraryId": "TimeSlider", "configuration": { }, "views": [ { "id": "TimeSliderModuleView", "viewModelId": "TimeSliderModuleViewModel", "visible": true, "markup": "Modules/TimeSlider/TimeSliderModuleView.html", "type": "dds.timeSlider.TimeSliderModuleView", "region": "CenterRegion", "configuration": { "startDate": "January 1, 1964", "endDate": "December 31, 2014" } } ], "viewModels": [ { "id": "TimeSliderModuleViewModel", "type": "dds.timeSlider.TimeSliderModuleViewModel", "configuration": { } } ] }, { "moduleName": "SettingsPopup", "moduleType": "dds.timeSlider.SettingsPopupModule", "libraryId": "TimeSlider", "configuration": { }, "views": [ { "id": "SettingsPopupModuleView", "viewModelId": "SettingsPopupModuleViewModel", "visible": false, "markup": "Modules/SettingsPopup/SettingsPopupModuleView.html", "type": "dds.timeSlider.SettingsPopupModuleView", "region": "TopRightMapRegion", "configuration": { } } ], "viewModels": [ { "id": "SettingsPopupModuleViewModel", "type": "dds.timeSlider.SettingsPopupModuleViewModel", "configuration": { } } ] }, Save the configuration file. These modifications should be made to all relevant configuration files.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page