hhkaos / custom-esri-web-map-provider

Sample server to fake the "get item" and "get item data" endpoints from the ArcGIS Portal API

Repository from Github https://github.comhhkaos/custom-esri-web-map-providerRepository from Github https://github.comhhkaos/custom-esri-web-map-provider

Custom web map provider

This is a simple demo project that shows how to fake the "get item" and "get item data" endpoints from the ArcGIS Portal API to allow you to serve your the ArcGIS web map JSON object spec from your own Node server.

Screenshot

Install

  1. Run: npm install.
  2. Create your own open ssl certificate: openssl req -nodes -new -x509 -keyout server.key -out server.cert
  3. Run: npm run start

Questions/contributions

Please feel free to use the issues.

About

Sample server to fake the "get item" and "get item data" endpoints from the ArcGIS Portal API


Languages

Language:HTML 59.2%Language:JavaScript 40.8%