Code Monkey home page Code Monkey logo

mappics's People

Contributors

antodippo avatar dependabot-preview[bot] avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mappics's Issues

delete gallery in mappics-admin

hello when I go to delete a gallery in mappics-admin get the following error

There is a ForeignKeyConstraintViolationException for the Doctrine entity associated with "Gallery". Solution: disable the "delete" action for this entity or configure the "cascade={"remove"}" attribute for the related property in the Doctrine entity. Full exception: An exception occurred while executing 'DELETE FROM gallery WHERE id = ?' with params ["7c22edec-c259-4ea3-8ff5-a83a461025e6"]:

SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (mp_db.image, CONSTRAINT FK_C53D045F4E7AF8F FOREIGN KEY (gallery_id) REFERENCES gallery (id))

also when i add a folder in /var/galleries doesn't automatically create a gallery in mappics
any help would be greatly appreciated

Dot not get ObjectRepository in repositories

In your infrastructure repositories, you're getting the ObjectManager in constructors.
I'm afraid that is a bad practice, since you're invoking some external services when container is built, so basically at every request (even in requests where repositories are not used).
You should keep your constructors simpler and move call to $this->em->getRepository() in methods

add new datatype geojson

Hello still working on mappics deployment, was wondering if you could clarify the workflow "it fetches place description. A short one (like Goðafoss Waterfall and a long one (like Goðafoss Waterfall, Goðafossvegur, Öxará, Þingeyjarsveit, Norðurland eystra, Ísland). This is based on the Exif GPS information stored in the photo and obtained from Nominatim and OpenStreetMap APIs"
as would like to use OpenstreetMap API to fetch description for geojson data
-polygon building footprint https://github.com/buildvoc/buildingshistory/blob/main/geojson-example/osgb1000015671624.geojson
-national heritage building information https://github.com/buildvoc/buildingshistory/blob/main/geojson-example/National_Heritage_List_for_England_NHLE-chalfield-house.geojson

which files does mappics use to fetch description, many thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.