/wmid-webgis

This webgis was created while working on the WMID GLAM (Gallery, Library, Archive, Museum) project. This project was done by me under the auspices of OpenStreetMap.

Primary LanguageJavaScriptMIT LicenseMIT

WMID Collaboration with OpenStreetMap Indonesia


Perkumpulan OpenStreetMap Indonesia (POI), in collaboration with Wikimedia Indonesia, creates an interactive mapping system aimed at inventory and visualizing historical places in order to support the GLAM Indonesia project through WikiData, Wikimedia Commons, and OpenStreetMap. This map is an initiative solution for marketing and promoting cultural and historical places, by providing open access to information, providing accessibility information for people with disabilities and allowing the community to contribute by mapping cultural and historical places in Indonesia. Additionally, the mapping system ultimately allows the community to assist the government in developing and improving people's interest in studying history and cultural diversity in Indonesia. The project places youth as the main actor of the project since they have great potential as a development resource with their critical, creative, and innovative thinking. This open-mapping platform aims to visualize and analyze the historical maps with accessibility for people with disabilities which is accessible and can be used by the public and government to enrich historical information.

Project GLAM

  • G = Galeries
  • L = Library
  • A = Archive
  • M = Museum

GitHub Repository

You can find the GitHub repository for this project here.

How to Access the GitHub Repository


  1. Clone the Repository:
    git clone https://github.com/mukhlisakb/wmid-webgis.git 
    
  2. Navigate to the Project Directory:
    cd wmid-webgis
    
  3. Install Dependencies:
    npm install
    
    

Collaboration


To contribute to this project, follow these steps:

  1. Fork the Repository: Click the 'Fork' button on the top right of the repository page to create a copy of the repository under your GitHub account.

  2. Clone Your Fork:

    git clone https://github.com/<your-username>/wmid-webgis.git
    

Replace with your GitHub username.

  1. Create a New Branch:
    git checkout -b your-branch-name
    

Replace your-branch-name with a descriptive name for your branch.

  1. Make Your Changes: Make the necessary changes and commit them with a meaningful message.

  2. Push to Your Branch:

    git push origin your-branch-name
    
  3. Create a Pull Request: Go to the original repository and click the 'New Pull Request' button. Provide a description of your changes and submit the pull request for review.

We welcome contributions from everyone. Your collaboration helps us improve the project and make it more beneficial for the community.

cheers