Coder Social home page Coder Social logo

Comments (5)

tomchristie avatar tomchristie commented on May 22, 2024

Is there any chance you'd be able to provide a simple test for the current and the expected behavior?
(Ideally fork the project and add it to the existing tests.)
I'd be very happy to see this fixed, but it'll likely stay low priority otherwise.

from django-rest-framework.

dmeehan avatar dmeehan commented on May 22, 2024

What would need to happen in order to add support for GEOSGeometry fields? I'm new to django-rest-framework, but I'm interested in taking a look a how to implement. Tastypie has built support for this by creating a GeometryApiField which is a subclass of their ApiField. (https://github.com/philipn/django-tastypie/blob/gis/tastypie/contrib/gis/resources.py). What would be the equivalent for DRF?

from django-rest-framework.

tomchristie avatar tomchristie commented on May 22, 2024

@dmeehan - The same thing really. Override WriteableField, and implement appropriate to_native and from_native methods.

from django-rest-framework.

dmeehan avatar dmeehan commented on May 22, 2024

I've started a project that will act as a GeoDjango enabled plugin to DRF.

https://github.com/dmeehan/django-rest-framework-gis

I've written a GeometryField implementation of WritableField and will be working to implement additional features.

@tomchristie, I'd like to get your insight on the best way to tackle this issue:

openwisp/django-rest-framework-gis#2

I'm thinking perhaps as a renderer? I'm still trying to figure out how all the pieces of DRF fit together to produce the output.

from django-rest-framework.

tomchristie avatar tomchristie commented on May 22, 2024

Given https://github.com/dmeehan/django-rest-framework-gis and https://github.com/mjumbewu/django-rest-framework-gis, I'm going to close this ticket for now. My preference is for Geo integration to be a third-party concern. That might change in the future, but on balance it seems like the best option right now.

from django-rest-framework.

Related Issues (20)

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.