Junshan Liu

Results 25 comments of Junshan Liu

From my investigation, the reason is whenever we start or restart the server, the webpack will rebuild all of the related files, this will take a long time

Here is the related issue: https://github.com/Hashnode/mern-starter/issues/153

is anyone working on this?

@LursareaNASUVINSA Thanks for your contribution! I have a quick test and find there are errors in the latest version (dev edition 2.2). Could you have a test in this version?...

@shUpt555 Could you take a look?

@esride-nik Thanks for the PR! For the geometry projection, can you try whether this works? ``` import { geometryUtils } from 'jimu-core' geometryUtils.projectToSpatialReference() ```

Could you create a `SpatialReference` instance? For the documentation, there are still many classes/methods that are not documented yet, we are trying to add more.

If you are using the widget in the portal, this may be a cache issue. In development, can you try this: * In the network panel, check the `Disable cache`...