New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

mgeospatial

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mgeospatial

A GIS map package with Fetchar integration for fetching and visualizing geographic data.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source
import React from "react";
import BisagMAP from "bisag_map_geospatial"; 
import "bisag_map_geospatial/dist/style.css"; 

export default function App() {
  const obj = {
    API_URL: "http://localhost:4013/",
    MAP_DATA: "http://localhost:4013/gis/wms",
    isProduction: false,
    layersJsonDefault: {}, // Your layer config
    INDIA_CENTER_COORDS: [77.2154, 28.6285],
    INITIAL_ZOOM: 13,
    showLatLon: true,
    freezeMap: false,
    KEY: "",
    URL: "<<URL>>/wms/{z}/{x}/{y}",
    handleChildCallback: (data) => {
      console.log("Data received from child:", data);
    },
  };

  return (
    <div style={{ height: "100vh" }}>
      <BisagMAP obj={obj} />
    </div>
  );
}

Keywords

Fetchar

FAQs

Package last updated on 18 Aug 2025

Did you know?

Socket

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.

Install

Related posts