Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
higlass-geojson
Advanced tools
Display your favorite GeoJSON annotation right in HiGlass.
Note: This is the source code for the GeoJSON track only! You might want to check out the following repositories as well:
HiGlass GeoJSON comes in 2 flavors, with and without including d3-geo in the bundle. The only difference is the file size:
d3-geo
: 8KB minified and gzippedd3-geo
: 2KB minified and gzippednpm install higlass-geojson
hglib.js
. For example:<script src="higlass-geojson.js"></script>
<script src="hglib.js"></script>
<script>
...
</script>
{
...
{
server: 'http://localhost:8001/api/v1',
tilesetUid: 'my-outrageously-fancy-geojson-db',
uid: 'my-outrageously-fancy-geojson-db',
type: 'geo-json',
options: {
labelColor: 'red',
labelPosition: 'hidden',
trackBorderWidth: 0,
trackBorderColor: 'red',
rectangleDomainFillColor: 'red',
rectangleDomainFillOpacity: 0.25,
rectangleDomainStrokeColor: 'red',
rectangleDomainOpacity: 1,
rectanlgeMinSize: 3,
minSquareSize: 4,
polygonMinBoundingSize: 5,
name: 'My Outrageously Fancy GeoJSON Stuff - Truly Awesome',
},
},
...
}
Take a look at src/index.html
for an example.
$ git clone https://github.com/flekschas/higlass-geojson && higlass-geojson
$ npm install
Developmental server: npm start
Production build: npm run build
FAQs
HiGlass GeoJSON Track
The npm package higlass-geojson receives a total of 42 weekly downloads. As such, higlass-geojson popularity was classified as not popular.
We found that higlass-geojson demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.