@neshan-maps-platform/react-openlayers 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,175 @@
1
+ <p align="center">
2
+ <a href="https://platform.neshan.org">
3
+ <img width="200" src="./public/neshan.svg">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">React Neshan Map Openlayers</h1>
8
+
9
+ <!-- <div align="center">
10
+
11
+ An enterprise-class UI design language and React UI library.
12
+
13
+ [![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url]
14
+
15
+ [![][bundlephobia-image]][bundlephobia-url] [![][bundlesize-js-image]][unpkg-js-url] [![FOSSA Status][fossa-image]][fossa-url]
16
+
17
+ [![Follow Twitter][twitter-image]][twitter-url] [![Renovate status][renovate-image]][renovate-dashboard-url] [![][issues-helper-image]][issues-helper-url] [![Issues need help][help-wanted-image]][help-wanted-url]
18
+
19
+ [npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square
20
+ [npm-url]: http://npmjs.org/package/antd
21
+ [github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
22
+ [github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
23
+ [codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
24
+ [codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master
25
+ [download-image]: https://img.shields.io/npm/dm/antd.svg?style=flat-square
26
+ [download-url]: https://npmjs.org/package/antd
27
+ [fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield
28
+ [fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield
29
+ [help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open
30
+ [help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
31
+ [twitter-image]: https://badgen.net/twitter/follow/antdesignui?style=flat-square
32
+ [twitter-url]: https://twitter.com/AntDesignUI
33
+ [bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
34
+ [unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
35
+ [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/antd?style=flat-square
36
+ [bundlephobia-url]: https://bundlephobia.com/package/antd
37
+ [issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square
38
+ [issues-helper-url]: https://github.com/actions-cool/issues-helper
39
+ [renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square
40
+ [renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498
41
+
42
+ </div> -->
43
+
44
+ <!-- [![](https://user-images.githubusercontent.com/507615/209472919-6f7e8561-be8c-4b0b-9976-eb3c692aa20a.png)](https://ant.design)
45
+
46
+ English | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) | [Українською](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md)
47
+
48
+ ## ✨ Features
49
+
50
+ - 🌈 Enterprise-class UI designed for web applications.
51
+ - 📦 A set of high-quality React components out of the box.
52
+ - 🛡 Written in TypeScript with predictable static types.
53
+ - ⚙️ Whole package of design resources and development tools.
54
+ - 🌍 Internationalization support for dozens of languages.
55
+ - 🎨 Powerful theme customization in every detail.
56
+
57
+ ## 🖥 Environment Support
58
+
59
+ - Modern browsers
60
+ - Server-side Rendering
61
+ - [Electron](https://www.electronjs.org/)
62
+
63
+ | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
64
+ | --- | --- | --- | --- | --- |
65
+ | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | -->
66
+
67
+ ## 📦 Install
68
+
69
+ ```bash
70
+ npm install @neshan-maps-platform/react-openlayers
71
+ ```
72
+
73
+ ```bash
74
+ yarn add @neshan-maps-platform/react-openlayers
75
+ ```
76
+
77
+ ## 🔨 Usage
78
+
79
+ ```jsx
80
+ import { useEffect, useRef, useState } from "react"
81
+ import classes from "./App.module.scss"
82
+
83
+ import { NeshanMap, NeshanMapRef } from '../dist/React-NeshanMap-Openlayers'
84
+ import "@neshan-maps-platform/react-openlayers/dist/style.css"
85
+
86
+ function App() {
87
+
88
+ const mapRef = useRef<NeshanMapRef>(null)
89
+
90
+ useEffect(() => {
91
+ console.log(mapRef.current);
92
+
93
+ setTimeout(() => {
94
+ console.log(mapRef.current);
95
+ }, 2000);
96
+
97
+ }, [() => mapRef.current])
98
+
99
+ return (
100
+ <NeshanMap
101
+ ref={mapRef}
102
+ mapKey="web.ae0e31f8b69a4e3d8c84dffc61af616e"
103
+ defaultType="neshan"
104
+ className={`${classes.map}`}
105
+ ></NeshanMap>
106
+ )
107
+ }
108
+
109
+ export default App
110
+ ```
111
+
112
+ ### TypeScript
113
+
114
+ `@neshan-maps-platform/react-openlayers` is written in TypeScript with complete definitions.
115
+ <!-- , check [Use in TypeScript](https://ant.design/docs/react/use-in-typescript) to get started. -->
116
+
117
+ <!-- ## 🌍 Internationalization
118
+
119
+ Dozens of languages are supported in `antd`, see [i18n](https://ant.design/docs/react/i18n).
120
+
121
+ ## 🔗 Links
122
+
123
+ - [Home page](https://ant.design/)
124
+ - [Components Overview](https://ant.design/components/overview)
125
+ - [Ant Design Pro](http://pro.ant.design/)
126
+ - [Change Log](CHANGELOG.en-US.md)
127
+ - [rc-components](http://react-component.github.io/)
128
+ - [Mobile UI](http://mobile.ant.design)
129
+ - [Mini Program UI](http://mini.ant.design)
130
+ - [Ant Design Pro Components](https://procomponents.ant.design)
131
+ - [Ant Design Charts](https://charts.ant.design)
132
+ - [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
133
+ - [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
134
+ - [Landing Pages](https://landing.ant.design)
135
+ - [Motion](https://motion.ant.design)
136
+ - [Scaffold Market](http://scaffold.ant.design)
137
+ - [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
138
+ - [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
139
+ - [FAQ](https://ant.design/docs/react/faq)
140
+ - [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports
141
+ - [Customize Theme](https://ant.design/docs/react/customize-theme)
142
+ - [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator)
143
+
144
+ ## ⌨️ Development
145
+
146
+ Use Gitpod, a free online dev environment for GitHub.
147
+
148
+ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design)
149
+
150
+ Or clone locally:
151
+
152
+ ```bash
153
+ $ git clone git@github.com:ant-design/ant-design.git
154
+ $ cd ant-design
155
+ $ npm install
156
+ $ npm start
157
+ ```
158
+
159
+ Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development).
160
+
161
+ ## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
162
+
163
+ Read our [contributing guide](https://ant.design/docs/react/contributing) and let's build a better antd together.
164
+
165
+ We welcome all contributions. Please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as [GitHub issues](https://github.com/ant-design/ant-design/issues). If you'd like to improve code, check out the [Development Instructions](https://github.com/ant-design/ant-design/wiki/Development) and have a good time! :)
166
+
167
+ If you are a collaborator, please follow our [Pull Request principle](https://github.com/ant-design/ant-design/wiki/PR-principle) to create a Pull Request with [collaborator template](https://github.com/ant-design/ant-design/compare?expand=1&template=collaborator.md).
168
+
169
+ [![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/34526884)
170
+
171
+ ## ❤️ Sponsors and Backers [![](https://opencollective.com/ant-design/tiers/sponsors/badge.svg?label=Sponsors&color=brightgreen)](https://opencollective.com/ant-design#support) [![](https://opencollective.com/ant-design/tiers/backers/badge.svg?label=Backers&color=brightgreen)](https://opencollective.com/ant-design#support)
172
+
173
+ [![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=36)](https://opencollective.com/ant-design#support)
174
+
175
+ [![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=36)](https://opencollective.com/ant-design#support) -->