Skip to content

FAQ

What functions are currently available?

Answer: The current function includes adding a base map, vector layer (shapefile), Geojson, drawing, and making markers on the interactive map.

Will there be more functions in the future?

Answer: Yes. The package is still under development. More features, such as adding a raster layer and more control options, will be updated soon. Please be sure to stay patient.

How to report an issue or make a feature request?

Answer: Reporting issues from GitHub is now available. The feature request will not be processed after the basic feature development.
Please go to https://github.com/zyang91/geomapdemo/issues to leave any comments.
Discussion boards are also available at https://github.com/zyang91/geomapdemo/discussions

How can I install the package?

Answer: The package is currently available at Pypi and under review by conda-forge. You can also clone from the GitHub repo using git.

What modules are currently available?

Answer: Currently, there are three modules available. The main one is the geomapdemo module, which is mainly based on ipyleaflet interactive map making. The backup one is the foliumap module, which is mainly based on folium interactive map making. The third one is the chart module, which is used to make interactive charts for GIS Analysis. All three modules are still under development.

For the difference between the two modules, please check the API reference on the documentation website.

Why does the interactive map not show up?

Answer: If the interactive map does not appear on Jupyter Notebook and JupyterLab, it is probably because the ipyleaflet extension has not been installed properly. For example, you might receive an error message saying Error displaying widget: model not found. This a well-known issue related to ipyleaflet. (For example, on the doc website, some examples don't show up)

Are there any tutorial videos or examples to learn about the package?

Answer: Unfortunately, tutorial videos are currently unavailable. Examples are available on the documentation website under the examples tab.

More questions?

Feel free to discuss in the discussion section or send me an email at zhanchaoyang69@gmail.com