Skip to content

Commit

Permalink
Ald tiles demo (#8)
Browse files Browse the repository at this point in the history
* add demo

* fix

---------

Co-authored-by: Andrey Kuznecov <a.kuznecov@2gis.ru>
  • Loading branch information
Kuznecoff and Andrey Kuznecov authored Nov 7, 2023
1 parent fb20c5f commit 6815cae
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/ald-tiles/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "/static/css/main.ea9ffa1d.css",
"main.js": "/static/js/main.ae62bc82.js",
"static/js/787.72148224.chunk.js": "/static/js/787.72148224.chunk.js",
"index.html": "/index.html",
"static/media/urbi.svg": "/static/media/urbi.5e362a13f356d40ca5d758df4cd6550d.svg",
"main.ea9ffa1d.css.map": "/static/css/main.ea9ffa1d.css.map",
"main.ae62bc82.js.map": "/static/js/main.ae62bc82.js.map",
"787.72148224.chunk.js.map": "/static/js/787.72148224.chunk.js.map"
"main.css": "/mapgl-examples/ald-tiles/static/css/main.ea9ffa1d.css",
"main.js": "/mapgl-examples/ald-tiles/static/js/main.95670d5f.js",
"static/js/787.72148224.chunk.js": "/mapgl-examples/ald-tiles/static/js/787.72148224.chunk.js",
"index.html": "/mapgl-examples/ald-tiles/index.html",
"static/media/urbi.svg": "/mapgl-examples/ald-tiles/static/media/urbi.5e362a13f356d40ca5d758df4cd6550d.svg",
"main.ea9ffa1d.css.map": "/mapgl-examples/ald-tiles/static/css/main.ea9ffa1d.css.map",
"main.95670d5f.js.map": "/mapgl-examples/ald-tiles/static/js/main.95670d5f.js.map",
"787.72148224.chunk.js.map": "/mapgl-examples/ald-tiles/static/js/787.72148224.chunk.js.map"
},
"entrypoints": [
"static/css/main.ea9ffa1d.css",
"static/js/main.ae62bc82.js"
"static/js/main.95670d5f.js"
]
}
3 changes: 2 additions & 1 deletion src/ald-tiles/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TilesALD - Demo"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>ALD Tiles - demo</title><script defer="defer" src="/static/js/main.ae62bc82.js"></script><link href="/static/css/main.ea9ffa1d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/mapgl-examples/ald-tiles/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="TilesALD - Demo"/><link rel="apple-touch-icon" href="/mapgl-examples/ald-tiles/logo192.png"/><link rel="manifest" href="/mapgl-examples/ald-tiles/manifest.json"/><title>ALD Tiles - demo</title><script defer="defer" src="/mapgl-examples/ald-tiles/static/js/main.95670d5f.js"></script><link href="/mapgl-examples/ald-tiles/static/css/main.ea9ffa1d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

3 changes: 3 additions & 0 deletions src/ald-tiles/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
3 changes: 3 additions & 0 deletions src/ald-tiles/static/js/main.95670d5f.js

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions src/ald-tiles/static/js/main.95670d5f.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions src/ald-tiles/static/js/main.95670d5f.js.map

Large diffs are not rendered by default.

0 comments on commit 6815cae

Please sign in to comment.